The volume for truncated pyramid with irregular base

15.1k Views Asked by At

According to here, for truncated pyramid with rectangular base:

enter image description here

The volume is given by:

$volume= h/3*(a*b+c*d+(a*d+b*c)/2)$

What if the base is an irregular surface area, defined by $n$ sets of coordinates?

How to extend the above volume formula to cater for irregular surface area?

2

There are 2 best solutions below

4
On BEST ANSWER

We need to find the area of top and bottom surfaces. enter image description here

You can also visit: http://mathworld.wolfram.com/PyramidalFrustum.html

3
On

Prove this holds for any pyramid with a triangular base then triangulate your polygon and sum the volumes.

More generally, if you have a closed curve in a plane and a vertex not in that plane the volume of the solid obtained by joining the vertex to the curve is going to be the integral of the sections of area parallel to the curve from it to the vertex: $\int_0^h a(t)dt$ where $a(t)$ is the area of the intersection of the solid and the plane parallel to the one which contains the curve and whose distance to the vertex is t and h is the distance from the vertex to the plane which contains the curve. By a similarity argument we obtain that $a(t)$ is proportional to $t^2$, so let $a(t)=kt^2$ then $a(h)=kh^2\implies k=\frac{a(h)}{h^2}$ so $\int_0^h a(t)dt=\int_0^h kt^2dt=\frac{kh^3}{3}=\frac{a(h)h}{3}$, the familiar formula.

The formula in the question can then be obtained by subtracting a small pyramid from a big pyramid.