Chapter 6: Techniques of Integration
Section 6.3: Trig Substitution
Example 6.3.16
Evaluate the indefinite integral ∫4+9 x2x2ⅆx.
Solution
Mathematical Solution
The substitution x=23tanθ means dx=23sec2θ dθ, θ=arctan32x, and turns gx into 2 secθ. Hence, the evaluation of the given integral proceeds as follows.
∫4+9 x2x2ⅆx
= ∫2 secθ23sec2θ dθ23tanθ2
=3∫sec3θtan2θ dθ =3∫1cosθ3sinθcosθ2 dθ
=3∫dθsin2θcosθ
{u=sinθdu=cosθdθ
=3∫ducosθu2cosθ =3∫duu2cos2θ
=3∫duu21−sin2θ=3∫duu21−u2
=32∫duu+1−32∫duu−1+3∫duu2
=32ln(u+1) −32ln(u−1) −3u
=32lnsinθ+1 −32lnsinθ−1 −3sinθ
=32ln3 x4+9 x2+1 −32ln(3 x4+9 x2−1)−4+9 x2x
=32ln(3 x+4+9 x23 x−4+9 x2)−4+9 x2x
=32ln(3 x+4+9 x22−4)−4+9 x2x
=3 ln123 x+4+9 x2−4+9 x2x
The identity 1u21−u2=1/2u+1−1/2u−1+1u2 is established by the algebraic device of partial fraction decomposition, that will be studied formally in Section 6.4. The absolute value in the logarithm of sinθ−1 can't be dropped since this quantity can be negative, whereas sinθ+1 is nonnegative.
Figure 6.3.2 can be used to obtain sinθ=3 x/4+9 x2.
The last three lines of the solution given above are the result of algebraic manipulations. First, the properties of real logarithms are used to combine the two log terms to one. Then, rationalization of the denominator in the argument of this single log term is used to simplify the argument. The result is seen in the penultimate line. The simplification in the final line is again the result of applying a property of real logarithms.
Maple Solution
Evaluate the given integral
Control-drag the integral and press the Enter key.
Select the first two terms in the antiderivative and choose "normal" in the smart pop-up.
−14⁢9⁢x2+43/2x+94⁢x⁢9⁢x2+4+3⁢arcsinh⁡32⁢x
→normal
−9⁢x2+4x+3⁢arcsinh⁡32⁢x
Using the appropriate identity in Table 2.10.4, the alternate form of the solution, namely,
3 ln123 x+4+9 x2−4+9 x2x
can be obtained from the Maple solution.
A stepwise solution that uses top-level commands except for one application of the Change command from the IntegrationTools package:
Initialization
Install the IntegrationTools package.
withIntegrationTools:
Let Q be the name of the given integral.
Q≔∫4+9 x2x2ⅆx:
Change variables as per Table 6.3.1
Use the Change command to apply the change of variables x=23tanθ.
q1≔ChangeQ,x=23tanθ
q1≔∫3⁢4⁢tan⁡θ2+4⁢1+tan⁡θ22⁢tan⁡θ2ⅆθ
Simplify the radical to 2 secθ. Note the restriction imposed on θ. (Maple believes that the sine and cosine functions are "simpler" than secants and cosecants.)
q2≔simplifyq1 assuming θ∷RealRange−π2,π2
q2≔3⁢∫1cos⁡θ⁢sin⁡θ2ⅆθ
Use the value command to evaluate the integral, or follow the approach in Table 6.3.16(b), below.
To revert the change of variables, apply the substitution θ=arctan3 x/2 via Context Panel: Evaluate at a Point≻θ=arctan3⋅x/2
valueq2
−3sin⁡θ+3⁢ln⁡sec⁡θ+tan⁡θ
→evaluate at point
−9⁢x2+4x+3⁢ln⁡9⁢x2+42+3⁢x2
From Figure 6.3.2, sinθ=3 x/9 x2+4, and secθ=129 x2+4.
The stepwise solution provided by the tutor when the Constant, Constant Multiple, and Sum rules are taken as Understood Rules begins with the substitution u2=9+4/x2 and proceeds as shown in Table 6.3.16(a).
∫9⁢x2+4x2ⅆx=−9⁢∫1u2−9ⅆu−uchange,9+4x2=u2,u=3⁢∫1u+3ⅆu2−3⁢∫1u−3ⅆu2−upartialfractions
Table 6.3.16(a) The substitution u2=9+4/x2 made by the Integration Methods tutor
Note that the solution in Table 6.3.16(a) is not complete - the antiderivatives have not been obtained and the Revert rule has not been applied. Indeed, the final result, a result in dire need of a simplification that cannot be effected in the tutor, is
−12⁢−3⁢ln⁡9⁢x2+4+3⁢xx⁢x+3⁢ln⁡9⁢x2+4−3⁢xx⁢x+2⁢9⁢x2+4x
Table 6.3.16(b) shows the result when the Change rule x=23tanθ is imposed on the tutor.
∫9⁢x2+4x2ⅆx=3⁢∫1cos⁡θ⁢sin⁡θ2ⅆθchange,x=2⁢tan⁡θ3=−3⁢∫1u4−u2ⅆuchange,u=sin⁡θ,u=3⁢∫1u+1ⅆu2+3⁢∫1u2ⅆu−3⁢∫1u−1ⅆu2partialfractions
Table 6.3.16(b) Solution via Integration Methods tutor after x=23tanθ is imposed
The substitution u=sinθ leads to a rational function in u, an expression that is resolved by the algebraic technique of the partial fraction decomposition, to be studied in detail in Section 6.4.
Note that an annotated stepwise solution is available via the Context Panel with the "All Solution Steps" option.
The rules of integration can also be applied via the Context Panel, as per the figure to the right.
<< Previous Example Section 6.3 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document