Imagine a step-pyramid made up of small square prisms with dimensions
a-by-a-by-b, arranged in square layers. If the layers are k-by-k for
k = 1, 2, 3, ..., n, then the total volume of the step-pyramid is:
V = a^2*b*[1^2 + 2^2 + 3^2 + ... + n^2],
= a^2*b*n*(n + 1)*(2*n + 1)/6 (which can be proved by induction),
= a^2*b*n^3*(1/3 + 1/[2*n] + 1/[6*n^2]).
Now, the height of the step-pyramid is h = b*n, and the area of the
base is:
B = a^2*n^2,
so the volume is:
V = h*B*(1/3 + 1/[2*n] + 1/n^2).
Now let n -> infinity, so the steps get smaller and smaller, and the
volume of the step-pyramid approaches the volume of the inscribed
pyramid. Then the right-hand side approaches h*B/3, as the volume V
approaches the volume of the pyramid.
This same proof works for a pyramid with any polygonal base. For a
cone, take a pyramid with a regular m-gon for a base, and let
m -> infinity.
The base approaches a circle, and the pyramid approaches a cone, and
the formula V = h*B/3 still holds in the limit.
There is another proof, which cuts a rectangular solid into six pieces
of equal volume, each of which is a triangular pyramid (or irregular
tetrahedron). This proves that the volume of each is 1/6th the volume
of the starting rectangular solid, and each has base of area 1/2 the
area of one of the faces of the solid, and height equal to the
dimension of the solid perpendicular to that face.
r is the radius of the base of the cone
h is the height of the cone
s is the radius of the cross-section of the cone (0<s<r)
x is the distance between the specific cross-section to the tip of the cone (0<x<h)
圖片參考:
http://www.mph.net/coelsner/calcapps/cone_exprn_files/eq0001L.gif
I hope this can help your understanding. :)