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.
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.