Problem: A child wants to build a tunnel using three equal boards, each 4 feet wide, one for the top and one for each side. The two sides are to be tilted at equal angles θ to the floor. What is the maximum cross-sectional area A that can be achieved?
So I drew the triangle and separated it into three parts 2 identical triangles and one rectangle. The areas are then
Rec/Squ. : 4y Triangles: ((1/2)xy)*2
I added them to get the area of the trapezoid. I got (4+x)y
I then wanted to have one variable so that when I derived to set it equal to zero I would be easier.
To do this I evaluated the angle θ, I saw that sinθ=y/4 and cosθ= x/4 (SOHCAHTOA).
I isolated y and x in their separate formulas. I then put the new values for x and y back into the area for the trapezoid formula I got.
(4+x)*y became (4+4cosθ)(4sinθ) then I derived.
When I got the derivative 12(cosθ+cos^2θ-sin^2θ)
I was way more confused then I hoped to be. I looked up the question online and got different formulas for the area to derive, as well as different substitutions plugged in at different times.
What am I doing wrong?
Also what would the constraints be. If I were to format this into a xy graph would it be correct to assume the constraints be between (0, π/2)?