Four worked integrals that combine a substitution with partial fractions, from the Class 12 integrals exercise. Each one is reduced to a simple rational function and then split into partial fractions to integrate.
This lesson works through integrals where a clever substitution turns a messy rational expression into a clean one that splits into partial fractions. Starting with the spotting of the right substitution (often setting a power of x equal to t), each example is reduced, separated into simple fractions, and integrated to a logarithm. The questions come from the sure-question set for Class 12 integrals and build the habit of pairing substitution with partial fractions.
What you'll learn
How to spot when a substitution will simplify a rational integral before splitting it
Setting a power of x equal to a new variable and adjusting the differential
Breaking the reduced fraction into partial fractions and finding the constants
Putting the pieces together into a logarithm and substituting back the original variable
Lesson chapters
0:01First integral and the substitution
0:46Setting up and solving the partial fractions
2:27Second integral with an exponential substitution
4:17Third integral: x cubed over a quartic
6:51Fourth integral and the multiply-through trick
Lesson notes
This lesson works through four integrals from the Class 12 sure-question set where a substitution first simplifies the integrand, and partial fractions then finish the job. In each case we choose a substitution, reduce the integral to a simple rational function, split it into partial fractions, integrate, and substitute back.
First integral: ∫(x2+1)(x2+3)2xdx
Because the numerator 2x is exactly the derivative of x2, substitute x2=t, so 2xdx=dt. The integral becomes
I=∫(t+1)(t+3)dt.
Partial fractions
Write
(t+1)(t+3)1=t+1A+t+3B,
so 1=A(t+3)+B(t+1).
Put t=−3: 1=−2B, hence B=−21.
Put t=−1: 1=2A, hence A=21.
Integrate
I=21∫t+1dt−21∫t+3dt=21ln∣t+1∣−21ln∣t+3∣.
Using lna−lnb=lnba and resubstituting t=x2,
I=21lnx2+3x2+1+C.
Second integral: ∫ax−11dx
Put ax=t. Differentiating, axlnadx=dt, so dx=axlnadt=tlnadt. Then
Write the numerator as x2⋅x and the denominator as (x2)2+3x2+2. Put x2=t, so 2xdx=dt, i.e. xdx=21dt. Then
I=21∫t2+3t+2tdt=21∫(t+1)(t+2)tdt.
Partial fractions
(t+1)(t+2)t=t+1A+t+2B,t=A(t+2)+B(t+1).
Put t=−2: −2=−B, so B=2.
Put t=−1: −1=A, so A=−1.
Integrate
I=21[−∫t+1dt+2∫t+2dt]=−21ln∣t+1∣+ln∣t+2∣.
Resubstituting t=x2,
I=ln∣x2+2∣−21ln∣x2+1∣+C.
Fourth integral: ∫x(1+xex)x+1dx
The key first step: multiply numerator and denominator by ex.
I=∫xex(1+xex)(x+1)exdx.
Now put xex=t. By the product rule, dxd(xex)=xex+ex=(x+1)ex, so (x+1)exdx=dt. The numerator and the leftover factor xex in the denominator become dt and t, giving
I=∫t(1+t)dt.
Partial fractions
t(1+t)1=tA+1+tB,1=A(1+t)+Bt.
Put t=−1: 1=−B, so B=−1.
Put t=0: 1=A, so A=1.
Integrate
I=∫tdt−∫1+tdt=ln∣t∣−ln∣1+t∣=ln1+tt.
Resubstituting t=xex,
I=ln1+xexxex+C.
Key takeaways
When the numerator is the derivative of a power of x, substitute that power equal to t to collapse the integral into a simple rational function.
After substituting, split into partial fractions and find the constants by putting in convenient values of t.
Each piece integrates to a logarithm; combine them with lna−lnb=lnba and remember to substitute the original variable back in.