For a quadratic equation 2x2−5x+3=0, find the sum and product of its roots without solving the equation.
Also: if the roots are α and β, find the value of α2+β2.
Solution — Step by Step
The standard form is ax2+bx+c=0. Matching with 2x2−5x+3=0:
a=2,b=−5,c=3
Don’t let the negative sign on b trip you up — b is the coefficient of x, which is −5 here.
α+β=a−bα⋅β=ac
Plugging in our values:
α+β=2−(−5)=25α⋅β=23
We can’t directly read α2+β2 from the coefficients — but we can build it from what we already know. The identity we need:
α2+β2=(α+β)2−2αβ
This is why the question asks for sum and product first — they’re the building blocks.
α2+β2=(25)2−2⋅23=425−3=425−412=413
Why This Works
Every quadratic ax2+bx+c=0 can be written as a(x−α)(x−β)=0, where α and β are the roots. Expanding: a[x2−(α+β)x+αβ]=0, which gives ax2−a(α+β)x+aαβ=0.
Comparing coefficients with ax2+bx+c=0: we get b=−a(α+β) and c=aαβ. 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 α21+β21 directly, and students who tried to find roots first wasted 3 minutes. With Vieta’s: α21+β21=(αβ)2α2+β2 — done in 30 seconds.
Alternative Method
You can verify by actually solving 2x2−5x+3=0 using the quadratic formula or factoring.
Factoring: 2x2−5x+3=(2x−3)(x−1)=0, giving α=23 and β=1.
Check: α+β=23+1=25 ✓ and αβ=23⋅1=23 ✓
Then α2+β2=49+1=413 ✓
This verification works here because the roots came out rational. For equations with irrational roots like x2−4x+1=0 (roots: 2±3), computing α2+β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 a−b, not ab.
For 2x2−5x+3=0, since b=−5, the sum is 2−(−5)=25. Students who misread b as +5 get 2−5, which is the wrong sign entirely. A quick sanity check: both roots here (23 and 1) are positive, so their sum must be positive. If you’re getting a negative sum, revisit your b value.
The product formula has no sign flip — it’s just ac. 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.