MindPeak InstituteMINDPEAK
HomeJEE CoachingNEET Coaching
CoursesPricingStudy PlanBlogContact
  1. Home
  2. /
  3. JEE Coaching
  4. /
  5. Mathematics Formula Sheet
Free Download

JEE Mathematics Formula Sheet 2026

Every important JEE Mathematics formula from Calculus, Algebra, Coordinate Geometry, Trigonometry, Vectors & 3D Geometry — organized chapter-wise with exam frequency tags.

122+Formulas
10Chapters
74Must-Know
Algebra — Quadratics & ProgressionsAlgebra — Complex Numbers & MatricesPermutations, Combinations & BinomialTrigonometryCoordinate Geometry — Straight Lines & CirclesCoordinate Geometry — ConicsVectors & 3D GeometryCalculus — Limits & DifferentiationCalculus — Integration & Differential EquationsProbability & Statistics

Algebra — Quadratics & Progressions

12 formulas

Quadratic Formula

Must Know

x = (−b ± √(b²−4ac)) / 2a

Discriminant

Must Know

D = b² − 4ac

D>0: real roots, D=0: equal, D<0: complex

Sum of Roots

Must Know

α + β = −b/a

Product of Roots

Must Know

αβ = c/a

AP nth Term

Must Know

aₙ = a + (n−1)d

AP Sum

Must Know

Sₙ = n/2[2a + (n−1)d] = n/2(a + l)

GP nth Term

Must Know

aₙ = arⁿ⁻¹

GP Sum (Finite)

Must Know

Sₙ = a(rⁿ−1)/(r−1)

GP Sum (Infinite)

Must Know

S∞ = a/(1−r)

|r| < 1

AM-GM Inequality

Must Know

AM ≥ GM: (a+b)/2 ≥ √(ab)

Sum of Squares

High Freq

Σn² = n(n+1)(2n+1)/6

Sum of Cubes

High Freq

Σn³ = [n(n+1)/2]²

Algebra — Complex Numbers & Matrices

9 formulas

Euler's Formula

Must Know

e^(iθ) = cosθ + i sinθ

Modulus

Must Know

|z| = √(x² + y²)

Argument

Must Know

arg(z) = tan⁻¹(y/x)

Roots of Unity

High Freq

zⁿ = 1 → z = e^(2πik/n)

k = 0, 1, ..., n−1

Triangle Inequality

Must Know

||z₁| − |z₂|| ≤ |z₁ + z₂| ≤ |z₁| + |z₂|

Matrix Inverse (2×2)

Must Know

A⁻¹ = (1/det A)[d, −b; −c, a]

Determinant (3×3)

Must Know

Expand along any row/column

Cramer's Rule

High Freq

x = Dₓ/D, y = Dᵧ/D, z = D_z/D

Cayley-Hamilton

High Freq

Every matrix satisfies its characteristic equation

Permutations, Combinations & Binomial

9 formulas

Permutation

Must Know

ⁿPᵣ = n!/(n−r)!

Combination

Must Know

ⁿCᵣ = n!/[r!(n−r)!]

Circular Permutation

High Freq

(n−1)!

Derangement

High Freq

Dₙ = n![1 − 1/1! + 1/2! − 1/3! + ...]

Binomial Theorem

Must Know

(a+b)ⁿ = Σ ⁿCᵣ aⁿ⁻ʳ bʳ

General Term

Must Know

T(r+1) = ⁿCᵣ · aⁿ⁻ʳ · bʳ

Middle Term

High Freq

T(n/2 + 1) if n even; T((n+1)/2) & T((n+3)/2) if n odd

Multinomial

Medium

Coefficient of x^a y^b z^c = n!/(a!b!c!)

a+b+c = n

Stars & Bars

High Freq

Non-negative integer solutions of x₁+...+xₖ=n: ⁿ⁺ᵏ⁻¹Cₖ₋₁

Trigonometry

12 formulas

Pythagorean Identity

Must Know

sin²θ + cos²θ = 1

sec-tan Identity

Must Know

1 + tan²θ = sec²θ

Compound Angle (sin)

Must Know

sin(A±B) = sinA cosB ± cosA sinB

Compound Angle (cos)

Must Know

cos(A±B) = cosA cosB ∓ sinA sinB

Double Angle

Must Know

sin2A = 2sinA cosA; cos2A = cos²A − sin²A

Half Angle

Must Know

sin²(A/2) = (1−cosA)/2; cos²(A/2) = (1+cosA)/2

Sum-to-Product

High Freq

sinC + sinD = 2sin((C+D)/2)cos((C−D)/2)

Product-to-Sum

High Freq

2sinA cosB = sin(A+B) + sin(A−B)

Sine Rule

Must Know

a/sinA = b/sinB = c/sinC = 2R

Cosine Rule

Must Know

c² = a² + b² − 2ab cosC

Area of Triangle

Must Know

Δ = ½ab sinC = √(s(s−a)(s−b)(s−c))

Inverse Trig

