Question:medium

Evaluate: $$ \lim_{x \to 0} \frac{\sqrt{1 + x} - \sqrt{1 - x}}{x} $$

Show Hint

If limit results in \(\frac{0}{0}\), try rationalization or binomial expansion near \(x = 0\).
Updated On: Jan 13, 2026
  • 1
  • 0
  • \(\infty\)
  • 0.5
Show Solution

The Correct Option is A

Solution and Explanation

To evaluate the limit \( \lim_{x \to 0} \frac{\sqrt{1 + x} - \sqrt{1 - x}}{x} \), rationalize the expression. Multiply the numerator and denominator by the conjugate, \( \sqrt{1 + x} + \sqrt{1 - x} \):
$$\frac{\left(\sqrt{1+x}-\sqrt{1-x}\right)\left(\sqrt{1+x}+\sqrt{1-x}\right)}{x\left(\sqrt{1+x}+\sqrt{1-x}\right)}$$
Using the difference of squares in the numerator, we get:
$$=\frac{(1+x)-(1-x)}{x(\sqrt{1+x}+\sqrt{1-x})}$$
$$=\frac{2x}{x(\sqrt{1+x}+\sqrt{1-x})}$$
Cancel \( x \) (for \( xeq0 \)):
$$=\frac{2}{\sqrt{1+x}+\sqrt{1-x}}$$
Now, evaluate the limit as \( x \to 0 \):
$$\lim_{x \to 0} \frac{2}{\sqrt{1+x}+\sqrt{1-x}}=\frac{2}{\sqrt{1+0}+\sqrt{1-0}}=\frac{2}{1+1}=\frac{2}{2}=1$$
The limit is 1.
Was this answer helpful?
0