document.write( "Question 1119678: Calculate the total area of the region described. Do not count area beneath the x-axis as negative.
\n" );
document.write( "Bounded by the curve y=(sqrt.x), the x-axis, and the lines x = 0 and x = 1 \n" );
document.write( "
Algebra.Com's Answer #735282 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Calculate the total area of the region described. \n" ); document.write( "Bounded by the curve y=sqrt(x), the x-axis, and the lines x = 0 and x = 1 \n" ); document.write( "---- \n" ); document.write( "y = x^(1/2) \n" ); document.write( "INT = F(x) = x^(3/2)/(3/2) = 2x^(3/2)/3 --- ignore the constant of integration. \n" ); document.write( "F(1) = 2/3 \n" ); document.write( "F(0) = 0 \n" ); document.write( "Area = 2/3 sq units \n" ); document.write( " \n" ); document.write( " |