The amazing volume formula
More Fun With Mathematics by Jerome Meyer is a nice little book of interesting Math explorations. It's out of print but Amazon has a few very inexpensive used copies available. In the book I discovered this very odd volume formula that I've never seen before and couldn't find via Google. The author calls the formula "The Amazing Prismoidal Formula."
The formula states the following for any regular solid:
V = H*(B+4M+T)/6
where:
V = volume
H = height
B = area of the base
M = area of the middle of the solid
T = area of the top of the solid
Take a cube with side = 2 as a simple example:
H = 2
B = 2^2 = 4
M = B = 4
T = M = B = 4V = H*(B+4M+T)/6 = 2*(4+4*4+4)/6 = 8, which is 2^3.
Use a cone with a base of radius r as another example, ignoring for the moment that it's not a regular solid. We'll get back to that.
H is not fixed. It can be any value.
B = pi*r^2
M = (pi*r^2)/4 since the radius of the circle in the middle is 1/2 of the radius of the base
T = 0V = H*(B+4M+T)/6 = H*((pi*r^2) + 4*(pi*r^2)/4 + 0 )) /6 = (H*pi*r^2)/3, which is the familiar formula for the volume of a cone.
Meyer claims this formula works for any regular solid. Well, I think of regular solids as the 5 platonic solids. Meyer has illustrations of a cube, cone, cylinder, sphere, and conic frustrum (truncated cone).
I tried his formula on a tetrahedron and it works. I could not get it to work for an octahedron but that might have been an algebra mistake on my part. As the number of sides of the regular polygon increases determining the height and the area of the middle becomes more difficult.
An interesting exploration would be to determine for what solids, regular or not, does this formula work.
November 17th, 2007 - 04:03
Oh, that’s easy. It works for any solid that has a notion of “height”, and where the cross-section area changes quadratically as a function of height.
(It’s not so amazing, BTW. It’s just Simpson’s Rule in disguise.)
November 17th, 2007 - 08:05
Pseudonym,
Good noticing. I looked up Simpson’s rule in my copy of Thomas/Finney “Calculus and Analytic Geometry” and, sure enough, it does look just like this formula.
December 13th, 2007 - 22:08
how to see the fomula
February 25th, 2008 - 19:50
Wow! Really works! For example, take a sphere:
V=h(0+4([pi]r^2)/6
In a sphere, h=2r
V=2r(4[pi]r^2)/6
V=8[pi]r^3/6
V=(4/3)[pi]r^3
February 25th, 2008 - 20:11
Yup, it is an amazing formula for many solids!
June 29th, 2008 - 23:36
Pl send Trapizium volume formuala
Kind regards,
Jagadeesh
December 11th, 2011 - 00:00
it does really works, but its just the simplified formula of simpson rule,,but it is merely for all regular area.. and how about if the figure has an irregular shape and has multiple sides and the length varies..??