DorelXD said:
Homework Statement
Solve the following equation:
x^4 + 12x^3 + 46x^2 + 60x + 20 = 0
Homework Equations
Well, I know how to solve simpler equations, in which the unknown dosen't appear at a power higher than 3. I tried to factor this polynom but I didin't suceed.
The Attempt at a Solution
There are some general things you can try first.
(1) The rational root theorem; see
http://en.wikipedia.org/wiki/Rational_root_theorem . In this case you need to look at all the (integer) factors of +20 (which are +-1, +-2, +-4, +-5, +-10, +-20), to see if any of them solve the equation. If one (or more) of these values "works" you will be able to at least partially factor the polynomial, and then need only deal with another lower-degree equation. If none of them "work" the roots are irrational, so factoring is inapplicable, and you would be stuck dealing with a harder problem.
(2) Descarte's Rule of Signs; see
http://en.wikipedia.org/wiki/Descartes'_rule_of_signs . In this case it implies that the equation has no positive roots; that is easy to see directly, since all the terms have positive coefficients, so all the terms in x^4, x^3,..., increase to larger positive values as x > 0 increases, and the terms are all added together with the same signs. If you look at the polynomial for x < 0 (say by setting x = -t with t > 0) you will see that the successive signs are +, -, +, -, +. There are 4 sign changes, so the Rule of Signs implies that there are either 4, 2 or 0 real roots in t > 0.
Beyond these general aspects there is not a lot you can do with the equation, except to either use the known "exact" formulas for solving a quartic equation, or use a numerical method. In such questions it is always a good idea to plot the polynomial first, to get a rough idea where the roots (if any) will lie.