The Art of Decomposition
Unraveling the Rational Function
Welcome, future engineer. Today, we are not just solving an integral; we are performing a surgical operation on a complex rational function.
When you look at the expression
I=∫(x2+1)2(x+1)x3+3x+2dx
I want you to see past the intimidating powers. I want you to see a puzzle waiting to be dismantled.
The degree of our numerator is 3, and the degree of our denominator is 5. Because the numerator is of a lower degree, we are in the perfect position to use the Method of Partial Fractions. This is our primary tool for breaking down complex, high-degree rational functions into manageable, bite-sized pieces.
Phase 1
The Blueprint
We begin by setting up our decomposition. We have a linear factor (x+1) and a repeated quadratic factor (x2+1)2.
The rules of partial fractions dictate that for every linear factor, we assign a constant, and for every irreducible quadratic factor, we assign a linear numerator. Because our quadratic factor is repeated, we must account for both the first power and the second power.
Thus, we write:
(x2+1)2(x+1)x3+3x+2=x+1A+x2+1Bx+C+(x2+1)2Dx+E
This is our blueprint. Our mission now is to find the constants A,B,C,D, and E.
Phase 2
The Algebraic Hunt
To find these constants, we multiply the entire equation by the denominator (x2+1)2(x+1). This gives us the identity:
x3+3x+2=A(x2+1)2+(Bx+C)(x2+1)(x+1)+(Dx+E)(x+1)
This identity is our strongest weapon; it holds true for any value of x. By choosing x=−1, we instantly eliminate the terms involving (x+1), allowing us to isolate A. We find that A=−21.
With A in hand, we compare coefficients of x4,x3,x2, and the constant term. By equating coefficients, we discover B=21, C=21, D=0, and E=2. The math is elegant; the coefficients fall into place like tumblers in a lock.
Phase 3
The Integration Strategy
With our constants found, the integral splits into three distinct parts:
I=∫(x+1−21+x2+121x+21+(x2+1)22)dx
The first two integrals are standard. The first, ∫x+1−21dx, yields −21log∣x+1∣.
The second, ∫x2+121x+21dx, splits into a logarithmic term and an inverse tangent term: 41log(x2+1)+21tan−1x. These are the bread and butter of calculus.
Phase 4
The Trigonometric Pivot
We are left with I3=2∫(x2+1)21dx. Whenever you see (x2+a2) in the denominator, especially raised to a power, think of trigonometric substitution.
Let x=tanθ. Then dx=sec2θdθ. The integral transforms beautifully:
2∫(tan2θ+1)2sec2θdθ=2∫cos2θdθ
Using the identity 2cos2θ=1+cos2θ, we integrate to get θ+21sin2θ. Back-substituting θ=tan−1x and using the triangle identity for sin2θ=1+x22x, we arrive at tan−1x+1+x2x.
The Final Assembly
We combine all our pieces:
I=−21log∣x+1∣+41log(x2+1)+21tan−1x+tan−1x+1+x2x+C
Combining the tan−1x terms gives us the final, elegant result:
I=−21log∣x+1∣+41log(x2+1)+23tan−1x+1+x2x+C
You have navigated the decomposition, the algebraic comparison, and the trigonometric substitution. This is the essence of JEE Advanced mathematics—a journey of logical steps leading to a beautiful, unified solution.