Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: u?Substitution (Change of Variable) for Integration
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-usubstitution-change-of-variable-for-integration

AP Calculus: u?Substitution (Change of Variable) for Integration

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

⏱️ ~4 min read

u?Substitution (Change of Variable) for Integration

Concept Summary

  • u-Substitution: A method for simplifying integrals by reversing the chain rule, replacing a composite function with a single variable u.
  • Composite Function: The integrand must contain a function f(g(x)) and its derivative g'(x) (or a constant multiple) for u-substitution to apply.
  • Differential du: The expression du = g'(x)dx bridges the substitution, converting dx to du and eliminating x from the integral.
  • Back-Substitution: After integrating with respect to u, replace u with g(x) to return to the original variable x.
  • Definite Integrals: Adjust limits of integration to match u (or back-substitute u before evaluating) to avoid errors in bounds.

Core Questions

WHAT (definitional)

Q: What is u-substitution? A: A technique to simplify integrals by substituting u = g(x), where g(x) is a differentiable function inside the integrand. Trap/Clarification: u-substitution is not just renaming variables—it requires the derivative g'(x) to appear (or be adjustable) in the integrand.

Q: What is the differential du? A: The expression du = g'(x)dx, which replaces dx in the integral to convert it entirely to u. Trap/Clarification: Forgetting to solve for dx (e.g., dx = du/g'(x)) when g'(x) isn’t a constant leads to incorrect integrals.


WHY (causal/explanatory)

Q: Why does u-substitution work? A: It reverses the chain rule: if F(g(x))' = F'(g(x))·g'(x), then ?F'(g(x))·g'(x)dx = F(g(x)) + C. Trap/Clarification: Students often misapply it to integrals lacking the g'(x) term (e.g., ?sin(x²)dx cannot use u = x² alone).

Q: Why is u-substitution important for definite integrals? A: It simplifies the integrand, but limits must be adjusted to u (or back-substitution must occur) to evaluate correctly. Trap/Clarification: Using x-limits with a u-integrand (or vice versa) guarantees wrong answers.


HOW (process/application)

Q: How do you choose u? A: Pick u as the inner function g(x) of a composite f(g(x)), ensuring g'(x) (or a multiple) is present in the integrand. Trap/Clarification: Avoid choosing u as the outer function (e.g., u = sin(x) for ?x·cos(x²)dxu = x² works instead).

Q: How is u-substitution executed step-by-step? A:
1. Let u = g(x) and compute du = g'(x)dx.
2. Rewrite the integral in terms of u and du, eliminating x.
3. Integrate with respect to u.
4. Back-substitute u = g(x) (or adjust limits for definite integrals). Trap/Clarification: Skipping Step 2 (e.g., leaving x terms in the u-integral) invalidates the substitution.


CAN (conditions/possibilities)

Q: Can u-substitution be used if g'(x) is missing a constant factor? A: Yes—multiply/divide by the constant to match du (e.g., ?e^(3x)dx-u = 3x, du = 3dx-dx = du/3). Trap/Clarification: Forgetting to compensate for the constant (e.g., omitting 1/3) leads to incorrect results.

Q: Can u-substitution fail? A: Yes—if the integrand lacks g'(x) (or a multiple) for the chosen u, the substitution won’t simplify the integral. Trap/Clarification: Forcing u-substitution (e.g., u = x² for ?sin(x)dx) wastes time and doesn’t help.


Quick Facts & Traps

  • Fact: u-substitution is the only method for integrals like ?f(g(x))·g'(x)dx (e.g., ?2x·e^(x²)dx).
  • Trap: Ignoring du-Reality: The integral must be rewritten entirely in u (no x terms left).
  • Fact: For definite integrals, either adjust limits to u or back-substitute u before evaluating—never mix.
  • Trap: Choosing u as the outer function-Reality: The inner function’s derivative must appear (e.g., u = x² for ?x·cos(x²)dx).
  • Fact: u-substitution can handle nested composites (e.g., u = sin(x²) for ?x·cos(x²)·e^(sin(x²))dx).
  • Trap: Forgetting to back-substitute-Reality: Final answers must return to x (or use u-limits for definite integrals).

Rapid-Fire True/False

  • Statement: If u = x², then du = 2x and the integral ?x·sin(x²)dx becomes ?sin(u)du. Answer: FALSE Why the common mistake happens: Students forget to include dx in du = 2x dx, so ?x·sin(x²)dx = (1/2)?sin(u)du.

  • Statement: u-substitution can be used to integrate ?ln(x)/x dx. Answer: TRUE Why the common mistake happens: Students overlook 1/x as the derivative of ln(x), making u = ln(x) a valid choice.

  • Statement: For ?(x+1)³ dx, u = x+1 is a valid substitution. Answer: TRUE Why the common mistake happens: Students assume u-substitution only works for "complicated" functions, missing simple linear substitutions.