- 2,076
- 140
Homework Statement
Really tough series to work with.
Determine the convergence ( absolute or conditional ) or divergence of :
##\sum_{n=2}^{∞} \frac{(-1)^n n}{n^p + (-1)^n}##
Homework Equations
?? Series tests?
The Attempt at a Solution
This series is really ugly. I'm not sure how to apply any of the tests I've been given to this particular series.
The ratio test gives me nada, as do Raabe's and Gauss's tests. The n'th root test fails as well as the integral test. The Cauchy Condensation test also yields no results. It's not a geometric series nor can I compare it to anything as is.
The only tests I think which I have left which will be useful is the Alternating series test and the limit form of the comparison test.
I also thought of something which doesn't really involve too much testing. I was thinking I could perhaps separate the positive and negative terms of the series into two other series.
Let :
##\sum u_n = \sum_{n=1}^{∞} \frac{2n}{2^p n^p + 1}##
and
##\sum v_n = \sum_{n=1}^{∞} \frac{2n+1}{(2n+1)^p - 1}##
Then if I show that u_n and v_n both diverge, it would mean that ##\sum |a_n|## diverged and thus ##\sum a_n## would be conditionally convergent.
I'm not sure if I'm approaching this correctly, or if there's something I may not be seeing, but if anyone knows what direction to take it would be appreciated if you could share.