0

Please help with this problem. Somewhere my algebra gets confused. I know the answer is zero but I need the steps for the problem.I will start the problem and you can tell me where my mistake is.

$$\lim_{x\to0}\left(\frac1{\sqrt{x}}-\frac1{\sqrt{x^2+x}}\right)=\lim_{x\to0}\frac{\sqrt{x^2+x}-\sqrt{x}}{\sqrt{x}\cdot\sqrt{x^2+x}}$$

Take conjugate of numerator and multiply by numerator and denominator :

$$\frac{\sqrt{x^2+x}-\sqrt{x}}{\sqrt{x}\cdot\sqrt{x^2+x}}\cdot\frac{\sqrt{x^2+x}+\sqrt{x}}{\sqrt{x^2+x}+\sqrt{x}}=\frac{x^2+x-(\sqrt{x})^2}{\sqrt{x}\cdot\sqrt{x^2+x}\left(\sqrt{x^2+x}+\sqrt{x}\right)}$$

help from here

Brian M. Scott
  • 616,228

2 Answers2

1

Notice that the limit makes sense only from the right, i.e. for $\,x>0\,$:

$$\lim_{x\to 0^+}\left(\frac1{\sqrt x}-\frac1{\sqrt{x^2+x}}\right)=\lim_{x\to 0^+}\frac{x^2+x-\left(\sqrt x\right)^2}{\sqrt x\sqrt{x^2+x}\left(\sqrt{x^2+x}+\sqrt x\right)}=$$

$$=\lim_{x\to 0^+}\frac{x^2}{\sqrt x\sqrt{x^2+x}\left(\sqrt{x^2+x}+\sqrt x\right)}\frac{\frac1{x^2}}{\frac1{x^2}}=$$

$$=\lim_{x\to 0^+}\frac{\frac{x^2}{x^2}}{\frac{\sqrt x}{\sqrt x}\cdot\frac{\sqrt{x^2+x}}{x}\left(\frac{\sqrt{x^2+x}+\sqrt x}{\sqrt x}\right)}=\lim_{x\to 0^+}\frac1{ 1\cdot\sqrt{1+\frac1x}\left(\sqrt{x+1}+1\right)}=0$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
0

From where you have left,

as $x\to0,x\ne0$ divide the numerator & the denominator by $x\sqrt x$ to get

$$\lim_{x\to0}\frac{x^2+x-(\sqrt{x})^2}{\sqrt{x}\cdot\sqrt{x^2+x}\left(\sqrt{x^2+x}+\sqrt{x}\right)}$$

$$=\lim_{x\to0}\frac{x^2}{\sqrt{x}\cdot\sqrt{x^2+x}\left(\sqrt{x^2+x}+\sqrt{x}\right)}$$

$$=\lim_{x\to0}\frac{\sqrt x}{\sqrt{x+1}\left(\sqrt{x+1}+1\right)}=0$$


Alternatively,

HINT:

As far as I could read,

$$\lim_{x\to0}\frac1{\sqrt x}-\frac1{\sqrt{x^2+x}}$$

$$=\lim_{x\to0}\frac{\sqrt{x+1}-1}{\sqrt{x(x+1)}}$$

$$=\lim_{x\to0}\frac{(x+1)-1}{\sqrt{x(x+1)}}\frac1{\sqrt{x+1}+1}\text{ (rationalizing the numerator )}$$

$$=\lim_{x\to0}\frac{\sqrt x}{\sqrt{x+1}}\frac1{\sqrt{x+1}+1}\text{ as }x\to 0,\ne0$$