In trying to find volume of the solid we use same approach as with area problem.
We divide solid into n pieces, approximate volume of each piece, take sum of volumes and then take limit as n→∞.
We start from a simple fact: volume of cylinder, with area of base A and height h is V=Ah.
In particular, circular cylinder, whose base is circle of radius r has volume V=πr2h. Rectangular box, whose base is rectangle with sides a and b has volume V=abh.
Now, consider a general solid S, that doesn't have a form of cylinder. We first "cut" it into n pieces (imagine a cucumber that is not a cylinder, that is cut into n pieces). Now, we approximate volume of each piece by volume of cylinder. We estimate the volume of S by adding the volumes of the cylinders. We obtain exact volume of S though a limiting process in which the number of pieces becomes very large.
We start by intersecting S with a plane and obtaining a plane region that is called a cross-section of S. Let A(x) be the area of the cross-section of S in a plane perpendicular to the x-axis and passing through the point x, where a≤x≤b. The cross-sectional area A(x) will vary as x increases from a to b.
Let’s divide S into n "slabs" of equal width. (Think of slicing a loaf of bread.) If we choose sample points in xi⋆ in [xi−1,xi], we can approximate the i-th slab by a cylinder with base area A(xi⋆) and "height" Δx.
The volume of this cylinder is A(xi⋆)Δx, so an approximation to volume of the i-th slab is V(Si)≈A(xi⋆)Δx.
Adding the volumes of these slabs, we get an approximation to the total volume: V≈∑i=1nA(xi⋆)Δx.
This approximation appears to become better and better as n→∞. (Think of the slices as becoming thinner and thinner.) Therefore, we define the volume as the limit of these sums as n→∞: V=limn→∞∑i=1nA(xi⋆)Δx. But we recognize the limit of Riemann sums as a definite integral and so we have the following definition.
Definition of Volume. Let S be a solid that lies between x=a and x=b. If the cross-sectional area of S through x and perpendicular to the x-axis, is A(x), where A is a continuous function, then the volume of S is V=∫abA(x)dx.
It is important to remember that A(x) is the area of a cross-section obtained by slicing through x perpendicular to the x-axis.
If we instead slice perpendicular to y-axis then V=∫cdA(y)dy.
Example 1. Find volume of sphere of radius r.
If we place the sphere so that its center is at the origin, then the cross-section is circle whose radius (from the Pythagorean Theorem) is y=r2−x2.
So, the cross-sectional area is A(x)=πy2=π(r2−x2).
Therefore, V=∫−rrπ(r2−x2)dx=π(r2x−31x3)∣−rr=
=π((r2⋅r−31⋅r3)−(r2⋅(−r)−31⋅(−r)3))=
=2π(r3−31r3)=34πr3.
Example 2. Find the volume of the solid whose base is a circle of radius r and whose cross-sections are equilateral triangles.
Let's take the circle x2+y2=r. Place its center at the origin.
Since B lies on the circle then y=r2−x2 and so the base of triangle ABC is ∣AB∣=21−x2. Since triangle is equilateral then its area is A=21⋅sin(600)⋅2r2−x2⋅2r2−x2=
=3(r2−x2).
So, cross-sectional area is A(x)=21⋅21−x23(1−x2)=3(r2−x2).
If we take some function y=f(x) and begin to revolve it around line, then we will obtain solid of revolution. In this case cross-sectional area is area of circle.
Note, that in example 1 we sphere can be treated as solid of revolution: revolving circle x2+y2=r2 around x-axis.
In general, we calculate the volume of a solid of revolution by using the basic defining formula V=∫abA(x)dx or V=∫cdA(y)dy and we find the cross-sectional area in one of the following ways:
If the cross-section is a disk then we use method of disks: we find the radius of the disk (in terms of x or y) and use A=π(radius)2.
If the cross-section is a washer (also called ring) then we use method of rings: we find the inner radius rin and outer radius rout from a sketch and compute the area of the washer by subtracting the area of the inner disk from the area of the outer disk: A=π(rout)2−π(rin)2=π((rout)2−(rin)2).
Example 3. Find the volume of the solid obtained by rotating about the x-axis the region under the curve y=x2 from 0 to 1.
When we slice through the point x, we get a disk with radius x2.
The area of this cross-section is A(x)=π(x2)2=πx4.
Therefore, V=∫01πx4dx=5πx5∣01=5π.
Example 4. Find the volume of the solid obtained by rotating the region bounded by y=x2, y=x about the x-axis.
First we need to find points of intersection: x2=x. From this we have that x=0 and x=1. So, points of intersection are (0,0) and (1,1).
Since we rotate around x-axis, then we slice the solid perpendicular to the x-axis.
We have washer (ring) here, so if we slice at x, then inner radius is x2 and outer radius is x. So, the area of cross-section through x is A(x)=π((x)2−(x2)2)=π(x2−x4).
Bounds of integration are 0 and 1 (we integrate with respect to x).
Example 6. Find the volume of the solid obtained by rotating the region bounded by y=x, y=2x about the y-axis.
First we need to find points of intersection: x=2x or x=4x2. From this we have that x=0 and x=4. So, points of intersection are (0,0) and (4,2).
Since we rotate around y-axis, then we slice the solid perpendicular to the y-axis and rotate with respect to y.
In this case cross-sectional area is function of y and we need to express functions in terms of y: x=y2 and x=2y.
We have washer (ring) here, so if we slice at height y, then inner radius is y2 and outer radius is 2y. So, the area of cross-section through y is A(y)=π((2y)2−(y2)2)=π(4y2−y4).
Bounds of integration are 0 and 2 (we integrate with respect to y).
Example 9. Find volume of a cap of a sphere with radius r and height h.
We need to find the top portion of the sphere of height h, so, the cap starts at y=r−h and ends at y=r.
If we slice perpendicular to y axis then each cross-section is circle with radius (according to Pythagorean theorem) x2=r2−y2. Therefore, cross-sectional area is A(y)=πx2=π(r2−y2).
Thus, V=∫r−hrπ(r2−y2)dy=π(r2y−31y3)∣r−hr=
=π((r2⋅r−31⋅r3)−(r2⋅(r−h)−31⋅(r−h)3))=
=πh2(r−31h). Note that when h=2r, we obtain volume of all sphere 34πr3.