How do I solve for complex roots of a polynomial function?

AI Thread Summary
To solve for the complex roots of the polynomial function f(x)=24x^7-13x^6-19x^5+7x^4-7x^3+5x^2+72x-54, the Rational Root Theorem can be applied, but it appears there are no rational roots. Attempts using synthetic division and the factor theorem have not yielded any real roots, leading to the discovery of six imaginary roots and one real root approximately equal to 0.77547 through software. For irreducible polynomials of degree five or higher, there is no general method to express roots in terms of radicals, and numerical algorithms may be the best approach for finding approximate solutions. Ultimately, the discussion emphasizes the limitations of traditional methods in finding irrational or complex roots for such polynomials.
azwraith69
Messages
7
Reaction score
0

Homework Statement


f(x)=24x7-13x6-19x5+7x4-7x3+5x2+72x-54

Find all the roots..


Homework Equations


+-(p/q)...for rational roots


The Attempt at a Solution


i tried factor theorem,, and synthetic division for the possible roots..i've used uppe/lower bounds but i can't get a single root..

when i used a software to solve for this,, the roots i got are 6 imaginaries and .77547

i have no idea how to show the solution... how to solve for imaginary roots of such irreducible polynomial function??

thX.. really need this asap..
 
Physics news on Phys.org
Since you mention "rational roots", I take it you know the "rational root theorem": If p/q is a rational root of the polynomial, then q is a factor of the leading coefficient and p is a factor of the constant term. In this case we can simplify the search a little by noting that both 24 and 54 are multiples of 6. If we were to divide the entire polynomial by 6, that wouldn't change the roots but would make the leading coefficient 4 and the constant term 9. The factors of 4 are \pm 1, \pm 2, \pm 4 and the factors of 9 are \pm 1, \pm 3, \pm 9 so the only possible rational roots are \pm 1, \pm 1/2, \pm 1/4, \pm 3, \pm 3/2, \pm 3/4, \pm 9, \pm 9/2, \pm 9/4.

I don't believe this has any rational roots!

Other than looking for rational roots and hoping to reduce, there is no general method of finding irrarational real or complex roots of such a polynomial.
 
Last edited by a moderator:
You could try theorems that give upper and lower bounds for the sizes of real roots - these bounds are typically stated in terms of expressions involving the coefficients. (Assuming, of course, that you have had them discussed in your class.)
 
HallsofIvy said:
Since you mention "rational roots", I take it you know the "rational root theorem": If p/q is a rational root of the polynomial, then q is a factor of the leading coefficient and p is a factor of the constant term. In this case we can simplify the search a little by noting that both 24 and 54 are multiples of 6. If we were to divide the entire polynomial by 6, that wouldn't change the roots but would make the leading coefficient 4 and the constant term 9. The factors of 4 are \pm 1, \pm 2, \pm 4 and the factors of 9 are \pm 1, \pm 3, \pm 9 so the only possible rational roots are \pm 1, \pm 1/2, \pm 1/4, \pm 3, \pm 3/2, \pm 3/4, \pm 9, \pm 9/2, \pm 9/4.

I don't believe this has any rational roots!

Other than looking for rational roots and hoping to reduce, there is no general method of finding irrarational real or complex roots of such a polynomial.

ok,, i know the theorems,, upper/lower bounds,, etc..
and i know that this has no rational roots..

i just want to know methods to find irrational real, or imaginary roots for such irreducible equations... if there is really none,, ok... but i hope there is..

thx hallsofivy
 
Do you know that there exist polynomials of degree 5 or higher whose roots cannot be written in terms of combinations of radicals?

There cannot be a general way of giving exact solutions to such equations. You can, of course, use numerical algorithms to determine approximate solutions.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top