4 Solving polynomial equations when one solution is known

In Section 3.2 we gave a formula which can be used to solve quadratic equations. Unfortunately when dealing with equations of higher degree no simple formulae exist. If one of the roots can be spotted or is known we can sometimes find the others by the method shown in the next Example.

Example 25

Let the polynomial expression x 3 17 x 2 + 54 x 18 be denoted by P ( x ) . Verify that x = 4 is a solution of the equation P ( x ) = 0 . Hence find the other solutions.

Solution

We substitute x = 4 into the polynomial expression P ( x ) :

P ( 4 ) = 4 3 17 ( 4 2 ) + 54 ( 4 ) 8 = 64 272 + 216 8 = 0

So, when x = 4 the left-hand side equals zero. Hence x = 4 is indeed a solution. Knowing that x = 4 is a root we can state that ( x 4 ) must be a factor of P ( x ) . Therefore P ( x ) can be re-written as a product of a linear and a quadratic term:

P ( x ) = x 3 17 x 2 + 54 x 8 = ( x 4 ) ×  (quadratic polynomial)

The quadratic polynomial has already been found in a previous task so we deduce that the given equation can be written

P ( x ) = x 3 17 x 2 + 54 x 8 = ( x 4 ) ( x 2 13 x + 2 ) = 0

In this form we see that    x 4 = 0  or  x 2 13 x + 2 = 0

The first equation gives x = 4 which we already knew.

The second equation must be solved using one of the methods for solving quadratic equations given in Section 3.2. For example, using the formula we find

x = b ± b 2 4 a c 2 a with a = 1 , b = 13 , c = 2 = 13 ± ( 13 ) 2 4 . 1 . 2 2 = 13 ± 161 2 = 13 ± 12.6886 2

So x = 12.8443 and x = 0.1557 are roots of x 2 13 x + 2 .

Hence the three solutions of P ( x ) = 0 are x = 4 , x = 12.8443 and x = 0.1557 , to 4 d.p.

Task!

Solve the equation x 3 + 8 x 2 + 16 x + 3 = 0 given that x = 3 is a root.

Consider the equation x 3 + 8 x 2 + 16 x + 3 = 0 .

Given that x = 3 is a root state a linear factor of the cubic:

x + 3 The cubic can therefore be expressed as

x 3 + 8 x 2 + 16 x + 3 = ( x + 3 ) ( a x 2 + b x + c )

where a , b , and c are constants. These can be found by expanding the right-hand side.

Expand the right-hand side:

x 3 + 8 x 2 + 16 x + 3 = a x 3 + ( 3 a + b ) x 2 + ( 3 b + c ) x + 3 c

Equate coefficients of x 3 to find a :

1

Equate constant terms to find c :

3 = 3 c so that c = 1

Equate coefficients of x 2 to find b :

8 = 3 a + b so b = 5

This enables us to write the equation as ( x + 3 ) ( x 2 + 5 x + 1 ) = 0 so x + 3 = 0 or x 2 + 5 x + 1 = 0.

Now solve the quadratic and state all three roots:

The quadratic equation can be solved using the formula to obtain x = 4.7913 and x = 0.2087 . Thus the three roots of x 3 + 8 x 2 + 16 x + 3 are x = 3 , x = 4.7913 and x = 0.2087 .

Exercises
  1. Verify that the given value is a solution of the equation and hence find all solutions:
    1. x 3 + 7 x 2 + 11 x + 2 = 0 , x = 2
    2. 2 x 3 + 11 x 2 2 x 35 = 0 , x = 5
  2. Verify that x = 1 and x = 2 are solutions of x 4 + 4 x 3 17 x 2 + 8 x + 4 and hence find all solutions.
  1. (a)   2 , 0.2087 , 4.7913 (b)   5 , 2.1375 , 1.6375
  2.   1,2, 0.2984 , 6.7016