Calculus 1: Applications of Integration
The Student[Calculus1] package contains four routines that can be used to both work with and visualize the concepts of function averages, arc lengths, and volumes and surfaces of revolution. This worksheet demonstrates this functionality.
For further information about any command in the Calculus1 package, see the corresponding help page. For a general overview, see Calculus1.
Getting Started
While any command in the package can be referred to using the long form, for example, Student[Calculus1][DerivativePlot], it is easier, and often clearer, to load the package, and then use the short form command names.
>
|
|
>
|
|
The following sections show how the routines work. In some cases, examples show to use these visualization routines in conjunction with the single-stepping Calculus1 routines.
|
Function Average
|
|
The average value of a function on the interval is:
>
|
|
| (1.1) |
>
|
|
The integral output option can be used with the single-stepping functionality.
>
|
|
| (1.2) |
>
|
|
| (1.3) |
>
|
|
| (1.4) |
>
|
|
| (1.5) |
You can also compute the average value of a function using the FunctionAverageTutor command.
>
|
|
|
|
Volume of Revolution
|
|
Given a function , rotate its graph around the -axis and determine the volume of the resulting solid. The red line represents the value of the function.
>
|
|
The volume of this 3-D shape is given by the integral:
>
|
|
| (2.1) |
>
|
|
| (2.2) |
Similarly, rotate the graph of around the -axis; in this case, determine the volume under the resulting surface. (Note: The function f should increase or decrease monotonically.)
>
|
|
This volume is given by:
>
|
|
| (2.3) |
>
|
|
| (2.4) |
You can also determine the volume between two functions rotated around an axis. Consider the two expressions and on the interval .
>
|
|
>
|
|
>
|
|
| (2.5) |
>
|
|
| (2.6) |
You can also compute the volume of revolution and display the resulting solid using the VolumeOfRevolutionTutor command.
>
|
|
|
|
Arc Length
|
|
Given a function , determine the length of the curve (or arc) from the point () to the point (). This value is given by the formula:
>
|
|
| (3.1) |
When calling ArcLength with the plot output option, three curves are plotted:
1. The expression (in red by default),
2. The integrand (in blue by default),
3. The expression (in green by default)
and thus, the value of the green line at the point b is the total arc length of the curve.
>
|
|
In general, the resulting integrand is difficult to solve.
You can also computer arc length using the ArcLengthTutor command.
>
|
|
|
Simple Example Using Single Stepping
|
|
>
|
|
| (3.1.1) |
>
|
|
| (3.1.2) |
>
|
|
| (3.1.3) |
>
|
|
| (3.1.4) |
>
|
|
| (3.1.5) |
>
|
|
| (3.1.6) |
>
|
|
| (3.1.7) |
|
|
Advanced Example Using Hyperbolic Cosine
|
|
One special case is the hyperbolic cosine function, which is defined as:
For example, this function gives the shape of a wire hanging from two points.
>
|
|
In this special case, the length of the curve is equal to the integral of .
>
|
|
| (3.2.1) |
>
|
|
| (3.2.2) |
|
|
|
Surface of Revolution
|
|
Given a function , rotate its graph around the -axis and determine the area of the resulting surface. The red line represents the value of the function.
>
|
|
The area of this surface is given by:
>
|
|
| (4.1) |
Another example:
>
|
|
| (4.2) |
>
|
|
| (4.3) |
Similarly, rotate the graph of around the -axis and determine the area of the resulting surface.
>
|
|
When determining the area of the surface of revolution around the - or -axis, the integrand is similar. Only the term multiplying the square root is different.
>
|
|
| (4.4) |
>
|
|
| (4.5) |
You can also compute and view the surface of revolution using the SurfaceOfRevolutionTutor command.
>
|
|
|
Negative Values
|
|
The interpretation of negative values requires some explanation. When rotating a function around the -axis, a negative value of the function is interpreted as a negative surface value.
>
|
|
| (4.1.1) |
The absolute value function can be used to get the expected value.
>
|
|
| (4.1.2) |
Similarly, when the graph is rotated around the -axis, negative values are interpreted as negative surface values.
>
|
|
| (4.1.3) |
If the function is symmetric, the integral must be calculated from the origin. Otherwise, the surface area is added twice.
>
|
|
| (4.1.4) |
When the function is not symmetric, the sum of each positive branch must be added.
>
|
|
| (4.1.5) |
>
|
|
>
|
|
|
|
Main: Visualization
Previous: Integration
|