Converging to 5: Solving a Tricky Calculus III Series Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
rman144
Messages
34
Reaction score
0
I've been working on this for two hours and have had zero luck:

Given:

sum{k=1 to k=oo} [((-1)^(k+1))/k]

Rearrange the terms so the series converges to 5 [lol, I haven't a clue how].
 
Physics news on Phys.org
Separate even (positive) terms as [itex]a_n[/itex] and odd (negative) terms, as [itex]b_n[/itex] Then your series itself is [itex]a_n+ b_n[/itex] while the absolute value is [itex]a_n- b_n[/itex]. You can show the the series involving [itex]a_n[/itex] only goes to infinity while the series involving only [itex]b_n[/itex] goes to negative infinity. Okay, take series only from [itex]a_n[/itex] until the sum is greater than 5. Since that sum minus 5 is a finite number, you add take terms from [itex]b_n[/itex] until that sum is back less than 5. Now add terms from [itex]a_n[/itex] until it is back larger than 5, etc.