Solve Area Minimization Question: Tent w/o Bottom & Triangles

  • Thread starter Thread starter dobedobedo
  • Start date Start date
  • Tags Tags
    Area Minimization
AI Thread Summary
The discussion revolves around solving an area minimization problem for a tent design consisting of two rectangular sides and two isosceles triangle gables. Participants suggest starting by defining variables for the dimensions and writing out the surface area formula, which leads to expressions for both area and volume. The area is expressed as A(a,b,h) = 2ab + 2*h*√(a²-h²), while the volume is V = h*b*√(a²-h²). A key suggestion is to eliminate one variable and assume symmetry between height and width to simplify the differentiation process, which helps in reaching the desired answer of (V/√2)^(1/3) = h. The conversation highlights the importance of careful assumptions in mathematical optimization problems.
dobedobedo
Messages
28
Reaction score
0
I've got a question that I don't know how to solve. The question is:

We want to produce a tent, without a bottom part, which has two rectangular sides and two gables in the form of two isosceles triangles with the base against the ground. Determine the height of the tent, which has volyme V and requires the least amount of cloth.



And by the "amount of cloth" I believe that they mean the area which the surfaces of the tent occupy. The answer is (\frac{V}{\sqrt{2}})^{1/3} = h, but I don't know how to get to this answer. I guess that one should first try to find the expression of the surface area, and then try to optimize it under some equality constraint. My guess is that the iscoseles triangle is some sort of equality constraint... but I don't know much more.

I can haz this question explained pweez?
 
Physics news on Phys.org
hi dobedobedo! :wink:

start by giving things names

call the length of the triangle "a" and the length of the rectangular side "b"

then write out the formula for the area of the cloth …

what do you get? :smile:
 
Been there done that. I don't get anything.
 
dobedobedo said:
Been there done that. I don't get anything.

i don't see anything :frown:
 
Give it a shot man/dude/girl! I'm in pain, i really want to fix this problem.
 
Last edited:
Let a be the side of that isosceles triangle and b be the length of the rectangle and let h be the height of that triangle. Then the area A is:

A(a,b,h) = 2ab + 2*h*\sqrt{a^2-h^2}.
Great. Names. Woohoo. Now what?
V = h*b*\sqrt{a^2-h^2}.
 
Last edited:
I've been working on this too - no solution.
Calculated the area (use 2b for the base, h is height, l length)
A = 2(hb + l√(h2 + b2))
and differentiated wrt h to find a minimum, I get a result that I can't bring down to the given answer.
b= -lh/√(h2 + b2)
 
Last edited:
dobedobedo said:
Let a be the side of that isosceles triangle and b be the length of the rectangle and let h be the height of that triangle. Then the area A is:

A(a,b,h) = 2ab + 2*h*\sqrt{a^2-h^2}.
Great. Names. Woohoo. Now what?
V = h*b*\sqrt{a^2-h^2}.
I suggest eliminating b, and writing a2 = h2+w2
b = \frac{V}{h*w}
A = \frac{2\sqrt{h^2+w^2}V}{h*w} + 2*h*w
Note that this is symmetric in w and h, so minimising wrt one will give the same answer as wrt the other. So we can assume h = w. That makes the differentiation a little easier and appears to produce the desired answer.
 
dobedobedo said:
Let a be the side of that isosceles triangle and b be the length of the rectangle and let h be the height of that triangle. Then the area A is:

A(a,b,h) = 2ab + 2*h*\sqrt{a^2-h^2}.
Great. Names. Woohoo. Now what?
V = h*b*\sqrt{a^2-h^2}.

You really need to show more effort on your schoolwork questions here. Trying to be cute while showing so little effort will not get you far...

Check your PMs please.
 
  • #10
haruspex said:
I suggest eliminating b, and writing a2 = h2+w2
b = \frac{V}{h*w}
A = \frac{2\sqrt{h^2+w^2}V}{h*w} + 2*h*w
Note that this is symmetric in w and h, so minimising wrt one will give the same answer as wrt the other. So we can assume h = w. That makes the differentiation a little easier and appears to produce the desired answer.

Hm. Thanks for the help, but that's strange. It does produce the desired answer. In this case we've got two variables, so I think it is okay to make such an assumption. If it were the case of more variables, would such an assumption be okay if the expression were symmetric w.r.t. two particular variables?
 
  • #11
dobedobedo said:
Hm. Thanks for the help, but that's strange. It does produce the desired answer. In this case we've got two variables, so I think it is okay to make such an assumption. If it were the case of more variables, would such an assumption be okay if the expression were symmetric w.r.t. two particular variables?
If the expression is entirely symmetric wrt two variables, whatever you can deduce regarding one must also be deducible re the other. That said, complications could arise. E.g. suppose the vars are x, y and you deduce (not assuming x=y) that x=±1. The same will be true for y, but maybe x and y have to have opposite sign. So plugging in x=y won't give the right result. Having written out that response, I now regard my trick as rather untrustworthy :blushing:.
 
Back
Top