How do you find all the zeros of f(x)=x^3+3x^2-4x-12f(x)=x3+3x24x12?

2 Answers
May 31, 2016

Factor by grouping to find zeros: 2, -2, -32,2,3

Explanation:

Notice that the ratio between the first and second terms is the same as that between the third and fourth terms.

So this cubic factors by grouping:

x^3+3x^2-4x-12x3+3x24x12

=(x^3+3x^2)-(4x+12)=(x3+3x2)(4x+12)

=x^2(x+3)-4(x+3)=x2(x+3)4(x+3)

=(x^2-4)(x+3)=(x24)(x+3)

=(x-2)(x+2)(x+3)=(x2)(x+2)(x+3)

Hence zeros: 2, -2, -32,2,3

Jul 15, 2018

(x+2)(x-2)(x+3)(x+2)(x2)(x+3)

Explanation:

We essentially have two parts to our function:

color(steelblue)(x^3+3x^2)color(purple)(-4x-12)x3+3x24x12

Let's factor a x^2x2 out of the blue term, and a -44 out of the purple term. We now have

color(steelblue)(x^2(x+3))color(purple)(-4(x+3))x2(x+3)4(x+3)

Since both terms have an x+3x+3 in common, we can factor that out. We now have

color(red)((x^2-4))(x+3)(x24)(x+3)

You might immediately recognize that what I have in red is a difference of squares, which can be factored as (x+2)(x-2)(x+2)(x2).

We now have

(x+2)(x-2)(x+3)(x+2)(x2)(x+3)

Hope this helps!