7.7 Volume Washer Methodap Calculus



Feb 07, 2017 Example 1) Find the volume of the solid formed by revolving the region bounded by the graphs y = √x and y = x2about the x-axis. 4 This application of the method of slicing is called the washer method. The shape of the slice is a circle with a hole in it, so we subtract the area of the inner circle from the area of the outer circle. Math AP®︎/College Calculus AB Applications of integration Volume with washer method: revolving around x- or y-axis Volume with washer method: revolving around x- or y-axis Solid of revolution between two functions (leading up to the washer method).

  • 5,023 3 3 gold badges 7 7 silver badges 23 23 bronze. Calculus volume problem. Use calculus to set up an integral for the volume of the bagel using washer.
  • How do you find the volume of the region bounded by #y=6x# #y=x# and #y=18# is revolved about the y axis? Calculus Applications of Definite Integrals Determining the Volume of a Solid of Revolution 1 Answer.
  • This video explains how to use the washer method to determine volume of revolution about the x-axis.http://mathispower4u.yolasite.com.

The volume of a general right cylinder, as shown in Figure (PageIndex{1}), is

[text{Area of the base $times$ height.}]

We can use this fact as the building block in finding volumes of a variety of shapes.

Given an arbitrary solid, we can approximate its volume by cutting it into (n) thin slices. When the slices are thin, each slice can be approximated well by a general right cylinder. Thus the volume of each slice is approximately its cross-sectional area (times) thickness. (These slices are the differential elements.)

Figure (PageIndex{1}): The volume of a general right cylinder.

By orienting a solid along the (x)-axis, we can let (A(x_i)) represent the cross-sectional area
of the (i,^text{th}) slice, and let (dx_i) represent the thickness of this slice (the thickness is a small change in (x)). The total volume of the solid is approximately:

[ begin{align} text{Volume} &approx sum_{i=1}^n Big[text{Area} times text{thickness}Big] &= sum_{i=1}^n A(x_i) dx_i. end{align}]

Recognize that this is a Riemann Sum. By taking a limit (as the thickness of the slices goes to 0) we can find the volume exactly.

Theorem (PageIndex{1}): Volume By Cross-Sectional Area

The volume (V) of a solid, oriented along the (x)-axis with cross-sectional area (A(x)) from (x=a) to (x=b), is

$$V = int_a^b A(x) dx.]

Example (PageIndex{1}): Finding the volume of a solid

Find the volume of a pyramid with a square base of side length 10 in and a height of 5 in.

Solution

There are many ways to 'orient' the pyramid along the (x)-axis; Figure (PageIndex{2}) gives one such way, with the pointed top of the pyramid at the origin and the (x)-axis going through the center of the base.

Figure (PageIndex{2}): Orienting a pyramid along the (x)-axis in Example (PageIndex{1}).

Calculus Volume Washer Method

Each cross section of the pyramid is a square; this is a sample differential element. To determine its area (A(x)), we need to determine the side lengths of the square.

When (x=5), the square has side length 10; when (x=0), the square has side length 0. Since the edges of the pyramid are lines, it is easy to figure that each cross-sectional square has side length (2x), giving (A(x) = (2x)^2=4x^2).

If one were to cut a slice out of the pyramid at (x=3), as shown in Figure (PageIndex{3}), one would have a shape with square bottom and top with sloped sides. If the slice were thin, both the bottom and top squares would have sides lengths of about 6, and thus the cross--sectional area of the bottom and top would be about 36in(^2). Letting (Delta x_i) represent the thickness of the slice, the volume of this slice would then be about (36Delta x_i(in)^3).

Figure (PageIndex{3}): Cutting a slice in they pyramid in Example (PageIndex{1}) at (x=3).

Cutting the pyramid into (n) slices divides the total volume into (n) equally--spaced smaller pieces, each with volume ((2x_i)^2Delta x), where (x_i) is the approximate location of the slice along the (x)-axis and (Delta x) represents the thickness of each slice. One can approximate total volume of the pyramid by summing up the volumes of these slices:

$$text{Approximate volume } = sum_{i=1}^n (2x_i)^2Delta x.]

Taking the limit as (ntoinfty) gives the actual volume of the pyramid; recoginizing this sum as a Riemann Sum allows us to find the exact answer using a definite integral, matching the definite integral given by Theorem (PageIndex{1}).

We have

[begin{align} V &= lim_{ntoinfty} sum_{i=1}^n (2x_i)^2Delta x &= int_0^5 4x^2 dx &= frac43x^3Big|_0^5 &=frac{500}{3} text{in}^3 approx 166.67 text{in}^3.end{align}]

