3

Can you please help me out with this limit problem. Actually, I tried to solve it by the conjugate method but it didn't work with me.

Thank you.

$$\lim_{x \to 0}\; \bigg( \frac{1}{\sqrt{x}} - \frac{1}{\sqrt{x²+x}} \bigg)$$

Alex
  • 19,262

3 Answers3

2

This is probably a bit too straightforward, there should be smarter way to do it, but nevertheless...

$$ \lim_{x \to 0} \frac{\sqrt{x^2+x} - \sqrt{x}}{\sqrt{x(x^2+x)}}= \lim_{x \to 0} \frac{\sqrt{x}(\sqrt{x+1} - 1)}{x\sqrt{x+1}}= \lim_{x \to 0} \frac{x^{\frac{3}{2}}}{x\sqrt{x+1}(\sqrt{x+1}+1)}=0 $$ The third step is due to mupltiplying both numerator and denominator by $\sqrt{x+1}+1$

Alex
  • 19,262
  • You are welcome. You can upvote answers and accept the one you find most useful. PEople usually appreciate it) – Alex Jan 25 '13 at 14:48
  • Thank you very match for the answer. Actually this is my first time using this site and I do not no how to write the math symbols. I'll try to learn it. – Hassan Alkhamis Jan 25 '13 at 15:54
  • Indeed it’s a satisfied answer and thanks to you and to all that’s gave me a comments. – Hassan Alkhamis Jan 25 '13 at 15:57
0

Take $\frac{1}{\sqrt{x}}$ common and then try the conjugate method.

0

Also, $$\dfrac{1}{\sqrt{x}}-\dfrac{1}{\sqrt{x^2+x}}=\dfrac{1}{\sqrt{x}}\left(1-(1+x)^{-1/2}\right)=\dfrac{1}{\sqrt{x}}\left(\dfrac{1}{2}x+o(x)\right)\to 0 \mbox{ as } x\to 0^+$$