Chapter 3: Applications of Differentiation
Section 3.10: Antiderivatives
Essentials
Introduction
If ddxFx=fx, then an antiderivative of fx is Fx. In other words, Fx is the function whose derivative is fx. Thus, given the derivative fx, the search for an antiderivative is the search for the function Fx for which the derivative is fx.
Since the derivatives of Fx and Fx+c, where c is any constant, are the same function fx, the search for an antiderivative of fx does not have a unique answer. There are many different antiderivatives of fx, but each differs from the other by an additive constant.
If any one antiderivative is sought, the search might be posed as "Find an antiderivative of fx," in which case any single antiderivative would suffice. Alternatively, if the complete family of all possible antiderivatives is sought, the search should be posed as "Find the (most general) antiderivative of fx," in which case any one antiderivative plus an arbitrary additive constant constitutes the complete family of all possible antiderivatives.
There are calculus instructors who will interpret every request for an antiderivative as a request for the complete family, and will therefore insist that antiderivatives must always appear as Fx+c. On the other hand, there are calculus instructors who recognize the difference between a single member of the complete family and the complete family itself.
Table 3.10.1 lists an antiderivative for some common functions met while studying differentiation in Chapter 2. The table was constructed by gleaning from lists of derivatives, the functions that were differentiated. Note that neither this table, nor any of the common commercial tables, includes the additive constant. That is left for the user to include (or exclude).
Function
Antiderivative
a
a x
secxtanx
secx
x−1
lnx
cscxcotx
−cscx
xa,x≠−1
xa+1a+1
11−x2,x<1
{arcsinx−arccosx
sinx
−cosx
11+x2
{arctanx−arccotx
cosx
arcsinhx
tanx
−lncosx
11−x2
{arctanhx,x<1arccothx,x>1
cotx
lnsinx
ex
sec2x
sinhx
coshx
csc2x
−cotx
Table 3.10.1 Common antiderivatives
Comments on Table 3.10.1
The antiderivative of a constant a is a x, even if a=0, in which case the antiderivative is rightly given by 0+c=c. In other words, the antiderivative of zero is any constant.
The antiderivative of xa follows the "Power rule" provided a≠−1. In words, the Power rule is "Add one to the power and divide by the new power." If a=−1, then the antiderivative is the logarithm. The typical calculus text will use absolute values, as in Table 3.10.1, but Maple's antiderivative for x−1 is just lnx, a result that is correct on the complex plane.
An antiderivative of 1/1−x2 can be given as either arcsinx or −arccosx. However, it should not be inferred from this that arcsinx=−arccosx. In fact, the correct identity is arcsinx=π/2−arccosx. There are two forms for the antiderivative because the right additive constant transforms one antiderivative into the other.
The typical antiderivative tabulated for 1/1+x2 is arctanx. The identity arctanx=π/2−arccotx and the additive constant argument accounts for the two different forms of the antiderivative.
It is surprising that the derivatives of arctanhx and arccothx are the same. However, Figure 3.10.1 shows that the domains for these two antiderivatives are different.
Figure 3.10.1 Graphs of arctanhx (black) and arccothx (red)
Finally, it is worth remembering that an antiderivative for ex is ex, that is, the exponential function is "its own derivative and its own antiderivative."
Antiderivatives in Maple
Table 3.10.2 provides a simple tool for obtaining Fx, the general antiderivative of fx. The arbitrary constant _C is added to a basic antiderivative to give the complete family of antiderivatives. The underscore in front of the "C" indicates that Maple has generated that symbol. To use the tool, simply enter an expression in the box to the right of "fx=" and press the button labeled "F(x) =".
fx=
Table 3.10.2 A tool for obtaining antiderivatives
Maple's Student Calculus1 package has two built-in tools that will, after a fashion, return an antiderivative. These are listed in Table 3.10.3.
AntiderivativePlot
Table 3.10.3 Maple's built-in antiderivative tools
Table 3.10.4 contains illustrations of the AntiderivativePlot command used to return just an antiderivative.
Student:-Calculus1:-AntiderivativePlotx,output=antiderivative = 12⁢x2−50
Student:-Calculus1:-AntiderivativePlotx,x=0..3,output=antiderivative = 12⁢x2
Table 3.10.4 The AntiderivativePlot command used to return an antiderivative
In the first instance, the default range a,b=−10,10 is active; hence, the additive constant c in Fx=x2/2+c is chosen (by default) so that F−10=0. In the second instance, the active interval is 0,3; the additive constant c is chosen so that F0=0. Of course, if the Student Calculus1 package is first loaded (Tools≻Load Package), the prefix "Student:-Calculus1:-" can be deleted from the AntiderivativePlot command.
The AntiderivativePlot command can also return a graph showing the function fx, an antiderivative Fx, and perhaps members of the complete family Fx+c. Again, the default interval a,b is −10,10. The commands that generate for Figures 3.10.2 and 3.10.3 are given in Table 3.10.5.
Figure 3.10.2 Graph of fx=x and Fx=x2/2−2
Figure 3.10.3 Graph of fx=x, Fx=x2/2−2, and members of the family x2/2+c
In Figures 3.10.2 and 3.10.3, the interval a,b is −2,2. Hence, the antiderivative displayed is Fx=x2/2−2, for which F−2=0. In Figure 3.10.3, the green curves are members of the family x2/2+c.
Figure
Syntax for AntiderivativePlot Command
3.10.2
Student:-Calculus1:-AntiderivativePlotx,x=−2..2
3.10.3
Student:-Calculus1:-AntiderivativePlotx,x=−2..2,showclass
Table 3.10.5 Syntax for generating Figures 3.10.2 and 3.10.3
Figure 3.10.4 shows the tutor applied to fx=x on a default interval −2,2. The displayed antiderivative Fx=x2/2−2 is obtained by choosing the additive constant c so that F−2=0. To see members of the complete family of antiderivatives, check the "Show class of antiderivatives" box and then click the Display button.
Figure 3.10.4 Screen image of the Antiderivative tutor applied to fx=x on the interval −2,2
Examples
Example 3.10.1
If fx=3 x2−6x+5, find the antiderivative Fx for which F4=15.
Example 3.10.2
A particle moving along the x-axis has acceleration x″t=5 t+3, initial velocity x′0=−7, and initial position x0=8. Find xt, its position function.
Example 3.10.3
If g″x=4 x2−9 x−5, find the antiderivative gx for which g−1=3 and g3=−1.
Example 3.10.4
From the edge of a cliff 500 ft above ground level, a rock is thrown upward with a speed of 60 ft/s.
Obtain the position function yt.
When does the rock reach its maximum height?
What is the maximum height attained?
When does the rock drop to ground level?
Example 3.10.5
A car makes a panic stop with a constant deceleration of −30 ft/s2 and leaves a skid mark of 180 ft. How fast was the car traveling when the brakes were first applied?
<< Previous Section Table of Contents Next Chapter >>
© 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