Question
Decompose (x+1)(x2+1)2x+1 into partial fractions and hence evaluate:
∫(x+1)(x2+1)2x+1dx
(CBSE 2024)
Solution — Step by Step
Since the denominator has a linear factor (x+1) and an irreducible quadratic (x2+1):
(x+1)(x2+1)2x+1=x+1A+x2+1Bx+C
Multiply both sides by (x+1)(x2+1):
2x+1=A(x2+1)+(Bx+C)(x+1)
Put x=−1: 2(−1)+1=A(1+1)+0
−1=2A⟹A=−21
Compare x2 coefficients: 0=A+B⟹B=−A=21
Compare constant terms: 1=A+C⟹C=1−(−21)=23
So: (x+1)(x2+1)2x+1=x+1−1/2+x2+1x/2+3/2
∫(x+1)(x2+1)2x+1dx=−21∫x+1dx+21∫x2+1xdx+23∫x2+1dx
First integral: −21ln∣x+1∣
Second integral: 21⋅21ln(x2+1)=41ln(x2+1)
(using substitution u=x2+1)
Third integral: 23tan−1(x)
−21ln∣x+1∣+41ln(x2+1)+23tan−1(x)+C
Why This Works
Partial fractions break a complex fraction into simpler pieces that we know how to integrate. The key insight is that any rational function (polynomial over polynomial) can be decomposed into:
- ax+bA for linear factors → integrates to ln
- x2+px+qBx+C for irreducible quadratic factors → integrates to ln and tan−1
The irreducible quadratic x2+1 needs a linear numerator Bx+C (not just a constant B), because a quadratic denominator can absorb a first-degree numerator.
Alternative Method — Cover-up for A, then compare
Use the cover-up rule for A: cover (x+1) in the original fraction and substitute x=−1:
A=(−1)2+12(−1)+1=2−1=−21
Then for B and C, substitute any two convenient values (say x=0 and x=1) into the identity and solve.
When splitting x2+1Bx+C for integration, always separate it as x2+1Bx+x2+1C. The first part uses substitution (u=x2+1), the second is a standard tan−1 form. This split is the key step that makes the integration straightforward.
Common Mistake
Students write the partial fraction for the irreducible quadratic as x2+1B (constant numerator) instead of x2+1Bx+C (linear numerator). With just a constant, you won’t have enough unknowns to match all coefficients, and the decomposition will fail. Always use a linear numerator Bx+C over an irreducible quadratic.