zuai-logo

Methods of Integration

Michael Green

Michael Green

8 min read

Listen to this study note

Study Guide Overview

This guide covers integration by substitution (u-substitution), including the basic steps, working with indefinite and definite integrals, and handling more complex substitutions. It provides worked examples, practice questions, and a glossary of key terms. Key takeaways and common mistakes are also highlighted.

Basic Steps for uu-Substitution

What is integration by substitution?

Substitution simplifies an integral by defining an alternative variable (usually uu) in terms of the original variable (usually xx). The new integral in uu is often easier to solve, and the substitution can be reversed at the end to express the answer in terms of xx.

How do I integrate simple functions using uu-substitution?

In a simple integral involving substitution, you will usually be integrating a composite function (i.e., 'function of a function'). Substitution can be a safer method when integrating by inspection is awkward or difficult to spot.

Steps for uu-Substitution:

  1. Identify the substitution to be used – it will be the secondary (or 'inside') function in a composite function.

    • If the integral involves f(g(x))f(g(x)), let u=g(x)u = g(x).
    • Example: 3xcos(x25),dx\int 3x \cos(x^2 - 5) , dx
      • Let u=x25u = x^2 - 5.
  2. Differentiate the substitution and rearrange.

    • dudx\frac{du}{dx} can be treated like a fraction. Multiply by dxdx to get rid of fractions.
    • Example: u=x25dudx=2xu = x^2 - 5 \Rightarrow \frac{du}{dx} = 2x
      • Then du=2x,dxx,dx=12,dudu = 2x , dx \Rightarrow x , dx = \frac{1}{2} , du.
  3. Replace all parts of the integral.

    • Replace all uu terms, including dxdx.
    • Example: 3xcos(x25),dx=3cos(x25)x,dx\int 3x \cos(x^2 - 5) , dx = 3 \int \cos(x^2 - 5) \cdot x , dx
      • So 3xcos(x25),dx=3cos(u)12,du=32cos(u),du\int 3x \cos(x^2 - 5) , dx = 3 \int \cos(u) \cdot \frac{1}{2} , du = \frac{3}{2} \int \cos(u) , du.
  4. Integrate.

    • Example: ( \frac{3}{2} \int \cos(u) , du = ...

Question 1 of 9

For the integral (2x+1)3dx\int (2x+1)^3 dx, what is the appropriate substitution and the resulting dudu?

u=2x+1u = 2x+1, du=dxdu = dx

u=(2x+1)3u = (2x+1)^3, du=3(2x+1)2dxdu = 3(2x+1)^2 dx

u=2x+1u = 2x+1, du=2dxdu = 2dx

u=x3u = x^3, du=3x2dxdu = 3x^2 dx