document.write( "Question 1012602: ABCD is a square of unit length. Points E and F are on the sides AB and AD respectively such that AE = AF = x.
\n" );
document.write( "Show that the area 'y' of the quadrilateral CDEF is given by y = 1/2 (1 + x - x^2). What is the quadrilaterals greatest possible area. \n" );
document.write( "
Algebra.Com's Answer #628628 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! area of triangle EAF = x^2 / 2 \n" ); document.write( "area of triangle EBC = ((1-x)*1) / 2 = (1-x) / 2 \n" ); document.write( "area of square ABCD = 1 * 1 = 1 \n" ); document.write( "area of quadrilateral CDEF(y) = area of square ABCD - area of triangle EAF - area of triangle EBC \n" ); document.write( "******************************************************************************* \n" ); document.write( "y = 1 - x^2/2 - (1-x) / 2 \n" ); document.write( "y = (2 - x^2 - (1-x)) / 2 \n" ); document.write( "y = (1 +x -x^2) / 2 \n" ); document.write( "****************************************************************************** \n" ); document.write( "this is a parabola that opens downward, so we want the value of x at the parabola's peak. \n" ); document.write( "x = -b / 2a = (-1/2) / (2 * (-1/2)) = 1/2 \n" ); document.write( "now substitute 1/2 for x in the equation for y \n" ); document.write( "y = (1 +(1/2) - (1/2)^2) / 2 = (5/4) / 2 = 5/8 \n" ); document.write( "****************************************************************************** \n" ); document.write( "the greatest possible area for quadrilateral CDEF is 5/8 \n" ); document.write( "****************************************************************************** \n" ); document.write( "here is the graph of the area of quadrilateral CDEF \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |