Lightning question before the test : )

  • Thread starter Thread starter frasifrasi
  • Start date Start date
  • Tags Tags
    Lightning Test
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
4 replies · 2K views
frasifrasi
Messages
276
Reaction score
0
How can I show that the sequence { 4^(n)/n! }

converges to zero (by squeeze theorem)??

Thank you! : )
 
Physics news on Phys.org
frasifrasi said:
How can I show that the sequence { 4^(n)/n! }

converges to zero (by squeeze theorem)??

Thank you! : )

If the Squeeze Theorem is required as part of the proof, how about comparing

[tex]\frac{4^{n}}{n!}[/tex] < [tex]\frac{4^{n}}{n^{n}}[/tex] (for n > 1)

and showing that the latter goes to zero as n--> infinity?
 
Minor correction, but the "for n > 1" part isn't correct. You can find the correct value, or just say sufficiently large n.
 
as n->infinity n^n>n! so [tex]\frac{4^n}{n!} > \frac{4^{n}}{n^{n}}[/tex].

I think probably the idea being expressed was to use a constant in the denominator instead of n. [tex]\frac{4^n}{8^n}[/tex]. (or any constant^n in the denominator where the constant>4)

[tex]\frac{4^n}{n!}< \frac{4^n}{8^n}[/tex] for large enough n.
 
Last edited:
Gib Z said:
Minor correction, but the "for n > 1" part isn't correct. You can find the correct value, or just say sufficiently large n.

Whoops! Quite so -- I was only looking at the denominators. That needs to be n > 2 , doesn't it? (n=3 works...)