I am having trouble with this practice problem on limits:
$$\lim_{x \rightarrow 0} \frac{\left(\sqrt{2+x}-\sqrt{2} \right)} {x}$$
The answer is $\sqrt{2} \over 4$, but I'm having trouble seeing how the answer was reached. Any help would be appreciated.
Please use LaTex next time. For now I assume your expression is $$ \lim_{x \to 0}\frac{\sqrt{2x}-\sqrt{2}}{x}=\sqrt{2} \lim_{x \to 0}\frac{\sqrt{x}-1}{x-1+1}=\sqrt{2}\lim_{x \to 0}\frac{\sqrt{x}-1}{(\sqrt{x}-1)(\sqrt{x}+1)+1}=\sqrt{2}{\lim_{x \to 0}\frac{1}{\sqrt{x}+1+\frac{1}{\sqrt{x}-1}}} $$ Two-sided limit doesn't exist.