We can check our work by consulting the general equation for the volume of a pyramid (see the back cover under 'Volume of A General Cone'):

[frac13times text{area of base}times text{height}.]

7.7

Certainly, using this formula from geometry is faster than our new method, but the calculus--based method can be applied to much more than just cones.

An important special case of Theorem (PageIndex{1}) is when the solid is a solid of revolution, that is, when the solid is formed by rotating a shape around an axis.

Start with a function (y=f(x)) from (x=a) to (x=b). Revolving this curve about a horizontal axis creates a three-dimensional solid whose cross sections are disks (thin circles). Let (R(x)) represent the radius of the cross-sectional disk at (x); the area of this disk is (pi R(x)^2). Applying Theorem (PageIndex{1}) gives the Disk Method.

Key Idea 23: The Disk Method

Let a solid be formed by revolving the curve (y=f(x)) from (x=a) to (x=b) around a horizontal axis, and let (R(x)) be the radius of the cross-sectional disk at (x). The volume of the solid is

$$V = pi int_a^b R(x)^2 dx.]

Example (PageIndex{2}): Finding volume using the Disk Method

Find the volume of the solid formed by revolving the curve (y=1/x), from (x=1) to (x=2), around the (x)-axis.

Solution

A sketch can help us understand this problem. In Figure (PageIndex{4a}) the curve (y=1/x) is sketched along with the differential element -- a disk -- at (x) with radius (R(x)=1/x). In Figure (PageIndex{4b}) the whole solid is pictured, along with the differential element.

The volume of the differential element shown in part (a) of the figure is approximately (pi R(x_i)^2Delta x), where (R(x_i)) is the radius of the disk shown and (Delta x) is the thickness of that slice. The radius (R(x_i)) is the distance from the (x)-axis to the curve, hence (R(x_i) = 1/x_i).

Figure (PageIndex{4}): Sketching a solid in Example (PageIndex{2}).

Slicing the solid into (n) equally--spaced slices, we can approximate the total volume by adding up the approximate volume of each slice:

$$text{Approximate volume } = sum_{i=1}^n pi left(frac1{x_i}right)^2Delta x.]

Taking the limit of the above sum as (ntoinfty) gives the actual volume; recognizing this sum as a Riemann sum allows us to evaluate the limit with a definite integral, which matches the formula given in Key Idea 23:

[begin{align} V &= lim_{ntoinfty}sum_{i=1}^n pi left(frac1{x_i}right)^2Delta x &= piint_1^2 left(frac1xright)^2 dx &= piint_1^2 frac1{x^2} dx &= pileft[-frac1xright]Big|_1^2 &= pi left[-frac12 - left(-1right)right] &= frac{pi}{2} text{units}^3.end{align}]

While Key Idea 23 is given in terms of functions of (x), the principle involved can be applied to functions of (y) when the axis of rotation is vertical, not horizontal. We demonstrate this in the next example.

Example (PageIndex{3}): Finding volume using the Disk Method

Find the volume of the solid formed by revolving the curve (y=1/x), from (x=1) to (x=2), about the (y)-axis.

Solution

Since the axis of rotation is vertical, we need to convert the function into a function of (y) and convert the (x)-bounds to (y)-bounds. Since (y=1/x) defines the curve, we rewrite it as (x=1/y). The bound (x=1) corresponds to the (y)-bound (y=1), and the bound (x=2) corresponds to the (y)-bound (y=1/2).

Thus we are rotating the curve (x=1/y), from (y=1/2) to (y=1) about the (y)-axis to form a solid. The curve and sample differential element are sketched in Figure (PageIndex{5a}), with a full sketch of the solid in Figure (PageIndex{5b}).

Figure (PageIndex{5}): Sketching a solid in Example (PageIndex{3}).

We integrate to find the volume:

[begin{align}V &= piint_{1/2}^1 frac{1}{y^2} dy &= -frac{pi}yBig|_{1/2}^1 &= pi text{units}^3. end{align}]

We can also compute the volume of solids of revolution that have a hole in the center. The general principle is simple: compute the volume of the solid irrespective of the hole, then subtract the volume of the hole. If the outside radius of the solid is (R(x)) and the inside radius (defining the hole) is (r(x)), then the volume is

$$V = piint_a^b R(x)^2 dx - piint_a^b r(x)^2 dx = piint_a^b left(R(x)^2-r(x)^2right) dx.]

Figure (PageIndex{6}): Establishing the Washer Method; see also Figure (PageIndex{7}).

