Can Ratio and Root Tests Determine the Convergence of Complex Series?

  • Thread starter Thread starter nameVoid
  • Start date Start date
  • Tags Tags
    Ratio Root
nameVoid
Messages
238
Reaction score
0
<br /> 1. \sum_{n=1}^{\infty}ntan\frac{1}{n}<br />
dont know where to start here
<br /> 2. \frac{1*3*5*****(2n-1)}{n!}
<br /> \frac{2n-1}{n!}
<br /> \frac{2(n+1)-1}{(n+1)!}*\frac{n!}{2n-1}
<br /> \frac{2n+1}{(n+1)(2n-1)}
-&gt;0
my book is showing divergence
 
Physics news on Phys.org
It doesn't appear you applied the tests correctly?

The ratio test says that the sum \sum_{n=0}^{\infty} a_n converges if \lim_{n\to \infty} \left|\frac{a_{n+1}}{a_n} \right| is less than 1, diverges if it is greater than one, and is inconclusive if it equals exactly 1.

The root test says the sum will converge depending on the result of \lim_{n\to\infty} (a_n)^{1/n} with similar conditions as above.

From what I can see, you didn't apply either. Your book is correct. An easier way to do this is using the fact that the terms must approach zero to converge.
 
(1) This series diverges. Show that

\lim_{n \rightarrow \infty}\frac{\tan (1/n)}{(1/n)}​

is not 0.

(2) I assume you mean the series

\sum_{n=1}^{\infty}\frac{1 \cdot 3 \cdot 5 \cdots (2n-1)}{n!}​

Any series that involves an iterative product (like this one), the ratio test is a good first approach. Note factorials are iterative products.

\frac{a_{n+1}}{a_n}=\frac{1 \cdot 3 \cdot 5 \cdots (2n-1) \cdot (2n + 1)}{(n+1)!} \cdot \frac{n!}{1 \cdot 3 \cdot 5 \cdots (2n-1)}​

Hopefully it is smooth sailing from here.

--Elucidus
 
\sum_{n=1}^{\infty}\frac{1\cdot3\cdot5\cdot<br /> \cdot\cdot(2n-1)}{n!}
this is the first problem I have seem with listed factors
I applied the ratio test the same as if to
\sum_{n=1}^{\infty}\frac{2n-1}{n!}
it seems as if the test has been applied diffrently here forgive me if I am missing somthing obvious but
a_{n+1}=\frac{1\cdot3\cdot5\cdot<br /> \cdot\cdot(2n-1)(2n+1)}{(n+1)!}
are we simply proceeding into the next iteration by listing (2n-1) along with (2n+1)
\frac{a_{n+1}}{a_{n}}=\frac{1\cdot3\cdot5\cdot<br /> \cdot\cdot(2n-1)(2n+1)}{(n+1)!}\cdot\frac{n!}{1\cdot3\cdot5\cdot<br /> \cdot\cdot(2n-1)}=\frac{2n+1}{n+1}=2
to show the series is divergent
for the trig series i see the the limit tending to 1 is this a conditon that must be satisfied
 
Last edited:
The condition for the ratio test is that |\lim_{n\to \infty}\frac{a_{n+1}}{a_{n}}|&lt;1 for convergence, >1 for divergence, and =1 for indeterminant. Since the limit converges to a value of 2>1, the series is divergent by ratio test.
 
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