📝 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?
Using trig identities to simplify difficult integrals
How can I study Trigonometric Substitution 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 Trigonometric Substitution study guide free?▾
Yes — all study notes, flashcards, and practice problems for Trigonometric Substitution on Study Mondo are 100% free. No account is needed to access the content.
What course covers Trigonometric Substitution?▾
Trigonometric Substitution is part of the AP Calculus AB course on Study Mondo, specifically in the Advanced Integration (BC) section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Trigonometric Substitution?
a2+x2
x2−a2
Example: ∫4−x21dx
💡 Key Idea: Use trig substitutions to eliminate the square root using Pythagorean identities!
The Three Cases
Case 1: a2−x2
Substitution: x=asinθ
Why: a2−x2=a2−a2sin2θ=a2(1−sin2θ)=a2cos2θ
Then: a2−x2=acosθ (assuming cosθ>0)
Also: dx=acosθdθ
Case 2: a2+x2
Substitution: x=atanθ
Why: a2+x2=a2+a2tan2θ=a2(1+tan2θ)=a2sec2θ
Then: a2+x2=asecθ (assuming secθ>0)
Also: dx=asec2θdθ
Case 3: x2−a2
Substitution: x=asecθ
Why: x2−a2=a2sec2θ−a2=a2(sec2θ−1)=a2tan2θ
Then: x2−a2=atanθ (assuming tanθ>0)
Also: dx=asecθtanθdθ
Quick Reference Table
Expression
Substitution
Identity Used
Result
a2−x2
x=asinθ
cos2θ=1−sin2θ
acosθ
a2+x2
x2−a2
Example 1: Case 1 - a2−x2
Evaluate ∫4−x21dx
Step 1: Identify the form
4−x2=22−x2, so a=2
This is Case 1!
Step 2: Make substitution
Let x=2sinθ
Then dx=2cosθdθ
And 4−x2=4−4sin2θ=21−sin2θ=2cosθ
Step 3: Rewrite integral
∫4−x21dx=∫2cosθ1⋅2cosθdθ
=∫1dθ=θ+C
Step 4: Convert back to x
From x=2sinθ, we get sinθ=2x
Therefore θ=arcsin(2x)
Answer: arcsin(2x)+C
Example 2: Case 2 - a2+x2
Evaluate ∫1+x2x2dx
Step 1: Identify the form
1+x2=12+x2, so a=1
This is Case 2!
Step 2: Make substitution
Let x=tanθ
Then dx=sec2θdθ
And 1+x2=1+tan2θ=secθ
Step 3: Rewrite integral
∫1+x2x2dx=∫secθtan2θ⋅sec2θdθ
=∫tan2θ⋅secθdθ
Step 4: Use identity tan2θ=sec2θ−1
=∫(sec2θ−1)secθdθ
=∫(sec3θ−secθ)dθ
Step 5: Integrate
These are standard integrals (using integration by parts for sec3θ):
∫sec3θdθ=21(secθtanθ+ln∣secθ+tanθ∣)+C
∫secθdθ=ln∣secθ+tanθ∣+C
=21secθtanθ+21ln∣secθ+tanθ∣−ln∣secθ+tanθ∣+C
=21secθtanθ−21ln∣secθ+tanθ∣+C
Step 6: Convert back to x
From x=tanθ:
tanθ=x
secθ=1+x2
=211+x2⋅x−21ln∣1+x2x∣+C
Answer: 2x1+x2−21ln∣1+x2x∣+C
Example 3: Case 3 - x2−a2
Evaluate ∫x2−9dx
Step 1: Identify the form
x2−9=x2−32, so a=3
This is Case 3!
Step 2: Make substitution
Let x=3secθ
Then dx=3secθtanθdθ
And x2−9=9sec2θ−9=3sec2θ−1=3tanθ
Step 3: Rewrite integral
∫x2−9dx=∫3tanθ⋅3secθtanθdθ
=9∫tan2θsecθdθ
This is the same type as Example 2!
=9∫(sec2θ−1)secθdθ
=9[21secθtanθ−21ln∣secθ+tanθ∣]+C
Step 4: Convert back to x
From x=3secθ:
secθ=3x
tanθ=sec2θ−1=
=29⋅3x⋅3x2−9−29ln3xC
=2xx2−9−29ln3x+C
Answer: 2xx2−9−29ln∣x+x2−9∣+C′ (absorbing constants into C)
Drawing the Reference Triangle
To convert back from θ to x, draw a reference triangle!
For x=asinθ:
Triangle with:
Opposite = x
Hypotenuse = a
Adjacent = a2−x2
Then: cosθ=aa2−x2, tanθ=a2−x2
For x=atanθ:
Triangle with:
Opposite = x
Adjacent = a
Hypotenuse = a2+x2
Then: sinθ=a2+x2x, secθ=aa2+x
For x=asecθ:
Triangle with:
Hypotenuse = x
Adjacent = a
Opposite = x2−a2
Then: tanθ=ax2−a2, sinθ=xx2−a
When to Use Trig Substitution
Use when you see:
a2−x2 or (a2−x2)n/2
a2+x2 or
x2−a2 or
Don't use when:
Regular u-substitution works
The expression can be simplified algebraically first
Integration by parts is simpler
⚠️ Common Mistakes
Mistake 1: Wrong Substitution
4+x2 → Use x=2tanθ, NOT x=2sinθ!
Match the pattern carefully!
Mistake 2: Forgetting to Convert Back
Your final answer must be in terms of x, not θ!
Use the reference triangle or inverse trig functions.
Mistake 3: Sign Errors
When taking square roots:
cos2θ=∣cosθ∣
Usually we assume the appropriate range for θ where the trig function is positive.
Mistake 4: Forgetting dx
When substituting x=asinθ, don't forget:
dx=acosθdθ
Completing the Square First
Sometimes you need to complete the square before using trig substitution!
Example: ∫2x−x21dx
Complete the square:
2x−x2=−(x2−2x)=−(x2−2x+1−1)=−(x−1)2+1=1−(x−1)2
Now it's in the form a2−u2 with u=x−1 and a=1.
Standard Trig Integrals to Know
∫secθdθ=ln∣secθ+tanθ∣+C
∫sec2θdθ=tanθ+C
∫sec3θdθ=21(secθtanθ+ln∣secθ+tanθ∣)+C
∫tanθdθ=−ln∣cosθ∣+C=ln∣secθ∣+C
📝 Practice Strategy
Identify the pattern: a2−x2, a2+x2, or x2−a2
Complete the square if necessary
Choose substitution from the table
Calculate dx (derivative of substitution)
Simplify the square root using Pythagorean identity
Integrate with respect to θ
Draw reference triangle to convert back
Express answer in terms of x
x
2
x2
d
x
💡 Show Solution
Step 1: Identify the form
9−x2=32−x2 → Case 1, use x=3sinθ
Step 2: Make substitution
x=3sinθ, dx=3cosθdθ
9−x2=3cosθ
x2=9sin2θ
Step 3: Rewrite integral
∫9−x2
=∫9sin2θdθ
Step 4: Use identity sin2θ=21−cos2θ
=9∫21−cos2θdθ
=29∫(1−cos2θ)dθ
=29(θ−2
=29θ−4
Step 5: Use sin2θ=2sinθcosθ
=29θ−4
=29θ−2
Step 6: Convert back to x
From x=3sinθ: sinθ=3x,
cosθ=39−x2
=29arcsin3
=29arcsin3
Answer: 29arcsin3x
2Problem 2expert
❓ Question:
Evaluate ∫(x2+1)2dx using trigonometric substitution.
💡 Show Solution
Step 1: Identify the form
x2+1=x2+1 → Case 2, use
3Problem 3hard
❓ Question:
Evaluate ∫xx2−16dx using trigonometric substitution.
💡 Show Solution
Step 1: Identify the form
x2−16 → Case 3, use
4Problem 4medium
❓ Question:
Evaluate ∫√(9 - x²) dx using trigonometric substitution.
💡 Show Solution
Step 1: Identify the form:
√(9 - x²) = √(a² - x²) where a = 3
Use substitution x = a·sin(θ) = 3sin(θ)
Step 5: Let u = sin(θ), du = cos(θ) dθ:
= (1/4)∫du/u²
= (1/4)·(-1/u) + C
= -1/(4sin(θ)) + C
Step 6: Convert back to x:
tan(θ) = x/2, so sin(θ) = x/√(x² + 4)
= -1/(4·x/√(x² + 4)) + C
= -√(x² + 4)/(4x) + C
Answer: -√(x² + 4)/(4x) + C
▾
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.