Find sum of roots squared

3.8k Views Asked by At

If $α$, $β$, $γ$, are the roots of the equation $x^3-5x+3=0$, find the value of $α^2+β^2+γ^2$.

Im stuck on this question for a while now, please help me with explanations, thank you very much!

2

There are 2 best solutions below

0
On BEST ANSWER

Use Vieta's formula:

Note that: $$(\alpha^2+\beta^2+\gamma^2)=(\alpha+\beta+\gamma)^2-2(\alpha \beta + \alpha \gamma + \beta \gamma)$$

Vieta's formula suggests for a polynomial $ax^3+bx^2+cx+d=0$:

$$(\alpha+\beta+\gamma)=-\frac{b}{a}$$

And:

$$(\alpha \beta + \alpha \gamma + \beta \gamma)=\frac{c}{a}$$

Can you take it from here?

2
On

Hint:

$$(\alpha^2+\beta^2+\gamma^2)=(\alpha+\beta+\gamma)^2-2(\alpha\beta+\beta\gamma+\alpha\gamma)$$

Edit:

Hint 2:

Try to expand

$$(x-\alpha)(x-\beta)(x-\gamma)$$