Prove by mathematical induction that:
∀n∈N:2n∑k=1(−1)k+1k=2n∑k=n+11k
Step 1: Show that the statement is true for n=1:
LHS = (−1)1+11=1
RHS = 11=1
Step 2: Show that "if true for n = p, then true for n = p + 1":
Starting with the LHS of equality for n=p+1 and try to get to the RHS by using the equality for n=p. Simplifying:
2(p+1)∑k=1(−1)k+1k=2p+2∑k=1(−1)k+1k
Breaking out the first two term:
2p+2∑k=1(−1)k+1k=(−1)2p+32p+2+(−1)2p+22p+1+2p∑k=1(−1)k+1k
The last term can now be exchanged for the RHS in the original equality:
(−1)2p+32p+2+(−1)2p+22p+1+2p∑k=1(−1)k+1k=(−1)2p+32p+2+(−1)2p+22p+1+2p∑k=p+11k
Since 2p+3 is odd and 2p+2 is even, we get:
(−1)2p+2+12p+1+2p∑k=p+11k=(−1)2p+2+2p+1∑k=p+11k
...because we can easily absorb the second term in the third term sum. However, I am stuck here because the first term is negative. I probably made a trivial error somewhere, but I am unable to find it. Any suggestions?
Answer
When you go from n=p to n=p+1, what you want to show is
2(p+1)∑k=1(−1)k+1k=2(p+1)∑k=(p+1)+11k.
The crucial part I think you're overlooking is in red. To get the desired result, you have to pull the first term out of your sum ∑2p+1k=p+11k.
(−1)2p+2+2p+1∑k=p+11k=−12p+1+1p+1+2p+1∑k=p+21k,=−12p+2+22p+2+2p+1∑k=p+21k,=12p+2+2p+1∑k=p+21k,=2p+2∑k=p+21k.
No comments:
Post a Comment