JEE Maths — Algebra Complete Chapter Guide
Algebra is the single highest-weighted topic in JEE Mathematics. If you crack algebra, you've secured nearly a third of your Maths marks. The chapter group is wide, but the individual topics are well-defined and highly learnable. Consistent students who master this chapter score 8/10 or better in JEE Main Maths.
🎯 Exam Insider
JEE Main 2020–2025: 8–9 questions from algebra per paper. Maths has 30 questions total — algebra alone accounts for 30–35% of your Maths score. JEE Advanced: 5–7 algebra questions, but many require multi-concept combinations. Highest ROI topic group in JEE Maths.
What "Algebra" Covers in JEE
JEE Maths Algebra is a cluster of six chapters:
- Quadratic Equations — roots, discriminant, nature of roots, formation of equations
- Sequences and Series — AP, GP, HP, AM-GM inequalities, special sums
- Complex Numbers — modulus, argument, Euler's form, De Moivre's theorem, roots of unity
- Permutations and Combinations (P&C) — counting principles, arrangements, selections
- Binomial Theorem — expansions, general term, middle term, coefficient problems
- Matrices and Determinants — operations, inverse, Cramer's rule, properties
Year-by-Year Weightage Table (JEE Main, 2020–2025)
| Year | Quadratic | Sequences | Complex | P&C | Binomial | Matrices | Total |
|---|---|---|---|---|---|---|---|
| 2025 | 2 | 1 | 2 | 1 | 1 | 2 | 9 |
| 2024 | 1 | 2 | 2 | 1 | 2 | 1 | 9 |
| 2023 | 2 | 2 | 1 | 1 | 1 | 2 | 9 |
| 2022 | 2 | 1 | 2 | 2 | 1 | 1 | 9 |
| 2021 | 1 | 2 | 2 | 1 | 2 | 1 | 9 |
| 2020 | 2 | 2 | 1 | 1 | 1 | 2 | 9 |
Average: 9 questions per paper. Complex Numbers, Matrices & Determinants, and Sequences & Series are consistently the highest-frequency sub-topics.
Key Concepts — Chapter by Chapter
Quadratic Equations
Standard form: ax² + bx + c = 0 (a ≠ 0)
Roots: α, β = [−b ± √(b² − 4ac)] / 2a
Vieta's formulas:
- Sum of roots: α + β = −b/a
- Product of roots: αβ = c/a
- Sum of squares: α² + β² = (α+β)² − 2αβ
- Sum of cubes: α³ + β³ = (α+β)³ − 3αβ(α+β)
Discriminant (D = b² − 4ac):
- D > 0: Two distinct real roots
- D = 0: Two equal real roots (repeated)
- D < 0: Two complex conjugate roots
- D ≥ 0 AND a, b, c ∈ ℤ AND √D is rational: rational roots
Nature of roots and sign of quadratic:
- If a > 0: parabola opens upward; f(x) > 0 for x < α or x > β
- If a > 0 and D < 0: f(x) > 0 for all x (always positive)
- Location of roots: both roots positive if D ≥ 0, α+β > 0, αβ > 0
Common question types: Given relationship between roots, find k. Condition for both roots to be in (a, b). Finding minimum/maximum of a quadratic.
Sequences and Series
Arithmetic Progression (AP):
- General term: aₙ = a + (n−1)d
- Sum of n terms: Sₙ = n/2 × [2a + (n−1)d] = n/2 × (first + last)
- If AP: a, b, c → b − a = c − b → 2b = a + c
Geometric Progression (GP):
- General term: aₙ = arⁿ⁻¹
- Sum of n terms: Sₙ = a(rⁿ − 1)/(r − 1) for r ≠ 1; Sₙ = na for r = 1
- Sum of infinite GP (|r| < 1): S∞ = a/(1 − r)
- If GP: a, b, c → b/a = c/b → b² = ac
Harmonic Progression (HP):
- a, b, c in HP ↔ 1/a, 1/b, 1/c in AP → 2/b = 1/a + 1/c → b = 2ac/(a+c)
AM-GM Inequality: For positive reals, AM ≥ GM (a + b)/2 ≥ √(ab), with equality when a = b
Special sums:
- Σk = n(n+1)/2
- Σk² = n(n+1)(2n+1)/6
- Σk³ = [n(n+1)/2]² = (Σk)²
Complex Numbers
Standard form: z = a + bi, where i² = −1
Key operations:
- Addition: (a+bi) + (c+di) = (a+c) + (b+d)i
- Multiplication: (a+bi)(c+di) = (ac−bd) + (ad+bc)i
- Conjugate: z̄ = a − bi
- Modulus: |z| = √(a² + b²)
- Argument: arg(z) = arctan(b/a) — be careful with the quadrant
Polar (Euler's) form: z = r(cosθ + i sinθ) = re^(iθ), where r = |z|, θ = arg(z)
Key results:
- |z₁z₂| = |z₁||z₂|
- arg(z₁z₂) = arg(z₁) + arg(z₂)
- |z₁/z₂| = |z₁|/|z₂|
De Moivre's Theorem: (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ)
nth roots of unity: The n solutions to zⁿ = 1 are zₖ = e^(2πik/n), k = 0, 1, ..., n−1
- Sum of all nth roots of unity = 0 (for n > 1)
- Product of all nth roots of unity = (−1)ⁿ⁺¹
Triangle inequality: |z₁ + z₂| ≤ |z₁| + |z₂|; ||z₁| − |z₂|| ≤ |z₁ − z₂|
Permutations and Combinations
Fundamental Counting Principle: If task A can be done in m ways and task B in n ways (independent), together: m × n ways.
Permutations:
- nPr = n!/(n−r)! = arrangements of r objects from n distinct objects
- Circular permutation of n objects: (n−1)!
- With repetition: nⁿ (for r objects from n types)
Combinations:
- nCr = n!/[r!(n−r)!] = number of ways to select r from n (order doesn't matter)
- nCr = nCₙ₋ᵣ (symmetry)
- nC₀ + nC₁ + ... + nCₙ = 2ⁿ (sum of all combinations)
Inclusion-exclusion: |A ∪ B| = |A| + |B| − |A ∩ B|
Common question types: Arrangements with restrictions (certain people must/must not be together), selections from groups (at least/at most conditions), counting number of paths/diagonals in polygons.
Binomial Theorem
(a + b)ⁿ = Σₖ₌₀ⁿ nCₖ aⁿ⁻ᵏ bᵏ
General term (Tr+1): Tᵣ₊₁ = nCᵣ × aⁿ⁻ʳ × bʳ
To find specific coefficient: Set up Tᵣ₊₁, find r that gives the required power of x.
Middle term:
- If n is even: middle term is T_(n/2 + 1)
- If n is odd: two middle terms T_((n+1)/2) and T_((n+3)/2)
Special cases:
- (1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + ... (binomial expansion)
- Sum of coefficients: put x = 1 → 2ⁿ
- Sum of coefficients of even/odd terms: put x = 1 and x = −1, add/subtract
Matrices and Determinants
Matrix operations: Addition (same dimension), multiplication (rows × columns), transpose.
Determinant (2×2): |a b; c d| = ad − bc Determinant (3×3): Cofactor expansion along any row/column.
Properties of determinants:
- Row interchange → sign change
- Row multiplication → determinant multiplied by same scalar
- Adding multiple of one row to another → determinant unchanged
- Determinant of triangular matrix = product of diagonal elements
Inverse: A⁻¹ = adj(A)/|A| (exists only if |A| ≠ 0)
System of linear equations:
- Unique solution: |A| ≠ 0 (Cramer's rule applies)
- No solution or infinite solutions: |A| = 0 (must check further)
- Cramer's rule: x = Δₓ/Δ, y = Δᵧ/Δ, z = Δᵤ/Δ (where Δ = |A|)
Key matrix types: Identity (I), symmetric (A = Aᵀ), skew-symmetric (A = −Aᵀ), orthogonal (AAᵀ = I), idempotent (A² = A), nilpotent (Aᵐ = O for some m).
5 Essential Formulas
Quadratic — Roots, Sum, Product
Roots: α, β = [−b ± √(b²−4ac)] / 2a
Sum: α + β = −b/a Product: αβ = c/a Quadratic with roots α, β: x² − (α+β)x + αβ = 0
Key: α² + β² = (α+β)² − 2αβ α³ + β³ = (α+β)³ − 3αβ(α+β) α² + β² + αβ = (α+β)² − αβ
AP, GP Sums
AP: aₙ = a + (n−1)d | Sₙ = n/2[2a + (n−1)d] GP: aₙ = arⁿ⁻¹ | Sₙ = a(rⁿ−1)/(r−1) | S∞ = a/(1−r) (|r| < 1)
AM ≥ GM ≥ HM for positive reals AM = (a+b)/2 | GM = √(ab) | HM = 2ab/(a+b) AM × HM = GM²
Σk = n(n+1)/2 | Σk² = n(n+1)(2n+1)/6 | Σk³ = [n(n+1)/2]²
Complex Numbers — Euler, De Moivre
z = a + bi = re^(iθ) = r(cosθ + i sinθ) r = |z| = √(a²+b²) | θ = arg(z)
De Moivre: (cosθ + i sinθ)ⁿ = cos(nθ) + i sin(nθ) zⁿ = rⁿ (cos nθ + i sin nθ)
nth roots of unity: ωᵏ = e^(2πik/n), k = 0,1,...,n−1 Sum = 0 (n > 1) | Product = (−1)^(n+1) For cube roots: ω = e^(2πi/3), 1 + ω + ω² = 0, ω³ = 1
Permutations and Combinations
nPr = n!/(n−r)! nCr = n!/[r!(n−r)!] = nPr/r!
Circular permutation: (n−1)! Identical objects: n! / (n₁! × n₂! × ... nₖ!) [multinomial]
Sum: nC₀ + nC₁ + ... + nCₙ = 2ⁿ Alternating: nC₀ − nC₁ + nC₂ − ... = 0 (n > 0)
Binomial Theorem
(a+b)ⁿ = Σ nCᵣ aⁿ⁻ʳ bʳ (r from 0 to n) General term: Tᵣ₊₁ = nCᵣ × aⁿ⁻ʳ × bʳ
(1+x)ⁿ: sum of coefficients (x=1) = 2ⁿ Middle term: n even → T_(n/2+1); n odd → T_((n+1)/2) and T_((n+3)/2)
Coefficient of xᵏ in (1+x)ⁿ = nCₖ
2 Solved PYQs
PYQ 1 — JEE Main 2024
Question: If α and β are roots of x² − 5x + 6 = 0, find α³ + β³.
Solution:
Step 1: Use Vieta's formulas α + β = 5 (coefficient of x with sign change) αβ = 6 (constant term)
Step 2: Use the identity for sum of cubes α³ + β³ = (α + β)³ − 3αβ(α + β) α³ + β³ = (5)³ − 3(6)(5) α³ + β³ = 125 − 90 α³ + β³ = 35
💡 Expert Tip
Always use α³ + β³ = (α+β)³ − 3αβ(α+β). Don't try to find α and β individually (√7 would appear, making the calculation messier). Vieta's formulas + algebraic identities = cleaner and faster.
PYQ 2 — JEE Main 2023
Question: Find the coefficient of x⁴ in the expansion of (2x + 1/x)⁸.
Solution:
General term: Tᵣ₊₁ = ⁸Cᵣ × (2x)^(8−r) × (1/x)ʳ
Simplify: Tᵣ₊₁ = ⁸Cᵣ × 2^(8−r) × x^(8−r) × x^(−r) Tᵣ₊₁ = ⁸Cᵣ × 2^(8−r) × x^(8−2r)
For coefficient of x⁴: set 8 − 2r = 4 2r = 4 → r = 2
T₃ = ⁸C₂ × 2^(8−2) × x⁴ T₃ = 28 × 2⁶ × x⁴ T₃ = 28 × 64 × x⁴
Coefficient of x⁴ = 1792
Difficulty Distribution in JEE Main (Algebra Questions)
| Sub-topic | Easy | Medium | Hard |
|---|---|---|---|
| Quadratic Equations | 30% | 55% | 15% |
| Sequences & Series | 25% | 55% | 20% |
| Complex Numbers | 15% | 50% | 35% |
| P&C | 20% | 45% | 35% |
| Binomial Theorem | 35% | 50% | 15% |
| Matrices & Determinants | 25% | 55% | 20% |
Complex Numbers and P&C have the highest proportion of hard questions — expect 1 tricky question from each in JEE Main.
Expert Strategy to Crack JEE Algebra
For JEE Main (targeting 8/9 correct):
- Quadratic + Sequences are the quickest wins. These have the highest proportion of "formula-direct" questions. Master Vieta's, AP/GP sums, and AM-GM inequalities — these alone cover 3–4 questions.
- Binomial theorem questions always ask for "coefficient of xᵏ" or "middle term." The approach is always the same: write general term, set power of x to the required value, find r, then find the coefficient. Drill this process until it's automatic.
- Matrices: Learn the properties of determinants by heart. Row operations, cofactors, and solving 2×2 and 3×3 linear systems are the only things tested. Don't over-engineer this topic.
- Complex numbers: Geometry of complex numbers (Argand plane, locus problems) appears in JEE Main. Connect z = x + iy to coordinate geometry — many complex number loci are just circles and lines.
For JEE Advanced (targeting 12+/20 in Maths):
- P&C at JEE Advanced level involves derangements, distribution into distinct/identical boxes, and combinatorial arguments. These need problem-specific thinking — build intuition by solving at least 30 JEE Advanced P&C problems.
- Complex numbers + roots of unity: JEE Advanced loves problems where you must use ω (cube roots of unity) to evaluate sums like Σ cos(2πk/n) or to factorise symmetric polynomials.
Common Traps
⚠️ Common Mistake
Trap 1 — Forgetting the conditions for AM-GM: AM ≥ GM is valid ONLY for POSITIVE real numbers. Applying it to negative numbers or expressions that can be negative gives wrong results. Always verify the expression is positive before using AM-GM.
Trap 2 — Sum of roots sign confusion: For ax² + bx + c = 0, sum of roots = −b/a (NOT +b/a). The sign flip trips students constantly, especially when b is already negative. Write out Vieta's formulas carefully for each problem.
Trap 3 — Argument of complex number: arg(z) = arctan(b/a) gives the angle only in the first and fourth quadrant. If a < 0, you must add π (for second quadrant) or −π (for third quadrant) to get the correct argument. A complex number in the second quadrant has arg between π/2 and π — never just blindly use arctan(b/a).
Trap 4 — General term indexing in binomial: The general term is Tᵣ₊₁ (NOT Tᵣ). So T₃ corresponds to r = 2, not r = 3. This off-by-one error in indexing causes wrong coefficient answers. Always write T(r+1) and clearly track what r equals.