Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

$\mathop {\lim }\limits_{x \to {0^ + }} \left( {\frac{1}{x} - \frac{1}{{\sqrt x }}} \right) = \mathop {\lim }\limits_{x \to {0^ + }} \frac{{1/\sqrt x - 1}}{{\sqrt x }} = \mathop {\lim }\limits_{x \to {0^ + }} \frac{{ - \frac{1}{2}{x^{ - 3/2}}}}{{\frac{1}{2}{x^{ - 1/2}}}} = \mathop {\lim }\limits_{x \to {0^ + }} \left( { - \frac{1}{x}} \right) = - \infty $. However, the answer is $\infty$. Can you help me spot my error? Thanks!

share|improve this question
Thank you all for clearing that up for me! – drawar Nov 12 '12 at 16:03

2 Answers

l'Hôpital's rule was incorrectly applied to $\mathop {\lim }\limits_{x \to {0^ + }} \frac{{1/\sqrt x - 1}}{{\sqrt x }} $. The numerator goes to $+\infty$, while the denominator goes to $0$.

Both factors of $\frac{1}{\sqrt x}\left(\frac{1}{\sqrt x}-1\right)$ go to $+\infty$. Or consider $\frac{1}{x}(1-\sqrt x)$, where the second factor goes to $1$.

share|improve this answer
Oops, I see my problem now. Thank you :) – drawar Nov 12 '12 at 16:01

You've misapplied L'Hopital rule. Your numerator tends to $+\infty$ and your denominator tends to $0$ (from above). Thus, the quotient tends to $+\infty$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.