Integrals: PYQ Walkthrough (2)

medium 3 min read

Question

(CBSE 2023 style.) Evaluate x2(x2+1)(x2+4)dx\displaystyle\int \frac{x^2}{(x^2 + 1)(x^2 + 4)}\, dx using partial fractions.

Solution — Step by Step

We want to decompose:

x2(x2+1)(x2+4)=Ax2+1+Bx2+4\frac{x^2}{(x^2 + 1)(x^2 + 4)} = \frac{A}{x^2 + 1} + \frac{B}{x^2 + 4}

Both denominators are quadratic and irreducible (no real roots), so the numerators are constants — let them be AA and BB. (If they were linear, we’d use Ax+BAx + B form, but the original numerator has only x2x^2, so we can guess constants will work.)

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

x2=A(x2+4)+B(x2+1)x^2 = A(x^2 + 4) + B(x^2 + 1)

Equating coefficients of x2x^2: A+B=1A + B = 1. Equating constants: 4A+B=04A + B = 0.

Subtracting: 3A=1A=1/33A = -1 \Rightarrow A = -1/3, B=4/3B = 4/3.

x2(x2+1)(x2+4)dx=13dxx2+1+43dxx2+4\int \frac{x^2}{(x^2+1)(x^2+4)}\,dx = -\frac{1}{3}\int \frac{dx}{x^2 + 1} + \frac{4}{3}\int \frac{dx}{x^2 + 4}

=13tan1x+4312tan1x2+C= -\frac{1}{3}\tan^{-1} x + \frac{4}{3} \cdot \frac{1}{2}\tan^{-1}\frac{x}{2} + C

=13tan1x+23tan1x2+C= -\frac{1}{3}\tan^{-1} x + \frac{2}{3}\tan^{-1}\frac{x}{2} + C

Why This Works

Partial fractions split a complicated rational function into a sum of simpler ones whose integrals are standard. For irreducible quadratic factors x2+a2x^2 + a^2, the standard integral dxx2+a2=1atan1(x/a)+C\displaystyle\int\dfrac{dx}{x^2+a^2} = \dfrac{1}{a}\tan^{-1}(x/a) + C takes care of each piece.

The key trick when both denominators are even-power polynomials: assume constants in the numerators of partial fractions. If the original numerator is purely even-degree, this assumption holds. If it has odd-degree terms, you’d need linear numerators (Ax+BAx + B).

Quick sanity check: differentiate your answer mentally. If the derivative looks like the original integrand, you are correct. Catching errors at this step saves marks.

Alternative Method

Add-subtract trick: write

x2(x2+1)(x2+4)=x2+44(x2+1)(x2+4)=1x2+14(x2+1)(x2+4)\frac{x^2}{(x^2+1)(x^2+4)} = \frac{x^2 + 4 - 4}{(x^2+1)(x^2+4)} = \frac{1}{x^2+1} - \frac{4}{(x^2+1)(x^2+4)}

Or: write x2=(x2+1)1=(x2+4)4x^2 = (x^2 + 1) - 1 = (x^2+4) - 4, then split. Either way leads to the same partial fraction structure, just with different intermediate algebra.

Students forget to factor before integrating. The denominators x2+1x^2 + 1 and x2+4x^2 + 4 have no real roots, so they don’t factor over reals — but the partial fraction works fine because we keep them as quadratics. Don’t try to factor them as (x±i)(xi)(x \pm i)(x \mp i) — that complicates things.

Final answer: 13tan1x+23tan1(x/2)+C-\dfrac{1}{3}\tan^{-1} x + \dfrac{2}{3}\tan^{-1}(x/2) + C.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next