Prove that $ x^n - y^n = (x-y). (x^{n-1}+x^{n-2}y\,+ \,\,...\,\,+ y^{n-1}) $; $\,\,\,\,\,$$x,y \in \mathbb{R}$
2026-04-09 16:59:14.1775753954
Prove that $ x^n - y^n = (x-y) (x^{n-1}+x^{n-2}y\,+ \,\,...\,\,+ y^{n-1})$
306 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
One should not use "$\ldots$" in strict formal reasoning, so you should first of all agree that the second parentheses expression can be written as $$ \sum_{k=1}^{n} x^{n-k}y^{k-1}$$ (for some nitpickers: under the convention that $x^0=y^0=1$). Then note that $$ x\cdot \sum_{k=1}^{n} x^{n-k}y^{k-1}=\sum_{k=1}^{n} x^{n+1-k}y^{k-1}=x^{n}+\sum_{k=2}^{n} x^{n+1-k}y^{k-1}=x^n+ \sum_{k=1}^{n-1} x^{n-k}y^{k}$$ and $$ y\cdot \sum_{k=1}^{n} x^{n-k}y^{k-1}=\sum_{k=1}^{n} x^{n-k}y^{k}= \sum_{k=1}^{n-1} x^{n-k}y^{k}+y^n$$ hence the difference is indeed $$(x-y)\sum_{k=1}^{n} x^{n-k}y^{k-1} = x^n-y^n. $$