I am a bit lost how to factor $a^{k} - b^{k}$. I know it links to the binomial theorem but I can't remember how to do it. Could anyone explain?
2026-04-02 09:54:07.1775123647
Factoring $a^{k} - b^{k}$
2.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It has nothing to see with the binomial theorem, but with the geometric series. Actually it's a high-school formula: $$1+x+x^2+\dots+x^{k-1}=\frac{1-x^k}{1-x},$$ which also reads as $$1-x^k=(1-x)(1+x+x^2+\dots+x^{k-1})$$ whence, settink $x=\dfrac ba$, and multiplying both sides by $a^k$, one obtains: $$a^k-b^k=(a-b)(a^{k-1}+a^{k-2}b+a^{k-3}b^2+\dots+b^{k-1}).$$