🎯⭐ INTERACTIVE LESSON

u-Substitution

Learn step-by-step with interactive practice!

Loading lesson...

u-Substitution - Complete Interactive Lesson

Part 1: Basic u-Substitution

u-Substitution

Part 1 of 7 — Basic u-Substitution

The Idea

u-Substitution is the reverse of the Chain Rule. When you see a composite function inside an integral, you substitute uu for the inner function.

The Method

  1. Identify the inner function — call it uu
  2. Compute du=u(x)dxdu = u'(x)\,dx
  3. Rewrite the entire integral in terms of uu and dudu
  4. Integrate in terms of uu
  5. Substitute back to xx

Worked Example 1

2xcos(x2)dx\int 2x \cos(x^2)\,dx

Let u=x2u = x^2, so du=2xdxdu = 2x\,dx.

cos(u)du=sin(u)+C=sin(x2)+C\int \cos(u)\,du = \sin(u) + C = \sin(x^2) + C

Worked Example 2

3x2ex3dx\int 3x^2 e^{x^3}\,dx

Let u=x3u = x^3, so du=3x2dxdu = 3x^2\,dx.

eudu=eu+C=ex3+C\int e^u\,du = e^u + C = e^{x^3} + C

Worked Example 3

5(5x+1)3dx\int \frac{5}{(5x+1)^3}\,dx

Let u=5x+1u = 5x + 1, so du=5dxdu = 5\,dx, meaning dx=du5dx = \frac{du}{5}.

5u3du5=u3du=u22+C=12(5x+1)2+C\int \frac{5}{u^3} \cdot \frac{du}{5} = \int u^{-3}\,du = \frac{u^{-2}}{-2} + C = -\frac{1}{2(5x+1)^2} + C

Basic u-Substitution 🎯

Key Takeaways — Part 1

  1. u-Substitution reverses the Chain Rule
  2. Choose uu = inner function of a composition
  3. Compute dudu, then rewrite everything in terms of uu
  4. If dudu doesn't appear exactly, adjust with constants

Part 2: Adjusting for Constants

u-Substitution

Part 2 of 7 — Adjusting for Missing Constants

When dudu Doesn't Match Exactly

Often the coefficient doesn't match perfectly. You can multiply and divide by constants to fix this.

Worked Example

x2ex3dx\int x^2 e^{x^3}\,dx

Let u=x3u = x^3, then du=3x2dxdu = 3x^2\,dx. We have x2dxx^2\,dx but need 3x2dx3x^2\,dx.

x2ex3dx=133x2ex3dx=13eudu=ex33+C\int x^2 e^{x^3}\,dx = \frac{1}{3}\int 3x^2 e^{x^3}\,dx = \frac{1}{3}\int e^u\,du = \frac{e^{x^3}}{3} + C

Common Patterns to Recognize

Integral PatternSubstitutionResult
f(ax+b)dx\int f(ax+b)\,dxu=ax+bu = ax+b1aF(ax+b)+C\frac{1}{a}F(ax+b) + C
xn1f(xn)dx\int x^{n-1}f(x^n)\,dxu=xnu = x^n1nF(xn)+C\frac{1}{n}F(x^n) + C
f(sinx)cosxdx\int f(\sin x)\cos x\,dxu=sinxu = \sin xF(sinx)+CF(\sin x) + C
f(x)f(x)dx\int \frac{f'(x)}{f(x)}\,dxu=f(x)u = f(x)$\ln

Pattern Recognition 🎯

Key Takeaways — Part 2

  1. You can adjust by constant multiples — multiply and divide to match dudu
  2. Recognize patterns: fflnf\frac{f'}{f} \to \ln|f|, power-of-trig times derivative-of-trig
  3. You CANNOT move a variable (xx) outside the integral — only constants

Part 3: Definite Integrals with u-Sub

u-Substitution

Part 3 of 7 — u-Substitution with Definite Integrals

Two Approaches

Method 1: Change the limits (recommended) When you substitute u=g(x)u = g(x), change the limits: if x=ax = a then u=g(a)u = g(a), if x=bx = b then u=g(b)u = g(b).

Method 2: Back-substitute Find the antiderivative in terms of xx, then evaluate at the original limits.

Worked Example — Method 1

02x(x2+1)3dx\int_0^2 x(x^2+1)^3\,dx

Let u=x2+1u = x^2 + 1, du=2xdxdu = 2x\,dx, so xdx=du2x\,dx = \frac{du}{2}.

Change limits: x=0u=1x=0 \Rightarrow u=1, x=2u=5x=2 \Rightarrow u=5.

1215u3du=12u4415=18(6251)=6248=78\frac{1}{2}\int_1^5 u^3\,du = \frac{1}{2} \cdot \frac{u^4}{4}\bigg|_1^5 = \frac{1}{8}(625 - 1) = \frac{624}{8} = 78

Definite Integrals with u-Sub 🎯

Key Takeaways — Part 3

  1. For definite integrals, change the limits to uu-values to avoid back-substituting
  2. If u=g(x)u = g(x): new lower = g(a)g(a), new upper = g(b)g(b)
  3. After changing limits, evaluate entirely in uu — never mix uu and xx

Part 4: Trig Substitutions

u-Substitution

Part 4 of 7 — Trickier Substitutions

Exponential and Logarithmic Substitutions

ex1+exdx\int \frac{e^x}{1+e^x}\,dx

Let u=1+exu = 1 + e^x, du=exdxdu = e^x\,dx.

duu=lnu+C=ln(1+ex)+C\int \frac{du}{u} = \ln|u| + C = \ln(1 + e^x) + C

Substitution with Square Roots

xx+1dx\int \frac{x}{\sqrt{x+1}}\,dx

Let u=x+1u = x + 1, so x=u1x = u - 1 and dx=dudx = du.

u1u1/2du=(u1/2u1/2)du=23u3/22u1/2+C\int \frac{u-1}{u^{1/2}}\,du = \int (u^{1/2} - u^{-1/2})\,du = \frac{2}{3}u^{3/2} - 2u^{1/2} + C

=23(x+1)3/22x+1+C= \frac{2}{3}(x+1)^{3/2} - 2\sqrt{x+1} + C

Trickier u-Substitutions 🎯

Key Takeaways — Part 4

  1. For ff\frac{f'}{f} patterns, use u=fu = f to get lnf+C\ln|f| + C
  2. Sometimes you need to express xx in terms of uu (e.g., x=u1x = u - 1)
  3. Trig powers: use u=sinxu = \sin x or u=tanxu = \tan x when the derivative appears

Part 5: Complex Substitutions

u-Substitution

Part 5 of 7 — Long Division and Completing the Square

When u-Sub Doesn't Work Directly

Some integrals need algebraic manipulation before substitution.

Long Division for Improper Fractions

x2+1x+1dx\int \frac{x^2 + 1}{x + 1}\,dx

Divide first: x2+1x+1=x1+2x+1\frac{x^2+1}{x+1} = x - 1 + \frac{2}{x+1}

(x1+2x+1)dx=x22x+2lnx+1+C\int \left(x - 1 + \frac{2}{x+1}\right)dx = \frac{x^2}{2} - x + 2\ln|x+1| + C

Completing the Square

1x2+4x+8dx=1(x+2)2+4dx\int \frac{1}{x^2 + 4x + 8}\,dx = \int \frac{1}{(x+2)^2 + 4}\,dx

Let u=x+2u = x + 2:

1u2+4du=12arctan(u2)+C=12arctan(x+22)+C\int \frac{1}{u^2 + 4}\,du = \frac{1}{2}\arctan\left(\frac{u}{2}\right) + C = \frac{1}{2}\arctan\left(\frac{x+2}{2}\right) + C

Algebraic Manipulation + Integration 🎯

Key Takeaways — Part 5

  1. Long division when the degree of numerator \geq degree of denominator
  2. Complete the square when you see x2+bx+cx^2 + bx + c in a denominator
  3. After algebraic prep, standard techniques (u-sub, arctan\arctan) apply

Part 6: Problem-Solving Workshop

u-Substitution

Part 6 of 7 — Problem-Solving Workshop

Mixed problems combining all u-substitution techniques.

Mixed u-Sub Problems 🎯

More Challenging Problems 🎯

Workshop Complete!

You practiced u-sub with exponentials, logarithms, trig functions, and algebraic manipulation.

Part 7: Review & Applications

u-Substitution Review

Part 7 of 7 — Comprehensive Assessment

Quick Reference

PatternSubstitution
f(g(x))g(x)dx\int f(g(x)) \cdot g'(x)\,dxu=g(x)u = g(x)
f(x)f(x)dx\int \frac{f'(x)}{f(x)}\,dx$u = f(x) \to \ln
f(ax+b)dx\int f(ax+b)\,dxu=ax+bu = ax+b

Final Assessment 🎯

u-Substitution — Complete! ✅

You have mastered:

  • ✅ Basic u-substitution
  • ✅ Adjusting for missing constants
  • ✅ Definite integrals with changed limits
  • ✅ Trickier substitutions (exponential, log, trig)
  • ✅ Long division and completing the square
  • ✅ Pattern recognition strategies