← Back to all lessons
Class 12Calculus14:48Published 23 Feb 2025

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: 1xx3dx\displaystyle\int \frac{1}{x - x^3}\,dx

Factor the denominator first:

xx3=x(1x2)=x(1+x)(1x).x - x^3 = x(1 - x^2) = x(1 + x)(1 - x).

So we write the integrand in partial fractions:

1x(1+x)(1x)=Ax+B1+x+C1x.\frac{1}{x(1 + x)(1 - x)} = \frac{A}{x} + \frac{B}{1 + x} + \frac{C}{1 - x}.

Multiplying through by x(1+x)(1x)x(1+x)(1-x) and substituting handy values of xx:

Finding the constants

  • x=0x = 0:   1=A(1)(1)A=1.\;1 = A(1)(1) \Rightarrow A = 1.
  • x=1x = -1:   1=B(1)(2)B=12.\;1 = B(-1)(2) \Rightarrow B = -\tfrac{1}{2}.
  • x=1x = 1:   1=C(1)(2)C=12.\;1 = C(1)(2) \Rightarrow C = \tfrac{1}{2}.

Now integrate term by term:

I=1xdx1211+xdx+1211xdx.I = \int \frac{1}{x}\,dx - \tfrac{1}{2}\int \frac{1}{1 + x}\,dx + \tfrac{1}{2}\int \frac{1}{1 - x}\,dx.

Note 11xdx=ln1x\int \frac{1}{1-x}\,dx = -\ln|1 - x|, so

I=lnx12ln1+x12ln1x+C.I = \ln|x| - \tfrac{1}{2}\ln|1 + x| - \tfrac{1}{2}\ln|1 - x| + C.

Write lnx=12lnx2\ln|x| = \tfrac{1}{2}\ln x^2 and combine the last two logs:

I=12lnx21x2+C.I = \tfrac{1}{2}\ln\left|\frac{x^2}{1 - x^2}\right| + C.

Question 2: 1x+a+x+bdx\displaystyle\int \frac{1}{\sqrt{x + a} + \sqrt{x + b}}\,dx

Multiply numerator and denominator by the conjugate x+ax+b\sqrt{x + a} - \sqrt{x + b}:

x+ax+b(x+a)(x+b)=x+ax+bab.\frac{\sqrt{x + a} - \sqrt{x + b}}{(x + a) - (x + b)} = \frac{\sqrt{x + a} - \sqrt{x + b}}{a - b}.

So

I=1ab((x+a)1/2dx(x+b)1/2dx).I = \frac{1}{a - b}\left(\int (x + a)^{1/2}\,dx - \int (x + b)^{1/2}\,dx\right).

Using (x+k)1/2dx=23(x+k)3/2\int (x + k)^{1/2}\,dx = \tfrac{2}{3}(x + k)^{3/2}:

I=23(ab)[(x+a)3/2(x+b)3/2]+C.I = \frac{2}{3(a - b)}\left[(x + a)^{3/2} - (x + b)^{3/2}\right] + C.

Question 3: 1xaxx2dx\displaystyle\int \frac{1}{x\sqrt{ax - x^2}}\,dx

The key step is the substitution x=atx = \dfrac{a}{t}, so that dx=at2dtdx = -\dfrac{a}{t^2}\,dt and t=axt = \dfrac{a}{x}.

The square root becomes

axx2=a2ta2t2=att1.\sqrt{ax - x^2} = \sqrt{\frac{a^2}{t} - \frac{a^2}{t^2}} = \frac{a}{t}\sqrt{t - 1}.

Substituting everything in, the factors of aa and tt cancel and we are left with

I=1adtt1=2at1+C.I = -\frac{1}{a}\int \frac{dt}{\sqrt{t - 1}} = -\frac{2}{a}\sqrt{t - 1} + C.

Putting t=axt = \dfrac{a}{x} back:

I=2aaxx+C.I = -\frac{2}{a}\sqrt{\frac{a - x}{x}} + C.

Question 4: 1x2(x4+1)3/4dx\displaystyle\int \frac{1}{x^2\,(x^4 + 1)^{3/4}}\,dx

Take x4x^4 out of the bracket: (x4+1)3/4=x3(1+x4)3/4(x^4 + 1)^{3/4} = x^3\,(1 + x^{-4})^{3/4}. Then

I=1x5(1+x4)3/4dx.I = \int \frac{1}{x^5}\,(1 + x^{-4})^{-3/4}\,dx.

Let t=1+x4t = 1 + x^{-4}, so dt=4x5dxdt = -4x^{-5}\,dx, giving x5dx=14dtx^{-5}\,dx = -\tfrac{1}{4}\,dt:

I=14t3/4dt=14t1/41/4=t1/4+C.I = -\frac{1}{4}\int t^{-3/4}\,dt = -\frac{1}{4}\cdot \frac{t^{1/4}}{1/4} = -\,t^{1/4} + C.

Returning to xx:

I=(1+x4)1/4+C.I = -\left(1 + x^{-4}\right)^{1/4} + C.

Question 5: 1x1/2+x1/3dx\displaystyle\int \frac{1}{x^{1/2} + x^{1/3}}\,dx

Let x=t6x = t^6 (so x1/6=tx^{1/6} = t), giving dx=6t5dtdx = 6t^5\,dt. Then x1/2=t3x^{1/2} = t^3 and x1/3=t2x^{1/3} = t^2, so the denominator is t3+t2=t2(t+1)t^3 + t^2 = t^2(t + 1):

I=6t5t2(t+1)dt=6t3t+1dt.I = \int \frac{6t^5}{t^2(t + 1)}\,dt = 6\int \frac{t^3}{t + 1}\,dt.

Long division

Dividing t3t^3 by t+1t + 1 gives

t3t+1=t2t+11t+1.\frac{t^3}{t + 1} = t^2 - t + 1 - \frac{1}{t + 1}.

Integrating term by term:

I=6(t33t22+tlnt+1)+C.I = 6\left(\frac{t^3}{3} - \frac{t^2}{2} + t - \ln|t + 1|\right) + C.

With t=x1/6t = x^{1/6}:

I=2x3x1/3+6x1/66lnx1/6+1+C.I = 2\sqrt{x} - 3\,x^{1/3} + 6\,x^{1/6} - 6\ln\left|x^{1/6} + 1\right| + 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/tx = a/t or x=t6x = t^6 can turn an awkward surd into a standard power integral.
  • Always rewrite the final answer back in terms of the original variable xx.