Hello I am trying to show for my analysis class the limit of the sequence $\displaystyle \frac{n}{4^n}$ is $0$. I am wanting to do such ideally making use of Bernoulli inequality
I will add what I have tried but I am having trouble putting it all together.
$$4^{n}=(1+3)^{n} \ge 1+3n \text{ for all } n \in \mathbb{N}$$
and so $$\frac{1}{4^{n}} \le \frac{1}{1+3n} \to 0 \text{ as } n \to \infty,$$ showing that $\frac{1}{4^n} \to 0$.
But now how can I deal with the $n$ in the numerator?
Alternatively restating above
$$2^{n}=(1+1)^{n} \ge 1+n \text{for all } n \in \mathbb{N}$$
and so $$\frac{1}{2^{n}} \le \frac{1}{1+n} \to 0$$ showing that $\frac{1}{2^n} \to 0$. Since $4^n \gt 2^{n}$ it follows that $$\frac{1}{4^{n}} \le \frac{1}{2^{n}}$$
So is this at all a right start? How could I incorporate the $n$ as I know I cant multiply limits because n itself is a divergent sequence.
Thanks
As you show: $$\frac{1}{2^n}\leq\frac{1}{n+1}$$ But $$\frac{1}{4^n}=\frac{1}{(2^2)^n}=\frac{1}{(2^n)^2}=\left(\frac{1}{2^n}\right)^2\leq\left(\frac{1}{n+1}\right)^2=\frac{1}{(n+1)^2}$$ Then $$\frac{n}{4^n}\leq\frac{n}{(n+1)^2}$$ Can you finish?