Integration by substitution (also called u-substitution) is a technique used to simplify integrals by transforming them into a more manageable form. It is similar to the chain rule in differentiation but applied in reverse.
1. The Substitution Rule
If an integral is of the form:
∫f(g(x))g′(x)dx
we use the substitution:
u=g(x),so thatdu=g′(x)dx
This transforms the integral into:
∫f(u)du
which is often easier to evaluate.
2. Steps for Integration by Substitution
Choose a substitution: Let u=g(x), where g(x) is a function inside the integral.
Differentiate u: Compute du=g′(x)dx.
Rewrite the integral: Express everything in terms of u, replacing dx with du.
Evaluate the new integral: Solve the integral in terms of u.
Substitute back x: Replace u with g(x) to return to the original variable.
3. Examples of Integration by Substitution
Example 1: ∫2x(x2+1)3dx
Step 1: Choose a substitution
Let:
u=x2+1
Step 2: Differentiate
du=2xdx
Step 3: Rewrite the integral
∫2x(x2+1)3dx=∫u3du
Step 4: Integrate
4u4+C
Step 5: Substitute back u=x2+1
4(x2+1)4+C
Example 2: ∫cosxsinxdx
Step 1: Choose a substitution
Let:
u=cosx
Step 2: Differentiate
du=−sinxdx
Step 3: Rewrite the integral
∫cosxsinxdx=−∫udu
Step 4: Integrate
−ln∣u∣+C
Step 5: Substitute back u=cosx
−ln∣cosx∣+C
Example 3: Definite Integral ∫01xex2dx
Step 1: Choose a substitution
Let:
u=x2
Step 2: Differentiate
du=2xdx⇒2du=xdx
Step 3: Rewrite the integral
∫01xex2dx=21∫01eudu
Step 4: Evaluate the integral
21eu01=21(e1−e0)=21(e−1)
4. When to Use Substitution?
When you see a composite functionf(g(x)).
If the integral contains a function and its derivative (or a multiple of it).
When standard integration rules do not apply directly.
5. Applications of Integration by Substitution
Physics: Solving motion equations with changing acceleration.
Engineering: Finding energy and work done by varying forces.
Probability: Computing probability distributions.
Economics: Finding marginal changes in cost and revenue.
Integration by substitution is one of the most important techniques for solving integrals, helping simplify otherwise complex expressions.