Mathematical induction exercise

danielr96

New member
Joined
Sep 24, 2014
Messages
3
I didnt know where to post this so, Im sorry if I have chosen the wrong forum.

\(\displaystyle a^n\, -\, b^n\, =\, (a\, -\, b)\, \displaystyle{\sum_{k=1}^n\, a^{n-k}\, b^{k-1}}\)

I cant prove that p(n) implies p(n+1)
 
Last edited by a moderator:
I didnt know where to post this so, Im sorry if I have chosen the wrong forum.

\(\displaystyle a^n\, -\, b^n\, =\, (a\, -\, b)\, \displaystyle{\sum_{k=1}^n\, a^{n-k}\, b^{k-1}}\)

I cant prove that p(n) implies p(n+1)

Assuming p(n), try taking the sum for p(n+1) up to the nth term [Hint, factor out an a] and adding the last term by itself. What does that give you?
 
Last edited by a moderator:
I tried this

a^n + b^n + (a-b).a^(n+1-(n+1)).b^n+1-k = (a-b).sum(a^(n-k).b^(k-1))+(a-b).a^(n+1-(n+1)).b^n+1-k
 
I tried this

a^n + b^n + (a-b).a^(n+1-(n+1)).b^n+1-k = (a-b).sum(a^(n-k).b^(k-1))+(a-b).a^(n+1-(n+1)).b^n+1-k

Try
\(\displaystyle (a - b) \sum_{k=1}^{k=n+1}a^{n+1-k} b^{k-1} \) = \(\displaystyle (a - b) (\sum_{k=1}^{k=n}a^{n+1-k} b^{k-1}\) + a0 bn)

Now a0 is 1 and you can factor out an a from the right hand summation. Now distribute the (a-b) multiply through and go from there [Hint: look at what p(n) says]
 
​< link to objectionable page removed >

I cant find whats wrong there...
 
Last edited by a moderator:
​<link removed>

I cant find whats wrong there...

Why do you do the second line; an - bn + (a - b) a0 bn is not equal to an+1 - bn+1

Try writing an+1 - bn+1 = a (an - bn) + (a-b) bn

or, if you really get stuck, highlight the following between the two
lines of *'s
*****************************************
Lets start with

(a-b)\(\displaystyle \sum_{k=1}^{k=n+1} a^{n+1-k} b^{k-1}\) = (a-b) ( \(\displaystyle \sum_{k=1}^{k=n} a^{n+1-k} b^{k-1}\) + bn )
= (a-b) \(\displaystyle \sum_{k=1}^{k=n} a^{n+1-k} b^{k-1}\) + (a-b) bn
= a (a-b) ( \(\displaystyle \sum_{k=1}^{k=n} a^{n-k} b^{k-1}\) + (a-b) bn
= a (an - bn) + (a-b) bn
= an+1 - a bn + a bn - bn+1
= an+1 - bn+1

*****************************************
 
Last edited by a moderator:
Top