Messing around with summation operators

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
gcamilo
Messages
2
Reaction score
0

Homework Statement



I'm just not sure how to change the operators in summation, can anyone help?

Let [tex]s_{n}=\sum_{k=1} ^n ((-1)^{k+1})/k[/tex]

what is [tex]s_{2n}[/tex]?

Homework Equations



[tex]s_{n}=\sum_{k=1} ^n ((-1)^{k+1})/k[/tex]

The Attempt at a Solution



[tex]s_{2n}=\sum_{k=1} ^{2n} ((-1)^{2k+1})/2k[/tex]

or

[tex]s_{2n}=\sum_{k=1} ^{2n} ((-1)^{2k+2})/2k[/tex]

This is in order to figure out a series proof, I just think I am really naive.
 
Physics news on Phys.org
gcamilo said:

Homework Statement



I'm just not sure how to change the operators in summation, can anyone help?

Let [tex]s_{n}=\sum_{k=1} ^n ((-1)^{k+1})/k[/tex]

what is [tex]s_{2n}[/tex]?


Homework Equations



[tex]s_{n}=\sum_{k=1} ^n ((-1)^{k+1})/k[/tex]

The Attempt at a Solution



[tex]s_{2n}=\sum_{k=1} ^{2n} ((-1)^{2k+1})/2k[/tex]
No
gcamilo said:
or

[tex]s_{2n}=\sum_{k=1} ^{2n} ((-1)^{2k+2})/2k[/tex]
No
gcamilo said:
This is in order to figure out a series proof, I just think I am really naive.

How would you write s5 as a summation (not expanded)? How about s10? Don't overthink this problem.
 
Thanks! I guess I tried to overthink, I've just seen people do amazing things with summation sings and sequences, I just tried to imitate.