0
$\begingroup$

Calculate the limit of the sequence

$$\lim_{n\rightarrow\infty}\ a_n, n\geqslant1 $$

knowing that

$$\ a_n = \frac{3^n}{n!},n\geqslant1$$

Choose the right answer:

a) $1$

b) $0$

c) $3$

d) $\frac{1}{3}$

e) $2$

f) $\frac{1}{2}$

  • 0
    Well, you have to say something more than the question itself! Luckily, You've got two good answers.2012-05-25
  • 3
    -1 for taking the copy-and-paste approach this far.2012-05-25
  • 1
    I'm sorry for the copy and paste approach.. I keep trying but my results seem to go nowhere near the answers. I must finish the exercise book before my university admission exam and this is the only website where people can help me. I really appreciate how amazing the community is.2012-05-25

3 Answers 3

3

Using D'Alambert's criterion, we can see that

$$ \lim_{n \to \infty}\frac{a_{n+1}}{a_n}=\lim_{n \to \infty} \frac{3^{n+1}n!}{3^{n}(n+1)!}= \lim_{n \to \infty} \frac{3}{n+1}=0$$

Thus, $\lim\limits_{n \to \infty} a_n =0$.

3

Hint: $$0\le{3^n\over n!}= {3\over 1}\cdot{3\over 2}\cdot {3\over3}\cdot \underbrace{{3\over4}\cdot{3\over5}\cdots\cdot{3\over n-1}\cdot {3\over n}}_{\le (3/4)^{n-3}}, $$ and $\lim\limits_{n\rightarrow\infty}(3/4)^{n-3}=0$.

  • 0
    Upvote of course. But as someone who has never given a multiple choice question, and never will, I wonder about strategy. Is it best to respond mechanically by going to the nearest book item that may fit, or should one actually think?2012-05-25
1

This is a "fancy" way to find the limit:

1) Show that $\,\displaystyle{\sum_{n=1}^\infty \frac{3^n}{n!}}\,$ converges (for example, by the quotient rule test, or the n-th root test)

2) Deduce $\,\displaystyle{\frac{3^n}{n!}\to 0}\,$

  • 0
    Note that the quotient rule test is equivalent to D'Alambert's Criterion, which is equivalent to the $n$-th root test (cauchy's criterion). Basically, if one proves a sequence converges by D'Alambert's or Cauchy's criterion, one proves the series converges and is majored by a geometric series.2012-05-25
  • 1
    What do you mean "equivalent"? Sometimes one helps and the other doesn't. For ex., the series $$\sum_{n=1}^\infty a_n \,\,,\,a_n=\left\{\begin{array}, (1/2)^n &\,\,\text{ if n is odd}\\\, (1/3)^n&\,\,\text{ if n is even}\end{array}\right.$$ is convergent, and the n-th root test so proves it (the lim sup of the n-th root is 1/2), but the D'Alembert's test is inconclusive as the limit doesn't exist...2012-05-25
  • 0
    IF you're taking the $\limsup$ in the root test, it is fair you do so in the quotetient test. By Stolz Cesaro, one can prove that if the limits exist, then they are equal. That's what I mean.2012-05-25
  • 1
    Apply the the lim sup of the ratio test and you'll get $\,\infty\,$ ! In fact, in the ratio test the positive result is with the lim inf...Never mind, you can check Bonar-Khoury's "Real Infinite Series", or page 3 here http://math.uga.edu/~pete/243series4.pdf , or page 45 of the great little book "Infinite Series", by Hyslop, from where I get the following example: $\,a_n:=2^{-n-(-1)^n}\,$ , for which the nth root test gives convergence but the ratio test is inconclusive, as the lim sum is greater than 1 and the lim inf is less than 1...2012-05-26
  • 0
    Fair enough! You convinced me! =D (And, yes, I meant $\liminf$)2012-05-26