SOLUTION: how do i factor completely M^6 - 4096?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: how do i factor completely M^6 - 4096?      Log On


   



Question 347126: how do i factor completely M^6 - 4096?
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
One of the techniques used in factoring is factoring by patterns. There are often 5 patterns that are taught. We will need three of them for this problem:
  • Difference of squares: a%5E2+-+b%5E2+=+%28a%2Bb%29%28a-b%29
  • Difference of cubes: a%5E3+-+b%5E3+=+%28a-b%29%28a%5E2+%2Bab+%2Bb%5E2%29
  • Sum of cubes: a%5E3+%2B+b%5E3+=+%28a%2Bb%29%28a%5E2+-ab+%2Bb%5E2%29

(Note: There ino "Sum of squares" pattern.)

Learning how to use these patterns effectively involves learning how to match your expression with one of the patterns. Part of this is understanding that the "a" and "b" in the pattern can be any expression. And part is learning how to recognize perfect squares and perfect cubes.

Recognizing numbers that are perfect squares is fairly easy. If you don't know a number to be a perfect square then ask your calculator for its square root. If the square root is a whole number then original number is a perfect square. You probably don't know if 4096 is a perfect square. But your calculator will tell you that its square root is 64. So 4096 is a perfect square: 4096+=+64%5E2.
Recognizing variable expressions that are perfect squares is fairly easy. Because of how exponents work, a perfect square variable expression will have an even exponent. Some examples:
x%5E2+=+%28x%5E1%29%5E2
x%5E4+=+%28x%5E2%29%5E2
x%5E6+=+%28x%5E3%29%5E2
x%5E200+=+%28x%5E100%29%5E2
etc.
So m%5E6, with its even exponent, is also a perfect square.

At this point we already know that your expression fits the pattern for a difference of squares with the "a" being m%5E3 and the "b" being 64. So we could start factoring now. But before doing that, let's look at recognizing perfect cubes.

Recognizing numbers that are perfect cubes is not as easy as perfect squares because most people know a lot more perfect square numbers than they know perfect cube numbers. But we can still ask our calculators. To find cube roots on a calculator, raise the number to the 1/3 power. To find the cube root of 4096 use 4096^(1/3) if your calculator supports parentheses. (Use 4096^0.333333 if your calculator does not support parentheses.) You should find that 4096 is a perfect cube, too. (Earlier we found that it was 64%5E2.) It is 16%5E3.
Recognizing variable expressions that are perfect cubes is fairly easy. Because of how exponents work, a perfect cube variable expression will have an exponent that is divisible by 3. Some examples:
x%5E3+=+%28x%5E1%29%5E3
x%5E6+=+%28x%5E2%29%5E3
x%5E9+=+%28x%5E3%29%5E3
x%5E300+=+%28x%5E100%29%5E3
etc.
So m%5E6 is a perfect cube since its exponent, 6, is divisible by 3.

What we have found so far is that m%5E6+-+4096 is both a difference of squares and a difference of cubes!
m%5E6+-+4096+=+%28m%5E3%29%5E2+-+64%5E2
m%5E6+-+4096+=+%28m%5E2%29%5E3+-+16%5E3
So which pattern do we use? Ultimately either one can work. But I recommend, when you have a choice like this, that you use the difference of squares pattern. This is what we will do. Using the difference of squares pattern with "a" being m%5E3 and "b" being 64 we get:
%28m%5E3+%2B+64%29%28m%5E3+-+64%29

When you reduce fractions you know that you keep reducing until you cannot reduce any further. Factoring is like that, too. Keep factoring until you can't factor any further. Looking at each factor we can see that the first term, m%5E3, is clearly a perfect cube. So we have to ask ourselves, is 64 a perfect cube, too? If it is, then the first factor is a sum of cubes (for which we have a pattern) and the second factor is a difference of cubes (for which we have another pattern)! Finding 64^(1/3) (or if you know your perfect cubes better than most), you will find that 64+=+4%5E3. So we have:
%28m%5E3+%2B+4%5E3%29%28m%5E3+-+4%5E3%29
Using the sum of cubes pattern on the first factor and the difference of cubes pattern on the second factor we get:
%28m%2B4%29%28m%5E2+-m%2A4+%2B+4%5E2%29%28m-4%29%28m%5E2+%2Bm%2A4+%2B+4%5E2%29
which simplifies to:
%28m%2B4%29%28m%5E2+-4m+%2B+16%29%28m-4%29%28m%5E2+%2B4m+%2B+16%29
None of these factors will factor any further (no matter what factoring technique you try) so this is the final answer.

Note: If you start with the difference of cubes pattern first instead of the difference of squares you get:
m%5E2+-+16%29%28%28m%5E2%29%5E2+%2B+%28m%5E2%29%2A16+%2B+16%5E2%29
which simplifies to:
%28m%5E2+-+16%29%28m%5E4+%2B+16m%5E2+%2B+256%29
The first factor is clearly a difference of squares which can be factored. And factoring it will give you the (m+4) and (m-4) factors we found above.

The second factor will also factor but not very easily. This is why, when you have a choice between using the difference of square and difference of cubes patterns, you should choose the difference of squares pattern.

In case you're curious, here's how to factor m%5E4+%2B+16m%5E2+%2B+256.
First we add a strange looking zero: 16m%5E2+-+16m%5E2. (This is zero, right?) This gives us:
m%5E4+%2B+16m%5E2+%2B+256+%2B+16m%5E2+-+16m%5E2
Selectively simplifying we get:
m%5E4+%2B+32m%5E2+%2B+256+-+16m%5E2
The first three terms of this match one of the "other" patterns: a%5E2+%2B+2ab+%2B+b%5E2+=+%28a%2Bb%29%28a%2Bb%29 or %28a%2Bb%29%5E2 with "a" being m%5E2 and "b" being 16. Factoring the first three terms using this pattern we get:
%28m%5E2+%2B16%29%5E2+-+16m%5E2
This, if you look carefully, is a difference of squares! It is m%5E2+%2B16 squared minus 4m%29 squared. So we can use the difference of squares pattern on it with the "a" being (m^2 + 16) and the "b" being 4m. Using this pattern we get:
%28%28m%5E2+%2B+16%29+%2B+4m%29%28%28m%5E2+%2B+16%29+-+4m%29
which gives us the other two factors we found above. I think you'll agree that the factoring was much more difficult this way than when we used the difference of squares first.