azatkgz
- 182
- 0
Homework Statement
Determine whether the series \sum_{n=2}^{\infty}a_n is absolutely,conditionally convergent or divergent
a_n=\frac{(-1)^n}{\sqrt{n}(\frac{2n}{n+1})^\pi}
The Attempt at a Solution
from Abel's test.c_n=\frac{(-1)^n}{\sqrt{n}}is convergent.and
b_n=(\frac{2n}{n+1})^\pi}=\frac{2^{\pi}}{(1+\frac{1}{n})^{\pi}}=\frac{2^{\pi}}{1+\frac{\pi}{n}+o(\frac{1}{n^2})}.Which has limit 2^{\pi}.So a_n is convergent.
|a_n|=\frac{2^{\pi}}{\sqrt{n}(1+\frac{1}{n})^{\pi}}=\frac{2^{\pi}}{\sqrt{n}+\frac{\pi}{\sqrt{n}}+O(\frac{1}{\sqrt{n}n})}
I don't know exactly but it seems to me that the last equation is divergent.So a_n is conditionally convergent.