Finding the Sum of an Infinite Series with a Given Radius |x|<1

stefaneli
Messages
19
Reaction score
0

Homework Statement



I need to find the sum of a given infinite series when |x|&lt;1 (which is the radius of this series)

Homework Equations



\sum_{n=1}^{∞}(-1)^{n+1}\frac{x^{2n+1}}{4n^2-1}

The Attempt at a Solution


I've tried to do the following:

S&#039;(x) = \sum_{n=1}^{∞}(-1)^{n+1}\frac{x^{2n}}{2n-1} \\<br /> S&#039;&#039;(x) = \sum_{n=1}^{∞}(-1)^{n+1}\frac{2nx^{2n-1}}{2n-1}\\<br /> S&#039;&#039;&#039;(x) = 2\sum_{n=1}^{∞}(-1)^{n+1}nx^{2(n-1)}\\

And I was thinking about substitution t = x^2, but I had no success.
 
Physics news on Phys.org
hi stefaneli! :smile:
stefaneli said:
S&#039;(x) = \sum_{n=1}^{∞}(-1)^{n+1}\frac{x^{2n}}{2n-1}


= x\sum_{n=1}^{∞}(-1)^{n+1}\frac{x^{2n-1}}{2n-1} :wink:
 
Thanks tiny-tim. I don't know how I haven't noticed. Stupid.:) But can it be done the way I started? Just curious.
 
stefaneli said:
… can it be done the way I started?

i suppose so, but you'd need to be very careful when you change the variable :frown:
 
Try doing partial fractions. IE 1/(4n^2-1)= 1/2*(1/(2n-1)-1/(2n+1))
 
Your answer will be something like 1/2*((x^2-1)arctan(x)-x), just use partial fractions, and get it into a more manageable form
 
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...
Back
Top