Sum and Product of Roots — Without Solving the Equation

medium CBSE JEE-MAIN SAT-MATH JEE Main 2024 4 min read

Question

For a quadratic equation 2x25x+3=02x^2 - 5x + 3 = 0, find the sum and product of its roots without solving the equation.

Also: if the roots are α\alpha and β\beta, find the value of α2+β2\alpha^2 + \beta^2.


Solution — Step by Step

The standard form is ax2+bx+c=0ax^2 + bx + c = 0. Matching with 2x25x+3=02x^2 - 5x + 3 = 0:

a=2,b=5,c=3a = 2, \quad b = -5, \quad c = 3

Don’t let the negative sign on bb trip you up — bb is the coefficient of xx, which is 5-5 here.

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

Plugging in our values:

α+β=(5)2=52\alpha + \beta = \frac{-(-5)}{2} = \frac{5}{2} αβ=32\alpha \cdot \beta = \frac{3}{2}

We can’t directly read α2+β2\alpha^2 + \beta^2 from the coefficients — but we can build it from what we already know. The identity we need:

α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta

This is why the question asks for sum and product first — they’re the building blocks.

α2+β2=(52)2232\alpha^2 + \beta^2 = \left(\frac{5}{2}\right)^2 - 2 \cdot \frac{3}{2} =2543=254124=134= \frac{25}{4} - 3 = \frac{25}{4} - \frac{12}{4} = \boxed{\dfrac{13}{4}}

Why This Works

Every quadratic ax2+bx+c=0ax^2 + bx + c = 0 can be written as a(xα)(xβ)=0a(x - \alpha)(x - \beta) = 0, where α\alpha and β\beta are the roots. Expanding: a[x2(α+β)x+αβ]=0a[x^2 - (\alpha + \beta)x + \alpha\beta] = 0, which gives ax2a(α+β)x+aαβ=0ax^2 - a(\alpha+\beta)x + a\alpha\beta = 0.

Comparing coefficients with ax2+bx+c=0ax^2 + bx + c = 0: we get b=a(α+β)b = -a(\alpha+\beta) and c=aαβc = a\alpha\beta. Rearranging gives Vieta’s formulas. The elegance here is that these relations hold regardless of whether the roots are rational, irrational, or even complex.

This technique has serious weightage — JEE Main 2024 Shift 1 had a question asking for 1α2+1β2\frac{1}{\alpha^2} + \frac{1}{\beta^2} directly, and students who tried to find roots first wasted 3 minutes. With Vieta’s: 1α2+1β2=α2+β2(αβ)2\frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{\alpha^2 + \beta^2}{(\alpha\beta)^2} — done in 30 seconds.


Alternative Method

You can verify by actually solving 2x25x+3=02x^2 - 5x + 3 = 0 using the quadratic formula or factoring.

Factoring: 2x25x+3=(2x3)(x1)=02x^2 - 5x + 3 = (2x - 3)(x - 1) = 0, giving α=32\alpha = \frac{3}{2} and β=1\beta = 1.

Check: α+β=32+1=52\alpha + \beta = \frac{3}{2} + 1 = \frac{5}{2} ✓ and αβ=321=32\alpha\beta = \frac{3}{2} \cdot 1 = \frac{3}{2}

Then α2+β2=94+1=134\alpha^2 + \beta^2 = \frac{9}{4} + 1 = \frac{13}{4}

This verification works here because the roots came out rational. For equations with irrational roots like x24x+1=0x^2 - 4x + 1 = 0 (roots: 2±32 \pm \sqrt{3}), computing α2+β2\alpha^2 + \beta^2 by direct substitution is painful. Vieta’s approach costs the same effort regardless.


Common Mistake

Sign error on the sum formula. The sum is ba\frac{-b}{a}, not ba\frac{b}{a}.

For 2x25x+3=02x^2 - 5x + 3 = 0, since b=5b = -5, the sum is (5)2=52\frac{-(-5)}{2} = \frac{5}{2}. Students who misread bb as +5+5 get 52\frac{-5}{2}, which is the wrong sign entirely. A quick sanity check: both roots here (32\frac{3}{2} and 11) are positive, so their sum must be positive. If you’re getting a negative sum, revisit your bb value.

The product formula has no sign flip — it’s just ca\frac{c}{a}. Only the sum formula has the negative. A lot of students apply the negative to both, which is wrong. Memorise: “sum has the flip, product doesn’t.”

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next