Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/main/141-Labs/Lab 10 - Applications of Integration - Volume by Definite Integral.ipynb
Views: 491
Lab 10 - Applications of Integration: Volume by Definite Integral
Overview
The topic of Volume of Revolution is often difficult for students to grasp. With different methods, formulations, and rotating axes, this topic may appear confusing at first and adequate practice is a must. In this lab, we will introduce SageMath commands which will help you visualize Volume of Revolution problems.
Important SageMath Commands Introduced in this Lab
ParseError: KaTeX parse error: Undefined control sequence: \hfill at position 32: …|l|l|} \hline \̲h̲f̲i̲l̲l̲ ̲\textbf{Command…Related Course Material
Example 1
Consider the solid formed by rotating the region between and from to about the -axis. We will use SageMath to plot this solid and then find its volume. First, we use the command to plot the region before it is rotated.
Next, we can use the ParseError: KaTeX parse error: Expected 'EOF', got '_' at position 19: …xtbf{revolution_̲plot3d}(\textit… command to plot the solid formed by rotating this region about the -axis.
Now that we can see the solid, we can decide whether we should use the disk/washer method to find the volume, or the shell method. For this example, it is easier to use the disk/washer method since we can find the volume with a single integral. Since there is some open space in our solid, we need to use the washer method. Recall that the formula for calculating the volume using the washer method is where is the top function and is the bottom function. In this example, we have that and We can use SageMath to calculate this volume using the command from Lab 9.
Therefore, the solid formed by rotating the region between and from to about the -axis has volume
Example 2
Consider the solid formed by rotating the region between and from to about the -axis.
This time, we are revolving the region around the -axis. In order to do that, we need to omit the ParseError: KaTeX parse error: Expected 'EOF', got '_' at position 17: …textit{parallel_̲axis = 'x'} from the ParseError: KaTeX parse error: Expected 'EOF', got '_' at position 19: …xtbf{revolution_̲plot3d}(\dots) command.
Now, we need to decide whether we should use the disk/washer method or the shell method. By looking at the solid, we can see that using rectangles which run parallel to the axis of revolution will result in only having to use a single integral to calculate the volume. Therefore, we will use the shell method. Recall that the formula for calculating the volume using the shell method is where is the distance that our generic rectangle is from the axis of revolution and is the height of our generic rectangle. Since the axis of revolution is the -axis, we have that . Since is the top function and is the bottom function in this region, we see that
Therefore, the solid formed by rotating the region between and from to about the -axis has volume
Example 3
Consider the solid formed by rotating the region in the first quadrant bounded between the functions and about the -axis. In order to plot this region, we need to determine the domain for the bounded region. Note that the endpoints of the bounded region are -values such that . We can use SageMath to find these values.
Since we want the bounded region in the first quadrant, we use the domain .
For this solid, we can calculate the volume using both the disk/washer method and the shell method. We will use both and verify that they give the same value. First, we will use the disk/washer method. Note that the top function is and the bottom function is
Now, we will use the shell method. Since we are using the shell method on a solid which was formed by rotating a region about the -axis, we need to write the functions and in terms of instead of . Note that and Also, we need to change the bounds and to be in terms of . We can use either or to find the corresponding -values.
Thus, our new bounds are and . Note that from the perspective of the -axis, is the top function and is the bottom function.
Therefore, using either method, we found that the volume of the solid formed by rotating the region in the first quadrant bounded between and about the -axis is
Example 4
Find the volume formed by rotating the following regions about the -axis.
Example 5
Find the volume formed by rotating the following regions about the -axis.