Chapter 6: Techniques of Integration
Section 6.3: Trig Substitution
Example 6.3.9
Evaluate the indefinite integral ∫4+9 x2ⅆx.
Solution
Mathematical Solution
The substitution x=23tanθ means dx=23sec2θ dθ, and turns gx into 2 secθ. From Figure 6.3.2, secθ=124+9 x2. Hence, the evaluation of the given integral proceeds as follows.
∫4+9 x2ⅆx
= ∫2 secθ23sec2θ dθ
=43∫sec3θ ⅆθ
=43⋅12(secθtanθ+ln(secθ+tanθ))
=234+9 x2232x+ln4+9 x22+32x
=x24+9 x2+23ln4+9 x22+32x
In line 4, the absolute values inside the logarithm are dropped because the argument of the logarithm is positive for all real x.
Maple Solution
Evaluate the given integral
Control-drag the integral.
Context Panel: Evaluate and Display Inline
∫4+9 x2ⅆx = 12⁢x⁢9⁢x2+4+23⁢arcsinh⁡32⁢x
Using the appropriate identity in Table 2.10.4, the alternate form of the solution, namely,
x24+9 x2+23ln4+9 x22+32x
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 x2ⅆ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θ
∫23⁢4⁢tan⁡θ2+4⁢1+tan⁡θ2ⅆθ
Simplify the radical to 2 secθ. Note the restriction imposed on θ.
q2≔simplifyq1 assuming θ∷RealRange−π2,π2
43⁢∫1cos⁡θ3ⅆθ
Use the value command to evaluate the integral.
q3≔valueq2
23⁢sin⁡θcos⁡θ2+23⁢ln⁡sec⁡θ+tan⁡θ
Revert the change of variables by applying the substitution θ=arctan3 x/2.
evalq3,θ=arctan32x
12⁢x⁢9⁢x2+4+23⁢ln⁡12⁢9⁢x2+4+32⁢x
Even if the integral of 1/cos3θ were written as the integral of sec3θ, Maple's antiderivative would still contain sinθ/cos2θ, instead of secθtanθ.
The stepwise solution provided by the tutor when the Constant, Constant Multiple, and Sum rules are taken as Understood Rules begins with the substitution u=9 x2+4−3 x, and ends with
−3⁢x24−16+x⁢9⁢x2+44−2⁢ln⁡9⁢x2+4−3⁢x3+23⁢9⁢x2+4−3⁢x2
an expression equivalent to what has been obtained earlier, but which is difficult to transform to same. On the other hand, if the Change rule x=23tanθ is invoked in the tutor, the immediate return is the expected, as shown in Table 6.3.9(a).
∫9⁢x2+4ⅆx=4⁢∫sec⁡θ3ⅆθ3change,x=2⁢tan⁡θ3
Table 6.3.9(a) Annotated stepwise solution via Integration Methods tutor
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