• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Engineering Mathematics

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

  1. 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.
  2. Simplify and evaluate: Cancel x in numerator and denominator: limit = lim_{x->0} -1/(2(1+x)) = -1/(2*1) = -1/2 = -0.5.