document.write( "Question 587691: A rectangle is bounded by the x-axis and the semicircle y=(4-x2)square root. Write the area A of the rectangle as a function of x and determine the domain of the function. \n" ); document.write( "
Algebra.Com's Answer #374210 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
 \r\n" );
document.write( "\r\n" );
document.write( "As you can see by the picture the rectangle has length 2x\r\n" );
document.write( "(the horizontal measurement) and width y (the vertical\r\n" );
document.write( "measurement).\r\n" );
document.write( "\r\n" );
document.write( "              Area = length·width\r\n" );
document.write( "\r\n" );
document.write( "              Area = (2x)·y\r\n" );
document.write( "\r\n" );
document.write( "But since y = \"sqrt%284-x%5E2%29\",\r\n" );
document.write( "\r\n" );
document.write( "              Area = (2x)·\"sqrt%284-x%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "              Area =  2x\"sqrt%284-x%5E2%29\" \r\n" );
document.write( "\r\n" );
document.write( "And now since we have area expressed as a function of x, we can write\r\n" );
document.write( "\r\n" );
document.write( "              A(x) =  2x\"sqrt%284-x%5E2%29\"\r\n" );
document.write( "\r\n" );
document.write( "The domain of 2x\"sqrt%284-x%5E2%29\" is the set of all values of x for\r\n" );
document.write( "which 2x\"sqrt%284-x%5E2%29\" is a real number, which will be whenever\r\n" );
document.write( "\r\n" );
document.write( "              4 - x² > 0\r\n" );
document.write( "\r\n" );
document.write( "      (2 - x)(2 + x) > 0\r\n" );
document.write( "\r\n" );
document.write( "Critical numbers are 2 and -2, so we have to get test points in\r\n" );
document.write( "the intervals (\"-infinity\", -2), (-2, 2), (2, \"infinity\"). We find\r\n" );
document.write( "that the only interval in which 4 - x² is non-negative is (-2, 2).\r\n" );
document.write( "\r\n" );
document.write( "We must exclude the endpoints -2, and +2 because the function would be 0\r\n" );
document.write( "there, and no rectangle can have 0 area (unless we allow that a horizontal\r\n" );
document.write( "line segment could be called \"a rectangle with width 0\" or that a\r\n" );
document.write( "vertical line segment could be called \"a rectangle with length 0\").  So the\r\n" );
document.write( "domain is\r\n" );
document.write( "\r\n" );
document.write( "                 (-2, 2)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );