Factoring difference of sixth powers: why not cube the base?

  • Context: High School 
  • Thread starter Thread starter Holocene
  • Start date Start date
  • Tags Tags
    Difference
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Holocene
Messages
237
Reaction score
0
The book claims the method for the factorization is:

[tex]x^n - c^n = (x^\frac{n}{2} - c^\frac{n}{2})(x^\frac{n}{2} + c^\frac{n}{2})[/tex]

However, one example uses this:

[tex]x^6 - \frac{1}{64} = x^6 - (\frac{1}{2})^6 = (x^3 - \frac{1}{2})(x^3 + \frac{1}{2})[/tex]

My question is, why isn't 1/2 raised the 3rd power like the method tells you to do?

Any information would be greatly appreciated!
 
Last edited:
Mathematics news on Phys.org
because it should be better written as

[tex]x^6 - \frac{1}{16} = (x^3)^2 - (\frac{1}{4})^2[/tex]
to show how exactly it is a difference of two squares.
 
Note that

[tex](\frac{1}{2})^6 = \frac{1}{64}[/tex]

and not 1/16.
 
James R said:
Note that

[tex](\frac{1}{2})^6 = \frac{1}{64}[/tex]

and not 1/16.

Thanks. I copied it wrong.
 
Holocene said:
The book claims the method for the factorization is:

[tex]x^n - c^n = (x^\frac{n}{2} - c^\frac{n}{2})(x^\frac{n}{2} + c^\frac{n}{2})[/tex]

However, one example uses this:

[tex]x^6 - \frac{1}{64} = x^6 - (\frac{1}{2})^6 = (x^3 - \frac{1}{2})(x^3 + \frac{1}{2})[/tex]

My question is, why isn't 1/2 raised the 3rd power like the method tells you to do?

Any information would be greatly appreciated!

Well, because the book misprinted it. :) You can easily expand all the terms on the RHS out to get:

[tex]\left( x ^ 3 - \frac{1}{2} \right) \times \left( x ^ 3 + \frac{1}{2} \right) = x ^ 6 - \frac{1}{4} \neq x ^ 6 - \frac{1}{64}[/tex]