So far we’ve learned two methods for
factoring: greatest
common factor and difference
of squares. Let’s look at another method
that will help us when we have perfect cube
terms, the sum of cubes
method. Whenever you have two perfect cube
terms being added (summed), you have a sum
of cubes. The first step in factoring using
this method is identification:
Identifying a Perfect Cube Term
A perfect cube term can be factored into
three identical terms, and nothing more.
For example, 8 is a perfect cube because
it can be broken down into three identical
terms: 2*2*2. You can think of a perfect
cube term as any term that’s cube root has
no remainder under the radical.
27x3 is a perfect cube because
the cube root of 27x3 is 3x.
9b3 is not a perfect cube because
the cube root of 9b3 is b cube
root of 9, which still contains a root term.
Factoring the Sum of Cubes
Now that you can identify perfect cubes,
let’s look at an example:
x3 + y3
As you can see, this is a sum of cubes
because x3 and y3
are both perfect cubes and being added (summed)
together. Ok, so what can we do with this?
We can factor using the following formula:
x3 + y3 = (x+y)(x2-xy+y2)
Every sum of cubes expression will factor
using this template. Now let’s use this
formula as we look at another example:
8a6 + 64b3
Ok, this one looks a little more complicated.
First, we need to decide if this is a sum
of cubes.
8a6 = 2a2*2a2*2a2
- Meets criteria for a perfect cube
64b3 = 4b*4b*4b - Meets criteria
for a perfect cube
Now that we have identified this expression
as a sum of cubes, let’s factor it using
the formula we established above:
x3 + y3 = (x+y)(x2-xy+y2)
In our example x3 is now 8a6
and y3 is now 64b3,
so x=2a2 and y=4b
8a6 + 64b3 = (2a2+4b)(2a2*2a2-2a2*4b+4b*4b)
Let’s cleanup the expression by multiplying
the terms in the second polynomial:
8a6 + 64b3 = (2a2+4b)(4a4-8a2b+16b2)
And we’re done! |