document.write( "Question 677470: Find the dimensions that give the largest area for the rectangle. Its base is on the x-axis and its other two vertices are above the x-axis, lying on the parabola y=8-x^2 \n" ); document.write( "
Algebra.Com's Answer #420892 by Alan3354(69443) You can put this solution on YOUR website! Find the dimensions that give the largest area for the rectangle. Its base is on the x-axis and its other two vertices are above the x-axis, lying on the parabola y=8-x^2 \n" ); document.write( "------------- \n" ); document.write( "It's symmetrical about the y-axis, so find the max area on the + side. \n" ); document.write( "Area = x*y = x*(8-x^2) = 8x - x^3 \n" ); document.write( "dA/dx = 8 - 3x^2 = 0 \n" ); document.write( "x = sqrt(8/3) = 2sqrt(6)/3 \n" ); document.write( "--> y = 16/3 \n" ); document.write( "------------ \n" ); document.write( "Whole rectangle is 4sqrt(6)/3 by 16/3 \n" ); document.write( " \n" ); document.write( " |