Fatskills
Practice. Master. Repeat.
Study Guide: College Math: Calculus Integrals - u-Substitution Reverse Chain Rule
Source: https://www.fatskills.com/college-math/chapter/collegemath-calculus-integrals-usubstitution-reverse-chain-rule

College Math: Calculus Integrals - u-Substitution Reverse Chain Rule

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

What Is This?

u-Substitution – Reverse Chain Rule: A technique for integrating composite functions by reversing the chain rule of differentiation. It involves substituting a new variable, often a function of the original variable, to simplify the integral.

Why It Matters

In many real-world applications, such as physics, engineering, and economics, we encounter composite functions that require integration. The u-substitution technique allows us to break down these complex integrals into manageable parts, making it a crucial tool for solving problems in these fields. For instance, in physics, we might use u-substitution to calculate the work done by a variable force, or in economics, to find the total cost of producing a quantity of goods.

Core Concepts

  • Composite Functions: A function of the form f(g(x)), where f and g are individual functions.
  • Chain Rule: A differentiation rule that states the derivative of a composite function f(g(x)) is given by f'(g(x)) * g'(x).
  • u-Substitution: A technique for integrating composite functions by substituting a new variable, u, for the composite function g(x).
  • Integration by Parts: A technique for integrating products of functions, which can be used in conjunction with u-substitution.

Step-by-Step: How to Approach Problems

  1. Identify the composite function: Recognize that the integral is a composite function and identify the individual functions f and g.
  2. Choose the substitution: Select a suitable substitution, u, for the composite function g(x).
  3. Differentiate the substitution: Find the derivative of the substitution, du, with respect to x.
  4. Integrate the new function: Integrate the new function, f(u), with respect to u.
  5. Substitute back: Substitute the original variable, x, back into the integral and simplify.

Solved Examples

Problem 1: Simple u-Substitution

Find the integral of (x^2 + 1) * e^(x^2 + 1) dx.

Solution:

  1. Identify the composite function: f(g(x)) = (x^2 + 1) * e^(x^2 + 1)
  2. Choose the substitution: u = x^2 + 1
  3. Differentiate the substitution: du = 2x dx
  4. Integrate the new function: ?e^u du = e^u + C
  5. Substitute back: ?(x^2 + 1) * e^(x^2 + 1) dx = e^(x^2 + 1) + C

Answer: e^(x^2 + 1) + C

Problem 2: u-Substitution with Trigonometric Functions

Find the integral of sin^2(x) dx.

Solution:

  1. Identify the composite function: f(g(x)) = sin^2(x)
  2. Choose the substitution: u = sin(x)
  3. Differentiate the substitution: du = cos(x) dx
  4. Integrate the new function: ?u^2 du = (1/3)u^3 + C
  5. Substitute back: ?sin^2(x) dx = (1/3)sin^3(x) + C

Answer: (1/3)sin^3(x) + C

Problem 3: u-Substitution with Exponential Functions

Find the integral of e^(2x) dx.

Solution:

  1. Identify the composite function: f(g(x)) = e^(2x)
  2. Choose the substitution: u = 2x
  3. Differentiate the substitution: du = 2 dx
  4. Integrate the new function: ?e^u du = e^u + C
  5. Substitute back: ?e^(2x) dx = (1/2)e^(2x) + C

Answer: (1/2)e^(2x) + C

Common Pitfalls & Mistakes

  • Incorrect substitution: Choosing a substitution that does not simplify the integral.
  • Forgetting to differentiate the substitution: Failing to find the derivative of the substitution, du.
  • Not integrating the new function: Failing to integrate the new function, f(u).
  • Not substituting back: Failing to substitute the original variable, x, back into the integral.

Best Practices & Study Tips

  • Practice, practice, practice: The more you practice u-substitution, the more comfortable you will become with the technique.
  • Use a table of substitutions: Create a table of common substitutions and their derivatives to help you choose the correct substitution.
  • Check your work: Always check your work by substituting back into the integral and simplifying.

Tools & Software

  • Graphing calculators: TI-84, Desmos
  • Statistical software: R, Python libraries like NumPy/SciPy, Excel
  • Symbolic math tools: Wolfram Alpha, Symbolab

Real-World Use Cases

  • Physics: Calculating the work done by a variable force.
  • Engineering: Finding the total cost of producing a quantity of goods.
  • Economics: Calculating the present value of a future cash flow.

Check Your Understanding (MCQs)

Question 1

What is the correct substitution for the integral ?(x^2 + 1) * e^(x^2 + 1) dx?

A) u = x^2 + 1 B) u = x^2 - 1 C) u = x^2 + 2 D) u = x^2 - 2

Correct Answer: A) u = x^2 + 1 Explanation: The correct substitution is u = x^2 + 1, which simplifies the integral.

Question 2

What is the derivative of the substitution u = sin(x)?

A) du = cos(x) dx B) du = sin(x) dx C) du = cos^2(x) dx D) du = sin^2(x) dx

Correct Answer: A) du = cos(x) dx Explanation: The derivative of u = sin(x) is du = cos(x) dx.

Question 3

What is the integral of e^(2x) dx?

A) ?e^(2x) dx = (1/2)e^(2x) + C B) ?e^(2x) dx = e^(2x) + C C) ?e^(2x) dx = (1/2)e^(-2x) + C D) ?e^(2x) dx = e^(-2x) + C

Correct Answer: A) ?e^(2x) dx = (1/2)e^(2x) + C Explanation: The integral of e^(2x) dx is (1/2)e^(2x) + C.

Learning Path

  1. Prerequisites: Review calculus I and II, including differentiation and integration rules.
  2. Foundational knowledge: Learn the chain rule and integration by parts.
  3. u-substitution: Practice u-substitution with simple and complex integrals.
  4. Advanced applications: Apply u-substitution to real-world problems in physics, engineering, and economics.

Further Resources

  • Textbooks: Calculus by Michael Spivak, Calculus: Early Transcendentals by James Stewart
  • Online courses: Khan Academy, MIT OpenCourseWare
  • YouTube channels: 3Blue1Brown, StatQuest
  • Practice problem sites: MIT OpenCourseWare, Wolfram Alpha

30-Second Cheat Sheet

  • u-substitution formula: ?f(g(x)) dx = ?f(u) du, where u = g(x)
  • Common substitutions: u = x^2 + 1, u = sin(x), u = e^x
  • Integration by parts: ?u dv = uv - ?v du
  • Chain rule: f(g(x))' = f'(g(x)) * g'(x)

Related Topics

  • Integration by parts: A technique for integrating products of functions.
  • Trigonometric integrals: A technique for integrating trigonometric functions.
  • Exponential integrals: A technique for integrating exponential functions.