I'm trying to solve the following limit: $\lim \limits_{n \to \infty} \frac{(4(n3^n + 3))^n}{(3^{n+1} (n+1)+3)^{n+1}}.$ I've got no idea where to even start, it's just too big! I don't know whether L'hospital would be a good idea considering, well, look at those functions. I also don't really see a nice way to apply the squeeze theorem.
Maybe it would be a good idea to prove that for all $n \in \mathbb{N}$, $4(n3^n + 3)$ is smaller than $3^{n+1} (n+1)+3$ so that we can conclude that the limit is zero or something, but even that induction proof would be a monster (I tried it).
We have that:
$$\lim \limits_{n \to \infty} \frac{(4(n3^n + 3))^n}{(3^{n+1} (n+1)+3)^{n+1}}$$
First, look at the denominator: $$(3^{n+1} (n+1)+3)^{n+1}$$ Note that the term $3^{n+1} (n+1)$ will be much larger than the term $3$ as $n\to\infty$. Therefore, we can simplify and say that the denominator turns into:
$$(3^{n+1} (n+1)+3)^{n+1} \to (3^{n+1} (n+1))^{n+1}$$
Similarly, we can show in the numerator that:
$$(4(n3^n + 3))^n \to (4n3^n)^n$$
Our limit then simplifies to:
$$\lim \limits_{n \to \infty} \frac{(4n3^n)^n}{(3^{n+1} (n+1))^{n+1}} = \lim \limits_{n \to \infty} \frac{4^{n}n^{n}3^{n^2}}{3^{(n+1)^{2}}\left(n+1\right)^{n+1}}$$
Note the terms in the denominator is $n+1$, and the terms in the numerator is $n$.
Can you take it from here?