I have the following alternating sum: $$\sum_{n=1}^\infty \frac{(-1)^{n+1}}{2n-1}$$
Or we can write it as $\sum_{n=0}^\infty \frac{(-1)^{n}}{2n+1}$ if one is more comfortable with working from this form.
I already tested this series for convergence via the alternating sums test, and I plugged it into wolframalpha just to check what it should evaluate to, and it turned up $$\sum_{n=1}^\infty \frac{(-1)^{n+1}}{2n-1} = \frac{\pi}{4}$$
My guess is the goal should be to convert the series from alternating to geometric or some form that can be easily evaluated, but I don't know how to rewrite this. It isn't just finding a way around the alternating term, I should want a term like $x^n$ but we have $\frac{1}{2n-1}$. The difference in the denominator is also something we would need to work around.
EDIT:
FROM HERE it looks like I could replace $\frac{1}{2n-1}$ and get $$\frac{1}{2n-1} = \int_0^1 x^{2n}$$ and that would give me: $$-\sum_{n=1}^\infty \int_0^1 (-x^2)^n = -\int_0^1 \sum_{n=1}^\infty (-1)^n x^{2n} = -\int_0^1 \frac{1}{1+x^2}$$
Which is technically wrong because this evaluates to $\frac{-\pi}{4}$ when it should be positive. I pulled out a negative sign from $(-1)^{n+1} = -(-1)^n$, so I'm not sure why this results in the wrong sign.
Anyways, this looks like it would handle both aspects of my problem. This approach feels rather advanced though, is this the more orthodox method of finding a way to rewrite these series when the denominator is like this?