JEE Weightage:

JEE Maths — Quadratic Equations

JEE Maths — Quadratic Equations — JEE strategy, weightage, PYQs, traps

5 min read

Chapter Overview & Weightage

Quadratic Equations is a foundational JEE topic that links to Sequences, Complex Numbers, and Coordinate Geometry. JEE Main typically asks 1-2 direct questions; JEE Advanced uses quadratics inside multi-concept problems. Investing in this chapter pays off across the entire syllabus.

YearJEE Main QsJEE Adv Qs
202421
202312
202221
202121
202012

Average JEE Main weightage: 8 marks per session. Average JEE Advanced: 4-6 marks. Worth at least one solid week of focused practice in your final months.

Key Concepts You Must Know

  • Standard form: ax2+bx+c=0ax^2 + bx + c = 0, a0a \ne 0.
  • Roots formula: x=b±b24ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • Discriminant D=b24acD = b^2 - 4ac: D>0D > 0 real distinct, D=0D = 0 real equal, D<0D < 0 complex conjugate.
  • Sum and product of roots: α+β=b/a\alpha + \beta = -b/a, αβ=c/a\alpha\beta = c/a.
  • Nature of roots based on coefficients.
  • Common roots: condition for two quadratics to share a root.
  • Roots in given intervals: location of roots using f(x0)f(x_0), vertex position.
  • Symmetric functions of roots: α2+β2\alpha^2 + \beta^2, α3+β3\alpha^3 + \beta^3, etc.

Important Formulas

α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a}

αβ=±Da,D=b24ac\alpha - \beta = \pm\frac{\sqrt{D}}{a}, \quad D = b^2 - 4ac

These are JEE-Main bread and butter — coefficients to root-symmetric-functions in one step.

Two quadratics a1x2+b1x+c1=0a_1 x^2 + b_1 x + c_1 = 0 and a2x2+b2x+c2=0a_2 x^2 + b_2 x + c_2 = 0 share both roots iff a1/a2=b1/b2=c1/c2a_1/a_2 = b_1/b_2 = c_1/c_2.

Share exactly one root iff (a1c2a2c1)2=(a1b2a2b1)(b1c2b2c1)(a_1 c_2 - a_2 c_1)^2 = (a_1 b_2 - a_2 b_1)(b_1 c_2 - b_2 c_1).

For both roots of f(x)=ax2+bx+cf(x) = ax^2 + bx + c to lie in (x1,x2)(x_1, x_2) (assuming a>0a > 0):

  1. D0D \geq 0
  2. af(x1)>0a f(x_1) > 0 and af(x2)>0a f(x_2) > 0
  3. x1<b/(2a)<x2x_1 < -b/(2a) < x_2

Solved Previous Year Questions

PYQ 1 (JEE Main 2024)

If the roots of x25x+k=0x^2 - 5x + k = 0 are in the ratio 2:32:3, find kk.

Let the roots be 2α2\alpha and 3α3\alpha. Sum: 5α=55\alpha = 5, so α=1\alpha = 1. Roots are 22 and 33.

Product: k=2×3=6k = 2 \times 3 = 6.

PYQ 2 (JEE Advanced 2023)

Find the values of aa for which (a21)x2+2(a1)x+2=0(a^2 - 1)x^2 + 2(a - 1)x + 2 = 0 has both roots positive.

For both roots positive: (i) D0D \geq 0, (ii) sum >0> 0, (iii) product >0> 0.

D=4(a1)28(a21)=4(a1)[(a1)2(a+1)]=4(a1)(a3)0D = 4(a-1)^2 - 8(a^2 - 1) = 4(a-1)[(a-1) - 2(a+1)] = 4(a-1)(-a - 3) \geq 0.

So (a1)(a+3)0(a - 1)(a + 3) \leq 0, giving 3a1-3 \leq a \leq 1.

Sum 2(a1)/(a21)=2/(a+1)>0    a<1-2(a-1)/(a^2-1) = -2/(a+1) > 0 \implies a < -1.

Product 2/(a21)>0    a2>1    a<12/(a^2-1) > 0 \implies a^2 > 1 \implies a < -1 or a>1a > 1.

Combining: 3a<1-3 \leq a < -1.

PYQ 3 (JEE Main 2022)

If α,β\alpha, \beta are roots of x2+7x+12=0x^2 + 7x + 12 = 0, find α3+β3\alpha^3 + \beta^3.

α+β=7\alpha + \beta = -7, αβ=12\alpha\beta = 12. Use:

α3+β3=(α+β)33αβ(α+β)=3433(12)(7)=343+252=91\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = -343 - 3(12)(-7) = -343 + 252 = -91

Difficulty Distribution

Sub-topicEasyMediumHard
Direct roots60%35%5%
Symmetric functions30%50%20%
Common roots20%50%30%
Interval problems10%40%50%

Interval problems separate Advanced-level students from Main-level ones.

Expert Strategy

For “find kk such that…” questions, always state your three conditions (DD, sign of f(x1)f(x_1), vertex position) explicitly. JEE Advanced often uses partial-credit grading on these.

When dealing with αn+βn\alpha^n + \beta^n, use the recurrence Sn=(α+β)Sn1(αβ)Sn2S_n = (\alpha + \beta) S_{n-1} - (\alpha\beta) S_{n-2}. Faster than expanding by hand for n4n \geq 4.

If the coefficient of x2x^2 contains a parameter (a21a^2 - 1 above), check whether the equation is even quadratic — at a=±1a = \pm 1 it becomes linear. JEE Advanced traps you here every year.

Common Traps

Forgetting that aa can be zero (or contain a parameter that goes to zero), turning the equation linear. Always check the leading coefficient.

Using only D0D \geq 0 for “real roots” without checking which side they fall on. The “both roots positive” or “both roots in (0,1)(0, 1)” conditions need the full set of three inequalities.

Confusing “roots equal” (D=0D = 0, repeated root) with “roots common” (two equations share a root). They are different setups.