4

Find the real root of $$x^5+5x^3+5x-1$$

I have tried with squaring but the numbers that I got is not correct, any help ?

Bacew
  • 59

1 Answers1

8

Setting $x=y-\frac 1y$, equation is $y^{10}-y^5-1=0$

And so $$y=\sqrt[5]{\frac{1+\sqrt 5}2}$$ or $$y=\sqrt[5]{\frac{1-\sqrt 5}2}$$

And in both cases, we get $${x=\sqrt[5]{\frac{\sqrt 5+1}2}-\sqrt[5]{\frac{\sqrt 5-1}2}}$$

AND WE'RE DONE

Oiue
  • 1,055