How to Prove Limit 2^n/n! Using Epsilon Delta?

In summary, using epsilon delta, we can prove that the limit of $\frac{2^n}{n!}$ as $n$ approaches infinity is equal to 0. This can be shown by choosing a suitable value for $N$ that satisfies the inequality $\left|\frac{2^n}{n!}\right| < \epsilon$ for all values of $\epsilon > 0$. By setting $N$ to be greater than 3 and $\frac{4}{\epsilon}$, we can guarantee that the inequality holds and thus, the limit is equal to 0.
  • #1
Dethrone
717
0
Using epsilon delta, prove
$$\lim_{{n}\to{\infty}}\frac{2^n}{n!}=0$$

Doesn't seem too difficult, but I have forgotten how to do it. Obvious starting point is $\forall \epsilon >0$, $\exists N$ such that whenever $n>N,\left|\frac{2^n}{n!} \right|<\epsilon$.
 
Last edited:
Physics news on Phys.org
  • #2
Hi Rido12,

Note that if $n \ge 3$, $$n! = n\cdot (n-1)\cdot (n-2)\cdots \cdot 2\ge n\cdot 2\cdot 2 \cdots \cdot 2 = n\cdot 2^{n-2}.$$ Thus, given $\epsilon > 0$, choosing $N > \max\{3,\frac{4}{\epsilon}\}$ will make $$\left|\frac{2^n}{n!}\right| = \frac{2^n}{n!} \le \frac{4}{n} < \epsilon$$ for all $n \ge N$.
 
  • #3
Hi Euge,

That is actually very smart (Cool). Can you clarify how we got the $3$ in $\max\{3,\frac{4}{\epsilon}\}$? Doesn't $\frac{4}{\epsilon}$ work for all epsilon, or have a missed a case?
 
  • #4
The max piece was meant to ensure that $ N \ge 3$. So if $ n \ge N$, the inequality $ n! \ge n\cdot 2^{n-2} $ is valid.
 
  • #5
Euge said:
The max piece was meant to ensure that $ N \ge 3$. So if $ n \ge N$, the inequality $ n! \ge n\cdot 2^{n-2} $ is valid.

That's very true. Thanks for the help, again! :D
 

FAQ: How to Prove Limit 2^n/n! Using Epsilon Delta?

What is the limit of 2^n/n using epsilon delta?

The limit of 2^n/n as n approaches infinity is equal to 0.

How do you apply the epsilon delta definition to find the limit of 2^n/n?

To apply the epsilon delta definition, you must show that for any small positive number ε, there exists a corresponding value of n such that when n is greater than or equal to this value, the distance between 2^n/n and the limit 0 is less than ε.

Can the limit of 2^n/n using epsilon delta be proven using induction?

No, the limit of 2^n/n using epsilon delta cannot be proven using induction. The epsilon delta definition of a limit requires showing that for any positive number ε, there exists a corresponding n such that the distance between the limit and the expression is less than ε. Induction does not involve showing the existence of a specific n, but rather proving a statement for all natural numbers.

Can you use the squeeze theorem to find the limit of 2^n/n using epsilon delta?

Yes, the squeeze theorem can be used to find the limit of 2^n/n using epsilon delta. By using the bounds 2^n/n ≤ 2^n and 0 ≤ 2^n/n, you can show that the limit of 2^n/n is equal to 0.

Is the limit of 2^n/n using epsilon delta the same as the limit of 2^n/n using L'Hopital's rule?

No, the limit of 2^n/n using epsilon delta and the limit of 2^n/n using L'Hopital's rule are not the same. L'Hopital's rule is a method for finding limits of indeterminate forms, while the epsilon delta definition is a more general method for finding limits. In some cases, L'Hopital's rule may give the same result as epsilon delta, but this is not always the case.

Similar threads

Back
Top