How do you find all the real and complex roots of P(x)=x5+3x3+2x6?

1 Answer
Feb 21, 2016

Here's a partial answer. I may provide another (numerical) approach later...

Explanation:

First note that the sum of the coefficients is zero.

That is: 1+3+26=0

So P(1)=0 and (x1) is a factor:

x5+3x3+2x6=(x1)(x4+x3+4x2+4x+6)

By the rational root theorem any rational zeros of f(x)=x4+x3+4x2+4x+6 must be expressible in the form pq for integers p and q such that p is a divisor of the constant term 6 and q a divisor of the coefficient 1 of the leading term.

In addition, all of the coefficients of f(x) are positive, so it has no positive zeros. so the only possible rational zeros are:

1, 2, 3, 6

None of these work, so f(x)=0 has no rational roots.

It is possible to solve f(x)=0 algebraically, but it gets rather messy.

Here's a quick sketch of how to do it:

First multiply f(x) by 44=256 and substitute t=(4x+1) to get the equation:

t4+58t2+139t+1338=0

Since this has no cubic term, it has a factorisation of the form:

t4+58t2+139t+1338=(t2+At+B)(t2At+C)

Multiply this out and equate coefficients to get three simultaneous equations in A, B and C.

Then use (B+C)2=(CB)2+4BC to derive a cubic equation in A2:

(A2)3+116(A2)21988(A2)19321=0

To solve this, multiply by 27 and substitute s=3A2+116 to get a cubic equation in s:

s358260s+4675597=0

This cubic has 3 Real roots, and none of the Real roots are expressible in a+bi form with a and b expressed in terms of Real square and cube roots.

So we have the choice of expressing them in terms of Complex cube roots (using Cardano's method or Vieta's substitution) or using the trigonometric cubic solution, expressing the roots in terms of cos and arccos.

If we have expressions for the roots of our cubic in s, then we can deduce expressions for A2, hence B and C, providing quadratic equations that we can solve using the quadratic formula.

This is way too messy, so I would recommend using a numeric method such as Newton's instead.