Volumes

Author: John J Weber III, PhD Corresponding Textbook Sections:

Bloom’s Taxonomy

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Expected Educational Results

Volumes

Methods

Definition: Volume by Disk Method

The area A of the region bounded by the curves y=f(x) and y=g(x) where f and g are continuous and f(x)g(x)d for all x in [a,b] rotated about y=d is V=πabR2(x)dx where R(x)=f(x)d.

Definition: Volume by Washer Method

The area A of the region bounded by the curves y=f(x) and y=g(x) where f and g are continuous and f(x)g(x)d for all x in [a,b] rotated about y=d is V=πab[R2(x)r2(x)]dx where R(x)=f(x)d and r(x)=g(x)d.

Definition: Volume by Cylindrical Shells

The area A of the region bounded by the curves y=f(x) and y=g(x) where f and g are continuous and f(x)g(x) for all x in [a,b] rotated about x=c is V=2πabp(x)h(x)dx where p(x)=|xc| and h(x)=f(x)g(x).

Procedure

  1. Sketch both curves.

  2. Identify the region enclosed by both curves.

  3. Sketch a typical rectangle within the region where every potential rectangle starts and ends at different curves:

  4. Identify the axis of rotation in the graph (use dotted line to quickly identify this axis in your drawing).

  5. Find intersection(s) of curves, by

    1. Setting f(x)=g(x) and solve for all x-values [when using vertical rectangles], OR
    2. Setting f(y)=g(y) and solve for all y-values [when using horizontal rectangles]
  6. Identify the method (dashed lines in the following pics are axes of rotation). Explain.

  7. Set up the integral.

  8. Evaluate the integral.

Investigation 05

Use the blank embedded DESMOS graph below to graph the curves. You need the graphs and the Figure in Step 6 of the Procedure to determine which method of finding volume is required.

  1. Find the volume of the solid obtained by rotating about the x-axis the region bounded by y=sin(x) and y=cos(x) on [0,π4].
  2. Find the volume of the solid obtained by rotating about the x-axis the region bounded by y=x, and y=6x, and the x-axis.
  3. Find the volume of the solid obtained by rotating about the x-axis the region bounded by y=x22 and y=2x.
  4. Find the volume of the solid obtained by rotating about the x-axis the region bounded by y=x2+2 and y=6.

Investigation 06

  1. Find the volume of the solid obtained by rotating about the x-axis the region bounded by y=1x and the x-axis on [1,).

Check Your Work

Use Technology to Verify Volume Computation

NOTE: The use of technology in this activity is to verify, i.e., check, your answers. You must show work on assessments to receive credit for all Calculus II work.

Mathematica

To check the answer in Investigation 05-1:

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: https://www.jjw3.com/Common_Mathematica_Code.html.

  2. Integrate[ ] has two arguments:

    1. The function in the integrand of the average value integral;

    2. {x,a,b}, where

      1. x is the independent variable
      2. a is the lower limit of integration, i.e., the left-hand endpoint of the interval;
      3. b is the upper limit of integration, i.e., the right-hand endpoint of the interval.
  3. For help on using the Integrate[ ] function:

    1. In Mathematica, execute the code: ?Interate
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the Integrate[ ] function – you will be able to copy-paste code.
  4. You may need parens, ( and ), to group multiple terms in the numerator and denominator.

  5. Remember, correct Mathematica code will be all black except for variables.

  6. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Tuesday, 29 September 2020 11:49 EDT Last Modified: Wednesday, 02 March 2022 - 04:30 (EST)