← Back to all lessons
Class 12Calculus8:02Published 2 Sept 2024

Integration by Substitution: Sure Questions (Part 2)

Four exam-style Class 12 integrals solved by substitution, including a special case where you adjust the numerator before substituting.

This Part 2 lesson works through four likely board questions on integration by substitution. Each one chooses a substitution so the rest of the expression becomes the derivative of that new variable, then integrates the simpler form. It also covers a special trick: when a substitution alone does not produce the needed term, you add and subtract a constant in the numerator to split the integral into pieces you can handle.

What you'll learn

  • Choosing a substitution so the remaining factor matches its derivative
  • Recognising when the top of a fraction is the derivative of the bottom
  • Adjusting the numerator by adding and subtracting a constant before substituting
  • Rewriting a higher power as a substitution variable times a leftover factor

Lesson chapters

0:00Substituting x plus log x
1:32Top is the derivative of the bottom
3:15Special case: adjusting the numerator
5:59Splitting a higher power with substitution

Lesson notes

This lesson solves four Class 12 integrals by substitution. The idea each time is to name a new variable tt so that the rest of the integrand turns into dtdt, leaving a much simpler integral.

Substituting x+logxx + \log x

We want to evaluate

x+1x(x+logx)2dx.\int \frac{x+1}{x}\,(x+\log x)^2\,dx.

Put t=x+logxt = x + \log x. Differentiating,

dt=(1+1x)dx=x+1xdx,dt = \left(1 + \frac{1}{x}\right)dx = \frac{x+1}{x}\,dx,

which is exactly the factor sitting outside the square. So the integral becomes

t2dt=t33+c.\int t^2\,dt = \frac{t^3}{3} + c.

Substituting back,

x+1x(x+logx)2dx=(x+logx)33+c.\int \frac{x+1}{x}\,(x+\log x)^2\,dx = \frac{(x+\log x)^3}{3} + c.

Top is the derivative of the bottom

Next,

10x9+10xlog10x10+10xdx.\int \frac{10x^{9} + 10^{x}\log 10}{x^{10} + 10^{x}}\,dx.

Put t=x10+10xt = x^{10} + 10^{x}. Using ddxax=axloga\tfrac{d}{dx}\,a^{x} = a^{x}\log a,

dt=(10x9+10xlog10)dx,dt = \left(10x^{9} + 10^{x}\log 10\right)dx,

so the numerator is precisely dtdt. Calling the integral II,

I=dtt=logt=log(x10+10x)+c.I = \int \frac{dt}{t} = \log|t| = \log\bigl(x^{10} + 10^{x}\bigr) + c.

Since x10+10xx^{10} + 10^{x} is positive, the modulus is not needed and we can drop it.

Special case: adjusting the numerator

This one needs care:

xx+4dx.\int \frac{x}{\sqrt{x+4}}\,dx.

If we simply put x+4=tx+4 = t, the numerator xx does not appear as dtdt. The trick is to write the numerator as x+4x+4 by adding and subtracting 44:

xx+4dx=(x+4)4x+4dx=x+4dx41x+4dx.\int \frac{x}{\sqrt{x+4}}\,dx = \int \frac{(x+4) - 4}{\sqrt{x+4}}\,dx = \int \sqrt{x+4}\,dx - 4\int \frac{1}{\sqrt{x+4}}\,dx.

Integrating each piece,

x+4dx=(x+4)3/23/2=23(x+4)3/2,\int \sqrt{x+4}\,dx = \frac{(x+4)^{3/2}}{3/2} = \frac{2}{3}(x+4)^{3/2},

41x+4dx=42x+4=8x+4.4\int \frac{1}{\sqrt{x+4}}\,dx = 4 \cdot 2\sqrt{x+4} = 8\sqrt{x+4}.

Therefore

xx+4dx=23(x+4)3/28x+4+c.\int \frac{x}{\sqrt{x+4}}\,dx = \frac{2}{3}(x+4)^{3/2} - 8\sqrt{x+4} + c.

Splitting a higher power with substitution

Finally,

x5(x31)1/3dx.\int x^{5}\,(x^{3}-1)^{1/3}\,dx.

We split x5x^{5} as x3x2x^{3}\cdot x^{2} so that one factor matches the substitution. Put t=x31t = x^{3} - 1, so x3=t+1x^{3} = t + 1 and

x2dx=13dt.x^{2}\,dx = \tfrac{1}{3}\,dt.

Then x5dx=x3x2dx=(t+1)13dtx^{5}\,dx = x^{3}\cdot x^{2}\,dx = (t+1)\cdot \tfrac{1}{3}\,dt, and the integral becomes

13t1/3(t+1)dt=13(t4/3+t1/3)dt.\frac{1}{3}\int t^{1/3}(t+1)\,dt = \frac{1}{3}\int \left(t^{4/3} + t^{1/3}\right)dt.

Integrating,

13(t7/37/3+t4/34/3)=17t7/3+14t4/3.\frac{1}{3}\left(\frac{t^{7/3}}{7/3} + \frac{t^{4/3}}{4/3}\right) = \frac{1}{7}\,t^{7/3} + \frac{1}{4}\,t^{4/3}.

Substituting t=x31t = x^{3}-1 back,

x5(x31)1/3dx=17(x31)7/3+14(x31)4/3+c.\int x^{5}\,(x^{3}-1)^{1/3}\,dx = \frac{1}{7}(x^{3}-1)^{7/3} + \frac{1}{4}(x^{3}-1)^{4/3} + c.

Key takeaways

  • Choose the substitution so the leftover part of the integrand becomes dtdt.
  • When the numerator is the exact derivative of the denominator, the integral is log\log of the denominator.
  • If a substitution does not give the term you need, add and subtract a constant in the numerator and split the integral.
  • For a high power like x5x^{5}, peel off the factor that matches dtdt and express the rest through the new variable.