๐ Worked Example: Related Rates โ Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
The chain rule in reverse - substitution technique for integration
How can I study U-Substitution Method effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this U-Substitution Method study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for U-Substitution Method on Study Mondo are 100% free. No account is needed to access the content.
What course covers U-Substitution Method?โพ
U-Substitution Method is part of the AP Calculus AB course on Study Mondo, specifically in the Integration section. You can explore the full course for more related topics and practice resources.
Are there practice problems for U-Substitution Method?
dxdโ
[
f
(
g
(
x
))]
=
fโฒ(g(x))โ
gโฒ(x)
Example: dxdโ[(x2+1)5]=5(x2+1)4โ 2x
Reversing the Chain Rule
If we integrate both sides:
โซfโฒ(g(x))โ gโฒ(x)dx=f(g(x))+C
This is the foundation of u-substitution!
The U-Substitution Process
Step-by-Step Method
Step 1: Identify u (the "inside function")
Look for a composite function
Choose u=g(x)
Step 2: Find du
Calculate du=gโฒ(x)dx
Step 3: Rewrite the integral in terms of u
Replace all x terms with u terms
Replace dx with du
Step 4: Integrate with respect to u
Step 5: Substitute back to x
Replace u with the original expression
Step 6: Add +C
Example 1: Basic U-Substitution
Evaluate โซ2x(x2+1)5dx
Step 1: Choose u
Let u=x2+1 (the inside function)
Step 2: Find du
dxduโ=2x
du=2xdx
Step 3: Rewrite the integral
Notice that we have 2xdx in the original integral!
If after substitution you still have x terms mixed with u, u-substitution won't work (try different u or different method).
Trigonometric Examples
Example 3: Sine and Cosine
Evaluate โซsinxcos4xdx
Step 1: Choose u
u=cosx (we have its derivative sinx in the integral!)
Step 2: Find du
dxduโ=โsinx
du=โsinxdx
sinxdx=โdu
Step 3: Rewrite
โซsinxcos4xdx=โซcos4xโ sinxdx
=โซu4โ (โdu)=โโซu4du
Step 4: Integrate
=โ5u5โ+C
Step 5: Substitute back
=โ5cos5xโ+C
Exponential Examples
Example 4: Exponential with Chain Rule
Evaluate โซxex2dx
Step 1: Choose u
u=x2 (the exponent)
Step 2: Find du
du=2xdx
xdx=21โdu
Step 3: Rewrite
โซxex2dx=โซex2โ xdx
=โซeuโ 21โdu=21โโซeudu
Step 4: Integrate
=21โeu+C
Step 5: Substitute back
=21โex2+C
Example 5: Requiring Algebraic Manipulation
Evaluate โซx2+1xโdx
Step 1: Choose u
u=x2+1 (the denominator)
Step 2: Find du
du=2xdx
xdx=21โdu
Step 3: Rewrite
โซx2+1xโdx=โซx2+11โโ xdx
=โซu1โโ 21โdu=21โโซu1โdu
Step 4: Integrate
=21โlnโฃuโฃ+C
Step 5: Substitute back
=21โlnโฃx2+1โฃ+C
Since x2+1>0 always, we can write:
=21โln(x2+1)+C
When to Use U-Substitution
Good Candidates
Look for these patterns:
Composite function with its derivative present
โซ(x2+1)5โ 2xdx
Fraction where numerator is derivative of denominator
โซx2+12xโdx
Trig functions with derivatives
โซtanxdx=โซcosx (let )
Exponentials with derivatives of exponent
โซxex2dx
Common U-Choices
Integral Type
Common Choice for u
(ax+b)n
u=ax+b
fโฒ(x)โ [f(x)]n
f(x)fโฒ(x)โ
(gives )
ef(x)โ fโฒ(x)
sinnxcosx
u=sinx
cosnxsinx
u=cosx
โ ๏ธ Common Mistakes
Mistake 1: Choosing Wrong u
WRONG: For โซx(x2+1)5dx, choosing u=x
RIGHT: Choose u=x2+1 (the composite function)
Mistake 2: Forgetting to Adjust Constants
WRONG: u=x2+1, du=2xdx, and writing โซu5du for โซx(x2+1)5dx
RIGHT: Need 21โ factor! โซu5โ 21โdu
Mistake 3: Not Substituting Everything
After substitution, you should have only u and du - no x remaining!
If x remains, choose different u or method won't work.
Mistake 4: Forgetting to Substitute Back
WRONG: Final answer 12u6โ+C
RIGHT: Final answer 12(x2+1)6โ+C
Always convert back to the original variable!
Mistake 5: Wrong Sign
When du=โsinxdx, we have sinxdx=โdu (negative!)
Don't forget the negative sign!
U-Substitution Checklist
โ Choose u = inner function or complicated part
โ Find du and solve for needed differential
โ Rewrite integral completely in terms of u
โ Check: No x should remain after substitution
โ Integrate using basic formulas
โ Substitute back to original variable
โ Add +C
โ Check by differentiating (if time permits)
Practice Tips
Tip 1: Look for the Derivative
Ask: "What function's derivative do I see here?"
Tip 2: Try the "Inside" First
For composite functions like (x2+1)5, try u= inside function first.
Tip 3: Don't Force It
If after substitution you still have messy x and u mixed, try different u or different method.
Tip 4: Practice Pattern Recognition
The more you practice, the faster you'll recognize which u to choose!
Advanced Example
Evaluate โซxlnxโdx
Solution:
Let u=lnx
du=x1โdx
โซxlnxโdx=โซudu=2u2โ+C=2(lnx)2โ+C
๐ Practice Strategy
Identify the composite function or complicated part
Look for its derivative somewhere in the integral
Set u equal to the inner function
Calculate du and solve for needed form
Substitute completely - no x should remain!
Integrate the simpler u integral
Substitute back to x
Always add +C
Check your answer by differentiating
2
)
(
x3
+
2x)7dx
๐ก Show Solution
Step 1: Identify u
Let u=x3+2x (the inside function that's raised to the 7th power)
Step 2: Find du
dxduโ=3x2+2
du=(3x2+2)dx
Step 3: Notice the pattern
We have exactly (3x2+2)dx in the integral! Perfect match!
โซ(3x2+2)(x3+
Step 4: Substitute
=โซu7du
Step 5: Integrate
=8u8โ+C
Step 6: Substitute back
=8(x3+2x)8โ
Check:
dxdโ โ
Answer: 8(x3+2x)8โ+
2Problem 2medium
โ Question:
Evaluate โซ2x(x2+1)5dx using u-substitution.
๐ก Show Solution
Solution:
Let u=x2+1
Then du=
3Problem 3medium
โ Question:
Evaluate โซsin3xcosxdx.
๐ก Show Solution
Step 1: Choose u
Let u=sinx (we have its derivative cosx in the integral)
Step 2: Find du
dxduโ=cosx
du=cosxdx
Step 3: Rewrite the integral
โซsin3xcosxdx=โซ(sinx)
=โซu3du
Step 4: Integrate
=4u4โ+C
Step 5: Substitute back
=4sin4xโ+C
Check:
dxdโ[ โ
Answer: 4sin4xโ+C
4Problem 4hard
โ Question:
Evaluate โซ01โx2+1โxโdx.
๐ก Show Solution
Solution:
Let u=x2+1, then du=2x, so
5Problem 5hard
โ Question:
Evaluate โซxโexโโdx.
๐ก Show Solution
Step 1: Choose u
Let u=x (the exponent in )
Area Between Curves
โพ
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.