Partial fractions — decompose and integrate (2x+1)/((x+1)(x²+1))

medium CBSE JEE-MAIN CBSE 2024 3 min read

Question

Decompose 2x+1(x+1)(x2+1)\frac{2x+1}{(x+1)(x^2+1)} into partial fractions and hence evaluate:

2x+1(x+1)(x2+1)dx\int \frac{2x+1}{(x+1)(x^2+1)} \, dx

(CBSE 2024)


Solution — Step by Step

Since the denominator has a linear factor (x+1)(x+1) and an irreducible quadratic (x2+1)(x^2+1):

2x+1(x+1)(x2+1)=Ax+1+Bx+Cx2+1\frac{2x+1}{(x+1)(x^2+1)} = \frac{A}{x+1} + \frac{Bx + C}{x^2+1}

Multiply both sides by (x+1)(x2+1)(x+1)(x^2+1):

2x+1=A(x2+1)+(Bx+C)(x+1)2x + 1 = A(x^2 + 1) + (Bx + C)(x + 1)

Put x=1x = -1: 2(1)+1=A(1+1)+02(-1) + 1 = A(1 + 1) + 0

1=2A    A=12-1 = 2A \implies A = -\frac{1}{2}

Compare x2x^2 coefficients: 0=A+B    B=A=120 = A + B \implies B = -A = \frac{1}{2}

Compare constant terms: 1=A+C    C=1(12)=321 = A + C \implies C = 1 - (-\frac{1}{2}) = \frac{3}{2}

So: 2x+1(x+1)(x2+1)=1/2x+1+x/2+3/2x2+1\frac{2x+1}{(x+1)(x^2+1)} = \frac{-1/2}{x+1} + \frac{x/2 + 3/2}{x^2+1}

2x+1(x+1)(x2+1)dx=12dxx+1+12xx2+1dx+32dxx2+1\int \frac{2x+1}{(x+1)(x^2+1)} \, dx = -\frac{1}{2}\int\frac{dx}{x+1} + \frac{1}{2}\int\frac{x}{x^2+1} \, dx + \frac{3}{2}\int\frac{dx}{x^2+1}

First integral: 12lnx+1-\frac{1}{2}\ln|x+1|

Second integral: 1212ln(x2+1)=14ln(x2+1)\frac{1}{2} \cdot \frac{1}{2}\ln(x^2+1) = \frac{1}{4}\ln(x^2+1)

(using substitution u=x2+1u = x^2 + 1)

Third integral: 32tan1(x)\frac{3}{2}\tan^{-1}(x)

12lnx+1+14ln(x2+1)+32tan1(x)+C\boxed{-\frac{1}{2}\ln|x+1| + \frac{1}{4}\ln(x^2+1) + \frac{3}{2}\tan^{-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:

  • Aax+b\frac{A}{ax + b} for linear factors → integrates to ln\ln
  • Bx+Cx2+px+q\frac{Bx + C}{x^2 + px + q} for irreducible quadratic factors → integrates to ln\ln and tan1\tan^{-1}

The irreducible quadratic x2+1x^2 + 1 needs a linear numerator Bx+CBx + C (not just a constant BB), because a quadratic denominator can absorb a first-degree numerator.


Alternative Method — Cover-up for A, then compare

Use the cover-up rule for AA: cover (x+1)(x+1) in the original fraction and substitute x=1x = -1:

A=2(1)+1(1)2+1=12=12A = \frac{2(-1) + 1}{(-1)^2 + 1} = \frac{-1}{2} = -\frac{1}{2}

Then for BB and CC, substitute any two convenient values (say x=0x = 0 and x=1x = 1) into the identity and solve.

When splitting Bx+Cx2+1\frac{Bx + C}{x^2 + 1} for integration, always separate it as Bxx2+1+Cx2+1\frac{Bx}{x^2+1} + \frac{C}{x^2+1}. The first part uses substitution (u=x2+1u = x^2 + 1), the second is a standard tan1\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 Bx2+1\frac{B}{x^2+1} (constant numerator) instead of Bx+Cx2+1\frac{Bx + C}{x^2+1} (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+CBx + C over an irreducible quadratic.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next