In fact, the limit in your last problem is 1/2,not 0, so sorry to burst your bubble.
You don't need L'Hopital's Rule for this problem.
\lim _{x\to \infty}(\sqrt{x^2+x}-x)~=~ \lim _{x\to \infty}(\sqrt{x^2+x}-x)\frac{\sqrt{x^2+x}+x}{\sqrt{x^2+x}+x}~=~\lim _{x\to \infty}\frac{x}{\sqrt{x^2+x}+x}
Factor x^2 out of the two terms in the radical, and bring it out of the radical as x.
\lim _{x\to \infty}\frac{x}{x\sqrt{1+1/x}+x}~=~\lim _{x\to \infty}\frac{x}{x(\sqrt{1+1/x}+1)}~=~ 1/2
In the next-to-last step you can cancel the x in the numerator with the x in the denominator, leaving you with 1 in the numerator and and expression that approaches 2 in the denominator.
For #1, you're closer, but no cigar, and also the limit is not zero.
If y = ln(1 + 3x)
1/x
ln y = (1/x)*ln(1 + 3x)*3 -------chain rule!
= (3*ln(1 + 3x))/x
This is true for all reasonable x (i.e., x > -1/3), so it's also true in the limit as x gets large without bound.
So lim lny = lim (3*ln(1 + 3x))/x with the limit taken as x gets large without bound, in which case both numerator and denominator get large without bound, so this is the indeterminate form [infinty/infinity].
See if you can finish this off. Here's what you need to do:
- Evaluate the limit on the right, keeping in mind that this is the indeterminate form [infinity/infinity]. Call this value A.
- If lim lny = A, then ln(lim y) = A as well. As long as the function is continuous (the ln function is), you can switch the order of the function and the limit.
- Since ln (lim y) = A, what is lim y? Keep in mind that what we wanted all along was lim y = lim (1 + 3x)1/x.