Integration Miscellaneous Exercise 7: First Five Questions
Worked solutions to the first five questions of the Class 12 integration miscellaneous exercise, using partial fractions, conjugates, and clever substitutions.
This lesson works through the opening five problems of the Class 12 integration miscellaneous exercise step by step. Each integral uses a different technique: splitting a rational function with partial fractions, rationalising a denominator with its conjugate, and reducing tricky surds with well-chosen substitutions. Every result is built up from the basic standard integrals so you can see exactly where each term comes from.
What you'll learn
How to split a rational function into partial fractions and integrate each piece
Rationalising a denominator with its conjugate before integrating
Choosing a substitution that turns an awkward surd into a standard integral
Combining logarithm terms into a single tidy answer
Lesson chapters
0:00Question 1: partial fractions
3:29Question 2: conjugate of the denominator
5:52Question 3: substitution x = a/t
7:58Question 4: factoring out a power of x
10:24Question 5: substitution x = t to the sixth
Lesson notes
Integration miscellaneous exercise 7: first five questions
This lesson solves the first five integrals of the Class 12 miscellaneous exercise on integration. Each one needs a different idea: partial fractions, a conjugate, or a substitution that simplifies a surd.
Question 1: ∫x−x31dx
Factor the denominator first:
x−x3=x(1−x2)=x(1+x)(1−x).
So we write the integrand in partial fractions:
x(1+x)(1−x)1=xA+1+xB+1−xC.
Multiplying through by x(1+x)(1−x) and substituting handy values of x:
Finding the constants
x=0: 1=A(1)(1)⇒A=1.
x=−1: 1=B(−1)(2)⇒B=−21.
x=1: 1=C(1)(2)⇒C=21.
Now integrate term by term:
I=∫x1dx−21∫1+x1dx+21∫1−x1dx.
Note ∫1−x1dx=−ln∣1−x∣, so
I=ln∣x∣−21ln∣1+x∣−21ln∣1−x∣+C.
Write ln∣x∣=21lnx2 and combine the last two logs:
I=21ln1−x2x2+C.
Question 2: ∫x+a+x+b1dx
Multiply numerator and denominator by the conjugate x+a−x+b:
(x+a)−(x+b)x+a−x+b=a−bx+a−x+b.
So
I=a−b1(∫(x+a)1/2dx−∫(x+b)1/2dx).
Using ∫(x+k)1/2dx=32(x+k)3/2:
I=3(a−b)2[(x+a)3/2−(x+b)3/2]+C.
Question 3: ∫xax−x21dx
The key step is the substitution x=ta, so that dx=−t2adt and t=xa.
The square root becomes
ax−x2=ta2−t2a2=tat−1.
Substituting everything in, the factors of a and t cancel and we are left with
I=−a1∫t−1dt=−a2t−1+C.
Putting t=xa back:
I=−a2xa−x+C.
Question 4: ∫x2(x4+1)3/41dx
Take x4 out of the bracket: (x4+1)3/4=x3(1+x−4)3/4. Then
I=∫x51(1+x−4)−3/4dx.
Let t=1+x−4, so dt=−4x−5dx, giving x−5dx=−41dt:
I=−41∫t−3/4dt=−41⋅1/4t1/4=−t1/4+C.
Returning to x:
I=−(1+x−4)1/4+C.
Question 5: ∫x1/2+x1/31dx
Let x=t6 (so x1/6=t), giving dx=6t5dt. Then x1/2=t3 and x1/3=t2, so the denominator is t3+t2=t2(t+1):
I=∫t2(t+1)6t5dt=6∫t+1t3dt.
Long division
Dividing t3 by t+1 gives
t+1t3=t2−t+1−t+11.
Integrating term by term:
I=6(3t3−2t2+t−ln∣t+1∣)+C.
With t=x1/6:
I=2x−3x1/3+6x1/6−6lnx1/6+1+C.
Key takeaways
A rational function with distinct linear factors splits into partial fractions you can integrate one at a time.
Multiplying by the conjugate clears a sum of square roots from the denominator.
A substitution like x=a/t or x=t6 can turn an awkward surd into a standard power integral.
Always rewrite the final answer back in terms of the original variable x.