Expression

gorka09

New member
Joined
Feb 22, 2006
Messages
10
I've done something similar to this, but I'm not sure if I can do it the same way. The expression is:

a^6 - b^6
__________
a-b



Normally, I would subtract 6 (a exponent on top) from 1 ( a exponent on bottom), and then do the same for b, but I don't think that is what you do. Any help is appreciated! :D
 
x^3 - y^3 = (x - y)(x^2 + xy + y^2)

now ... let x = a^2 and y = b^2
 
skeeter said:
x^3 - y^3 = (x - y)(x^2 + xy + y^2)

now ... let x = a^2 and y = b^2

So do you distribute the x-y, and the solution to that would equal x?
 
no ... the pattern shown was given to help you factor a^6 - b^6

(a^6 - b^6)/(a - b) = (a^2 - b^2)(a^4 + a^2*b^2 + b^4)/(a - b)

now ... what can you do with a^2 - b^2 on the right side of the equation?
 
gorka09 said:
So do you distribute the x-y...?
No; multiplying the (x - y) factor back through would take you right back where you'd started. Use the factorization that the tutor gave you, and cancel.

gorka09 said:
...and the solution to that would equal x?
The solution to what would be "x"? Unless much of the exercise has been omitted, you're not "solving" anything; you're simplifying an expression.

By replacing a<sup>2</sup> with x and b<sup>2</sup> with y, the tutor related the given expression, a<sup>6</sup> - b<sup>6</sup> = (a<sup>2</sup>)<sup>3</sup> - (b<sup>2</sup>)<sup>3</sup>, to the simpler difference-of-cubes formula you've memorized. Just plug into that.

Eliz.
 
"Plug in" means "replace by."
skeeter said:
x^3 - y^3 = (x - y)(x^2 + xy + y^2)

now ... let x = a^2 and y = b^2
Replace x by a^2 and y by b^2 to get
(a^2-b^2)((a^2)^2 - a^2*b^2 +(b^2)^2) =
(a^2-b^2)(a^4 - a^2*b^2 +b^4)
as Skeeter said.

Leave
(a^4 - a^2*b^2 +b^4)
alone. It is part of the answer just as it is.

Look at
(a^2 - b^2)/(a-b)
Simplify that then put that answer in front of the
(a^4 - a^2*b^2 +b^4) for the final
answer.
 
Top