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
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
physicsRookie
Messages
5
Reaction score
0
Show that
[tex]\lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \infty \qquad a \in \mathbb{N}[/tex]


Here is my try:

Take [tex]a_n = a^{2n+1}/n![/tex] . Since
[tex] \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 < 1[/tex](D'Alembert test),

the series [tex]\sum_{n=0}^\infty a_n[/tex] is convergent, i.e.[tex] \lim_{n \to \infty} a_n = 0.[/tex]

Then

[tex] \lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \lim_{n \to \infty} \frac{1}{a_n} = \infty.[/tex]

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

Take [tex]a_n = a^{2n+1}/n![/tex] . Since
[tex] \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 < 1[/tex](D'Alembert test),

the series [tex]\sum_{n=0}^\infty a_n[/tex] is convergent, i.e.[tex] \lim_{n \to \infty} a_n = 0.[/tex]

Then

[tex] \lim_{n \to \infty} \frac{n!}{a^{2n+1}} = \lim_{n \to \infty} \frac{1}{a_n} = \infty.[/tex]

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 [tex]a^{n!}[/tex] or something crazy like that!)

-Dan