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