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

lim_{x->0} [x*(e^x - 1) + 2*(cos x - 1)] / [x*(1 - cos x)] is __________.

GATE 1993 · Engineering Mathematics · Limits · medium

Answer: 1

  1. Expand numerator via series: Numerator = x^2 + x^3/2 - x^2 + O(x^4) = x^3/2 + O(x^4)
  2. Expand denominator via series: Denominator = x^3/2 + O(x^5)
  3. Take the ratio and limit: Dividing numerator and denominator by x^3/2 gives (1 + O(x))/(1 + O(x^2)) -> 1