Finding Roots for a Challenging Polynomial Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
thomasrules
Messages
243
Reaction score
0
What are the ROots:

x^4+4x^3+14x^2=-4x-13

ok the 13 really causes a problem because you can't factor that.
So I move the right side to the left and then you can't find a number that fits so that it equals zero so I tried factoring it somehow but can't do it can someone help?
 
Physics news on Phys.org
That's a fairly evil problem to give you, but oh well (if I needed to solve it, I'd just throw it into maple and not think about it!).

It's written that way for a reason. Factor the left side and rearrange to change it to

[tex]x^2(x^2 + 4x + 14) + (4x + 13) = 0.[/tex]

Do you see how to factor it now?
 
no lol

well i have to use the quadratic formula?
 
Yes, and all the roots are complex. Are you sure you don't see how to factor that? I'll rewrite it this way:

[tex]x^2(x^2 + 4x + 13) + x^2 + (4x + 13) = 0[/tex]
 
i thought u were trying to lead me to grouping them to factor but doesn't look like that...

NEVER MIND HOLD ON IM RETARDED
 
Hey Data take a look :

[tex](x^2+1)(x^2+4x+13)[/tex]

?
 
in matlab:

>>p= x^4+4x^3+14x^2+4x+13;
>>roots(p)its very easy...heheh