I need to know if the binomial theorem can somehow be applied to: $$\frac{a^n - b^n}{a- b}$$ I've done a bit of research but I still don't know where to begin with this one so I can't offer any pointers. Any suggestions?
Edit: thanks for all replies! The question was provoked by this reddit post, which was related to calculus. The most relevant SE post is this one here.
Let c = a - b.
Hence, a = b + c.
Hence, $$ \frac{a^n - b^n}{a- b} $$
becomes $$ \frac{(b+c)^n - b^n}{c} $$
The numerator can be expanded using binomial theorem. The first term of the expansion will be $b^n$ which will get cancelled out. All other terms have c as a factor which will cancel out with the denominator.
Hope that helps.