Trigonometric substitution transforms integrals containing square roots of quadratic expressions into trigonometric integrals that are easier to evaluate. It works by exploiting the Pythagorean identities to eliminate square roots entirely.
Trigonometric Substitution
Trigonometric substitution for square roots
This technique applies to integrals containing expressions of the form ax2+bx+cโ. The core idea: if you can match the expression under the square root to one of three standard forms, you can substitute a trig function for x that causes the square root to collapse via a Pythagorean identity.
The three standard forms are:
a2โx2โ (difference form)
a2+x2โ (sum form)
x2โa2โ (reverse difference form)
If your integrand doesn't immediately match one of these, you may need to complete the square first to get it into the right shape.
Choosing appropriate substitutions
Each form has a specific substitution paired with the Pythagorean identity that eliminates the square root.
When you see a2โx2โ, substitute x=asinฮธ:
Then dx=acosฮธdฮธ
The square root simplifies: a2โa2sin2ฮธโ=a1โsin2ฮธโ=acosฮธ
Restrict ฮธโ[โ2ฯโ,2ฯโ] so that cosฮธโฅ0
Example: For โซ9โx2โdx, identify a=3 and set x=3sinฮธ
When you see a2+x2โ, substitute x=atanฮธ:
Then dx=asec2ฮธdฮธ
The square root simplifies: a2+a2tan2ฮธโ=a1+tan2ฮธโ=asecฮธ
Restrict ฮธโ(โ2ฯโ,2ฯโ) so that secฮธ>0
Example: For โซ4+x2โxโdx, identify a=2 and set x=2tanฮธ
When you see x2โa2โ, substitute x=asecฮธ:
Then dx=asecฮธtanฮธdฮธ
The square root simplifies: a2sec2ฮธโa2โ=asec2ฮธโ1โ=atanฮธ
Restrict ฮธโ[0,2ฯโ) for x>a or ฮธโ(2ฯโ,ฯ] for x<โa, so that tanฮธ has the correct sign
Example: For โซx2โ1โdx, identify a=1 and set x=secฮธ
Quick reference: The substitution always matches the variable to the trig function whose Pythagorean identity produces the form under the radical. Think: 1โsin2=cos2, 1+tan2=sec2, sec2โ1=tan2.
Converting solutions back to x
After integrating in ฮธ, you need to rewrite everything in terms of x. Here's a reliable process:
Solve for ฮธ using the inverse of your substitution:
x=asinฮธโนฮธ=arcsin(axโ)
x=atanฮธโนฮธ=arctan(axโ)
x=asecฮธโนฮธ=arcsec(axโ)
Draw a reference right triangle labeled with the substitution. For instance, if x=atanฮธ, the triangle has opposite side x, adjacent side a, and hypotenuse a2+x2โ. This lets you read off any trig function of ฮธ directly in terms of x.
Replace all trig functions of ฮธ in your answer using the triangle, and simplify.
Example: Suppose after substituting x=3tanฮธ you get 2ฮธ+sinฮธcosฮธ+C. From the triangle: sinฮธ=9+x2โxโ and cosฮธ=9+x2โ3โ. So the final answer is:
2arctan(3xโ)+9+x23xโ+C
The reference triangle step is the most reliable way to handle the back-substitution. Trying to convert without it often leads to sign errors or missed simplifications.
Related techniques and applications
Completing the square is often a necessary first step. An expression like โx2+6xโ5โ doesn't match any standard form until you rewrite it as 4โ(xโ3)2โ, then substitute xโ3=2sinฮธ.
Integration by parts sometimes appears after the trig substitution, particularly with the secฮธ substitution (e.g., โซsec3ฮธdฮธ requires integration by parts).
Hyperbolic substitutions (e.g., x=asinht) can replace trig substitutions in some cases and avoid dealing with secant integrals, though they're less commonly tested.
Partial fractions may be needed if, after substitution, the integrand becomes a rational function of trig functions.