I have no idea where to begin to evaluate $\lim \limits_{n\rightarrow \infty}(n+9)^{\frac{1}{n}}$.
The given answer is $1$. I do know that $\lim \limits_{n\rightarrow \infty} n^{\frac{1}{n}}=1$ (my text states this is an important result to remember). I've tried to treat this as the composition 2 two functions and evaluate them accordingly but that yield $\infty^0$, which is undefined. So there must be a trick I need to do to rewrite this expression, but I don't know that it is.
The basic inequality needed is Bernoulli's inequality:
If $x \ge 0$ and $n$ is a positive integer then $(1+x)^n \ge 1+nx $.
This is easily proved by induction.
From this, putting $\frac{x}{n}$ for $x$, $(1+\frac{x}{n})^n \ge 1+x $.
Taking the $n^{th}$ root, $(1+x)^{1/n} \le 1+\frac{x}{n} $.
Now, we can consider your problem.
$(n+9)^{1/n} =n^{1/n}(1+\frac{9}{n})^{1/n} \le n^{1/n}(1+\frac{9}{n^2}) $.
To show that $n^{1/n} \to 1$, put $x = n^{-1/2}$ in $(1+x)^n \ge 1+nx $. We get $(1+n^{-1/2})^n \ge 1+nn^{-1/2} =1+n^{1/2} >n^{1/2} $. Raising both sides to the $2/n$ power, this becomes $(1+n^{-1/2})^2> n^{1/n}$ or $n^{1/n} <(1+n^{-1/2})^2 =1+2n^{-1/2}+1/n \le 1+\frac{3}{\sqrt{n}} $.
Therefore, $(n+9)^{1/n} \le n^{1/n}(1+\frac{9}{n^2}) < (1+\frac{3}{\sqrt{n}})(1+\frac{9}{n^2}) $.
Presto, no logs and all constants explicit.