SOLUTION: Please help me solve: (x-y)^3-(x+y)^3 I belive this is the difference of perfect cubes, however, I'm not sure how to write it out!!

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Please help me solve: (x-y)^3-(x+y)^3 I belive this is the difference of perfect cubes, however, I'm not sure how to write it out!!       Log On


   



Question 156798: Please help me solve:
(x-y)^3-(x+y)^3
I belive this is the difference of perfect cubes, however, I'm not sure how to write it out!!

Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
Yes, you are correct.
.
See:
http://www.purplemath.com/modules/specfact2.htm
for detailed information
.
The special case is:
a^3 – b^3 = (a – b)(a^2 + ab + b^2)
.
In your case:
(x-y)^3-(x+y)^3
'a' is (x-y)
'b' is (x+y)
.
Therefore,
(x-y)^3-(x+y)^3
= ((x-y)-(x+y))((x-y)^2 + (x-y)(x+y) + (x+y)^2)
= (x-y-x-y)((x-y)^2 + (x-y)(x+y) + (x+y)^2)
= (-2y)((x-y)^2 + (x-y)(x+y) + (x+y)^2)
= (-2y)((x^2-2xy+y^2) + (x^2-y^2) + (x^2+2xy+y^2))
= (-2y)(x^2-2xy+y^2 + x^2-y^2 + x^2+2xy+y^2)
= (-2y)(x^2 + x^2 + x^2+y^2)
= (-2y)(3x^2 + y^2)