Must Know

sin⁻¹x + cos⁻¹x = π/2; tan⁻¹x + cot⁻¹x = π/2

Coordinate Geometry — Straight Lines & Circles

9 formulas

Distance Formula

Must Know

d = √((x₂−x₁)² + (y₂−y₁)²)

Section Formula

Must Know

(mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n)

Slope-Intercept

Must Know

y = mx + c

Angle Between Lines

Must Know

tanθ = |(m₁−m₂)/(1+m₁m₂)|

Distance from Point to Line

Must Know

d = |ax₁ + by₁ + c| / √(a² + b²)

Circle General

Must Know

x² + y² + 2gx + 2fy + c = 0; center(−g,−f), r=√(g²+f²−c)

Length of Tangent

High Freq

L = √(x₁² + y₁² + 2gx₁ + 2fy₁ + c)

Radical Axis

High Freq

S₁ − S₂ = 0

Family of Circles

High Freq

S + λL = 0

Circles through intersection points

Coordinate Geometry — Conics

8 formulas

Parabola Standard

Must Know

y² = 4ax; focus(a,0), directrix x = −a

Ellipse Standard

Must Know

x²/a² + y²/b² = 1; e = √(1−b²/a²)

Hyperbola Standard

Must Know

x²/a² − y²/b² = 1; e = √(1+b²/a²)

Tangent to Parabola

Must Know

y = mx + a/m

Tangent to Ellipse

Must Know

y = mx ± √(a²m²+b²)

Eccentricity Relation

High Freq

e₁e₂ = 1 for conjugate hyperbolas

Focal Chord (Parabola)

High Freq

Length = 4a cosec²θ

Latus Rectum (Ellipse)

Must Know

LR = 2b²/a

Vectors & 3D Geometry

9 formulas

Dot Product

Must Know

a⃗ · b⃗ = |a||b|cosθ = a₁b₁ + a₂b₂ + a₃b₃

Cross Product

Must Know

|a⃗ × b⃗| = |a||b|sinθ

Scalar Triple Product

Must Know

[a⃗ b⃗ c⃗] = a⃗ · (b⃗ × c⃗)

Volume of parallelepiped

Projection

Must Know

proj = (a⃗ · b⃗)/|b⃗|

Distance Between Skew Lines

High Freq

d = |[a⃗₂−a⃗₁, b⃗₁, b⃗₂]| / |b⃗₁ × b⃗₂|

Plane Equation

Must Know

ax + by + cz = d; normal = (a, b, c)

Distance Point to Plane

Must Know

d = |ax₁ + by₁ + cz₁ − d| / √(a²+b²+c²)

Line in 3D

Must Know

(x−x₁)/a = (y−y₁)/b = (z−z₁)/c

Angle Between Planes

High Freq

cosθ = |n⃗₁ · n⃗₂| / (|n⃗₁||n⃗₂|)

Calculus — Limits & Differentiation

11 formulas

L'Hôpital's Rule

Must Know

lim f(x)/g(x) = lim f'(x)/g'(x)

For 0/0 or ∞/∞

Standard Limit

Must Know

lim (sinx/x) = 1; lim ((1+1/n)^n) = e

Power Rule

Must Know

d/dx(xⁿ) = nxⁿ⁻¹

Product Rule

Must Know

(uv)' = u'v + uv'

Quotient Rule

Must Know

(u/v)' = (u'v − uv')/v²

Chain Rule

Must Know

dy/dx = dy/du · du/dx

Logarithmic Diff

Must Know

d/dx(ln x) = 1/x; d/dx(eˣ) = eˣ

Trig Derivatives

Must Know

d/dx(sinx) = cosx; d/dx(cosx) = −sinx; d/dx(tanx) = sec²x

Rolle's Theorem

High Freq

f(a)=f(b) → ∃c ∈ (a,b): f'(c)=0

LMVT

High Freq

f'(c) = [f(b)−f(a)]/(b−a)

Maxima/Minima

Must Know

f'(x) = 0 and f''(x) > 0 → minima; f''(x) < 0 → maxima

Calculus — Integration & Differential Equations

11 formulas

Integration by Parts

Must Know

