#a^(n+1) - b^(n+1) = (a-b)(a^n+a^(n-1)b+....+ab^(n-1)+b^n)# How I do get this result using induction???
If you would have some book in pdf for indicate for me about this subject, I would be very happy.
I have this result for now:
#a^(n+1)-b^(n+1) = a^na - b^nb = a^na - a^nb + a^nb - b^nb = a^n(a-b) + (a^n - b^n)b#
I have this, but I want to have to get the other equality that is :
#a^(n+1) - b^(n+1) = (a-b)(a^n+a^(n-1)b+....+ab^(n-1)+b^n)#
But I don't how I can do it this.
If you would have some book in pdf for indicate for me about this subject, I would be very happy.
I have this result for now:
I have this, but I want to have to get the other equality that is :
But I don't how I can do it this.
1 Answer
See below.
Explanation:
Let's call this relation we have here
Let's take the base case to be
Note:
Let's assume that our equality is true for some integer
The sum in the second pair of brackets is a bit messy. Let's use Sigma notation to clean it up, which I hope you're familiar with.
Since we assumed it to be true, we have
Let's try to see if the case is true for
The result you got is very useful right now:
But we know that
Let's factor out the
We should write out the sum we have in brackets:
This is exactly what
And since the base case is true, we have proven
In other words,