Evaluate the given integral
|
•
|
Control-drag the integral.
|
•
|
Context Panel:
Evaluate and Display Inline
|
|
=
|
|
|
Recall that the given integrand is defined over the reals only when . The solution given by Maple is not real for this domain because on this domain . (The inverse hyperbolic tangent function is complex for such arguments.)
Using the appropriate identity in Table 2.10.4, the alternate form of the solution, namely,
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.
|
|
|
•
|
Let be the name of the given integral.
|
|
|
Change variables as per Table 6.3.1
|
•
|
Use the Change command to apply the change of variables .
|
|
|
•
|
Simplify the radical to . Note the restriction imposed on .
|
|
|
•
|
Apply the half-angle trig identity via the simplify command with the identity as a side relation.
|
|
|
•
|
Split the integral with the expand command, while preventing Maple from applying the double-angle expansion to .
|
|
|
•
|
Use the value command to evaluate what are now two separate but known integrals. (See Table 6.2.10 for .)
|
|
|
•
|
Revert the change of variables by applying the substitution .
|
|
|
|
|
Without a restriction on , the logarithm in the penultimate step could be complex. Its argument is nonnegative only for . It would be better to apply the logarithm to the absolute value of the arguments in this and the last step.
Table 6.3.5(a) displays the annotated stepwise solution provided by the
tutor when the Constant, Constant Multiple, and Sum rules are taken as Understood Rules.
|
Table 6.3.5(a) First steps of an annotated stepwise solution via Integration Methods tutor
|
|
|
Maple's stepwise solution will next re-derive the antiderivative of as per Table 6.2.10.
•
|
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.
|
|
|
|
|