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.
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 = 11 + tan = secsec - 1 = tanBy 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.
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.
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 |
x in terms of the trigonometric function: x = a trig().dx by differentiating x with respect to .x, dx, and the radical..x, often using a right triangle sketch or inverse trig functions.(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
(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
(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
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:
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).x = a tan : the opposite side is x, adjacent side is a, and hypotenuse is (a + x).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.
x-values to -values using the substitution relation. and ensure your triangle or inverse trig functions are well-defined on that domain.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) dxThe more you work with these, the more intuitive trigonometric substitution will become.
