Admin 10 Jun 2026 11:08

 

Trigonometric Substitution: A Method for Integration

In calculus, some integrals involving square roots and quadratic expressions cannot be easily solved by elementary methods. One powerful technique to evaluate such integrals is trigonometric substitution. This method leverages trigonometric identities by substituting an algebraic expression with a trigonometric function, often simplifying integrals involving radicals into standard trigonometric integrals.

When to Use Trigonometric Substitution?

Trigonometric substitution is particularly useful for integrals containing expressions under square roots that resemble the forms:

  • (a - x)
  • (a + x)
  • (x - a)

Here, a is a constant, and these expressions resemble the Pythagorean identities in trigonometry:

  • sin + cos = 1
  • 1 + tan = sec
  • sec - 1 = tan

By substituting x with a trig function scaled by a, the integrand's radical simplifies drastically, transforming the integral into a form where standard trigonometric integration techniques apply.

The Core Idea of Trigonometric Substitution

Let's consider the integral with an expression like (a - x). The substitution is tied to the identity:

sin + cos = 1

If you let x = a sin , then:

(a - x) = (a - a sin) = (a (1 - sin)) = a cos 

Thus, the square root expression simplifies into a trigonometric function without the radical, making integration easier. Additionally, the differential dx must be expressed in terms of d via differentiation of x = a sin . The limits of integration may also change accordingly if its a definite integral.

Common Trigonometric Substitutions

Depending on the form of the radical, the standard substitutions are:

Radical Expression Substitution for x Rewritten Radical Relevant Identity
(a - x) x = a sin (a - a sin) = a cos sin + cos = 1
(a + x) x = a tan (a + a tan) = a sec 1 + tan = sec
(x - a) x = a sec (a sec - a) = a tan sec - 1 = tan

General Steps for Trigonometric Substitution

  1. Identify the form of the radical expression and select the appropriate substitution.
  2. Rewrite x in terms of the trigonometric function: x = a trig().
  3. Compute differential dx by differentiating x with respect to .
  4. Substitute into the integral all instances of x, dx, and the radical.
  5. Simplify the integrand using trigonometric identities where necessary.
  6. Integrate with respect to .
  7. Back-substitute to return to the original variable x, often using a right triangle sketch or inverse trig functions.

Example 1: Integral Involving (a - x)

Evaluate the integral:

 (9 - x) dx

Step 1: Identify form. This is (a - x) with a = 3.

Step 2: Substitute x = 3 sin . Then, dx = 3 cos d.

Step 3: Replace the radical:

(9 - x) = (9 - 9 sin) = 3 cos 

Step 4: Substitute into the integral:

 (9 - x) dx =  (3 cos )(3 cos  d) =  9 cos d

Step 5: Integrate 9 cos d. We use the identity:

cos = (1 + cos 2)/2

The integral becomes:

9  cos d = 9  (1 + cos 2)/2 d = (9/2)  (1 + cos 2) d = (9/2)( + (1/2) sin 2) + C

Step 6: Simplify:

(9/2)  + (9/4) sin 2 + C

Step 7: Back-substitute to x. Since x = 3 sin , we have:

 = arcsin(x/3)

Also,
sin 2 = 2 sin cos = 2 (x/3) ((1 - (x/9))) = (2x / 3) * ((1 - x/9)) = (2x / 3) * (((9 - x)/9)) = (2x / 3) * (((9 - x)) / 3) = (2x (9 - x)) / 9

Therefore, the antiderivative is:

(9/2) arcsin(x/3) + (9/4) * (2x (9 - x) / 9) + C= (9/2) arcsin(x/3) + (1/2) x (9 - x) + C

Final answer:

 (9 - x) dx = (9/2) arcsin(x/3) + (x/2) (9 - x) + C

Example 2: Integral Involving (a + x)

Evaluate the integral:

 dx / (4 + x)

Step 1: The radical is (a + x), where a = 2.

Step 2: Substitute x = 2 tan , hence dx = 2 sec d.

Step 3: Replace the radical:

(4 + x) = (4 + 4 tan) = (4(1 + tan)) = 2 sec 

