Given an upside down rectangular frustum right pyramid with top and bottom surface edge lengths $a_0$, $b_0$, $a_2$ and $b_2$ and height $h_3$ ( nomenclature to be clear in the following argument ), let us extend it to a pyramid of height $h_0$. Regarding it as a pond filled with water, let us determine the lateral surface area, $l_4$, of the volume of water as a function of the height of water, $h_4$.
Call the lateral surface area of the extended part as $l_2$ and the lateral surface area of the pyramid formed by the volume of water and the extension as $l_1$, then we have the following.
$$ l_4= l_1-l_2 $$
Now, for a rectangular pyramid of base side lengths $a$ and $b$ and height $h$ the lateral surface area, $l$, is computed as below.
$$ l= 2 \thinspace \left( \frac{1}{2} \sqrt{h^2+ \frac{b^2}{4}} \thinspace a+ \frac{1}{2}\sqrt{h^2+\frac{a^2}{4}} \thinspace b \right) $$
$$ = \sqrt{h^2+ \frac{b^2}{4}} \thinspace a+ \sqrt{h^2+ \frac{a^2}{4}} \thinspace b $$
Then,
$$l_4= \left( \sqrt{h_1^2+ \frac{b_1^2}{4}} \thinspace a_1+ \sqrt{h_1^2+ \frac{a_1^2}{4}} \thinspace b_1 \right) - \left( \sqrt{h_2^2+ \frac{b_2^2}{4}} \thinspace a_2+ \sqrt{h_2^2+ \frac{a_2^2}{4}} \thinspace b_2 \right) $$
and due to the similarity arguments in the triangles formed
$$ h_2= \frac{h_3}{a_0-a_2} \thinspace a_2. $$
Further, for any length parameter $\alpha$,
$$ \frac{\alpha_1}{\alpha_2}= \frac{h_1}{h_2} $$
$$ = \frac{h_2+h_4}{h_2} $$
$$ = 1+ \frac{h_4}{h_3} \thinspace \frac{a_0-a_2}{a_2}. $$
Let us denote this parameter by $k$. Note that it depends linearly on the water level $h_4$. Thus,
$$ l_4= (k^2-1) \left( \sqrt{h_2^2+ \frac{b_2^2}{4}} \thinspace a_2+ \sqrt{h_2^2+ \frac{a_2^2}{4}} \thinspace b_2 \right) $$
where each term can be written in the given variables. Another point to note is that the second multiplier is constant in the water level and by the $k^2$ term the lateral surface area of the volume of water is quadratic in the water level, as expected.
I have a rectangular hole in the ground that is shaped like a pyramid. So, knowing the top area of my pond and the bottom area of my pond, I want to know the water's surface area at any given time as it infiltrates.
Thanks in advance for the help.
– EngineeringSam Feb 10 '16 at 21:46