Converging to 5: Solving a Tricky Calculus III Series Problem

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
Take a look at this Wikipedia article: http://en.wikipedia.org/wiki/Riemann_series_theorem
The reason you can use this theorem is that your series is conditionally convergent but not absolutely convergent.

BTW, here is your series using LaTeX code:
\sum_{k = 1}^\infty \frac{(-1)^{k + 1}}{k}
 
Separate even (positive) terms as a_n and odd (negative) terms, as b_n Then your series itself is a_n+ b_n while the absolute value is a_n- b_n. You can show the the series involving a_n only goes to infinity while the series involving only b_n goes to negative infinity. Okay, take series only from a_n until the sum is greater than 5. Since that sum minus 5 is a finite number, you add take terms from b_n until that sum is back less than 5. Now add terms from a_n until it is back larger than 5, etc.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top