Prove: Sum of (2n) Terms with Alternating Signs

  • Thread starter Thread starter Moridin
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion centers on proving that the sum of the first 2n terms with alternating signs equals the sum of terms from n+1 to 2n. The initial verification for n=1 shows both sides equal to 1/2. The approach involves mathematical induction, starting with the assumption that the statement holds for n=p and then attempting to prove it for n=p+1. Participants express confusion about the limits of the summation in the induction step, particularly regarding whether to sum to 2p+1 or 2(p+1). The conversation emphasizes the need for clarity in applying induction to complete the proof.
Moridin
Messages
692
Reaction score
3

Homework Statement



Show that

\forall n \in \matbb{N}:~~ \sum_{k=1}^{2n} \frac{(-1)^{k+1}}{k} = \sum_{k=n+1}^{2n} \frac{1}{k}

The Attempt at a Solution



(1) Show that it is true for n = 1:

\sum_{k=1}^{2} \frac{(-1)^{k+1}}{k} = \frac{(-1)^2}{1} +\frac{(-1)^3}{2} = 1 - 1/2 = 1/2

\sum_{k=n+1}^{2n} \frac{1}{k} = 1/2

(2) Show that if it is true for n = p, it is also true for n= p+1

Assume that

\sum_{k=1}^{2p} \frac{(-1)^{k+1}}{k} = \sum_{k=p+1}^{2p} \frac{1}{k}

Now,

\sum_{k=1}^{2p} \frac{(-1)^{k+1}}{k} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + ... - \frac{1}{2p}

\sum_{k=1}^{2(p+1)} \frac{(-1)^{k+1}}{k} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + ... - \frac{1}{2p} + \frac{1}{2p+1} - \frac{1}{2p+2} = \sum_{k=1}^{2p} \frac{(-1)^{k+1}}{k} + \frac{1}{2p+1} - \frac{1}{2p+2} = \sum_{k=p+1}^{2p} \frac{1}{k} + \frac{1}{2p+1} - \frac{1}{2p+2}

So, if it could be demonstrated that

\sum_{k=p+1}^{2p} \frac{1}{k} + \frac{1}{2p+1} - \frac{1}{2p+2} = \sum_{k=p+1}^{2(p+1)} \frac{1}{k}

then we are done with (2)? To a first approximation, this does not seem to be equal? I probably made a mistake somewhere.
 
Physics news on Phys.org
The sum should go to 2p+1 not 2(p+1) =2p+2, do you agree with me?
 
Yeah, that gets rid of the last negative term. Should the last sum go from k = p + 1 or k = p + 2?
 
What do you think? How does one implement induction?
 
Well, it is true for k = p + 1, that's for sure. The rest I know how to do by just applying the axiom of induction.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...

Similar threads

Replies
9
Views
2K
Replies
11
Views
3K
Replies
10
Views
3K
Replies
9
Views
3K
Replies
4
Views
1K
Replies
13
Views
2K
Back
Top