alyks
- 7
- 0
Homework Statement
Prove the following when p is a positive integer:
b^p - a^p = (b-a)(b^{p-1}+b^{p-2}a+b^{p-3}a^2+...+ba^{p-2}+a^{p-1})
Hint: Use the telescoping property for sums.
Homework Equations
None
The Attempt at a Solution
I tried reducing it to, (b-a)\sum_{k=1}^p b^{p-k}a^{k-1} but I wasn't able to do anything with it.
I've been trying to work on this exercise which is a part of a problem set in induction. But I've been having quite a bit of difficulty and I'd appreciate it if somebody here could give me a hint as to the general direction. It's been bugging me for the past few days.