How to solve for the limit of $$\left(\frac{n^3}{2^n} + \frac{3}{4}\right)^n $$ using definitions.
I have seen a lot of methods using the natural number and logarithms, but we can only use rules of sequences and definitions.
I started by attempting to separate the inside but don’t really know what to do / where to go.
(note: we can make use of a few standard null sequences, algebra of limits, sandwich theorem)
The sequence $\left(\frac{n^3}{2^n}\right)_{n\in\mathbb N}$ is decreasing if we restrict it to $\mathbb N\setminus\{1,2,3\}$. It turns out that $\frac{15^3}{2^{15}}<\frac3{20}$ and that therefore $\frac{15^3}{2^{15}}+\frac34<\frac{18}{20}=\frac9{10}$. So,$$n\geqslant15\implies\left(\frac{n^3}{2^n}\right)^n<\left(\frac9{10}\right)^n=\frac1{\left(\frac{10}9\right)^n}=\frac1{\left(1+\frac19\right)^n}<\frac9n.$$Can you take it from here?