One can generate a solid of revolution with a hole in the middle by revolving a region about an axis. Consider Figure (PageIndex{6a}), where a region is sketched along with a dashed, horizontal axis of rotation. By rotating the region about the axis, a solid is formed as sketched in Figure (PageIndex{6b}). The outside of the solid has radius (R(x)), whereas the inside has radius (r(x)). Each cross section of this solid will be a washer (a disk with a hole in the center) as sketched in Figure (PageIndex{6b}). This leads us to the Washer Method.

Figure (PageIndex{7}): Establishing the Washer Method; see also Figure (PageIndex{6}).

Key Idea 24: The Washer Method

Let a region bounded by (y=f(x)), (y=g(x)), (x=a) and (x=b) be rotated about a horizontal axis that does not intersect the region, forming a solid. Each cross section at (x) will be a washer with outside radius (R(x)) and inside radius (r(x)). The volume of the solid is

Volume Shell Method

[V = piint_a^b Big(R(x)^2-r(x)^2Big) dx.]

Even though we introduced it first, the Disk Method is just a special case of the Washer Method with an inside radius of (r(x)=0).

Example (PageIndex{4}): Finding volume with the Washer Method

Find the volume of the solid formed by rotating the region bounded by (y=x^2-2x+2) and (y=2x-1) about the (x)-axis.

Solution

A sketch of the region will help, as given in Figure (PageIndex{8a}).

Figure (PageIndex{8}): Sketching the differential element and solid in Example (PageIndex{4}).

Rotating about the (x)-axis will produce cross sections in the shape of washers, as shown in Figure (PageIndex{8b}); the complete solid is shown in part (c). The outside radius of this washer is (R(x) = 2x+1); the inside radius is (r(x) = x^2-2x+2). As the region is bounded from (x=1) to (x=3), we integrate as follows to compute the volume.

[begin{align}V &= piint_1^3 Big((2x-1)^2-(x^2-2x+2)^2Big) dx &= piint_1^3 big(-x^4+4x^3-4x^2+4x-3big) dx &= piBig[-frac{1}{5}x^5+x^4-frac43x^3+2x^2-3xBig]Big|_1^3 &=frac{104}{15}pi approx 21.78 text{units}^3.end{align} ]

When rotating about a vertical axis, the outside and inside radius functions must be functions of (y).

Example (PageIndex{5}): Finding volume with the Washer Method

Find the volume of the solid formed by rotating the triangular region with vertices at ((1,1)), ((2,1)) and ((2,3)) about the (y)-axis.

Solution

The triangular region is sketched in Figure (PageIndex{9}); the differential element is sketched in (b) and the full solid is drawn in (c). They help us establish the outside and inside radii. Since the axis of rotation is vertical, each radius is a function of (y).

The outside radius (R(y)) is formed by the line connecting ((2,1)) and ((2,3)); it is a constant function, as regardless of the (y)-value the distance from the line to the axis of rotation is 2. Thus (R(y)=2).

Figure (PageIndex{9}): Sketching the solid in Example (PageIndex{5}).

The inside radius is formed by the line connecting ((1,1)) and ((2,3)). The equation of this line is (y=2x-1), but we need to refer to it as a function of (y). Solving for (x) gives (r(y) = frac12(y+1)).

We integrate over the (y)-bounds of (y=1) to (y=3). Thus the volume is

[begin{align}V &= piint_1^3Big(2^2 - big(frac12(y+1)big)^2Big) dy &= piint_1^3Big(-frac14y^2-frac12y+frac{15}4Big) dy &= piBig[-frac1{12}y^3-frac14y^2+frac{15}4yBig]Big|_1^3 &= frac{10}3pi approx 10.47 text{units}^3.end{align}]

This section introduced a new application of the definite integral. Our default view of the definite integral is that it gives 'the area under the curve.' However, we can establish definite integrals that represent other quantities; in this section, we computed volume.

The ultimate goal of this section is not to compute volumes of solids. That can be useful, but what is more useful is the understanding of this basic principle of integral calculus, outlined in Key Idea 24: to find the exact value of some quantity,

  • we start with an approximation (in this section, slice the solid and approximate the volume of each slice),
  • then make the approximation better by refining our original approximation (i.e., use more slices),
  • then use limits to establish a definite integral which gives the exact value.

7.7 Volume Washer Methodap Calculus Calculator

We practice this principle in the next section where we find volumes by slicing solids in a different way.

Contributors and Attributions

  • Gregory Hartman (Virginia Military Institute). Contributions were made by Troy Siemers and Dimplekumar Chalishajar of VMI and Brian Heinold of Mount Saint Mary's University. This content is copyrighted by a Creative Commons Attribution - Noncommercial (BY-NC) License. http://www.apexcalculus.com/

  • Integrated by Justin Marshall.