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?