Limit $\lim_{{x\rightarrow 0}}{\left(\frac{\frac{1}{\sqrt{1+x}}-1}{x}\right)}$

662 Views Asked by At

I am a high school student in Calculus, and we are finishing learning basic limits. I am reviewing for a big test tomorrow, and I could do all of the problems correctly except this one.

I have no idea how to solve the problem this problem correctly. I looked up the answer online, but I can't figure out how they got their answer. All of the online tools show the steps using L'Hospital's rule or derivation, but I haven't learned either yet.

This is the problem:

$$\large\lim_{x\rightarrow 0}{\left(\frac{\frac{1}{\sqrt{1+x}}-1}{x}\right)}$$

This is the problem that I did incorrectly. I converted the $-1$ to $\frac{\sqrt{1+x}}{\sqrt{1+x}}$, then subtracted the fraction, and multiplied the result by $\frac{1}{x}$ to remove the double division.

$$\large\frac{1-\sqrt{1+x}}{x\sqrt{1+x}}$$

When I substitute $x$, I get $0$, but the answer is $-\frac{1}{2}$. I am doing something simple incorrectly, but I really cannot figure it out.

4

There are 4 best solutions below

2
On BEST ANSWER

As you did, convert to $\dfrac{1-\sqrt{1+x}}{x\sqrt{1+x}}$. (If you substitute, you still get $0$ in the denominator, so there is a little more work to be done.)

Then use the method of "algebraic conjugates":

$$\dfrac{1-\sqrt{1+x}}{x\sqrt{1+x}} \cdot \dfrac {1+\sqrt{1+x}}{1+\sqrt{1+x}} = \dfrac{1-(1+x)}{{x \sqrt{1+x}(1+\sqrt{1+x}})}$$

and simplify, then substitute, to your answer.

If you want to learn the formatting here, it's done in $\LaTeX$, between \$s. To do a fraction, write something like $\frac{\sqrt{2}}{2}$- there are lots of tutorials online.

0
On

The formula :$$f(x)= \frac{1-\sqrt{1+x}}{x \sqrt{1+x}}$$is nont able to give the limit because it gives the indeterminate form $\frac00$.

Using the conjugate expression of $1-\sqrt{1+x}$, you get: $$f(x)=\frac{-x}{x \sqrt{1+x}(1+\sqrt{1+x})},$$ then: $$f(x)=\frac{-1}{ \sqrt{1+x}(1+\sqrt{1+x})}$$ and the limit is done.

0
On

$$\lim_{x\to 0}\frac{\frac{1}{\sqrt{1+x}}-1}{x}=\lim_{x\to 0}\frac{1}{x\sqrt{1+x}}-\frac{1}{x}=$$ $$=\lim_{x\to 0}\frac{1-\sqrt{1+x}}{x\sqrt{1+x}}=\lim_{x\to 0}\frac{1-\sqrt{1+x}}{x\sqrt{1+x}}\frac{1+\sqrt{1+x}}{1+\sqrt{1+x}}=$$ $$=\lim_{x\to 0}\frac{1-(1+x)}{x\sqrt{1+x}(1+\sqrt{1+x})}=\lim_{x\to 0}\frac{-x}{x\sqrt{1+x}(1+\sqrt{1+x})}$$ $$=\lim_{x\to 0}\frac{-1}{\sqrt{1+x}(1+\sqrt{1+x})}=-\frac{1}{2}$$

0
On

$$ \displaylines{ f\left( x \right) = \frac{1}{{\sqrt {1 + x} }} \Rightarrow f'\left( x \right) = \frac{{ - 1}}{{2\left( {1 + x} \right)\sqrt {1 + x} }} \cr f'\left( 0 \right) = \mathop {\lim }\limits_{x \to 0} \frac{{f\left( x \right) - f\left( 0 \right)}}{{x - 0}} \cr = \mathop {\lim }\limits_{x \to 0} \frac{{\frac{1}{{\sqrt {1 + x} }} - 1}}{x} = \frac{{ - 1}}{{2\left( {1 + 0} \right)\sqrt {1 + 0} }} \cr \Rightarrow \mathop {\lim }\limits_{x \to 0} \frac{{\frac{1}{{\sqrt {1 + x} }} - 1}}{x} = - \frac{1}{2} \cr} $$