About: Geek, hacker, jack of all trades, multi-purpose software developer.
Location:
Germany
Joined:
Sep 28, 2020
Calculating the volume of a cup via rotational solids
Publish Date: Feb 1
0 0
As part of tutoring physics and maths to high school students, I sometimes write up deep-dive explanations of questions arising during lessons. This post discusses two ways to find the volume of a cup generated by rotating two curves about the
x
-axis.
Question
A cup is generated by rotating two curves about the
x
-axis (see the blue region in the figure above). Which height,
h
, must the cup have so that the rotational volume is approximately equal to
200cm3
?
The functions are defined as:
f(x)=5x+4
and
g(x)=5x−4.
Answer
An important point to realise about this question is that we’re not trying to find the volume of the interior of the cup, i.e. that which would hold a fluid or another substance. The task is rather to find the volume of the material of the cup itself.
There are two ways to do this: (a) by finding the volume enclosed by each function and subtracting the smaller volume from the larger volume, and (b) by splitting the
x
domain into two well-defined regions and adding the solid formed by
f(x)
for the first region to the solid formed between
f(x)
and
g(x)
for the second region.
The first solution method is the easiest to understand, so we’ll start with that.
Subtracting rotational solids from one another
Before we begin solving this problem, there is an important point to make: notice that
g(x)
is not defined over the entire region that
f(x)
is defined. Where
f(x)
has a well-defined real value from
x=0
and above,
g(x)
is not defined at
x=0
and only obtains real values above a certain minimum
x
value. Consequently, it’s not possible to simply integrate from 0 up to
h
for both functions; we have to be careful.
To find the cup’s volume we need to calculate the volume enclosed by rotating
g(x)
about the
x
-axis and subtract this value from the volume enclosed by rotating
f(x)
about the
x
-axis.
Let’s calculate the volume bounded by
f(x)
first. We calculate the volume of the solid of revolution for
f(x)
by considering infinitesimally thin discs created by rotating
f(x)
around the
x
-axis and then integrating these discs over
x
.
The surface area of a single disc is given by the familiar formula:
A=πr2,
where
r
is the distance from the
x
-axis to the function at a given
x
value. This distance is simply the function
f(x)
, hence
r=f(x)
. Thus, the area of a disc enclosed by the function
f(x)
at a given
x
is:
Af=π(f(x))2.
Integrating these discs over
x
gives the volume enclosed by
f(x)
, which we denote here by
Vf
. I.e.
Vf=π∫ab(f(x))2dx.
We’re now in a position to carry out this integration. We know that
f(x)=5x+4,
hence we substitute this into our equation for
Vf
above, to get:
Vf=π∫ab(5x+4)2dx
=π∫ab5x+4dx
=π[25x2+4x]abdx.
To find the definite integral, we note that
f(x)
is bounded to the left by the
y
-axis (i.e. where
x=0
) and to the right by the height of the cup,
h
. Hence the integration bounds are
a=0
and
b=h
, which gives:
Vf=π[25h2+4h]−π[2502+0]
=π[25h2+4h]
=25πh2+4πh.
To find the volume enclosed by
g(x)
, we use a similar method. However, we note that the lower bound of the integral,
a
, is no longer equal to 0; it is equal to the value of
x
when
g(x)=0
. The upper bound when integrating over
g(x)
is still
b=h
.
We can calculate the lower bound by setting
g(x)
equal to zero and solving for
x
:
g(x)=0=5x−4;(square both sides)
⇒0=5x−4
⇒5x=4
⇒x=54.
Hence the lower bound of the integral is
a=54
.
The rotational volume of the solid enclosed by
g(x)
(denoted by
Vg
) can be written like so:
Vg=π∫ab(g(x))2dx.
Since we know that
g(x)=5x−4
we therefore have
Vg=π∫ab5x−4dx
=π[25x2−4x]ab.
Substituting
a=54
and
b=h
, we get
Vg=π[25h2−4h]−π[25(54)2−4(54)]
=π[25h2−4h]−π[25⋅2516−516]
=π[25h2−4h]−π[21⋅516−516]
=π[25h2−4h]−π[−21⋅516]
=25πh2−4πh+58π.
To find the volume of the cup,
Vc
, we subtract the rotational volume enclosed by
g(x)
from the rotational volume enclosed by
f(x)
:
Vc=Vf−Vg
=25πh2+4πh−(25πh2−4πh+58π)
=25πh2+4πh−25πh2+4πh−58π
=8πh−58π.
We want this volume to equal
200cm3
, hence we set
Vc
equal to 200 and solve for
h
:
Vc=200=8πh−58π
⇒8π200=h−51
⇒h=8π200+51
⇒h=π25+51cm
⇒h≈8.16cm.
Hence the desired height of the cup,
h
, is approximately equal to 8.16 cm.
Integrating with discs and washers
As with many things in mathematics, there’s more than one way to do it. In the solution above, we subtracted the volume of the smaller solid from the volume of the larger solid to calculate the cup’s volume. Another way to approach the situation is to realise that we can split the
x
domain up into two regions: one where only
f(x)
is defined (
x∈[0,4/5)
), and one where both
f(x)
and
g(x)
are defined (
x∈[4/5,h]
).
Looking at the problem from this perspective, we can find the solid of rotation for
f(x)
in the region where only
f(x)
is defined by using the method of discs. We can then find the solid of rotation between
f(x)
and
g(x)
over the domain where both
f(x)
and
g(x)
are defined by using the method of washers.
The following diagram illustrates the two regions over which we’ll be integrating, denoted by the text “discs” and “washers” respectively:
Adding the volumes of the rotational solids from each region will give us the same volume for the cup as calculated in the previous section. Let’s see how this works in detail.
As before, we have the functions
f(x)=5x+4
and
g(x)=5x−4.
First, we want to find the volume of the rotational solid formed by
f(x)
over the domain where
g(x)isn’t defined, i.e.
x∈[0,4/5)
. As mentioned above, we use the method of discs to find the volume of this rotational solid, which we will denote here as
Vdiscs
:
Vdiscs=π∫04/5(f(x))2dx
=π∫04/5(5x+4)2dx
=[25πx2+4πx]04/5
=25(54)2π+454π
=252516π+516π
=21516π+516π
=23516π
=524π.
We find the rest of the cup’s volume by integrating the washers formed by the region between
f(x)
and
g(x)
when they are rotated about the
x
-axis. We then perform the integration from the minimum
x
value for which
g(x)
is defined up to
h
to get the volume for this part of the cup, which we will denote by
Vwashers
. This calculation is as follows:
Vwashers=π∫4/5h(f(x))2−(g(x))2dx
=π∫4/5h(5x+4)−(5x−4)dx
=π∫4/5h8dx
=8πx∣∣4/5h
=8πh−8π54.
To find the cup’s volume, we add
Vdiscs
to
Vwashers
:
Vcup=Vdiscs+Vwashers
=524π+8πh−8π54.
We can extract a common factor of
8π
by noting that
24=3⋅8
, thus
Vcup=524π+8πh−8π54
=8π53+8πh−8π54
=8π(53+h−54)
=8π(h−51).
We know that the desired cup volume should be equal to 200, hence we set this result equal to 200 and solve for
h
: