Cal11 calculator

Evaluate Integral Using Substitution Calculator

Reviewed by Calculator Editorial Team

This guide explains how to evaluate definite and indefinite integrals using substitution (also called u-substitution). The calculator on this page performs the substitution automatically, but understanding the method helps you solve more complex problems.

How to Use This Calculator

Enter the integral you want to evaluate in the form ∫f(x)dx or ∫f(x)dx from a to b. The calculator will:

  1. Identify a substitution that simplifies the integral
  2. Perform the substitution and simplify
  3. Evaluate the integral using the Fundamental Theorem of Calculus
  4. Display the result with steps

For definite integrals, the calculator will also show the area under the curve graphically.

The Substitution Method

The substitution method is a technique for evaluating integrals by reversing the chain rule. It's particularly useful when the integrand is a composite function.

When to Use Substitution

Use substitution when the integrand contains a function and its derivative. For example, in ∫x²cos(x³)dx, x² is the derivative of x³.

The Substitution Process

  1. Choose u = the inner function (the one whose derivative appears elsewhere in the integrand)
  2. Find du = the derivative of u with respect to x
  3. Express dx in terms of du: dx = du/dx
  4. Rewrite the integral in terms of u
  5. Integrate with respect to u
  6. Substitute back for u
∫f(g(x))g'(x)dx = ∫f(u)du where u = g(x) and du = g'(x)dx

Common Substitution Patterns

  • ∫f(ax + b)dx → u = ax + b
  • ∫f(x)/f'(x)dx → u = f(x)
  • ∫f(x)√(a² - x²)dx → u = √(a² - x²)

Worked Example

Let's evaluate ∫x²cos(x³)dx using substitution.

Step 1: Choose u

We choose u = x³ because its derivative, 3x², appears in the integrand.

Step 2: Find du

du = 3x²dx → dx = du/3x²

Step 3: Rewrite the integral

∫x²cos(x³)dx = ∫cos(u) du/3x²

Step 4: Integrate

∫cos(u) du = sin(u) + C

Step 5: Substitute back

sin(u) + C = sin(x³) + C

Final Answer

∫x²cos(x³)dx = (1/3)sin(x³) + C

Common Pitfalls

  • Forgetting to multiply by dx when finding du
  • Choosing u incorrectly (should be a function of x)
  • Not substituting back for x after integration
  • Missing the +C constant of integration
  • Incorrectly handling definite integrals with substitution

Tip: Always double-check your substitution by differentiating u to ensure you get du.

FAQ

What is the difference between substitution and integration by parts?

Substitution is used when the integrand is a composite function, while integration by parts is used when the integrand is a product of two functions. Substitution is generally simpler when it applies.

How do I know which substitution to use?

Look for a function and its derivative in the integrand. The function whose derivative appears elsewhere is typically the best choice for u.

Can substitution be used for all integrals?

No, substitution only works when the integrand contains a function and its derivative. For other integrals, you may need to use other techniques like integration by parts or trigonometric identities.

What if my integral has multiple terms?

You can often split the integral into separate terms and evaluate each one individually. Just remember to keep the constant of integration separate for each term.