If α and β are roots of 2x²-5x+3=0 find α²+β²

hard 3 min read

Question

If α\alpha and β\beta are the roots of 2x25x+3=02x^2 - 5x + 3 = 0, find α2+β2\alpha^2 + \beta^2.

Solution — Step by Step

For a quadratic ax2+bx+c=0ax^2 + bx + c = 0 with roots α\alpha and β\beta, Vieta’s formulas give:

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

For 2x25x+3=02x^2 - 5x + 3 = 0: a=2a = 2, b=5b = -5, c=3c = 3

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

We use the key identity:

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

This avoids finding the roots themselves — we work entirely with the sum and product.

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

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\alpha^2 + \beta^2, α3+β3\alpha^3 + \beta^3, α2β+αβ2\alpha^2\beta + \alpha\beta^2) can be expressed in terms of (α+β)(\alpha + \beta) and αβ\alpha\beta using algebraic identities.

We never needed to find α=1\alpha = 1 and β=3/2\beta = 3/2 separately. Verify: α2+β2=1+9/4=4/4+9/4=13/4\alpha^2 + \beta^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):

2x25x+3=02x^2 - 5x + 3 = 0

(2x3)(x1)=0(2x - 3)(x - 1) = 0x=3/2x = 3/2 or x=1x = 1

So α=3/2\alpha = 3/2, β=1\beta = 1 (or vice versa)

α2+β2=(3/2)2+12=9/4+1=9/4+4/4=13/4\alpha^2 + \beta^2 = (3/2)^2 + 1^2 = 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., 2x25x+1=02x^2 - 5x + 1 = 0), the Vieta’s formula approach is indispensable.

Build a toolkit of symmetric function identities. Given α+β=s\alpha + \beta = s and αβ=p\alpha\beta = p:

α2+β2=s22p\alpha^2 + \beta^2 = s^2 - 2p

α3+β3=s33sp=s(s23p)\alpha^3 + \beta^3 = s^3 - 3sp = s(s^2 - 3p)

α2β+αβ2=sp\alpha^2\beta + \alpha\beta^2 = sp

(αβ)2=s24p(\alpha - \beta)^2 = s^2 - 4p (discriminant!)

α4+β4=(α2+β2)22(αβ)2=(s22p)22p2\alpha^4 + \beta^4 = (\alpha^2 + \beta^2)^2 - 2(\alpha\beta)^2 = (s^2 - 2p)^2 - 2p^2

These identities come up repeatedly in JEE and Class 10-12 exams. Practice deriving them from (α+β)2=α2+2αβ+β2(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2 until they feel automatic.

Common Mistake

Students often compute (α+β)2=α2+β2(\alpha + \beta)^2 = \alpha^2 + \beta^2 directly — forgetting the middle term 2αβ2\alpha\beta. The correct expansion is (α+β)2=α2+2αβ+β2(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2, so α2+β2=(α+β)22αβ\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta. This is the most common single-step error in this type of problem. Double-check: (5/2)2=25/4(5/2)^2 = 25/4, then subtract 2×3/2=32 \times 3/2 = 3. That gives 25/412/4=13/425/4 - 12/4 = 13/4.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next