document.write( "Question 1119677: 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 = 7(sqrt.x), the x-axis, and the lines x = 0 and x = 4 \n" );
document.write( "
Algebra.Com's Answer #735283 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Same problem, different numbers. \n" ); document.write( "------------------------------------- \n" ); document.write( "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( " |