document.write( "Question 538428: A rectangular sheet of perimeter 40 cm and dimensions x cm by y cm is to be rolled into a cylinder. What values of x and y given the largest cylinder volume? \n" ); document.write( "
Algebra.Com's Answer #353174 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A rectangular sheet of perimeter 40 cm and dimensions x cm by y cm is to be rolled into a cylinder. What values of x and y given the largest cylinder volume? \n" ); document.write( "------------------- \n" ); document.write( "2(x + y) = 40 \n" ); document.write( "y = 20 - x \n" ); document.write( "------------ \n" ); document.write( "x = 2*pi*r \n" ); document.write( "r = x/2pi \n" ); document.write( "----------- \n" ); document.write( "Vol = pi*r^2*y = pi*(x/2pi)^2*(20 - x) \n" ); document.write( "Vol = x^2*(20-x)/4pi \n" ); document.write( " \n" ); document.write( "dV/dx = (1/4pi)*(40x - 3x^2) = 0 \n" ); document.write( "3x^2 = 40x \n" ); document.write( "x = 40/3 \n" ); document.write( "--------------- \n" ); document.write( "Local max at x = 40/3, y = 20/3 cm \n" ); document.write( "----------- \n" ); document.write( "PS Max volume = 94.314 cc\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |