Use The Indicated Substitution To Evaluate The Integral

Article with TOC
Author's profile picture

monithon

Mar 15, 2026 · 8 min read

Use The Indicated Substitution To Evaluate The Integral
Use The Indicated Substitution To Evaluate The Integral

Table of Contents

    Use the Indicated Substitution to Evaluate the Integral

    When faced with an integral that does not match a basic antiderivative, a well‑chosen substitution can transform it into a simpler form that is straightforward to integrate. The technique hinges on the chain rule in reverse: if we set (u = g(x)), then (du = g'(x),dx) and the original integral (\int f(g(x))g'(x),dx) becomes (\int f(u),du). By recognizing the indicated substitution, we can evaluate many integrals that would otherwise require lengthy manipulations or special functions.


    Why Substitution Works

    The substitution method is essentially a change of variables that preserves the value of the definite or indefinite integral. For an indefinite integral,

    [ \int f(x),dx = \int f(g(u)),g'(u),du, ]

    provided (x = g(u)) is a differentiable, one‑to‑one function on the interval of integration. The differential (dx) is replaced by (g'(u),du), and after integrating with respect to (u), we substitute back to express the result in terms of the original variable (x).

    Key points to remember:

    • Identify the inner function whose derivative also appears (up to a constant factor) in the integrand.
    • Replace both the inner function and its differential with a new variable (u) and (du).
    • Integrate in the simpler (u)-domain.
    • Back‑substitute to return to (x).

    Common Types of Indicated Substitutions

    Substitution Type Typical Form When to Use
    Simple u‑substitution (u = ax + b) or (u = x^n) Integrand contains a function and its derivative (e.g., (\int e^{3x}dx)).
    Trigonometric substitution (x = a\sin\theta), (x = a\tan\theta), (x = a\sec\theta) Integrands with (\sqrt{a^2 - x^2}), (\sqrt{a^2 + x^2}), or (\sqrt{x^2 - a^2}).
    Exponential/logarithmic substitution (u = e^x) or (u = \ln x) Integrands involving (e^x) or (\ln x) multiplied by their derivatives.
    Rationalizing substitution (u = \sqrt[n]{ax+b}) Integrands with roots that can be turned into polynomial expressions.
    Weierstrass substitution (t = \tan\frac{x}{2}) Integrals of rational functions of sine and cosine.

    Each type is “indicated” when the problem statement explicitly suggests a substitution (e.g., “use the substitution (u = \sin x)”) or when the structure of the integrand makes a particular substitution obvious.


    Step‑by‑Step Procedure for Using the Indicated Substitution

    1. Read the problem and note the suggested substitution (e.g., (u = \sqrt{4 - x^2})).
    2. Compute the differential: differentiate the substitution to find (du) in terms of (dx).
    3. Rewrite the integral: replace every occurrence of the original variable and its differential with expressions in (u) and (du).
    4. Simplify the new integrand; ideally it should be a basic form (power, exponential, trigonometric, etc.).
    5. Integrate with respect to (u).
    6. Back‑substitute (u) with the original expression in (x) to obtain the final answer.
    7. Add the constant of integration (C) for indefinite integrals, or evaluate limits for definite integrals.

    Example 1: Simple u‑Substitution

    Problem: Evaluate (\displaystyle \int 2x,e^{x^2},dx) using the substitution (u = x^2).

    Solution:

    1. Substitution: (u = x^2).
    2. Differential: (du = 2x,dx).
    3. Rewrite: The integrand (2x,e^{x^2},dx) becomes (e^{u},du).
    4. Integrate: (\int e^{u},du = e^{u} + C).
    5. Back‑substitute: Replace (u) with (x^2): (e^{x^2} + C).

    Thus, (\displaystyle \int 2x,e^{x^2},dx = e^{x^2} + C).


    Example 2: Trigonometric Substitution

    Problem: Evaluate (\displaystyle \int \frac{dx}{\sqrt{9 - x^2}}) using the substitution (x = 3\sin\theta).

    Solution:

    1. Substitution: (x = 3\sin\theta) ⇒ (dx = 3\cos\theta,d\theta).
    2. Radical simplification: (\sqrt{9 - x^2} = \sqrt{9 - 9\sin^2\theta} = \sqrt{9\cos^2\theta} = 3|\cos\theta|).
      For the domain where (\cos\theta \ge 0) (e.g., (-\pi/2 \le \theta \le \pi/2)), we drop the absolute value: (\sqrt{9 - x^2} = 3\cos\theta).
    3. Rewrite the integral:
      [ \int \frac{dx}{\sqrt{9 - x^2}} = \int \frac{3\cos\theta,d\theta}{3\cos\theta} = \int d\theta. ]
    4. Integrate: (\int d\theta = \theta + C).
    5. Back‑substitute: From (x = 3\sin\theta), we have (\theta = \arcsin!\left(\frac{x}{3}\right)).
      Hence, (\displaystyle \int \frac{dx}{\sqrt{9 - x^2}} = \arcsin!\left(\frac{x}{3}\right) + C).

    Example 3: Rationalizing Substitution for Roots

    Problem: Evaluate (\displaystyle \int \frac{dx}{x\sqrt{x+4}}) using the substitution (u = \sqrt{x+4}).

    Solution:

    1. Substitution: (u = \sqrt{x+4}) ⇒ (u^2 = x+4) ⇒ (x = u^2 - 4).
    2. Differential: Differentiate (u^2 = x+4): (2u,du = dx).
    3. **Rewrite the integr

    3. Rewrite the integral

    With (u=\sqrt{x+4}) we have (x=u^{2}-4) and (dx=2u,du).
    The original integrand becomes [ \frac{1}{x\sqrt{x+4}},dx =\frac{1}{(u^{2}-4),u};(2u,du) =\frac{2}{u^{2}-4},du . ]

    Thus the integral is reduced to

    [ \int \frac{2}{u^{2}-4},du . ]

    4. Simplify

    The denominator factors as a difference of squares:

    [ u^{2}-4=(u-2)(u+2). ]

    A partial‑fraction decomposition gives

    [ \frac{2}{u^{2}-4} =\frac{1}{u-2}-\frac{1}{u+2}. ]

    5. Integrate

    [ \int!\left(\frac{1}{u-2}-\frac{1}{u+2}\right)du =\ln|u-2|-\ln|u+2|+C =\ln!\left|\frac{u-2}{u+2}\right|+C . ]

    6. Back‑substitute

    Recall (u=\sqrt{x+4}). Substituting back yields

    [ \int \frac{dx}{x\sqrt{x+4}} =\ln!\left|\frac{\sqrt{x+4}-2}{\sqrt{x+4}+2}\right|+C . ]

    (One may also rationalize the argument of the logarithm if a different form is preferred.)


    A fourth illustration – exponential‑type integrals

    Problem: Compute (\displaystyle \int x,e^{ax},dx) with the substitution (u=ax).

    Solution sketch:
    Take (u=ax) ⇒ (du=a,dx) ⇒ (dx=\frac{du}{a}).
    Also (x=\frac{u}{a}). The integral becomes

    [ \int \frac{u}{a},e^{u},\frac{du}{a} =\frac{1}{a^{2}}\int u e^{u},du . ]

    Integrating by parts (or using the known antiderivative (u e^{u}-e^{u})) gives

    [ \frac{1}{a^{2}}\bigl(u e^{u}-e^{u}\bigr)+C =\frac{e^{ax}}{a^{2}}\bigl(ax-1\bigr)+C . ]

    Back‑substituting (u=ax) confirms the result.


    Conclusion

    The systematic use of a well‑chosen substitution transforms an intimidating integral into a simpler, often elementary, one. The essential ingredients are:

    1. Identify a function inside the integrand whose derivative (up to a constant) also appears.
    2. Differentiate that function to express (dx) in terms of (du).
    3. Replace every occurrence of the original variable and differential, simplifying the algebraic expression.
    4. Integrate the resulting integrand, which is typically a standard form.
    5. Undo the substitution to return to the original variable, and finally append the constant of integration (or evaluate limits for definite integrals).

    When the substitution is executed correctly, the method not only yields the antiderivative but also deepens insight into the structure of the integrand. Mastery of this technique equips students with a versatile tool that recurs across calculus, differential equations, and even advanced topics such as Laplace transforms and probability theory.

    Here's the continuation and conclusion of the article:

    The examples above illustrate how substitution can transform a complex integral into a simpler one that we can evaluate using basic integration techniques. The key steps are:

    1. Identify a suitable substitution u = g(x) that simplifies the integrand
    2. Compute du = g'(x)dx and solve for dx
    3. Replace all instances of x and dx in the integral
    4. Simplify the resulting integral in terms of u
    5. Integrate with respect to u
    6. Substitute back to express the result in terms of x

    This method works because we're essentially changing coordinates to make the integral more tractable. The substitution is chosen so that the chain rule in reverse helps us simplify the integrand.

    Some common patterns to look for:

    • When you see f'(x) multiplied by a function of f(x), try u = f(x)
    • For integrals involving √(ax+b), try u = √(ax+b)
    • For rational functions where the denominator's derivative appears in the numerator, try u = denominator
    • For integrals involving e^(ax), try u = ax

    The power of substitution lies in its ability to convert an integral we cannot directly evaluate into one that matches a known integration formula. With practice, recognizing when and how to apply substitution becomes intuitive, making it an indispensable tool in the calculus toolkit.

    As you work through more problems, you'll develop a sense for which substitutions are likely to succeed. Remember that sometimes the first attempt might not work perfectly - you may need to combine substitution with other techniques like integration by parts or partial fractions. The key is to remain flexible and willing to try different approaches until you find one that simplifies the integral to a manageable form.

    Related Post

    Thank you for visiting our website which covers about Use The Indicated Substitution To Evaluate The Integral . We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and don't miss to bookmark.

    Go Home