Integration by Substitution: Sure Questions (Class 12, Part 1)
Eight worked Class 12 integrals solved by the substitution method, including how to spot a function and its derivative and how to handle exponential expressions.
This lesson works through eight integration questions that all yield to a single substitution. The key idea is to look for an expression whose derivative also appears in the integrand, set it equal to t, and rewrite the integral in terms of t. Examples build from powers of log x and square-root expressions up to ratios of exponential functions, with each substitution chosen to make the integral immediate.
What you'll learn
How to spot when an integral can be solved by substitution
Choosing a substitution where one part is the derivative of another
Solving square-root integrals using the power rule after substituting
Dividing by an exponential to simplify ratios of exponentials before substituting
Lesson chapters
0:05Why and when to substitute
0:15Integral of (log x) squared over x
1:26x times the root of 1 plus x squared
3:081 over x minus root x
6:05x over e to the x squared
8:14Ratios of exponential functions
Lesson notes
This lesson solves eight Class 12 integrals using the substitution method. In each one we look for an expression whose derivative also appears in the integrand, set that expression equal to t, and rewrite the whole integral in terms of t.
Powers of a logarithm: ∫x(logx)2dx
Notice that x1 is the derivative of logx. So put
t=logx,dt=x1dx.
The integral becomes
∫(logx)2⋅x1dx=∫t2dt=3t3+c.
Resubstituting t=logx gives
3(logx)3+c.
A square root with its derivative present: ∫x1+x2dx
Here dxd(1+x2)=2x, and an x already sits in the integrand. Put
t=1+x2,dt=2xdx,xdx=21dt.
Then
∫1+x2(xdx)=∫t⋅21dt=21⋅3/2t3/2=31t3/2.
Resubstituting,
31(1+x2)3/2+c.
Pulling out a constant first: ∫(4x+2)x2+x+1dx
Take 2 out of 4x+2 to expose the derivative of x2+x+1, which is 2x+1:
∫2(2x+1)x2+x+1dx.
Put t=x2+x+1, so dt=(2x+1)dx. Then
2∫tdt=2⋅3/2t3/2=34t3/2,
and resubstituting gives
34(x2+x+1)3/2+c.
Deciding to substitute: ∫x−x1dx
This cannot be integrated directly and will not split, so substitution is the way. Factor x out of the denominator:
x−x1=x(x−1)1.
Put t=x−1, so dt=2x1dx, which means x1dx=2dt. The integral becomes
∫t2dt=2log∣t∣=2log∣x−1∣+c.
A logarithm raised to a power: ∫x(logx)m1dx
Again x1 is the derivative of logx. Put t=logx, dt=x1dx:
∫tm1dt=∫t−mdt=−m+1t−m+1.
Resubstituting,
1−m(logx)1−m+c.
An exponential in the denominator: ∫ex2xdx
Write this as ∫xe−x2dx and put t=x2, so dt=2xdx and xdx=21dt:
21∫e−tdt=21(−e−t)=−21e−x2+c.
Ratio of exponentials: ∫e2x+1e2x−1dx
This is not directly integrable, so first divide numerator and denominator by ex:
∫ex+e−xex−e−xdx.
Now put t=ex+e−x, so dt=(ex−e−x)dx, exactly the numerator. Then
∫tdt=log∣t∣=log∣ex+e−x∣+c.
A similar exponential ratio: ∫e2x+e−2xe2x−e−2xdx
Put t=e2x+e−2x. Differentiating,
dt=(2e2x−2e−2x)dx=2(e2x−e−2x)dx,
so (e2x−e−2x)dx=21dt. The numerator matches, giving
21∫tdt=21log∣t∣=21loge2x+e−2x+c.
Key takeaways
Choose a substitution t whose derivative already appears in the integrand, so dt replaces that part cleanly.
Constants and simple factors (like pulling 2 out, or factoring x) can be adjusted to reveal the needed derivative.
For a ratio of exponentials, dividing top and bottom by ex often turns the denominator into something whose derivative is the numerator.