Indefinite Integral Substitution Calculator
This indefinite integral substitution calculator helps you solve integrals using the substitution method. Whether you're a student studying calculus or a professional working with differential equations, this tool provides step-by-step solutions and explanations.
How to Use This Calculator
Using our indefinite integral substitution calculator is simple:
- Enter the integrand in the input field (e.g., "x^2" or "sin(x)")
- Select the substitution variable (usually "u")
- Enter the substitution expression (e.g., "u = x^2")
- Click "Calculate" to see the step-by-step solution
The calculator will show you the substitution steps, the integrated result, and a graph of the function when possible.
Substitution Method Explained
The substitution method (also called u-substitution) is a technique for evaluating indefinite integrals. It's particularly useful when the integrand is a composite function.
Substitution Formula
If you have an integral of the form ∫f(g(x))g'(x)dx, you can use substitution:
Let u = g(x), then du = g'(x)dx
∫f(g(x))g'(x)dx = ∫f(u)du
Steps for Substitution
- Identify the inner function g(x) and its derivative g'(x)
- Let u = g(x) and find du = g'(x)dx
- Rewrite the integral in terms of u
- Integrate with respect to u
- Substitute back in terms of x
- Add the constant of integration C
When to Use Substitution
Use substitution when:
- The integrand is a composite function
- You can find a substitution that simplifies the integral
- The integral doesn't fit standard integration rules
Worked Examples
Example 1: Basic Polynomial
Find ∫2x(x² + 1)dx
- Let u = x² + 1, then du = 2x dx
- The integral becomes ∫u du
- Integrate: (1/2)u² + C
- Substitute back: (1/2)(x² + 1)² + C
Example 2: Trigonometric Function
Find ∫cos(x)sin(x)dx
- Let u = sin(x), then du = cos(x) dx
- The integral becomes ∫u du
- Integrate: (1/2)u² + C
- Substitute back: (1/2)sin²(x) + C
| Method | Best For | Example |
|---|---|---|
| Substitution | Composite functions | ∫x e^(x²) dx |
| Integration by Parts | Products of functions | ∫x ln(x) dx |
| Trigonometric Substitution | Square roots of polynomials | ∫√(1 - x²) dx |
Common Mistakes to Avoid
When using substitution, watch out for these common errors:
- Forgetting to multiply by dx when finding du
- Incorrectly substituting back after integration
- Missing the constant of integration C
- Choosing a substitution that doesn't simplify the integral
Pro Tip
Always double-check your substitution by differentiating it to ensure you get the original integrand.
FAQ
What is the difference between definite and indefinite integrals?
An indefinite integral represents a family of functions (the antiderivative plus C), while a definite integral calculates a specific area under a curve between two points.
When should I use substitution instead of other methods?
Use substitution when the integrand is a composite function and you can find a substitution that simplifies the integral. For products of functions, consider integration by parts.
What if my substitution doesn't simplify the integral?
If your substitution doesn't simplify the integral, try a different substitution or consider using another integration technique like integration by parts or partial fractions.
How do I know when to add the constant of integration?
The constant of integration C is added to indefinite integrals to represent the family of antiderivatives. It's not needed for definite integrals.