document.write( "Question 1083631: The cross section of a trough is an isosceles trapezoid. If the trough is made by bending up the sides of a strip of metal C inches wide, what should be the angle of inclination of the sides and the width across the bottom if the cross-sectional area is to be a maximum?\r
\n" );
document.write( "\n" );
document.write( "Answer: Angle= ;
\n" );
document.write( "width across the bottom is ;
\n" );
document.write( "maximum area is \r
\n" );
document.write( "\n" );
document.write( "Thank you, I promise work in some problems coming soon. \n" );
document.write( "
Algebra.Com's Answer #698049 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The area of the trapezoid pictured above is H(W+X) \n" ); document.write( "We need to express this in terms of the angle a and the width W \n" ); document.write( "From the figure we see that H = Lcos(a) and X = Lsin(a) \n" ); document.write( "Since C = W + 2L we have L = (C-W)/2 \n" ); document.write( "Thus H = 1/2(C-W)cos(a) and X = 1/2(C-W)sin(a) \n" ); document.write( "Hence the area A = (W/2)(C-W)*cos(a)+((1/2)(C-W))^2*sin(a)*cos(a) \n" ); document.write( "To maximize the area in terms of both W and a, we take the partial derivatives \n" ); document.write( "w.r.t. each variable and set equal to zero. \n" ); document.write( "First we maximize in terms of W: \n" ); document.write( "dA/dW = 0 = (C/2 - W)*cos(a) + (1/4)sin(a)*cos(a)(2W - 2C) \n" ); document.write( "(C/2 - W)*cos(a) - (1/2)(C - W)sin(a)*cos(a) = 0 \n" ); document.write( "Multiply through by 2 and divide through by cos(a): \n" ); document.write( "C - 2W - (C - W)sin(a) = 0 \n" ); document.write( "Solve for sin(a): \n" ); document.write( "sin(a) = (C - 2W)/(C - W) [1] \n" ); document.write( "Now maximize the area in terms of a: \n" ); document.write( "dA/da = 0 = (W/2)(C-W)(-sin(a)) + (1/2)(C-W)^2(cos^2(a)-sin^2(a)) \n" ); document.write( "Using the identity cos^2(a) = 1 - sin^2(a), we can write \n" ); document.write( "(-W/2)(C-W)sin(a) + (1/2)(C-W)^2(1 - 2sin^2(a)) = 0 \n" ); document.write( "Divide through by (C-W)/2: \n" ); document.write( "-W*sin(a) + (C-W)(1 - 2sin^2(a)) = 0 \n" ); document.write( "Substitute the value for sin(a) in [1] above: \n" ); document.write( "-W*(2W-C)/(W-C) + (C-W)(1-2((2W-C)/(W-C))^2) \n" ); document.write( "Carrying out the algebra and collecting like terms we are left with: \n" ); document.write( "2W - C - (W-C)/2 = 0 \n" ); document.write( "2W - W/2 - C/2 -> W = C/3 \n" ); document.write( "Use this expression to determine the value of the angle a: \n" ); document.write( "sin(a) = (2(C/3) - C)/(C/3 - C) = 1/2 -> a = pi/6 \n" ); document.write( "This means that the inclination angle from the horizontal is pi/2 - pi/6 = pi/3 \n" ); document.write( "Substituting the values for sin(a), cos(a) and W, we can solve for the area in terms of C: \n" ); document.write( "A = (C/3)((C-(C/3))/2)*sqrt(3)/2 + (1/2)((C-C/3)/2)^2*sqrt(3)/2 \n" ); document.write( "This gives A = C^2/(4*sqrt(3))\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |