[Math] Using L’Hospital’s Rule to evaluate limit to infinity

calculusindeterminate-formslimits

I'm given this problem and I'm not sure how to solve it. I was only ever given one example in class on using L'Hospital's rule like this, but it is very different from this particular problem. Can anyone please show me the steps to solve a problem like this?

Evaluate the limit using L'Hospital's rule if necessary

$$\lim_{ x \rightarrow \infty } \left( 1+\frac{11}{x} \right) ^{\frac{x}{9}}$$

Basically, I only know the first step:
$$\lim_{ x \rightarrow \infty } \frac{x}{9} \ln \left( 1+\frac{11}{x} \right)$$

WolframAlpha evaluates it as $e^{\frac{11}{9}}$ but I obviously have no idea how to get to that point.

Best Answer

Hint: Notice that $\lim_{x\to\infty}\ln\left(1+\frac{11}{x}\right)=0$, thus you might want to bring the limit in the form: $$\frac{1}{9}\lim_{x\to\infty}\frac{\ln\left(1+\frac{11}{x}\right)}{\frac{1}{x}}$$ in order to use de l'Hôpital's rule.

Related Question