How do you find all the real and complex roots of (x^3 + 9)(x^2 - 4) = 0(x3+9)(x24)=0?

1 Answer
Mar 2, 2016

x=-root3(9),+-2,root 3 9/2+-(3root6 3)/2ix=39,±2,392±3632i

Explanation:

We can split this up into two separate equations:

x^3+9=0" "" and "" "x^2-4=0x3+9=0 and x24=0

Let's first solve the second equation (it's simpler):

x^2-4=0x24=0

x^2=4x2=4

x=+-2x=±2

These are the first 22 of what should be 55 total solutions.

Onto the next equation, we may be tempted to solve like so:

x^3+9=0x3+9=0

x^3=-9x3=9

x=root3(-9)x=39

However, this doesn't deal with the two remaining zeros we should have. We must try to find a way to find the two leftover complex roots in x^3+9=0x3+9=0.

We can factor x^3+9x3+9 as a sum of cubes, where the terms being cubed are xx and 3^(2/3)323.

x^3+9=0x3+9=0

(x+3^(2/3))(x^2-3^(2/3)x+3^(4/3))=0(x+323)(x2323x+343)=0

Solving the linear term gives us x=-3^(2/3)=-root3 9x=323=39. To find the remaining two roots, use the quadratic formula on the quadratic factor.

x=(3^(2/3)+-sqrt(3^(4/3)-4(1)(3^(4/3))))/2x=323±3434(1)(343)2

x=(3^(2/3)+-sqrt(-3(3^(4/3))))/2x=323±3(343)2

x=(3^(2/3)+-sqrt(3^(7/3))i)/2x=323±373i2

x=3^(2/3)/2+-3^(7/6)/2ix=3232±3762i

This can also be written as

x=root 3 9/2+-(3root6 3)/2ix=392±3632i

or

xapprox1.0400+-1.8014ix1.0400±1.8014i

depending on preference.