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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top