Proving lim (as n -> infinity) 2^n/n = 0

  • Thread starter Thread starter vikkisut88
  • Start date Start date
  • Tags Tags
    Infinity
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 33K views
vikkisut88
Messages
34
Reaction score
0

Homework Statement



Prove that lim n [tex]\rightarrow[/tex][tex]\infty[/tex] 2[tex]^{}n[/tex]/n! = 0

Homework Equations


This implies that 2[tex]^{}n[/tex]/n! is a null sequence and so therefore this must hold:
([tex]\forall[/tex] E >0)([tex]\exists[/tex]N E N[tex]^{}+[/tex])([tex]\forall[/tex]n E N[tex]^{}+[/tex])[(n > N) [tex]\Rightarrow[/tex] (|a[tex]_{}n[/tex]| < E)


The Attempt at a Solution


Whenever I have proved these before I have tried to eliminate n from the top and then use Archimedian Principle to finsih off the proof. However I don't know how to do this in this case. I have the idea that 2/k [tex]\leq[/tex]2/3 for any k[tex]\geq[/tex]3
 
Physics news on Phys.org
It is very easy to see that
[tex]\frac{2^{n+1}}{(n+1)!}\frac{n!}{2^n}= \frac{2}{n+1}[/tex]
so that each term is less than
[tex]\frac{2}{n+1}[/tex]
times the previous term.

It is also very easy to see that, for n= 4,
[tex]\frac{2^n}{n!}= \frac{16}{24}< 1[/itex]<br /> <br /> That is, if n> 4, <br /> [tex]\frac{2^n}{n!}< \left(\frac{2}{5}\right)^n\frac{2}{3}[/tex]<br /> and that last goes to 0.[/tex]
 
i see where you're going but where does that final 2/3 come from?