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 t so that the rest of the integrand turns into dt, leaving a much simpler integral.
Substituting x+logx
We want to evaluate
∫xx+1(x+logx)2dx.
Put t=x+logx. Differentiating,
dt=(1+x1)dx=xx+1dx,
which is exactly the factor sitting outside the square. So the integral becomes
∫t2dt=3t3+c.
Substituting back,
∫xx+1(x+logx)2dx=3(x+logx)3+c.
Top is the derivative of the bottom
Next,
∫x10+10x10x9+10xlog10dx.
Put t=x10+10x. Using dxdax=axloga,
dt=(10x9+10xlog10)dx,
so the numerator is precisely dt. Calling the integral I,
I=∫tdt=log∣t∣=log(x10+10x)+c.
Since x10+10x is positive, the modulus is not needed and we can drop it.
Special case: adjusting the numerator
This one needs care:
∫x+4xdx.
If we simply put x+4=t, the numerator x does not appear as dt. The trick is to write the numerator as x+4 by adding and subtracting 4:
∫x+4xdx=∫x+4(x+4)−4dx=∫x+4dx−4∫x+41dx.
Integrating each piece,
∫x+4dx=3/2(x+4)3/2=32(x+4)3/2,
4∫x+41dx=4⋅2x+4=8x+4.
Therefore
∫x+4xdx=32(x+4)3/2−8x+4+c.
Splitting a higher power with substitution
Finally,
∫x5(x3−1)1/3dx.
We split x5 as x3⋅x2 so that one factor matches the substitution. Put t=x3−1, so x3=t+1 and
x2dx=31dt.
Then x5dx=x3⋅x2dx=(t+1)⋅31dt, and the integral becomes
31∫t1/3(t+1)dt=31∫(t4/3+t1/3)dt.
Integrating,
31(7/3t7/3+4/3t4/3)=71t7/3+41t4/3.
Substituting t=x3−1 back,
∫x5(x3−1)1/3dx=71(x3−1)7/3+41(x3−1)4/3+c.
Key takeaways
Choose the substitution so the leftover part of the integrand becomes dt.
When the numerator is the exact derivative of the denominator, the integral is 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 x5, peel off the factor that matches dt and express the rest through the new variable.