Determine if the series is convergent or divergent and radio test

utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


1+\dfrac{2^2}{2!}+\dfrac{3^2}{3!}... \infty


The Attempt at a Solution



t_n = \dfrac{n^2}{n!} \\ \dfrac{n}{(n-1)(n-2)...1}

I tried applying the Ratio Test but couldn't find another function which would give me a finite limit when divided by that function.
 
Physics news on Phys.org
Well, the ratio test is the following. Given a (formal) series
S=\sum_{n=0}^{\infty} a_n
with a_n \geq 0, you compare it to the geometric series
S'=\sum_{n=0}^{\infty} q^n, \quad q \geq 0
The geometric series is convergent for 0 \leq q<1.

This implies that if for some N you have a_n<q^n for all n>N with some 0 \leq q<1, the series is convergent. No it's easy to show that this is the case if
\lim_{n \rightarrow \infty} \frac{a_{n+1}}{a_n}<1.
Note that this makes, of course, only sense if the ratio converges. Also it's important to keep in mind that this ratio cirterion is only suffcient for convergence of the series but by no means necessary, i.e., even if the ratio converges to 1, it doesn't mean that the series is necessarily divergent. For sure, it is divergent, if the ratio converges to a limit >1.

If I say more about the current question, I'd solve the task, but this the OP should be able to do now ;-).
 
ehild said:

The above link describes the D' Alembert's Ratio Test which is different from my approach. I should have rather used the word 'Comparison Test' to make things more clear. I'm trying to use the following property:

If two positive term series ∑un and ∑vn be such that
\lim_{n \to \infty} \dfrac{u_n}{v_n} is a finite quantity (≠0), then ∑un and ∑vn converge or diverge together.
 
I see. But applying the Ratio Test solves your problem about the convergence.

ehild
 
utkarshakash said:
The above link describes the D' Alembert's Ratio Test which is different from my approach. I should have rather used the word 'Comparison Test' to make things more clear. I'm trying to use the following property:

If two positive term series ∑un and ∑vn be such that
\lim_{n \to \infty} \dfrac{u_n}{v_n} is a finite quantity (≠0), then ∑un and ∑vn converge or diverge together.

Use the ratio test, which has the advantage of not requiring you to find a series \sum a_n with known convergence properties and satisfying \lim_{n \to \infty} a_n n!/n^2 \neq 0.
 
utkarshakash said:
The above link describes the D' Alembert's Ratio Test which is different from my approach. I should have rather used the word 'Comparison Test' to make things more clear. I'm trying to use the following property:

If two positive term series ∑un and ∑vn be such that
\lim_{n \to \infty} \dfrac{u_n}{v_n} is a finite quantity (≠0), then ∑un and ∑vn converge or diverge together.

If all you want to do is prove (or disprove) convergence, just use the easiest tool available---the ratio test in this case. There is no good reason to use the comparison test unless your teacher has ordered you to use it and told you that you are not allowed to use any other method.
 
Last edited:
utkarshakash said:
The above link describes the D' Alembert's Ratio Test which is different from my approach. I should have rather used the word 'Comparison Test' to make things more clear. I'm trying to use the following property:

If two positive term series ∑un and ∑vn be such that
\lim_{n \to \infty} \dfrac{u_n}{v_n} is a finite quantity (≠0), then ∑un and ∑vn converge or diverge together.

The Comparison test means if 0<an<bn and ∑bn converges so does ∑an. What you want to apply is the Limit comparison test.

http://en.wikipedia.org/wiki/Convergent_series

ehild
 
So, Utkarshakash, have you actually tried the ratio test (not the limit comparison test)? What happens?
 
  • #10
Ray Vickson said:
If all you want to do is prove (or disprove) convergence, just use the easiest tool available---the ratio test in this case. There is no good reason to use the comparison test unless your teacher has ordered you to use it and told you that you are not allowed to use any other method.

LCKurtz said:
So, Utkarshakash, have you actually tried the ratio test (not the limit comparison test)? What happens?

I'm not allowed to use the ratio test for this problem.
 
  • #11
utkarshakash said:
I'm not allowed to use the ratio test for this problem.

utkarshakash said:
... I should have rather used the word 'Comparison Test' to make things more clear. I'm trying to use the following property:

If two positive term series ∑un and ∑vn be such that
\lim_{n \to \infty} \dfrac{u_n}{v_n} is a finite quantity (≠0), then ∑un and ∑vn converge or diverge together.
In post #8, ehild pointed out that the test you describe is known as the Limit Comparison Test.


utkarshakash said:
...

t_n = \dfrac{n^2}{n!} \\ \ \ = \dfrac{n}{(n-1)(n-2)\,\dots \,1}

Try expressing the numerator as ##\ (n-1)+1\ ## and split this result for tn into two terms
 
Back
Top