Help proving polynomial identity

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
alyks
Messages
7
Reaction score
0

Homework Statement



Prove the following when p is a positive integer:
[tex]b^p - a^p = (b-a)(b^{p-1}+b^{p-2}a+b^{p-3}a^2+...+ba^{p-2}+a^{p-1})[/tex]

Hint: Use the telescoping property for sums.

Homework Equations


None


The Attempt at a Solution



I tried reducing it to, [tex](b-a)\sum_{k=1}^p b^{p-k}a^{k-1}[/tex] 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.
 
Physics news on Phys.org
I don't know what telescoping is but er

[tex](b-a)(b^{p-1}+b^{p-2}a+b^{p-3}a^2+...+ba^{p-2}+a^{p-1})[/tex]

is [tex]b(b^{p-1}+b^{p-2}a+b^{p-3}a^2+...+ba^{p-2}+a^{p-1}) -a(b^{p-1}+b^{p-2}a+b^{p-3}a^2+...+ba^{p-2}+a^{p-1})[/tex].

If you can't see what that gives, expand it out by executing the multiplications and collecting up terms.

Quite a useful and important formula. When you do geometric series the same one is involved - make the relation.