Cal11 calculator

Use Substitution to Find The Indefinite Integral Calculator

Reviewed by Calculator Editorial Team

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:

  1. Identifying a part of the integrand that is a composite function
  2. Choosing a substitution variable for that part
  3. Expressing the differential of the substitution variable in terms of the original variable
  4. Rewriting the integral in terms of the substitution variable
  5. Integrating with respect to the substitution variable
  6. 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

  1. Identify the substitution: Look for a composite function in the integrand. Let u be this composite function.
  2. Find du: Differentiate u with respect to x to find du/dx, then express du in terms of dx.
  3. Rewrite the integral: Express the original integral in terms of u and du.
  4. Integrate: Integrate the rewritten expression with respect to u.
  5. Substitute back: Replace u with the original composite function to express the result in terms of x.
  6. 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

  1. Let u = x³, then du = 3x²dx
  2. Rewrite the integral: ∫e^udu = e^u + C
  3. Substitute back: e^(x³) + C

Example 2: Trigonometric substitution

Find ∫sin²x cos x dx

  1. Let u = sin x, then du = cos x dx
  2. Rewrite the integral: ∫u²du = (1/3)u³ + C
  3. Substitute back: (1/3)sin³x + C

Frequently Asked Questions

What is the difference between substitution and integration by parts?
Substitution is used when the integrand is a composite function that can be simplified by substitution. Integration by parts is used when the integrand is a product of two functions, typically when one function can be differentiated and the other integrated.
When should I use substitution instead of other integration techniques?
Use substitution when you can identify a composite function in the integrand and its derivative appears elsewhere in the integrand. Other techniques may be more appropriate when substitution doesn't simplify the integral.
What if my substitution doesn't seem to simplify the integral?
If your substitution doesn't simplify the integral, try a different substitution or consider using another integration technique. Sometimes, a substitution that seems complex at first may lead to a simpler integral when properly executed.
How do I know if I've made a mistake in my substitution?
Double-check your substitution by differentiating it to ensure you get the correct du. Also, verify that you've correctly substituted back to the original variable at the end.
Can substitution be used for definite integrals?
Yes, substitution can be used for definite integrals. After performing the substitution, you'll need to change the limits of integration accordingly.