Determine whether the series is convergent

  • Thread starter Thread starter azatkgz
  • Start date Start date
  • Tags Tags
    Convergent Series
azatkgz
Messages
182
Reaction score
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.
 
Physics news on Phys.org
Sorry,I wrongly had typed the series .
a_n=\frac{(-1)^n}{\sqrt{n}}(\frac{2n}{n+1})^\pi}
 
I don't think you can apply Abel's test here, since the basic series you are dealing with, 1/sqrt(n) is of the form 1/n^p and doesn't converge by an integral test. I would look for a proof using the alternating series test.
 
The reason why I used Abel's Test is:

Abel's Test

Given two sequences {a_n} and{b_n},suppose that
1.The series
\sum_{n=1}^{\infty}a_n is convergent.
2.The sequence b_n monotonically converges to some number L
Then the series
\sum_{n=1}^{\infty}a_nb_n is convergent.


So I choosed first series c_n=\frac{(-1)^n}{\sqrt{n}} as convergent.And b_n with limit 2^{\pi}.
 
Let a_n = \frac{(-1)^n}{\sqrt{n}} then \sum_{n=1}^{\infty} a_n converges. Let b_n = \left( \frac{2n}{n+1} \right)^n then b_n \leq b_{n+1} and \lim b_n \not = \infty. This means \sum_{n=1}^{\infty} a_nb_n converges.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top