1

New to the site so excuse any clumsy writing:

I am attempting to write an equation that finds the surface area along a pyramid as you move up and down the height of it. I know the initial areas of the top and bottom and thought I could use the Frustum pyramid equation to find the volume: \begin{align} V=(\frac{h}{3})*(A_1+A_2+\sqrt{A_1*A_2}) \end{align} And then move up and down between there to determine the area of the top (as the bottom stays constant). This train of thought has limited me in finding an equation that would help to determine the new surface area of the top as I change the height... thoughts?

Edit, I am looking to find the surface area of water as it drains from a rectangular hole... here is an example of use:

pond layout

  • Could you elaborate a little further on the problem? What do you mean by " along a pyramid ", " as you move up and down the height of it " and " there "? By the way, it should be ... $A_1+A_2$... @ EngineeringSam – Deniz Sargun Feb 07 '16 at 23:05
  • Thanks for the correction. Further explanation:

    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
  • I've added an image with a pond to show what I am speaking about – EngineeringSam Feb 10 '16 at 21:58
  • Another good exercise is to show that the top surface area could also be calculated via the differential volume added to the pyramid shape. – Deniz Sargun Feb 12 '16 at 19:52
  • lol, I fell short on that one... I'm still stuck in that way of thinking. Have you been able to do so? – EngineeringSam Feb 14 '16 at 00:40

2 Answers2

0

If by "new surface area of the top as I change the height" you mean "area of a cross-section at a given height $y$ through a frustum of fixed height $h$ with areas $A_1$ and $A_2$ at top and bottom", then the formula you're looking for is $$A_y = (\sqrt{A_1} + \dfrac y h (\sqrt{A_2}-\sqrt{A_1}))^2$$ where $y$ varies from $y=0$ at the end with area $A_1$ to $y=h$ at the end with area $A_2$.

To see where the formula comes from (I just derived it), assumed WLOG we have the frustum of a square pyramid. The side-length of a cross section varies linearly from $\sqrt{A_1}$ to $\sqrt{A_2}$ as $y$ varies from $0$ to $h$ - the side length is the expression on the RHS being squared.

Example: a cone frustum of height $h$ with area $A_1=\pi r_1^2$ on the bottom and $A_2=\pi r_2^2$ on the top.

  • Reasoning via geometry: the radius varies linearly: at height $y$ above the base the radius is $r=r_1+\dfrac{y}{h}(r_2-r_1)$, so the cross-section area at height $y$ is $A_y=\pi(r_1+\dfrac{y}{h}(r_2-r_1))^2$.
  • By the formula: $A_y=(\sqrt\pi r_1 + \dfrac y h(\sqrt \pi r_2-\sqrt\pi r_1))^2 = \pi(r_1+\dfrac{y}{h}(r_2-r_1))^2$

For your case of a pyramid with rectangular cross-section, i.e. a rectangle $a\times b$ on the bottom and rectangle $ka \times kb$ on the top, when you muddle through all the algebra you get the same result.

Frentos
  • 3,041
  • As mentioned in my response above, I am looking to find the surface area of water as it drains in a rectangular hole. I know the top and bottom areas to start with. I cannot assume a square... since it will be built rectangular. Thanks for the help! – EngineeringSam Feb 10 '16 at 21:48
  • I've added an image with a pond to show what I am speaking about – EngineeringSam Feb 10 '16 at 21:58
  • @EngineeringSam: As long as the top and bottom areas are the same shape (i.e. scaled versions of each other), the formula I wrote works. The square pyramid example is just there because it's easy to see the connection between the formula and that example. I'll add an example with a cone frustum as an illustration. – Frentos Feb 10 '16 at 23:45
  • Yup, that further explanation helped! I see now where my train of thought went wrong... trying to compare the area through volume and not just using reasoning that the area would increase uniformly as the height increased. Thanks! – EngineeringSam Feb 12 '16 at 18:31
  • can't we just find the difference in A2 and A1.... THEN multiply it by (the height up the pond divided by the total height)... Then add this value to A1? ...why root the terms then square them? – EngineeringSam Feb 12 '16 at 19:49
  • Using software, I created an irregular shape and offset it 3 feet horizontal and 1 foot vertical to give it a 3:1 slope. I checked the area of an offset of 10 inches vertical (2.5 foot horizontal). The derived equation you presented was smaller by ~0.3% of the calculated area the software gave... I'm only mentioning this because then I tried the modified equation in my last comment and I was ~0.5% bigger than the software area. The values are close enough but I'm just trying to understand why my result (with my equation) wasn't the same as yours (with your equation). Thanks for the discussion! – EngineeringSam Feb 14 '16 at 00:39
  • Also, shouldn't your equation example with a circle have an 'r' squared term under the radical? – EngineeringSam Feb 16 '16 at 16:15
  • @EngineeringSam: When the $r^2$ term is taken outside the radical it becomes $r$, as in: $\sqrt{\pi r^2} = \sqrt{\pi}r$. – Frentos Feb 16 '16 at 22:43
  • lol I didn't catch that :) – EngineeringSam Feb 18 '16 at 00:56
  • But, what do you think about the equation I derived having the area increase from A1 as a percentage of A2? I'm curious to know what others think :) – EngineeringSam Feb 18 '16 at 02:09
  • @EngineeringSam: which equation do you mean? The frustum volume equation in the question? – Frentos Feb 18 '16 at 10:04
  • @EngineeringSam: Re getting different results from your software: I'd suspect quantisation errors in modelling the irregular cross-sections or in approximating the volume integral. You could try testing some shapes for which you know exact answers (like the frustum of a square pyramid or cone) and seeing how accurate the software is ... although the software may have more exact calculations built in for simple shapes. – Frentos Feb 18 '16 at 10:08
  • Correct, it is the irregular shapes that come up with different areas. This is fine. I only pointed out the difference in areas to illustrate your method and the one that I was questioning. I like your equation but thought that an equation that just took the bottom area and added the fractional distance from bottom to top times the top area at a point would get just as close. What I had written previously "can't we find the difference in A2 and A1... THEN multiply it by (the height up the pond divided by the total height)... Then add this value to A1? – EngineeringSam Feb 18 '16 at 16:52
  • What I mean is: (Hy/Htot)*(A2-A1)+A1 = Ay.... instead of minus'ing and squaring like your equation. Is this too generalized and not accounting for the pyramid shape? – EngineeringSam Feb 18 '16 at 17:58
  • I mean is my equation to general and not accounting for the pyramid shape – EngineeringSam Feb 18 '16 at 19:10
  • @EngineeringSam: (Hy/Htot)(A2-A1)+A1 won't work, I'm afraid :-(. It's the square root* of the area that varies linearly with the height. While your formula gives the right numbers at the extremes, it's wrong for the intermediate values. – Frentos Feb 19 '16 at 07:40
0

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.

  • Nice approach! This would work in the instance I want to apply it... The universal approach given by Frentos above might be the one I use as my default application because not all ponds are created equal :o) Thanks for the solution! – EngineeringSam Feb 12 '16 at 18:34
  • @EngineeringSam. Thank you :) Great that you have found an answer. Just note the difference between the two results. Frentos has computed the top surface area of the water whereas I have come up with the lateral surface area of the volume of the water. These are two different answers to two different questions. I can now see that you were looking for the expression for the top surface area in which case Frentos' s answer is both true and intuitive and generalisable. And you have still not corrected the expression $ ...A_1+A_2...$ in the question statement. – Deniz Sargun Feb 12 '16 at 19:50
  • thanks.... It's up to date! – EngineeringSam Feb 12 '16 at 19:57