-2

The roots of the equation $x^{4} -2x^{3} + x = 380$ are:

Though by trial and error one could solve the question, but I wanted to now if there is a particular method for solving the above equation ?

Atul Mishra
  • 3,136
ShiS
  • 223
  • 4
    If you know the answers are integers, they will be about $\pm 380^{1/4}$ so try $\pm4, \pm5$, two of which are correct. That would help with factoring – Henry Jun 27 '17 at 11:29
  • For a monic integer polynomial, the Rational Roots Test gives us that the only rational roots are in fact integer roots. So what Henry suggests is essentially decisive in getting all roots, once the "known" factors are divided out. That is, $x^4 - 2x^3 + x -380$ must be divisible by $x-5$, etc. – hardmath Jun 27 '17 at 16:59

2 Answers2

2

HINT: note that $$x^4-2x^3+x-380=\left( x+4 \right) \left( x-5 \right) \left( {x}^{2}-x+19 \right)$$

0

I got the answer

$x^4-2x^3+x^2-x^2+x-380=0$

$(x^2-x)^2-(x^2-x)-380=0$

$ p = x^2-x$

Now quadratic equation can be solved to get the answer

ShiS
  • 223