Exams › JEE Advanced › Maths
Correct answer: The integral equals pi / 4
Partial fractions: x/[(1+x)(1+x²)] = A/(1+x) + (Bx+C)/(1+x²). Multiplying through: x = A(1+x²) + (Bx+C)(1+x). Comparing coefficients: x²: 0 = A+B => B = -A. x¹: 1 = B+C => C = 1-B = 1+A. x⁰: 0 = A+C => C = -A. So 1+A = -A => A = -1/2, B = 1/2, C = 1/2. Integral = -1/2 * integral(1/(1+x))dx + 1/2 * integral(x/(1+x²))dx + 1/2 * integral(1/(1+x²))dx from 0 to inf. = -1/2*[ln(1+x)]₀^inf + 1/4*[ln(1+x²)]₀^inf + 1/2*[arctan(x)]₀^inf. The ln terms: -1/2*ln(1+x) + 1/4*ln(1+x²) = -1/2*ln(1+x) + 1/2*ln(sqrt(1+x²)). As x->inf: -1/2*ln(x) + 1/2*ln(x) = 0. So log terms cancel and the result is 1/2*(pi/2 - 0) = pi/4.