The value of the following limit is ___________.
lim_{x -> 0} (ln(1 + x) - x) / x^2
GATE 2022 · Engineering Mathematics · Limits · medium
Answer: -0.5
- Verify 0/0 and apply L'Hopital: At x=0: numerator = ln(1)-0 = 0; denominator = 0. Apply L'Hopital: f'(x) = 1/(1+x) - 1 = -x/(1+x); g'(x) = 2x.
- Simplify and evaluate: Cancel x in numerator and denominator: limit = lim_{x->0} -1/(2(1+x)) = -1/(2*1) = -1/2 = -0.5.