When to Use
Use trigonometric substitution for integrals containing:
- a2−x2
- a2+x2
- x2−a2
The Three Cases
Case 1: a2−x2
Substitution: x=asin(θ), dx=acos(θ)dθ
Identity: a2−x2=acos(θ)
Range: −2π≤θ≤2π
Case 2: a2+x2
Substitution: x=atan(θ), dx=asec2(θ)dθ
Identity: a2+x2=asec(θ)
Range: −2π<θ<2π
Case 3: x2−a2
Substitution: x=asec(θ), dx=asec(θ)tan(θ)dθ
Identity: x2−a2=atan(θ)
Range: 0≤θ<2π or π≤θ<23π
Steps
- Identify the form and make substitution
- Replace x expression using identity
- Substitute dx
- Simplify and integrate
- Use reference triangle to convert back to x
Examples
Example 1: a2−x2
∫4−x2dx
Let x=2sin(θ), dx=2cos(θ)dθ
4−x2=4−4sin2θ=2cos(θ)
=∫2cos(θ)⋅2cos(θ)dθ=4∫cos2(θ)dθ
=4∫21+cos(2θ)dθ=2[θ+2sin(2θ)]+C
=2θ+sin(2θ)+C=2θ+2sin(θ)cos(θ)+C
Convert back: sin(θ)=2x, cos(θ)=24−x2
=2arcsin(2x)+2⋅2x⋅24−x2+C
=2arcsin(2x)+2x4−x2+C
Example 2: a2+x2
∫x2+91dx
Let x=3tan(θ), dx=3sec2(θ)dθ
x2+9=3sec(θ)
=∫3sec(θ)3sec2(θ)dθ=∫sec(θ)dθ
=ln∣sec(θ)+tan(θ)∣+C
Convert back: tan(θ)=3x, sec(θ)=3x2+9
=ln3x2+9+3x+C=lnx2+9+x−ln(3)+C
=lnx2+9+x+C1
Example 3: x2−a2
∫xx2−4dx
Let x=2sec(θ), dx=2sec(θ)tan(θ)dθ
x2−4=2tan(θ)
=∫2sec(θ)2tan(θ)⋅2sec(θ)tan(θ)dθ=2∫tan2(θ)dθ
=2∫(sec2(θ)−1)dθ=2[tan(θ)−θ]+C
Convert back: sec(θ)=2x, tan(θ)=2x2−4
=2⋅2x2−4−2arcsec(2x)+C
=x2−4−2arcsec(2x)+C
Example 4: Completing the square first
∫x2+4x+81dx
Complete the square: x2+4x+8=(x+2)2+4
Let u=x+2, then u2+4
Let u=2tan(θ), du=2sec2(θ)dθ
=∫2sec(θ)2sec2(θ)dθ=∫sec(θ)dθ
=ln∣sec(θ)+tan(θ)∣+C
=ln2u2+4+2u+C
=ln(x+2)2+4+(x+2)+C1