Question
If α and β are the roots of 2x2−5x+3=0, find α2+β2.
Solution — Step by Step
For a quadratic ax2+bx+c=0 with roots α and β, Vieta’s formulas give:
α+β=−ab,αβ=ac
For 2x2−5x+3=0: a=2, b=−5, c=3
α+β=−2−5=25
αβ=23
We use the key identity:
α2+β2=(α+β)2−2αβ
This avoids finding the roots themselves — we work entirely with the sum and product.
α2+β2=(25)2−2×23
=425−3
=425−412
=413
Why This Works
Vieta’s formulas extract the sum and product of roots directly from the coefficients, without having to actually solve for the individual roots. This is powerful because many expressions involving roots (like α2+β2, α3+β3, α2β+αβ2) can be expressed in terms of (α+β) and αβ using algebraic identities.
We never needed to find α=1 and β=3/2 separately. Verify: α2+β2=1+9/4=4/4+9/4=13/4 ✓
This approach is faster and less error-prone than factoring or using the quadratic formula.
Alternative Method
Direct calculation (using the actual roots):
2x2−5x+3=0
(2x−3)(x−1)=0 → x=3/2 or x=1
So α=3/2, β=1 (or vice versa)
α2+β2=(3/2)2+12=9/4+1=9/4+4/4=13/4 ✓
Same answer. For this problem, direct factoring works easily. But if the quadratic doesn’t factor nicely (e.g., 2x2−5x+1=0), the Vieta’s formula approach is indispensable.
Build a toolkit of symmetric function identities. Given α+β=s and αβ=p:
α2+β2=s2−2p
α3+β3=s3−3sp=s(s2−3p)
α2β+αβ2=sp
(α−β)2=s2−4p (discriminant!)
α4+β4=(α2+β2)2−2(αβ)2=(s2−2p)2−2p2
These identities come up repeatedly in JEE and Class 10-12 exams. Practice deriving them from (α+β)2=α2+2αβ+β2 until they feel automatic.
Common Mistake
Students often compute (α+β)2=α2+β2 directly — forgetting the middle term 2αβ. The correct expansion is (α+β)2=α2+2αβ+β2, so α2+β2=(α+β)2−2αβ. This is the most common single-step error in this type of problem. Double-check: (5/2)2=25/4, then subtract 2×3/2=3. That gives 25/4−12/4=13/4.