stefaneli
- 19
- 0
Homework Statement
I need to find the sum of a given infinite series when |x|<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'(x) = \sum_{n=1}^{∞}(-1)^{n+1}\frac{x^{2n}}{2n-1} \\<br /> S''(x) = \sum_{n=1}^{∞}(-1)^{n+1}\frac{2nx^{2n-1}}{2n-1}\\<br /> S'''(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.