• 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_{n->inf} int_0^1 (x - 1)^n * ln(x) dx ? A. -1 B. 0 C. 1 D. infty

GATE 2005 · Engineering Mathematics · Integration · medium

Answer: 0

  1. Pointwise limit of integrand: So (x-1)^n * ln(x) -> 0 * ln(x) = 0 for every x in (0,1)
  2. Find integrable dominator: int_0^1 |ln(x)| dx = 1 (finite), so |ln(x)| is a valid dominator
  3. Apply DCT and conclude: Therefore lim_{n->inf} int_0^1 (x-1)^n * ln(x) dx = 0