2

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!

pancini
  • 19,216
2000mroliver
  • 171
  • 2
  • 9
  • 1
    We can help you better if you show us how far you've gotten and what specifically is tripping you up. – The Count Jan 11 '17 at 20:54
  • 1
    That is one condition, we are not allowed to just find the roots and square them. We must use the product of roots and sum of roots rules, -b/a and c/a – 2000mroliver Jan 11 '17 at 20:56

2 Answers2

5

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)$$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
1

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?