Processing math: 100%

The Substitution Method

Reading

Practice problems

Notes

The Substitution Method

The substitution method is a powerful tool in our efforts to compute integrals and antiderivatives. It is essentially the inverse to the chain rule.

Indefinite Integrals

Substitution Method: Indefinite Integrals

If F(x)=f(x), i.e. if F is an antiderivative for f, then: f(u(x))u(x)dx=F(u(x))+C Note that the RHS can also be thought of as f(u)du with an understanding the at the end we would substitute u=u(x). With that in mind, the substitution method is also written: f(u(x))u(x)dx=f(u)du

This follows from direct observation: The derivative of F(u(x)) would equal F(u(x))u(x)=f(u(x))u(x).

Example: Suppose we had to compute xsin(x2)dx. We can then consider u(x)=x2, and we would have: xsin(x2)dx=12sin(x2)(2x)dx=12sinudu=12cosu=12cos(x2)+C

In general to carry out the substitution:

  1. Identify a u=u(x) transformation.
  2. Replace u(x)dx with du.
  3. Replace all other occurences of x via a suitable form with u. If that is not possible then a u-substitution is not possible.
  4. Compute the resulting indefinite integral.
  5. Substitute back for x.

As another example, consider the following: x3(1+x2)3dx Here the denominator is problematic, and so it is a good candidate for a substitution: u=1+x2 We then need to compute: du=(1+x2)dx=2xdx This leaves an x2 in the numerator, and we need to replace it with a suitable expression of u: x2=u1 Finally, our integral becomes: u1u3du2 We can then compute this integral by braking it up in two pieces: u1u3du2=12uu3du121u3du=121u2du121u3du=12u+14u2=2u+14u2+C Finally, we put back in u=1+x2: x3(1+x2)3dx=2(1+x2)+14(1+x2)2

Definite Integrals

There if a version of the substitution method for definite integrals. The main difference is that the endpoints change:

Substitution Method: Definite Integrals

baf(u(x))u(x)dx=u(b)u(a)f(u)du

In other words:

  1. Identify u=u(x)
  2. Replace u(x)dx with du.
  3. Replace all other occurences of x via a suitable form with u. If that is not possible then a u-substitution is not possible.
  4. Change the endpoints from x values to corresponding u values.
  5. Compute the resulting definite integral

As an example, let us compute the integral: π20cosxsinxdx We can do here a substitution u=sinx. Then du=cosxdx. The endpoints will change: When x=0 we have u=sin0=0 and when x=pi2 we have u=sinpi2=1. So we get the integral: π20cosxsinxdx=10udu=u22|10=12