34. Volume by Slicing, Disks and Washers
Dated: 30-10-2024
Cylinders
Imagine we have a circle
in 2D
(the \(xy\) plane
1).
In 3d
, it would look something like this
And if we start scaling it into the \(3rd\) axis which is \(z\), we will get a cylinder
.
If the circle
had a hole inside it, the cylinder
would have it too.
To find the volume of this cylinder
, we can use the formula
Where \(A\) is the area
of the circle
and \(h\) is the unit height
in z axis
.
This formula can work for any shape which is extended in
z axis
in similar fashion.
Slicing Method
We can bound this shape on x axis
by \(x = a\) and \(x = b\).
Notice how the cross sectional area
is uniform across the shape if we look at the surface
perpendicular to the x - axis
.
Therefore, we can define its volume
to be a sum
of the areas
of these surfaces
which come up as a result of slicing the shape into \(n\) chunks.
To get more accuracy, we can make the slices as thin as possible.
Definition
Let \(S\) be a solid bounded by two parallel planes
1 perpendicular to the x-axis
at \(x = a\) and \(x = b\). If , for each \(x\) in \([a,b]\), the cross-sectional area
of \(S\) perpendicular to the x-axis
is \(A(x)\), then the volume
of the solid is
This definition also works if we replace x axis
with y axis
.
Volumes of Solids of Revolution by Disks Perpendicular to x axis
Imagine we have a continuous function
2 defined over the interval
3 \([a, b]\)
After the rotation, we get a solid which looks like this
Notice how if we look perpendicular to the x axis
, we would find the cross sections
to be circles
.
Therefore,
Example
Find formula for volume
of a sphere
.
Solution
We can get a sphere
by revolving a semi circle
around the x axis
.
First, let's figure out equation for this semi circle
.
We know that a circle
consists of 2 semi circles
which reflect each other across the x-axis
.
If \(r\) is the radius
of the circle
then.
This gives us equations for both semi circles
but we care about only one.
The interval
3 is \([-r, r]\) and therefore,
References
Read more about notations and symbols.