Cal11 calculator

Calculo Integral Cambio De Variable

Reviewed by Calculator Editorial Team

Integral substitution, also known as the change of variable technique, is a powerful method for evaluating definite and indefinite integrals. This technique allows you to simplify complex integrals by transforming them into a more familiar form. In this guide, we'll explain how substitution works, provide step-by-step instructions, and include an interactive calculator to help you practice.

What is Integral Substitution?

Integral substitution is a method used to simplify integrals by changing the variable of integration. This technique is based on the chain rule from calculus, which states that if y = f(x), then dy/dx = f'(x). By reversing this process, we can perform substitution in integrals.

If y = f(x), then the integral of g(y) with respect to x can be rewritten as:

∫ g(y) dx = ∫ g(y) dy/dx dx = ∫ g(y) f'(x) dx

But since dy = f'(x) dx, we can write:

∫ g(y) dx = ∫ g(y) dy

The substitution method is particularly useful when the integrand contains a composite function, such as √(x² + 1) or sin(3x). By choosing an appropriate substitution, you can transform the integral into a simpler form that can be evaluated using standard integration techniques.

How to Solve Integrals Using Substitution

To solve an integral using substitution, follow these steps:

  1. Identify the inner function: Look for a composite function within the integrand that can be replaced with a new variable.
  2. Choose a substitution: Let u be equal to the inner function. For example, if the integrand contains √(x² + 1), let u = x² + 1.
  3. Find du/dx: Differentiate u with respect to x to find du/dx. This will help you express dx in terms of du.
  4. Rewrite the integral: Substitute u and du/dx into the original integral, replacing the original variable with u.
  5. Integrate with respect to u: Evaluate the integral in terms of u, using standard integration techniques.
  6. Substitute back: Replace u with the original expression to express the antiderivative in terms of the original variable.

Important: When using substitution, always remember to change the limits of integration if you're evaluating a definite integral. The new lower and upper limits should correspond to the values of u at the original limits.

Worked Examples

Example 1: Basic Substitution

Evaluate the integral ∫ 2x e^(x²) dx.

  1. Let u = x². Then du/dx = 2x, so du = 2x dx.
  2. Rewrite the integral: ∫ e^(x²) (2x dx) = ∫ e^u du.
  3. Integrate with respect to u: ∫ e^u du = e^u + C.
  4. Substitute back: e^(x²) + C.

Example 2: Definite Integral with Substitution

Evaluate the definite integral ∫₀¹ x² √(x³ + 1) dx.

  1. Let u = x³ + 1. Then du/dx = 3x², so du = 3x² dx.
  2. Change the limits: When x = 0, u = 1; when x = 1, u = 2.
  3. Rewrite the integral: (1/3) ∫₁² u^(1/2) du.
  4. Integrate with respect to u: (1/3) [ (2/3) u^(3/2) ]₁² = (2/9) [2^(3/2) - 1^(3/2)] = (2/9)(2√2 - 1).

FAQ

When should I use substitution instead of other integration techniques?

Use substitution when the integrand contains a composite function that can be simplified by changing variables. Substitution is particularly effective when the integrand is a product of a function and its derivative, such as in ∫ 2x e^(x²) dx.

How do I know which substitution to choose?

The choice of substitution depends on the integrand. Look for a composite function that, when substituted, simplifies the integral. Common choices include trigonometric functions, polynomials, or exponential functions.

What if my substitution doesn't simplify the integral?

If your substitution doesn't simplify the integral, try a different approach. You may need to use integration by parts, partial fractions, or another technique. Sometimes, a combination of methods may be required.

Can substitution be used for definite integrals?

Yes, substitution can be used for definite integrals. Remember to change the limits of integration to match the new variable. The new lower and upper limits should correspond to the values of u at the original limits.