Why Does n! Grow Faster Than a^(2n+1) as n Approaches Infinity?

  • Thread starter Thread starter physicsRookie
  • Start date Start date
  • Tags Tags
    Limit
physicsRookie
Messages
5
Reaction score
0
Show that
\lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \infty \qquad a \in \mathbb{N}


Here is my try:

Take a_n = a^{2n+1}/n! . Since
<br /> \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{a^{2(n+1)+1}/\,(n+1)!}{a^{2n+1}/\,n!} = \lim_{n \to \infty} \frac{a^{2}}{n+1} = 0 &lt; 1(D'Alembert test),

the series \sum_{n=0}^\infty a_n is convergent, i.e.<br /> \lim_{n \to \infty} a_n = 0.<br />

Then

<br /> \lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \lim_{n \to \infty} \frac{1}{a_n} = \infty.<br />

Correct? Is there another way to prove it?
Thanks.
 
Last edited:
Physics news on Phys.org
physicsRookie said:
Show that
\lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \infty \qquad a \in \mathbb{N}Here is my try:

Take a_n = a^{2n+1}/n! . Since
<br /> \lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{a^{2(n+1)+1}/\,(n+1)!}{a^{2n+1}/\,n!} = \lim_{n \to \infty} \frac{a^{2}}{n+1} = 0 &lt; 1(D'Alembert test),

the series \sum_{n=0}^\infty a_n is convergent, i.e.<br /> \lim_{n \to \infty} a_n = 0.<br />

Then

<br /> \lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \lim_{n \to \infty} \frac{1}{a_n} = \infty.<br />

Correct? Is there another way to prove it?
Thanks.

That works. You can also approach it from the standpoint that n! is eventually larger than any power of fixed a for n large enough. (Well, as long as we aren't talking about a^{n!} or something crazy like that!)

-Dan
 
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