Use Substitution to Find The Indefinite Integral Calculator
Substitution is one of the most powerful techniques for finding indefinite integrals. It allows you to transform complex integrals into simpler forms that can be solved using basic integration rules. This guide explains how to use substitution to find indefinite integrals, with step-by-step instructions and practical examples.
What is substitution in integration?
Substitution in integration is a method that allows you to simplify complex integrals by making a substitution for part of the integrand. This technique is based on the chain rule from calculus, where the derivative of a composite function can be found using the chain rule.
The substitution method involves:
- Identifying a part of the integrand that is a composite function
- Choosing a substitution variable for that part
- Expressing the differential of the substitution variable in terms of the original variable
- Rewriting the integral in terms of the substitution variable
- Integrating with respect to the substitution variable
- Substituting back to express the result in terms of the original variable
If you have an integral of the form ∫f(g(x))g'(x)dx, you can use substitution with u = g(x).
When to use substitution
You should consider using substitution when:
- The integrand contains a composite function (a function inside another function)
- The derivative of the inner function appears elsewhere in the integrand
- The integral resembles the form ∫f(g(x))g'(x)dx
- Other integration techniques (like integration by parts) seem more complicated
Substitution is particularly useful for integrals involving trigonometric, exponential, and logarithmic functions.
How to use substitution
Step-by-step process
- Identify the substitution: Look for a composite function in the integrand. Let u be this composite function.
- Find du: Differentiate u with respect to x to find du/dx, then express du in terms of dx.
- Rewrite the integral: Express the original integral in terms of u and du.
- Integrate: Integrate the rewritten expression with respect to u.
- Substitute back: Replace u with the original composite function to express the result in terms of x.
- Add the constant: Don't forget to include the constant of integration (+C).
Common substitution patterns
| Integrand Pattern | Substitution Choice | Example |
|---|---|---|
| ∫f(ax + b)dx | u = ax + b | ∫e^(3x + 2)dx |
| ∫f(x)/√(a² - x²)dx | u = √(a² - x²) | ∫x/√(16 - x²)dx |
| ∫f(sin x)cos x dx | u = sin x | ∫sin²x cos x dx |
Common integrals solved with substitution
Many standard integrals can be solved using substitution. Here are some common examples:
- ∫e^(2x)dx
- ∫cos(3x)dx
- ∫1/(x ln x)dx
- ∫x√(x² + 1)dx
- ∫sin²x dx
The general approach is to recognize that these integrals fit the form ∫f(g(x))g'(x)dx, making substitution an effective method.
Example problems
Example 1: Simple linear substitution
Find ∫3x²e^(x³)dx
- Let u = x³, then du = 3x²dx
- Rewrite the integral: ∫e^udu = e^u + C
- Substitute back: e^(x³) + C
Example 2: Trigonometric substitution
Find ∫sin²x cos x dx
- Let u = sin x, then du = cos x dx
- Rewrite the integral: ∫u²du = (1/3)u³ + C
- Substitute back: (1/3)sin³x + C