Class 12 Integration: Partial Fractions and Substitution (Part 2)
Four Class 12 integration questions from Exercise 7.5, each solved by substituting to remove the trigonometry or the square term, then splitting into partial fractions.
This lesson works through four exam-style integration problems that mix substitution with partial fractions. The first two replace a sine with a new variable so a trigonometric integral becomes a rational one, while the last two set x squared equal to a new variable to simplify a ratio of even-powered polynomials. In every case the integrand is broken into partial fractions and then integrated term by term, with the full working shown so you can follow each step.
What you'll learn
How to turn a trigonometric integral into a rational one by substituting for the sine
How to break a fraction into partial fractions, including the case of a repeated factor
How to handle a fraction in x squared by substituting first and re-substituting after splitting it up
How to divide first when the top and bottom have the same degree before splitting into partial fractions
Lesson chapters
0:00First integral: substituting sine and a repeated factor
3:15Question 17: substitution giving two simple factors
5:46Integral in x squared split into inverse tangents
8:49Question 18: dividing first, then partial fractions
Lesson notes
This lesson solves four integration questions from Exercise 7.5, each one combining a substitution with a partial fraction split. The first two remove the trigonometry by substituting for the sine, and the last two simplify a ratio of even powers by substituting for x2.
First integral: a substitution leading to a repeated factor
We want to evaluate
I=∫5−cos2x−4sinx(3sinx−2)cosxdx.
Replace cos2x with 1−sin2x in the denominator:
5−(1−sin2x)−4sinx=4+sin2x−4sinx.
Put sinx=y, so cosxdx=dy, and the integral becomes rational:
I=∫y2−4y+43y−2dy=∫(y−2)23y−2dy.
Partial fractions
Because (y−2)2 is a repeated factor, we write
(y−2)23y−2=y−2A+(y−2)2B.
Multiplying through by (y−2)2 gives 3y−2=A(y−2)+B. Putting y=2 leaves B=3(2)−2=4, and comparing the coefficients of y gives A=3. So
(y−2)23y−2=y−23+(y−2)24.
Integrating
Using ∫x2dx=−x1,
I=3log∣y−2∣−y−24+C.
Now substitute y=sinx. Since 2−sinx is always positive, ∣y−2∣=2−sinx, and
I=3log(2−sinx)+2−sinx4+C.
Question 17: a substitution giving two simple factors
We want
I=∫(1−sinx)(2−sinx)cosxdx.
Put sinx=t, so cosxdx=dt:
I=∫(1−t)(2−t)dt.
Partial fractions
Write
(1−t)(2−t)1=1−tA+2−tB,
so 1=A(2−t)+B(1−t). Putting t=1 gives A=1, and putting t=2 gives 1=−B, so B=−1. Then
I=∫1−tdt−∫2−tdt.
Integrating
Dividing by the derivative of each linear term,
I=−log∣1−t∣+log∣2−t∣+C=log1−t2−t+C.
Substituting t=sinx,
I=log1−sinx2−sinx+C.
An integral in x2 split into inverse tangents
We want
I=∫(x2+1)(x2+4)x2dx.
Here there is no xdx in the numerator, so we put x2=t only to do the partial fractions, then re-substitute before integrating:
(t+1)(t+4)t=t+1A+t+4B.
From t=A(t+4)+B(t+1), putting t=−1 gives −1=3A, so A=−31, and putting t=−4 gives −4=−3B, so B=34. Re-substituting t=x2,
Question 18: dividing first, then partial fractions
We want
I=∫(x2+3)(x2+4)(x2+1)(x2+2)dx.
Put x2=t to simplify the ratio:
(t+3)(t+4)(t+1)(t+2)=t2+7t+12t2+3t+2.
The numerator and denominator have the same degree, so divide first:
t2+7t+12t2+3t+2=1+(t+3)(t+4)−4t−10.
Partial fractions
Split (t+3)(t+4)4t+10=t+3A+t+4B, so 4t+10=A(t+4)+B(t+3). Putting t=−4 gives −6=−B, so B=6, and putting t=−3 gives −2=A. Therefore
(x2+3)(x2+4)(x2+1)(x2+2)=1+x2+32−x2+46.
Integrating
Using the standard inverse tangent integral with a=3 and a=2,
I=x+32tan−13x−3tan−12x+C.
Key takeaways
Substituting sinx=y turns a trigonometric integral into a rational one; a repeated factor (y−2)2 needs both y−2A and (y−2)2B terms.
For an integrand in x2 with no xdx on top, substitute x2=t just to find the partial fractions, then put t=x2 back before integrating into inverse tangents.
When the numerator and denominator have equal degree, divide first, then split the remainder into partial fractions.