Call Now
1800-102-2727This is the complete JEE Main Maths Formula Sheet and Class 11 Formula Sheet for Mathematical Induction and Binomial Theorem — Chapter 5 from the Aakash Rapid Revision & Formula Bank. This chapter covers the Principle of Mathematical Induction (PMI) — the three-step proof framework with all standard divisibility, inequality, and sum results proved by induction — and the extensive Binomial Theorem formulas for positive integer index: the general term (Tᵣ₊₁), middle term(s), greatest term, term independent of x, binomial coefficients, properties and identities of binomial coefficients, multinomial theorem, and applications including finding remainders, approximations, and coefficient extraction. The Binomial Theorem is one of the highest-yield topics in JEE Main maths, contributing 3–5 questions every session — covering general term calculations, finding specific coefficients, greatest term, and binomial coefficient sum identities. Download the Free PDF below for all Mathematical Induction and Binomial Theorem formulas in one exam-ready JEE Main reference.
Scroll to explore all Mathematical Induction and Binomial Theorem formulas — JEE Main Maths & Class 11 Formula Sheet
Mathematical Induction and Binomial Theorem is a chapter of two distinct but complementary sections. Mathematical Induction provides the logical proof framework — a method to prove that a statement is true for all natural numbers by verifying a base case and an inductive step. The Binomial Theorem provides the algebraic expansion framework — the complete formula for (a+b)ⁿ for any positive integer n, with all its applications in coefficient extraction, greatest term, remainder problems, and approximations.
For JEE Main maths, the Binomial Theorem section is consistently among the highest-scoring topics in the paper. Every session includes at least 2–3 direct Binomial Theorem questions — find the coefficient of xᵏ, find the middle term, find the term independent of x, find the greatest term, use binomial to find a remainder. These are formula-application questions: once the general term formula Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ is internalised, every type is answered systematically in the same way.
Mathematical Induction, while less frequently tested as a proof-writing question in JEE Main, forms the logical backbone for all summation formulas used throughout the maths paper — Σn, Σn², Σn³ — and the standard divisibility results that appear in number theory questions. Download the Free PDF for Mathematical Induction and Binomial Theorem to access all formulas and results in one structured JEE Main maths revision reference.
The Principle of Mathematical Induction (PMI) states: to prove that a proposition P(n) is true for all positive integers n ≥ n₀, it is sufficient to prove: (i) P(n₀) is true (Base case), and (ii) whenever P(k) is true for some integer k ≥ n₀, then P(k+1) is also true (Inductive step). Both steps together guarantee P(n) is true for all n ≥ n₀ by the Well-Ordering Principle of natural numbers.
Three steps of PMI (Mathematical Induction framework for JEE Main):
Step 1 — Base Case: Verify P(1) (or P(n₀)) is true. Substitute n=1 (or n=n₀) into the statement and confirm.
Step 2 — Inductive Hypothesis: Assume P(k) is true for some arbitrary integer k ≥ 1 (or k ≥ n₀). Write out what P(k) says explicitly — this is the assumption you will use.
Step 3 — Inductive Step: Using the assumption that P(k) is true, prove that P(k+1) must also be true. Start from P(k+1), relate it to P(k) using the inductive hypothesis, and complete the proof.
Standard sum formulas proved by Mathematical Induction (JEE Main maths — must know):
Σₙ = 1+2+3+…+n = n(n+1)/2
Σn² = 1²+2²+3²+…+n² = n(n+1)(2n+1)/6
Σn³ = 1³+2³+3³+…+n³ = [n(n+1)/2]² = (Σn)²
Σ(2n–1) = 1+3+5+…+(2n–1) = n² (sum of first n odd numbers)
Σ(2n) = 2+4+6+…+2n = n(n+1) (sum of first n even numbers)
a + ar + ar² + … + arⁿ⁻¹ = a(rⁿ–1)/(r–1) for r ≠ 1 (GP sum)
Standard divisibility results proved by Mathematical Induction (JEE Main):
n(n+1)(n+2) is divisible by 6 for all n ∈ ℕ (product of 3 consecutive integers)
n(n+1)(2n+1) is divisible by 6 for all n ∈ ℕ
2ⁿ > n for all n ∈ ℕ (proved by induction)
2ⁿ ≥ n² for all n ≥ 4 (proved by induction)
n! ≥ 2ⁿ⁻¹ for n ≥ 1
(1+x)ⁿ ≥ 1 + nx for x > –1 (Bernoulli's inequality)
4ⁿ – 1 is divisible by 3 for all n ∈ ℕ
7ⁿ – 1 is divisible by 6 for all n ∈ ℕ
n³ – n = n(n–1)(n+1) is divisible by 6 for all n ∈ ℕ
3^(2n+2) – 8n – 9 is divisible by 64 for all n ∈ ℕ (classic JEE induction problem)
10^n + 3·4^(n+2) + 5 is divisible by 9 for all n ∈ ℕ
Strong Induction (Complete Induction) in Mathematical Induction: Assumes P(1), P(2), …, P(k) are all true (not just P(k)) to prove P(k+1). Used when P(k+1) depends on more than just P(k). Download the Free PDF for Mathematical Induction and Binomial Theorem for all worked induction proofs.
The Binomial Theorem states that for any positive integer n and any real or complex numbers a and b:
(a + b)ⁿ = ⁿC₀ aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + … + ⁿCₙ bⁿ = Σᵣ₌₀ⁿ ⁿCᵣ aⁿ⁻ʳ bʳ
The Binomial Theorem expansion has (n+1) terms total. The coefficients ⁿC₀, ⁿC₁, …, ⁿCₙ are called binomial coefficients and are also written as C₀, C₁, …, Cₙ.
General Term of Binomial Theorem (Tᵣ₊₁) — JEE Main master formula:
Tᵣ₊₁ = ⁿCᵣ · aⁿ⁻ʳ · bʳ (the (r+1)ᵗʰ term in the expansion of (a+b)ⁿ)
Here r = 0, 1, 2, …, n. T₁ = ⁿC₀·aⁿ (first term); Tₙ₊₁ = ⁿCₙ·bⁿ (last term).
Applying the general term of Binomial Theorem in JEE Main:
For (x + 1/x)ⁿ: Tᵣ₊₁ = ⁿCᵣ · x^(n–r) · (1/x)ʳ = ⁿCᵣ · x^(n–2r). Set exponent = k to find coefficient of xᵏ → solve n–2r = k → r = (n–k)/2 (must be non-negative integer).
For (x + a)ⁿ: Tᵣ₊₁ = ⁿCᵣ · xⁿ⁻ʳ · aʳ. Coefficient of xᵏ = ⁿCₙ₋ₖ · aⁿ⁻ᵏ.
For (ax^p + b/x^q)ⁿ: Tᵣ₊₁ = ⁿCᵣ · aⁿ⁻ʳ · bʳ · x^(p(n–r)–qr). Set exponent = 0 (or k) and solve for r.
Sum of all coefficients of Binomial Theorem: put a = b = 1 → 2ⁿ. Put a = 1, b = –1 → 0 = sum of alternate terms.
Standard expansions from Binomial Theorem (JEE Main shortcuts):
(a–b)ⁿ = Σᵣ₌₀ⁿ (–1)ʳ ⁿCᵣ aⁿ⁻ʳ bʳ (alternate signs, first term positive)
(1+x)ⁿ = ⁿC₀ + ⁿC₁x + ⁿC₂x² + … + ⁿCₙxⁿ
(1–x)ⁿ = ⁿC₀ – ⁿC₁x + ⁿC₂x² – … + (–1)ⁿ ⁿCₙxⁿ
(a+b)ⁿ + (a–b)ⁿ = 2[ⁿC₀aⁿ + ⁿC₂aⁿ⁻²b² + ⁿC₄aⁿ⁻⁴b⁴ + …] (even terms)
(a+b)ⁿ – (a–b)ⁿ = 2[ⁿC₁aⁿ⁻¹b + ⁿC₃aⁿ⁻³b³ + …] (odd terms)
Download the Free PDF for Mathematical Induction and Binomial Theorem for the complete Binomial Theorem expansion table with worked general term examples for JEE Main.
Middle term(s) of Binomial Theorem expansion (a+b)ⁿ:
When n is EVEN: one middle term → T₍ₙ/₂₎₊₁ = T₍ₙ₊₂₎/₂ (the single middle term at position (n/2)+1).
When n is ODD: two middle terms → T₍ₙ₊₁₎/₂ and T₍ₙ₊₃₎/₂ (the (n+1)/2 th and (n+3)/2 th terms). These two middle terms have equal binomial coefficients since ⁿC₍ₙ₋₁₎/₂ = ⁿC₍ₙ₊₁₎/₂.
Term independent of x in Binomial Theorem (JEE Main formula): In (ax^p + b·x^q)ⁿ, the general term is Tᵣ₊₁ = ⁿCᵣ·aⁿ⁻ʳ·bʳ·x^(p(n–r)+qr). Set the power of x = 0: p(n–r) + qr = 0 → pn – pr + qr = 0 → r(q–p) = –pn → r = pn/(p–q). This r must be a non-negative integer for the term independent of x to exist. If r is not an integer → no term independent of x exists in that Binomial Theorem expansion.
Numerically greatest term of Binomial Theorem (JEE Main formula): To find the greatest term in (1+x)ⁿ or (a+b)ⁿ:
Consider the ratio |Tᵣ₊₁/Tᵣ| = |(n–r+1)/r| · |b/a|. Set this ratio ≥ 1 to find when terms are increasing. The greatest term occurs at the value of r where this ratio transitions from ≥ 1 to < 1.
Condition: Tᵣ₊₁ ≥ Tᵣ when r ≤ (n+1)|b/a| / (1 + |b/a|) = m (say). If m is not an integer → greatest term is T₍⌊m⌋₊₁₎. If m is an integer → two equal greatest terms Tₘ and Tₘ₊₁. For (1+x)ⁿ: greatest term when r ≤ (n+1)x/(1+x). For (a+b)ⁿ: greatest term when r ≤ (n+1)|b/a| / (1+|b/a|).
Greatest binomial coefficient term (Binomial Theorem): Among all binomial coefficients ⁿC₀, ⁿC₁, …, ⁿCₙ, the greatest is ⁿCₙ/₂ (n even) or ⁿC₍ₙ₋₁₎/₂ = ⁿC₍ₙ₊₁₎/₂ (n odd). Note: greatest binomial coefficient ≠ greatest term (greatest term also depends on a and b values). Download the Free PDF for Binomial Theorem middle term and greatest term worked examples for JEE Main.
Binomial coefficients C₀, C₁, C₂, …, Cₙ (shorthand for ⁿC₀, ⁿC₁, …, ⁿCₙ) have a rich family of identities in the Binomial Theorem — all provable by substituting specific values of x into (1+x)ⁿ = C₀+C₁x+C₂x²+…+Cₙxⁿ, or by differentiating, integrating, or multiplying two expansions.
Core binomial coefficient identities in Binomial Theorem (JEE Main formulas — all must be memorised):
(i) C₀ + C₁ + C₂ + … + Cₙ = 2ⁿ — put x = 1 in (1+x)ⁿ
(ii) C₀ – C₁ + C₂ – C₃ + … + (–1)ⁿCₙ = 0 — put x = –1 in (1+x)ⁿ
(iii) C₀ + C₂ + C₄ + … = C₁ + C₃ + C₅ + … = 2ⁿ⁻¹ — add and subtract (i) and (ii)
(iv) ΣrCᵣ = n·2ⁿ⁻¹ — differentiate (1+x)ⁿ, put x = 1
(v) Σr(r–1)Cᵣ = n(n–1)·2ⁿ⁻² — differentiate twice, put x = 1
(vi) Σr²Cᵣ = n(n+1)·2ⁿ⁻² — from r²= r(r–1)+r, combine (iv) and (v)
(vii) ΣCᵣ/r = (2ⁿ⁺¹–1)/(n+1) — integrate (1+x)ⁿ from 0 to 1 → C₀+C₁/2+C₂/3+…+Cₙ/(n+1) = (2ⁿ⁺¹–1)/(n+1)
(viii) C₀/1 + C₁/2 + C₂/3 + … + Cₙ/(n+1) = (2ⁿ⁺¹–1)/(n+1)
(ix) C₀C₁ + C₁C₂ + C₂C₃ + … + Cₙ₋₁Cₙ = ²ⁿCₙ₋₁ — from Vandermonde's identity
(x) C₀²+C₁²+C₂²+…+Cₙ² = ²ⁿCₙ — coefficient of xⁿ in (1+x)ⁿ·(1+x)ⁿ = (1+x)²ⁿ; also written as Σ(Cᵣ)² = ²ⁿCₙ
(xi) C₀Cᵣ + C₁Cᵣ₊₁ + C₂Cᵣ₊₂ + … + Cₙ₋ᵣCₙ = ²ⁿCₙ₋ᵣ = ²ⁿCₙ₊ᵣ (Vandermonde's identity)
(xii) C₀C₁ + C₂C₃ + … = ²ⁿ⁻¹Cₙ₋₁ + ²ⁿ⁻¹Cₙ (mixed product sums)
(xiii) ΣCᵣ·Cₛ (sum over all r+s=n) = ²ⁿCₙ (coeff. of xⁿ in (1+x)²ⁿ)
(xiv) 3C₀ + 3²C₁/2 + 3³C₂/3 + … + 3ⁿ⁺¹Cₙ/(n+1) = (4ⁿ⁺¹–1)/(3(n+1)) — integrate (1+3x)ⁿ from 0 to 1
Download the Free PDF for Mathematical Induction and Binomial Theorem for all binomial coefficient identity proofs and applications for JEE Main.
The Binomial Theorem extends to non-integer (negative, rational, fractional) exponents when |x| < 1. For |x| < 1 and any real n (not necessarily a positive integer):
(1+x)ⁿ = 1 + nx + n(n–1)x²/2! + n(n–1)(n–2)x³/3! + … (infinite series, valid only for |x| < 1)
Standard infinite binomial expansions (JEE Main formulas):
(1+x)⁻¹ = 1 – x + x² – x³ + x⁴ – … (|x|<1) — GP with ratio –x
(1–x)⁻¹ = 1 + x + x² + x³ + x⁴ + … (|x|<1) — GP with ratio x
(1+x)⁻² = 1 – 2x + 3x² – 4x³ + … (|x|<1)
(1–x)⁻² = 1 + 2x + 3x² + 4x³ + … (|x|<1)
(1+x)⁻³ = 1 – 3x + 6x² – 10x³ + … = Σ(–1)ʳ ⁽ʳ⁺²⁾C₂ xʳ
(1–x)⁻³ = 1 + 3x + 6x² + 10x³ + … = Σ ⁽ʳ⁺²⁾C₂ xʳ
(1+x)^(1/2) = 1 + x/2 – x²/8 + x³/16 – … (|x|<1, approximation of √(1+x))
(1+x)^(–1/2) = 1 – x/2 + 3x²/8 – 5x³/16 + … (approximation of 1/√(1+x))
General term for (1+x)ⁿ infinite expansion (Binomial Theorem for non-integer n):
Tᵣ₊₁ = n(n–1)(n–2)…(n–r+1) · xʳ / r! (r = 0, 1, 2, …, ∞)
Note: for non-integer n, the series is infinite (not finite like positive integer case) and converges only for |x| < 1.
Approximations using Binomial Theorem (JEE Main applications): When x is very small (|x| << 1), higher-order terms are negligible: (1+x)ⁿ ≈ 1 + nx. (1–x)ⁿ ≈ 1 – nx. √(1+x) ≈ 1 + x/2. 1/√(1+x) ≈ 1 – x/2. These approximations appear in physics numerical questions and JEE Main maths approximation problems. Download the Free PDF for Mathematical Induction and Binomial Theorem for all infinite expansion examples.
One of the most elegant applications of the Binomial Theorem in JEE Main is finding the remainder when expressions like Nⁿ are divided by a number, by writing N as (m ± 1) or (m ± r) and expanding using the Binomial Theorem.
Remainder technique using Binomial Theorem (JEE Main):
Method 1: Write the base as (1 + k·p) or (k·p – 1) where p is the divisor. Expand using Binomial Theorem → all terms except the last are divisible by p → remainder = last term.
Example: Find remainder when 7¹⁰⁰ is divided by 6. Write 7 = 6+1: 7¹⁰⁰ = (6+1)¹⁰⁰ = Σ¹⁰⁰Cᵣ·6ʳ·1¹⁰⁰⁻ʳ. All terms with r ≥ 1 are divisible by 6. Remainder = ¹⁰⁰C₀·1¹⁰⁰ = 1.
Example: Find remainder when 3²³ is divided by 4. Write 3 = 4–1: 3²³ = (4–1)²³ = Σ²³Cᵣ·4²³⁻ʳ·(–1)ʳ. Only the last term (r=23) is not divisible by 4: (–1)²³ = –1 ≡ 3 (mod 4). Remainder = 3.
Binomial Theorem — Integer and fractional part problems (JEE Main): For expressions of the form (p + √q)ⁿ + (p – √q)ⁿ where p, q, n are positive integers: since (p – √q) and (p + √q) are conjugates, their sum eliminates the irrational parts → the result is an even integer. Key result: if I = integer part and f = fractional part of (p+√q)ⁿ, and f' = fractional part of (p–√q)ⁿ, then f + f' = 1 (if 0 < p–√q < 1) and (I+f)·f = (p²–q)ⁿ. Classic JEE problem: if (√3+1)²ⁿ = I + f, then I is odd and f(I+1) = 2²ⁿ. Download the Free PDF for Mathematical Induction and Binomial Theorem for remainder and integer-fractional part problems.
The Multinomial Theorem extends the Binomial Theorem to expansions of (a₁ + a₂ + … + aₘ)ⁿ where m variables are involved. The general term is:
General term of Multinomial Theorem: n! / (n₁! · n₂! · … · nₘ!) · a₁^n₁ · a₂^n₂ · … · aₘ^nₘ where n₁+n₂+…+nₘ = n (and each nᵢ ≥ 0).
The multinomial coefficient n!/(n₁!n₂!…nₘ!) is the number of ways to arrange n objects where n₁ are of type 1, n₂ of type 2, etc.
Number of terms in Multinomial Theorem expansion: The expansion of (a₁+a₂+…+aₘ)ⁿ has ⁿ⁺ᵐ⁻¹Cₘ₋₁ distinct terms (stars and bars for n₁+n₂+…+nₘ = n, nᵢ ≥ 0).
Number of terms in standard expansions (Binomial Theorem — JEE Main):
(a+b+c)ⁿ: number of terms = ⁿ⁺²C₂ = (n+1)(n+2)/2
(a+b+c+d)ⁿ: number of terms = ⁿ⁺³C₃ = (n+1)(n+2)(n+3)/6
(a₁+a₂+…+aₘ)ⁿ: number of terms = ⁿ⁺ᵐ⁻¹Cₘ₋₁
Coefficient extraction using Multinomial Theorem (JEE Main): Coefficient of x^p · y^q · z^r in (x+y+z)ⁿ where p+q+r=n = n!/(p!q!r!). Coefficient of x^p · y^q in (x+y)^(p+q) = (p+q)!/(p!q!) = C(p+q,p). Sum of all coefficients of (x+y+z)ⁿ: put x=y=z=1 → 3ⁿ. Download the Free PDF for Multinomial Theorem terms and coefficient formulas for JEE Main.
Sum of coefficients trick in Binomial Theorem (JEE Main shortcut): To find sum of all coefficients in expansion of f(x) = (polynomial in x)ⁿ, simply put x = 1 in f(x). Example: sum of coefficients of (2x+3y)⁸ = put x=y=1 → 5⁸. Sum of coefficients of (1+2x–3x²)⁷ = put x=1 → (1+2–3)⁷ = 0⁷ = 0.
Binomial Theorem for finding the last digit (unit digit): Express the base as sum of a multiple of 10 and a small number, then use Binomial Theorem to find unit digit of the last term only. Example: unit digit of 2⁴⁰⁰ — since 2⁴=16 (unit digit 6), and 6ⁿ always ends in 6 → unit digit of 2⁴⁰⁰ = (2⁴)¹⁰⁰ = 16¹⁰⁰ → ends in 6. Unit digit of 7ⁿ: cycles with period 4 → 7¹=7, 7²=9, 7³=3, 7⁴=1, then repeats.
Binomial Theorem — ratio of consecutive terms: |Tᵣ₊₁/Tᵣ| = |(n–r+1)/r| · |b/a|. Using this to find when terms increase or decrease → determines the greatest term position.
Finding coefficient of xⁿ in product of two series using Binomial Theorem: If the coefficient of xⁿ is needed in (1+x)ᵃ·(1+x)ᵇ = (1+x)^(a+b): it is ^(a+b)Cₙ. More generally: coefficient of xⁿ in Σⱼ₌₀ᵃ ᵃCⱼ·xʲ · Σₖ₌₀ᵇ ᵇCₖ·xᵏ = Σⱼ₊ₖ₌ₙ ᵃCⱼ·ᵇCₙ₋ⱼ = ^(a+b)Cₙ (Vandermonde's convolution). This identity connects Binomial Theorem coefficients to combination counting.
Binomial Theorem — rationalising and simplifying expressions: (√x + √y)ⁿ + (√x – √y)ⁿ = 2[xⁿ/² + ⁿC₂xⁿ/²⁻¹y + ⁿC₄xⁿ/²⁻²y² + …] (even terms only, rational if x, y rational). (√x + √y)ⁿ – (√x – √y)ⁿ = 2√y[ⁿC₁xⁿ/²⁻¹/²y⁰ + ⁿC₃xⁿ/²⁻³/²y + …] (odd terms, irrational part). Download the Free PDF for Mathematical Induction and Binomial Theorem for all standard application results.
All PMI three-step framework, standard sum formulas proved by Mathematical Induction (Σn, Σn², Σn³), divisibility results proved by induction, Bernoulli's inequality, Binomial Theorem complete expansion (a+b)ⁿ = Σⁿ Cᵣ aⁿ⁻ʳbʳ, general term Tᵣ₊₁ formula, middle term formulas (n even/odd), term independent of x method, greatest term formula with ratio condition, all 14 binomial coefficient identities (ΣCᵣ=2ⁿ, alternate sum=0, ΣrCᵣ=n·2ⁿ⁻¹, Σr²Cᵣ=n(n+1)·2ⁿ⁻², Σ(Cᵣ)²=²ⁿCₙ, Vandermonde), infinite binomial expansion (1+x)ⁿ for |x|<1, standard infinite series (1±x)⁻¹ (1±x)⁻², approximation formulas, remainder by binomial method, integer-fractional part results, multinomial theorem general term, number of terms in multinomial expansion, sum of coefficients trick, and last digit methods are compiled in the Aakash Rapid Revision & Formula Bank PDF for Mathematical Induction and Binomial Theorem — structured for JEE Main maths, Class 11 CBSE, and all engineering entrance exams.
The Binomial Theorem general term Tᵣ₊₁ is the single most-used formula in this section. Every JEE Main Binomial Theorem question — find the rth term, find the middle term, find the term independent of x, find the greatest term, find the coefficient of xᵏ — uses Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ as its starting point. Mastering this one formula and knowing how to apply it to each question type is enough to answer 80% of all Binomial Theorem questions in JEE Main.
Binomial coefficient sum identities are guaranteed quick marks. The identities ΣCᵣ = 2ⁿ, alternate sum = 0, ΣrCᵣ = n·2ⁿ⁻¹, Σ(Cᵣ)² = ²ⁿCₙ are proved by simple substitutions or derivatives on (1+x)ⁿ. JEE Main asks these as "evaluate the following sum" problems where the answer follows directly from recognising which identity applies. This is pattern-matching, not problem-solving — and pattern recognition is faster than any other method.
Remainder problems using Binomial Theorem are zero-calculation once the method is known. Write the base as (divisor ± 1), expand using Binomial Theorem, observe that all terms except the constant are divisible by the divisor, and read off the remainder. The entire method converts a difficult-looking number theory problem into a 2-line Binomial Theorem expansion.
Mathematical Induction is both a proof tool and a formula verification framework. Even when JEE Main does not ask for an induction proof, the formulas proved by Mathematical Induction — Σn = n(n+1)/2, Σn² = n(n+1)(2n+1)/6, Σn³ = [n(n+1)/2]² — appear in Sequences and Series, Integration, and other chapters. Knowing them by heart (and knowing they were proved by Mathematical Induction) is foundational knowledge for the entire JEE Main maths paper. Download the Free PDF for Mathematical Induction and Binomial Theorem to have all formulas organised for JEE Main revision.
After working through Mathematical Induction and Binomial Theorem using this formula sheet, a student should be able to accomplish the following confidently for JEE Main maths.
For Mathematical Induction: write a complete 3-step PMI proof for any given sum formula, divisibility statement, or inequality. Identify base case, inductive hypothesis, and inductive step clearly. Apply standard sum formulas proved by Mathematical Induction: Σn, Σn², Σn³ from memory. Verify whether a given statement is provable by simple induction or requires strong induction.
For Binomial Theorem: write the general term Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ for any given expansion. Find the middle term(s) for both even and odd n. Find the term independent of x by setting the power of x equal to zero and solving for r. Find the greatest (numerically largest) term using the ratio method. Find the coefficient of any xᵏ in any binomial expansion. Evaluate any standard binomial coefficient sum identity by the differentiation/integration/substitution method. Find the remainder when Nⁿ is divided by d using the binomial remainder technique. Write the infinite expansion for (1+x)ⁿ with |x|<1 and find specific coefficients. Apply multinomial theorem to find coefficient in (a+b+c)ⁿ type expansions. Download the Free PDF for Mathematical Induction and Binomial Theorem to test all outcomes before your JEE Main exam.
Whether you are preparing for JEE Main, JEE Advanced, Class 11 CBSE boards, or BITSAT, having the complete Mathematical Induction and Binomial Theorem formula sheet ensures every formula, every identity, and every application result is accessible under exam pressure. The Aakash Rapid Revision & Formula Bank PDF for Mathematical Induction and Binomial Theorem brings all results into one structured JEE Main maths exam-ready reference.
Mathematical Induction is the chapter that teaches you to prove things rigorously. The three-step PMI framework — base case, inductive hypothesis, inductive step — is a template applicable to thousands of mathematical statements. Once you've proved Σn = n(n+1)/2 by induction, the method transfers to any sum or divisibility statement. The formulas proved by Mathematical Induction (Σn, Σn², Σn³, Bernoulli's inequality, divisibility results like 3^(2n+2)–8n–9 divisible by 64) appear throughout JEE Main maths beyond this chapter alone.
The Binomial Theorem is the chapter that teaches you to expand things systematically. The general term Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ is the master key: set up the expression for the general term, identify what you want (specific power, independence from x, maximum value), convert it to an equation in r, solve — and you have the answer. The binomial coefficient identities (ΣCᵣ = 2ⁿ, Σ(Cᵣ)² = ²ⁿCₙ) are proved once and used forever. Use this page and the Free PDF Download as your complete revision foundation for both Mathematical Induction and Binomial Theorem before your JEE Main exam.
The Principle of Mathematical Induction (PMI) requires exactly three steps to prove a statement P(n) for all natural numbers n ≥ n₀. Step 1 — Base Case: Verify that P(n₀) is true by direct substitution. For most JEE Main Mathematical Induction problems, n₀ = 1. Substitute n=1 and confirm both sides of the equation equal. Step 2 — Inductive Hypothesis: Assume that P(k) is true for some arbitrary integer k ≥ n₀. Write the statement P(k) explicitly — this is the assumption. Step 3 — Inductive Step: Using the assumption that P(k) is true, prove that P(k+1) must also be true. Typically, write the expression for the (k+1) case, split off the last term to relate it to the k case, substitute the inductive hypothesis, and simplify to show P(k+1) holds. The conclusion: since P(1) is true and P(k) true implies P(k+1) true, by PMI, P(n) is true for all n ≥ 1. CBSE boards and JEE Main Mathematical Induction questions test whether students can correctly identify all three steps.
The general term (Tᵣ₊₁) in the Binomial Theorem expansion of (a+b)ⁿ is: Tᵣ₊₁ = ⁿCᵣ · aⁿ⁻ʳ · bʳ, where r = 0, 1, 2, …, n. The subscript (r+1) means it is the (r+1)th term. When r=0: T₁ = ⁿC₀·aⁿ = aⁿ (first term). When r=n: Tₙ₊₁ = ⁿCₙ·bⁿ = bⁿ (last term). The general term formula of Binomial Theorem is used to: (1) find the coefficient of a specific power of x — write Tᵣ₊₁, set the power of x equal to the target, solve for r; (2) find the term independent of x — set power of x = 0 in Tᵣ₊₁, solve for r; (3) find a specific term (e.g., 5th term from the end = (n–3)th term from beginning); (4) find the greatest term by comparing consecutive terms. For (ax^p + bx^q)ⁿ: Tᵣ₊₁ = ⁿCᵣ · aⁿ⁻ʳ · bʳ · x^(p(n–r)+qr). This is the starting point for essentially all Binomial Theorem JEE Main questions.
The middle term(s) of the Binomial Theorem expansion (a+b)ⁿ depend on whether n is even or odd. (a+b)ⁿ has (n+1) terms total. If n is EVEN: (n+1) is odd → exactly ONE middle term at position (n/2)+1 = (n+2)/2. The middle term = T₍ₙ/₂₎₊₁ = ⁿCₙ/₂ · aⁿ/² · bⁿ/². If n is ODD: (n+1) is even → TWO middle terms at positions (n+1)/2 and (n+3)/2. First middle term = T₍ₙ₊₁₎/₂ = ⁿC₍ₙ₋₁₎/₂ · a^(n+1)/2 · b^(n–1)/2. Second middle term = T₍ₙ₊₃₎/₂ = ⁿC₍ₙ₊₁₎/₂ · a^(n–1)/2 · b^(n+1)/2. Note: the two middle term binomial coefficients are equal (ⁿC₍ₙ₋₁₎/₂ = ⁿC₍ₙ₊₁₎/₂ by symmetry property). Example: for (x+1)⁶ (n=6, even): middle term = T₄ = ⁶C₃·x³·1³ = 20x³. For (x+1)⁷ (n=7, odd): middle terms = T₄ = ⁷C₃·x⁴ = 35x⁴ and T₅ = ⁷C₄·x³ = 35x³.
The most important Binomial Theorem coefficient identities for JEE Main, all derived from (1+x)ⁿ = C₀+C₁x+…+Cₙxⁿ: (1) ΣCᵣ = 2ⁿ — put x=1. (2) Alternate sum: ΣCᵣ(–1)ʳ = 0 — put x=–1. (3) Sum of even-position coefficients = sum of odd-position coefficients = 2ⁿ⁻¹ — add/subtract (1) and (2). (4) ΣrCᵣ = n·2ⁿ⁻¹ — differentiate (1+x)ⁿ and put x=1. (5) Σr(r–1)Cᵣ = n(n–1)·2ⁿ⁻² — differentiate twice. (6) Σr²Cᵣ = n(n+1)·2ⁿ⁻² — from r²=r(r–1)+r. (7) Σ(Cᵣ)² = ²ⁿCₙ — coefficient of xⁿ in (1+x)ⁿ·(1+x)ⁿ. (8) Vandermonde: C₀Cᵣ+C₁Cᵣ₊₁+…+Cₙ₋ᵣCₙ = ²ⁿCₙ₋ᵣ. (9) ΣCᵣ/(r+1) = (2ⁿ⁺¹–1)/(n+1) — integrate (1+x)ⁿ from 0 to 1. Recognition skill: whenever you see a sum involving ⁿCᵣ × (some expression in r), try writing it as a derivative or integral of (1+x)ⁿ.
To find the numerically greatest term in the Binomial Theorem expansion of (a+b)ⁿ (a,b>0): Step 1 — Write the ratio of consecutive terms: |Tᵣ₊₁/Tᵣ| = |(n–r+1)/r| · (|b|/|a|). Step 2 — Set |Tᵣ₊₁/Tᵣ| ≥ 1 to find when terms are non-decreasing: (n–r+1)|b/a| ≥ r → r(1+|b/a|) ≤ (n+1)|b/a| → r ≤ (n+1)|b/a|/(1+|b/a|) = M (say). Step 3 — If M is NOT an integer: greatest term is T₍⌊M⌋₊₁₎ (single greatest term). If M IS an integer: Tₘ = Tₘ₊₁ (two equal greatest terms at positions M and M+1). For (1+x)ⁿ specifically: M = (n+1)x/(1+x). Note: "greatest binomial coefficient" and "greatest term" are different — greatest coefficient is always at r=n/2, but greatest term also depends on values of a and b. In JEE Main Binomial Theorem, greatest term problems always specify numerical values of a, b, n.
For negative or fractional (non-integer) n, the Binomial Theorem gives an infinite series valid for |x| < 1: (1+x)ⁿ = 1 + nx + n(n–1)x²/2! + n(n–1)(n–2)x³/3! + … This series is infinite (unlike the finite n+1 term expansion for positive integer n). Standard cases from Binomial Theorem for negative index: (1+x)⁻¹ = 1–x+x²–x³+… (geometric series). (1–x)⁻¹ = 1+x+x²+x³+… (geometric series). (1+x)⁻² = 1–2x+3x²–4x³+… (terms: (–1)ʳ(r+1)xʳ). (1–x)⁻² = 1+2x+3x²+4x³+… (terms: (r+1)xʳ). (1–x)⁻ⁿ: coefficient of xʳ = ⁽ⁿ⁺ʳ⁻¹⁾Cᵣ. For small |x|: (1+x)ⁿ ≈ 1+nx (binomial approximation, first order). All these infinite Binomial Theorem expansions are valid only when |x| < 1 — the convergence condition must always be stated.
The Binomial Theorem remainder technique works by writing the base as a sum involving the divisor: express Nⁿ = (d·k ± 1)ⁿ or (d·k ± r)ⁿ where d is the divisor. Expanding by Binomial Theorem: all terms except the constant contain a factor of d and are therefore divisible by d. The remainder = constant term = (±1)ⁿ or (±r)ⁿ mod d. Examples: 7¹⁰⁰ mod 6: write 7=6+1, (6+1)¹⁰⁰ — all terms except (6)⁰·(1)¹⁰⁰=1 are multiples of 6. Remainder = 1. 3⁴ⁿ⁺² mod 5: 3²=9=10–1, so 3⁴=(3²)²=(10–1)² — by Binomial Theorem last term = (–1)²=1, so 3⁴≡1 (mod 5) → 3⁴ⁿ≡1 (mod 5) → 3⁴ⁿ⁺²≡9≡4 (mod 5). For more complex remainders like 3^(2n+2)–8n–9 divisible by 64: write 3²=9=1+8, then 3^(2n+2)=(3²)^(n+1)=(1+8)^(n+1)=Σ^(n+1)Cᵣ·8ʳ. Terms with r≥2 are divisible by 64, and T₂=^(n+1)C₁·8=8(n+1)=8n+8, so 3^(2n+2)–8n–9=(8n+8)+[multiples of 64]–8n–9=[multiple of 64]–1+8n+8–8n–9=[multiple of 64] — this confirms divisibility by 64.
The Multinomial Theorem extends the Binomial Theorem to more than two terms. For (a₁+a₂+…+aₘ)ⁿ, the general term is n!/(n₁!n₂!…nₘ!) · a₁^n₁·a₂^n₂·…·aₘ^nₘ where n₁+n₂+…+nₘ = n and each nᵢ ≥ 0. The multinomial coefficient n!/(n₁!n₂!…nₘ!) is the number of arrangements of n objects with n₁ of type 1, n₂ of type 2, etc. Number of terms in the expansion: the number of non-negative integer solutions of n₁+n₂+…+nₘ = n = ⁿ⁺ᵐ⁻¹Cₘ₋₁ (stars and bars formula from Permutations and Combinations chapter). For (a+b+c)ⁿ (m=3 terms): number of distinct terms = ⁿ⁺²C₂ = (n+1)(n+2)/2. For (a+b+c+d)ⁿ (m=4): number = ⁿ⁺³C₃ = (n+1)(n+2)(n+3)/6. Sum of all coefficients in (a+b+c)ⁿ: put a=b=c=1 → 3ⁿ. Coefficient of specific term in (a+b+c)ⁿ: use n!/(p!q!r!) where p+q+r=n and the term is aᵖbᵍcʳ.
The most important formulas proved by Mathematical Induction in JEE Main maths: Sum formulas: Σₖ₌₁ⁿ k = n(n+1)/2 (sum of first n natural numbers). Σk² = n(n+1)(2n+1)/6 (sum of squares). Σk³ = [n(n+1)/2]² (sum of cubes = square of sum). Σ(2k–1) = n² (sum of first n odd numbers). Σ(2k) = n(n+1) (sum of first n even numbers). GP sum = a(rⁿ–1)/(r–1). Divisibility results: n(n+1)(n+2) divisible by 6. n(n+1)(2n+1) divisible by 6. 4ⁿ–1 divisible by 3. 7ⁿ–1 divisible by 6. 3^(2n+2)–8n–9 divisible by 64 (classic). 10^n+3·4^(n+2)+5 divisible by 9. Inequality results: 2ⁿ > n for all n. 2ⁿ ≥ n² for n ≥ 4. n! ≥ 2^(n–1). (1+x)ⁿ ≥ 1+nx for x > –1 (Bernoulli's inequality). These Mathematical Induction results are the foundation of summation formulas used throughout JEE Main maths — Sequences and Series, Calculus, and Coordinate Geometry all use them.
To find the term independent of x (i.e., the constant term) in a Binomial Theorem expansion: Step 1 — Write the general term Tᵣ₊₁ = ⁿCᵣ · (first part)ⁿ⁻ʳ · (second part)ʳ for the given expansion. Step 2 — Simplify and collect all powers of x in Tᵣ₊₁. Step 3 — Set the total power of x equal to 0 and solve for r. Step 4 — Check that r is a non-negative integer and r ≤ n. If yes, substitute r back to get the constant term. If r is not a non-negative integer, there is no term independent of x. Example 1: term independent of x in (x + 1/x)⁶: Tᵣ₊₁ = ⁶Cᵣ · x^(6–r) · (1/x)ʳ = ⁶Cᵣ · x^(6–2r). Set 6–2r=0 → r=3. Constant term = ⁶C₃ = 20. Example 2: term independent of x in (x² + 1/x)⁹: Tᵣ₊₁ = ⁹Cᵣ · (x²)^(9–r) · (1/x)ʳ = ⁹Cᵣ · x^(18–2r–r) = ⁹Cᵣ · x^(18–3r). Set 18–3r=0 → r=6. Constant term = ⁹C₆ = 84. This two-step method (write general term, set power = 0) handles every "term independent of x" Binomial Theorem JEE Main question.
Mathematical Induction and Binomial Theorem – JEE Main Maths Formula Sheet & Class 11 Notes