5

I'm going through the book Calculus by Michael Spivak, not sure on how to go about the first problem. If anyone can just go through it with a solution I think I can handle myself from there. Thanks.

Prove the following:

$x^2−y^2=(x−y)(x+y)$

4 Answers4

9

$(x-y)(x+y)=(x-y)(x)+(x-y)y= (x^2-xy)+(xy-y^2)=x^2-y^2+ ( xy-yx)=x^2-y^2+0=x^2-y^2$. (note that near the end we used $xy=yx$).

Asinomás
  • 105,651
6

So, you'd use the distributive law and cancellation by additive inverse: $(x-y)(x+y) = x(x+y) - y(x+y) = x^2 + xy - xy - y^2$

Amin Idelhaj
  • 1,732
3

Treat $x^2-y^2=0 $as a quadratic equation in variable $x$. Use $x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$ so that

$x=\frac{0\pm\sqrt{0+4y^2}}{2}=\pm y$

So $x^2-y^2=(x+y)(x-y)$

Nitin Uniyal
  • 7,946
1

Alternately, $(x^2-y^2) = (x-y)^2-2y^2+2xy = (x-y)^2 -2y(y-x)=(x-y)^2 +2y(x-y) =(x-y)[(x-y+2y)]=(x-y)(x+y)$