Integration by Partial Fractions (Exercise 7.5, Part 2)
More Class 12 integration problems from Exercise 7.5, solved with partial fractions, including cases where you must divide first and a neat shortcut for integrals like one over x times x to the n plus one.
This lesson continues Exercise 7.5 on integrating rational functions by partial fractions. It works through cases where the numerator and denominator have the same degree, so you divide first and then split the proper remainder into partial fractions. It also shows an alternative route for one integral without partial fractions, and a general technique for integrals of the form one over x times a power of x plus or minus one.
What you'll learn
How to divide first when the top and bottom of a fraction have the same degree, then integrate the leftover proper fraction
Splitting a proper rational function into partial fractions and finding the unknown constants by substituting convenient values
A shortcut for integrals like one over x times x to the power n plus one, by multiplying top and bottom by a power of x and substituting
Lesson chapters
0:00Question 6: dividing before integrating
1:44Partial fractions and the final answer
3:42Question 7: another same-degree case
6:39Solving the same integral without partial fractions
9:21General form: one over x times x to the n plus one
11:57Worked case with x to the fourth minus one
Lesson notes
This lesson continues Exercise 7.5, integrating rational functions by partial fractions. Several of these integrals have a numerator whose degree equals the denominator's, so the first step is polynomial division, and then the proper remainder is split into partial fractions. The lesson also shows one integral solved without partial fractions, and a general shortcut for a special family of integrals.
Question 6: divide first
We want
∫x(1−2x)1−x2dx.
The numerator and denominator both have degree two, so we divide first. Writing the denominator as −2x2+x and dividing gives quotient 21 and a proper remainder:
x(1−2x)1−x2=21+x(1−2x)21x−1.
So
I=∫21dx+∫x(1−2x)21x−1dx=21x+I2.
Partial fractions for the remainder
Let
x(1−2x)21x−1=xA+1−2xB,
so 21x−1=A(1−2x)+Bx.
At x=0:−1=A, so A=−1.
At x=21:41−1=B⋅21, so −43=21B and B=−23.
Therefore
I2=∫x−1dx+∫1−2x−23dx=−log∣x∣+43log∣1−2x∣,
where the 43 comes from −23 divided by the −2 from the derivative of 1−2x.
Putting it together,
I=21x−log∣x∣+43log∣1−2x∣+C.
Question 7: another same-degree case
We want
∫x2−1x2+x+1dx.
Again the degrees match, so divide. Writing the denominator as x2+0x−1 and dividing gives quotient 1 and remainder x+2:
x2−1x2+x+1=1+x2−1x+2.
So I=x+I2, where
I2=∫(x+1)(x−1)x+2dx.
Partial fractions
Let
(x+1)(x−1)x+2=x+1A+x−1B,
so x+2=A(x−1)+B(x+1).
At x=1:3=2B, so B=23.
At x=−1:1=−2A, so A=−21.
Therefore
I2=−21log∣x+1∣+23log∣x−1∣,
and
I=x−21log∣x+1∣+23log∣x−1∣+C.
The same integral without partial fractions
The remainder integral can also be done by splitting it:
I2=∫x2−1xdx+∫x2−12dx.
First piece. Put x2−1=t, so 2xdx=dt and xdx=21dt:
∫x2−1xdx=21∫tdt=21log∣x2−1∣.
Second piece. Using ∫x2−a21dx=2a1logx+ax−a with a=1:
∫x2−12dx=logx+1x−1.
The two forms of the answer agree.
A general shortcut
Consider
∫x(xn+1)1dx.
Multiply the top and bottom by xn−1:
I=∫xn(xn+1)xn−1dx.
Put xn=t, so nxn−1dx=dt and xn−1dx=n1dt:
I=n1∫t(t+1)dt.
By partial fractions t(t+1)1=t1−t+11, so
I=n1(log∣t∣−log∣t+1∣)=n1logt+1t.
Resubstituting t=xn,
I=n1logxn+1xn+C.
Worked case with x4−1
For
∫x(x4−1)1dx,
multiply top and bottom by x3:
I=∫x4(x4−1)x3dx.
Put x4=t, so 4x3dx=dt and x3dx=41dt:
I=41∫t(t−1)dt.
Here t(t−1)1=−t1+t−11, so
I=41(−log∣t∣+log∣t−1∣)=41logtt−1.
Resubstituting t=x4,
I=41logx4x4−1+C.
Key takeaways
When the numerator and denominator have the same degree, divide first, then apply partial fractions to the proper remainder.
Find partial fraction constants quickly by substituting the values of x that zero out each factor.
For ∫x(xn±1)1dx, multiply top and bottom by xn−1 and substitute t=xn to reduce it to a simple partial fraction in t.