I want to calculate the volume of this shape, it's basically a frustum with an irregular polygon base. The bottom area $A_1$, the height of the frustum shape $h$,the sideways distance between $A_1$ and top area $A_2$ $ = s $ are known.Top area $A_2$ is unknown.
2026-03-29 04:11:00.1774757460
How would the volume of a frustum with irregular polygon area be calculated?
2.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

$$ Vol= (A1 + A2 + \sqrt {A1\cdot A2} )* h/3, $$
the relation assumes similar top and bottom polygonal shapes and concurrency of slant generators. Does not depend on side distance..