Step 4: Substitute into the integral:

 dx / (4 + x) =  (2 sec  d) / (2 sec ) =  sec  d

Step 5: Integrate sec d. Recall:

 sec  d = ln |sec  + tan | + C

Step 6: Back-substitute. Since x = 2 tan ,

tan  = x/2

and

sec  = (1 + tan ) = (1 + (x/4)) = ((4 + x)/4) = (4 + x) / 2

The result is:

ln |sec  + tan | + C = ln |((4 + x)/2) + (x/2)| + C = ln |((4 + x) + x)/2| + C

We can absorb constant factors into C, so:

ln |x + (4 + x)| + C

Final answer:

 dx / (4 + x) = ln |x + (4 + x)| + C

Example 3: Integral Involving (x - a)

Evaluate the integral:

 dx / (x (x - 1))

Step 1: Radical is (x - 1), so a = 1. Form is (x - a).

Step 2: Substitute x = sec , then dx = sec tan d.

Step 3: Rewrite the radical:

(x - 1) = (sec  - 1) = tan 

Step 4: Substitute into integral:

 dx / (x (x - 1)) =  (sec  tan  d) / (sec   tan ) =  (sec  tan  d) / (sec  tan )

Simplify numerator and denominator:

(sec  tan ) / (sec  tan ) = 1 / sec  = cos 

So integral reduces to:

 cos  d = sin  + C

Step 5: Back-substitution. Since x = sec , then:

 = arcsec x

and

sin  = (1 - cos ) = (1 - (1/x)) = (1 - 1/x) = ((x - 1) / x) = (x - 1) / x

Final answer:

 dx / (x (x - 1)) = sin  + C = ((x - 1)) / x + C

Geometrical Interpretation and Back-Substitution

Understanding back-substitution is key. After integrating with respect to , one must return to the original variable x. Usually, we visualize the substitution using right triangles:

  • For x = a sin : draw a right triangle where the angle has opposite side x and hypotenuse a. The adjacent side (using Pythagoras) is (a - x).
  • For x = a tan : the opposite side is x, adjacent side is a, and hypotenuse is (a + x).
  • For x = a sec : the hypotenuse is x, adjacent side is a, and opposite side is (x - a).

Using these triangles helps express trigonometric functions back in terms of x without ambiguity.

Additional Tips and Precautions

  • Trigonometric substitution often works well for integrals with roots involving quadratic polynomials, but it can sometimes lead to complicated expressions. Check if simpler methods (such as completing the square, substitution, or partial fractions) apply first.
  • When performing definite integration, adjust the limits of integration from x-values to -values using the substitution relation.
  • Watch the domain of the substituted angle and ensure your triangle or inverse trig functions are well-defined on that domain.

Summary

Trigonometric substitution is a valuable method in integral calculus for handling integrals involving radicals of quadratic expressions. By connecting algebraic expressions to trigonometric identities, it transforms integrands into easier-to-integrate trigonometric forms. The method requires careful substitution, calculation of differentials, and finally back-substitution to return to the original variable. Mastery of this technique opens a path to solving many integrals that might otherwise seem intractable.

For further practice, try evaluating integrals such as:

  • x / (25 - x) dx
  • dx / (x (x + 16))
  • x / (x - 4)^(3/2) dx

The more you work with these, the more intuitive trigonometric substitution will become.

Reference Files For Trigonometric Substitution
Screenshoot
File Name
3c3_trigonometsubstitu_stu.pdf

File Size
0.61 MB

File Type
PDF

File Site
Description
This file is just a reference file for Trigonometric Substitution. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Integration Using Trigonometric Identities And Trigonometric Substitution and Reference Fi...


admin
Admin
2026-06-12 00:52:10

Trigonometric Substitution and Reference File Download Link


admin
Admin
2026-06-10 11:08:17

Elasticity Of Substitution and Reference File Download Link


admin
Admin
2026-06-07 08:46:08

What Is U-Substitution and Reference File Download Link


admin
Admin
2026-06-08 12:42:16

Substitution Rule and Reference File Download Link


admin
Admin
2026-06-10 07:54:11