∫u·v dx = u∫v dx − ∫(u'∫v dx)dx

ILATE rule

Substitution

Must Know

∫f(g(x))g'(x)dx = ∫f(t)dt

Definite Integral

Must Know

∫ₐᵇ f(x)dx = F(b) − F(a)

Area Under Curve

Must Know

A = ∫ₐᵇ |f(x)| dx

Area Between Curves

Must Know

A = ∫ₐᵇ |f(x) − g(x)| dx

King's Property

Must Know

∫₀ᵃ f(x)dx = ∫₀ᵃ f(a−x)dx

Walli's Formula

High Freq

∫₀^(π/2) sinⁿx dx = [(n−1)!!/(n!!)] × (π/2 or 1)

Linear DE

Must Know

dy/dx + P(x)y = Q(x); IF = e^(∫P dx)

Variable Separable

Must Know

f(y)dy = g(x)dx

Homogeneous DE

High Freq

Put y = vx → separable

Leibniz Rule

High Freq

d/dx ∫ₐ⁽ˣ⁾ᵇ⁽ˣ⁾ f(t)dt = f(b(x))b'(x) − f(a(x))a'(x)

Probability & Statistics

9 formulas

Addition Rule

Must Know

P(A∪B) = P(A) + P(B) − P(A∩B)

Conditional Probability

Must Know

P(A|B) = P(A∩B)/P(B)

Bayes' Theorem

Must Know

P(A|B) = P(B|A)P(A)/P(B)

Binomial Distribution

Must Know

P(X=r) = ⁿCᵣ pʳ qⁿ⁻ʳ

q = 1−p

Binomial Mean & Variance

Must Know

μ = np; σ² = npq

Mean

Must Know

x̄ = Σxᵢ/n

Variance

Must Know

σ² = Σ(xᵢ − x̄)²/n = Σxᵢ²/n − x̄²

Standard Deviation

Must Know

σ = √(variance)

Total Probability

High Freq

P(A) = ΣP(A|Bᵢ)P(Bᵢ)

Pro Tips from Top Scorers

1

Calculus carries 30-35% marks — master Integration techniques and Differential Equations first.

2

For Coordinate Geometry, always draw a rough figure before applying formulas.

3

Learn the AM-GM, Cauchy-Schwarz, and Triangle inequalities — they appear in unexpected places.

4

Probability + PnC together carry ~10% marks but are easy to score with formula mastery.

5

Create a "formula connection map" — how quadratic formula connects to discriminant, roots, and graph.

Formula Priority Breakdown

Download Complete PDF + Get Expert Guidance

Get the full 122+ formula sheet PDF with derivation tips + a free 1-on-1 demo class with an IIT/AIIMS mentor.

Frequently Asked Questions

Related Resources

Service

JEE Coaching — 1-on-1

Free Tool

JEE Rank Predictor 2026

Chapter

JEE Physics: Mechanics Guide

Chapter

JEE Maths: Calculus Guide

Chapter

JEE Chemistry: Organic Guide

Guide

JEE Physics Preparation Strategy

Guide

JEE Mock Test Strategy

Formulas

JEE Physics Formula Sheet

Formulas

JEE Chemistry Formula Sheet

Formulas

JEE Maths Formula Sheet

Practice

JEE Practice Questions

PYQ

JEE Previous Year Questions

Compare

Better Than Kota Coaching

Try Free

Book Free Demo Class

MindPeak InstituteMINDPEAK

Personalized 1-on-1 JEE & NEET Coaching — Transforming Aspirants into Achievers.

JEE Preparation

  • JEE Coaching
  • JEE Physics Preparation
  • JEE Chemistry Preparation
  • JEE Mathematics Preparation
  • JEE Rank Predictor

NEET Preparation

  • NEET Coaching
  • NEET Physics Preparation
  • NEET Chemistry Preparation
  • NEET Biology Preparation
  • NEET Rank Predictor

Other Exams

  • BITSAT Coaching
  • CUET Coaching
  • WBJEE Coaching
  • MHT-CET Coaching
  • KVPY Coaching
  • ISI Entrance Coaching
  • COMEDK Coaching
  • VITEEE Coaching

Practice & PYQs

  • JEE Practice Questions
  • JEE Previous Year Questions
  • NEET Practice Questions
  • NEET Previous Year Questions

Formula Sheets

  • JEE Physics Formulas
  • JEE Chemistry Formulas
  • JEE Maths Formulas
  • NEET Biology Formulas
  • NEET Physics Formulas
  • NEET Chemistry Formulas

Quick Links

  • Courses
  • Free Trial
  • Pricing
  • Study Plan
  • Blog
  • Contact
  • Kota Alternative
  • Online vs Offline

Coaching by City

  • Best JEE Coaching in India

Compare Coaching

  • MindPeak vs Allen
  • MindPeak vs FIITJEE
  • MindPeak vs Physics Wallah
  • MindPeak vs Unacademy
  • MindPeak vs Vedantu
  • MindPeak vs Aakash
  • Online vs Offline Coaching
  • Batch vs Personal Coaching

Important Links

  • Home
  • JEE Coaching
  • NEET Coaching
  • BITSAT Coaching
  • CUET Coaching
  • Courses
  • Pricing
  • Free Trial
  • Kota Alternative
  • JEE Rank Predictor
  • NEET Rank Predictor
  • Blog
  • Contact
  • Terms & Conditions
  • Refund Policy
Terms & Conditions|Refund Policy

© 2026 MindPeak Institute. All rights reserved.

JEE Coaching — 1-on-1JEE Rank Predictor 2026JEE Physics: Mechanics GuideNEET Coaching — 1-on-1NEET Rank Predictor 2026NEET Bio: Digestion & AbsorptionAll CoursesPricing PlansBlog & TipsContact Us