utleysthrow
- 24
- 0
Homework Statement
\sum^{\infty}_{n=1} \frac{(-1)^{n}}{\sqrt{n}+(-1)^{n}}
Prove whether this series converges or diverges using the following analysis:
Let b_{k} be the sum of terms numbered n=2k-1 and n=2k from the given series.
By simplifying b_{k}, determine if \sum^{\infty}_{k=1} b_{k} converges or diverges.
Homework Equations
The Attempt at a Solution
From what I have above, I think:
b_{k} = \frac{(-1)^{2k-1}}{\sqrt{2k-1}+(-1)^{2k-1}} + \frac{(-1)^{2k}}{\sqrt{2k}+(-1)^{2k}}
which means,
\sum^{\infty}_{k=1} b_{k}= \sum^{\infty}_{k=1} \frac{(-1)^{2k-1}}{\sqrt{2k-1}+(-1)^{2k-1}} + \sum^{\infty}_{k=1} \frac{(-1)^{2k}}{\sqrt{2k}+(-1)^{2k}}
I'm not sure where to go from here as far as simplifying goes. I tried adding the two fractions but I don't think that helps. Also, I can't use the Alternating series test on the original series because the absolute value of the terms is not monotone and decreasing.