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

What is the value of lim_{x->inf} (1 - 1/(2x))^x ? A. 0 B. e^(-1/2) C. e^(1/2) D. 1

GATE 2010 · Engineering Mathematics · Limits · medium

Answer: e^(-1/2)

  1. Rewrite using exponential: Focus on computing L = lim_{x->inf} x * ln(1 - 1/(2x))
  2. Approximate the logarithm: x * ln(1 - 1/(2x)) ≈ x * (-1/(2x)) = -1/2
  3. Exponentiate the limit: Answer = B = e^(-1/2)