How Do You Prove the Difference of Powers Formula?

Magicalz
Messages
3
Reaction score
0

Homework Statement


Prove the following:

x^n - y^n = (x - y)(x^{n-1} + x^{n-2}y + ... + xy^{n-2} + y^{n-1})

The Attempt at a Solution


Ugh I just tried to distribute the right part:

<br /> \begin{equation*}<br /> \begin{split}<br /> \x^n - y^n = (x - y)(x^{n-1} + x^{n-2}y + ... + xy^{n-2} + y^{n-1}) \\<br /> &amp;= \(x - y)x^{n-1} + (x - y)x^{n-2}y + ... + (x - y)xy^{n-2} + (x - y)y^{n-1} \\<br /> &amp;= x^n - x^{n-1}y + x^{n-1}y - x^{n-2}y^2 + ... + x^2y^{n-2} - xy^{n-1} + xy^n-1 - y^n <br /> \end{split}<br /> \end{equation*}<br />

well the terms that are visible (that are written down) really do cancel out (except of course x^n and y^n) however I guess what I'm having trouble grasping with is what constitutes the "proof" part of this...I mean yes it seems likely that the terms inbetween x^n and y^n are cancelling each other out, but can we be absolutely sure? the dots ... mean continue the pattern,but I guess what I'm wondering is,is what I'm doing by distributing the right side constituting the "proof"? Any help is appreciated thankyou.
 
Last edited:
Physics news on Phys.org
Do you know anything about polynomial long division ? If so, regard the x^n -y^n and x-y as polynomials in the "x" variable. EDIT: [/tex]
 
Hi dextercioby! Thanks for the quick reply. Hmm I don't remember polynomial long division can you show the steps for this particular question? thanks!
 
Yes, you can prove it the way you did. Show that the RHS equals the LHS by performing the multiplications in the RHS. Totally okay. Or you can do it the way i suggested.

\frac{x^{n}-y^{n}}{x-y}=x^{n-1}+x^{n-2}y+...+xy^{n-2}+y^{n-1}

By polynomial long division you can show that the LHS equals the RHS.
 
Hey dextercioby thanks for the help, can you give me a short reminder of how to do polynomial long division??

*oh and just another question, how come on my above attempted solution part, the line is so long, but i put the coding \\ in the latex but there seems to be no new line thing? can anyone help me thankyou
 
Last edited:
You could also try induction, though its quite unnecessary.
 
\frac{x^{n}-y^{n}}{x-y}=x^{n-1}+x^{n-2}y+...+xy^{n-2}+y^{n-1}

Treat the RHS as a geometric series, first term x^{n-1}, common ratio \frac{y}{x}. Sum. Simplify.
 
Last edited:
Kind of circular unless you know of a proof for the formula of the sum of a geometric series that doesn't exploit this identity, which i don't >.<
 
  • #10
Gib Z said:
Kind of circular unless you know of a proof for the formula of the sum of a geometric series that doesn't exploit this identity, which i don't >.<

I suppose you're right - but the question never stated what you could or could not assume. In any case, in addition to your suggestion of induction, it's just another approach one could use.

The proof for GP sum that I know (in fact I found it myself as a kid) is the obvious Sn = ..., rSn = ..., take the difference, etc.

One could also adapt that method to this, although it takes a little more intuition to see that one needs to multiply by (y/x) to get the result.
 
Back
Top