Dschumanji
- 153
- 1
Homework Statement
I need to evaluate the following limit:
lim_{n\rightarrow\infty}\left(\frac{1}{n!}\right)^{\frac{1}{3n}}
Now, I think I have solved it, but my methods are not rigorous. I am looking to see if my assumptions are sound and if there is an easier way to solve this limit.
Homework Equations
The Squeeze Theorem
The Attempt at a Solution
My main approach to solving this limit is to use the squeeze theorem. I think it is safe to assume that the the expression must be greater than or equal to zero; this provides my lower bound. I want to try and find an upper bound with the following form:
\left(\frac{1}{n}\right)^{\frac{1}{b}}
Where b is some fixed integer. By letting this be the upper bound, I end up with the following inequalities:
0 \leq \left(\frac{1}{n!}\right)^{\frac{1}{3n}} \leq \left(\frac{1}{n}\right)^{\frac{1}{b}}
The problem is to find an integer b that makes the above inequalities true for some value of n greater than 1. This required a bit of guessing and checking since I have no idea how to find exact values to the following inequality (it is the one immediately above involving the expressions with exponenets except that it is rewritten):
n!^{\frac{b}{3}} - n^{n} \geq 0
When I let b = 4, the inequalities become true at around n = 50. This should let me apply the squeeze theorem to conclude that the limit must equal zero, right?