JEE Advanced · Cheatsheet

Mathematics Quick Revision

Advanced calculus, complex, vectors, matrices, probability.

Complex numbers — advanced

Euler

e^iθ = cosθ + i sinθ

De Moivre

(cosθ+i sinθ)ⁿ

|z₁+z₂|²

|z₁|²+|z₂|²+2Re(z₁z̄₂)

nth roots of unity

e^(2πik/n), k=0..n−1

Sum of nth roots

0 (n>1)

Tip: |z−z₁| + |z−z₂| = k → ellipse; ||z−z₁|−|z−z₂|| = k → hyperbola.

Functional equations & inequalities

  • f(x+y)=f(x)+f(y) ⇒ f(x)=kx (Cauchy, with continuity).
  • AM ≥ GM ≥ HM.
  • Cauchy–Schwarz: (Σaᵢbᵢ)² ≤ (Σaᵢ²)(Σbᵢ²).
  • Jensen: for convex f, f(Σλᵢxᵢ) ≤ Σλᵢf(xᵢ).

Calculus — techniques

  • L'Hopital: 0/0 or ∞/∞ ⇒ lim = lim f'/g'.
  • Series expansions: sinx = x − x³/6 + …; eˣ = Σxⁿ/n!; ln(1+x) = x − x²/2 + ….
  • Leibniz nth derivative of product.
  • Definite integral properties: ∫₀ᵃ f(x) = ∫₀ᵃ f(a−x); if f(2a−x)=f(x) then ∫₀^{2a} = 2∫₀ᵃ.
  • Reduction formulae for ∫sinⁿx, ∫cosⁿx.
  • Beta/Gamma: Γ(n+1) = n·Γ(n); Γ(½)=√π.

Differential equations — advanced

  • Bernoulli: dy/dx + Py = Qyⁿ → sub v = y¹⁻ⁿ.
  • Exact: M dx + N dy = 0 with ∂M/∂y = ∂N/∂x.
  • 2nd order linear (constant coeffs): auxiliary equation roots (real distinct / equal / complex).
  • Particular integral by inspection or method of undetermined coeffs.

Vectors, 3D & geometry

Line

r = a + λb

Shortest dist skew

|((a₂−a₁)·(b₁×b₂))|/|b₁×b₂|

Angle b/w planes

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

Point-plane dist

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

Volume tetra

(1/6)|(AB×AC)·AD|

Matrices — advanced

  • Rank of matrix; consistency of AX=B (unique / infinite / no solution).
  • Cayley–Hamilton: A satisfies its characteristic eqn.
  • Eigenvalues: |A − λI|=0; sum = trace(A); product = |A|.
  • Symmetric ↔ A^T = A; Skew A^T = −A (diagonal 0).
  • Orthogonal AAᵀ = I; unitary AA* = I.

Probability — advanced

  • Total probability + Bayes for tree diagrams.
  • Independence: P(A∩B) = P(A)P(B).
  • Geometric distribution: P(X=k) = q^(k−1)p; mean 1/p, var q/p².
  • Poisson: P(X=k) = e⁻λ λᵏ/k!; mean = var = λ.
  • Normal ~ N(μ, σ²): 68-95-99.7 rule.

Test what you just revised

Take a free JEE Advanced Mathematics mock and lock it in.

Start a mock test

More JEE Advanced cheatsheets

Other exams