I have problems finding a proof for limit of the sequence:
$(a_n) = \frac{n^4}{3^n}$ as $n \rightarrow \infty$
or
$\lim\limits_{x \to \infty} \frac{n^4}{3^n} = a^*$
Exponential functions grow faster than polynomials, so I know that $a^*$ should be 0.
I want to prove this by using the definition of limits:
$\forall_{\epsilon > 0}\exists_{n_{0}\in \mathbb{N}}\forall_{n\in \mathbb{N}}|a_n - a^*| < \epsilon$
I want to find $n_0$, so I have tried to isolate $n$ in:
$\frac{n^4}{3^n}-0 < \epsilon$
This resulted in $4log_3(n) - n < \epsilon$
I have also tried to find an intermediate function $f_n$ such that:
$\frac{n^4}{3^n}-0 < f_n < \epsilon$
I have tried $\frac{3^{n^4}}{3^n}$ and $n^4$ for $f_n$. The first one result in $n^4 -n < \epsilon$ and the second one results in $n < \sqrt[4]{\epsilon}$. None of these result in a function for the lowerbound of $n_0$ dependent on $\epsilon$.
Does anyone have some tips to help me out?
$$\frac{a_{n+1}}{a_n}=\frac{(n+1)^4}{3n^4}=\frac13\left(1+\frac1n\right)^4.$$ For $n\ge10$ we have $$\left(1+\frac1n\right)^4\le1.1^4=1.4641\lt\frac32.$$ Hence for $n\ge10$ we have $$a_{n+1}\le\frac12a_n$$ and by induction $$a_n\le\frac{a_{10}}{2^{n-10}}.$$ Let $\varepsilon\gt0$ be given. Choose $N\ge10$ so that $$2^N\gt\frac{2^{10}a_{10}}\varepsilon.$$ Then for $n\ge N$ we have $$2^n\gt\frac{2^{10}a_{10}}\varepsilon$$ and so $$a_n\le\frac{a_{10}}{2^{n-10}}\lt\varepsilon.$$