document.write( "Question 188080: Area bounded by x^2=y, x=1 and x-axis.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #141024 by Alan3354(69443) You can put this solution on YOUR website! Area bounded by x^2=y, x=1 and x-axis. \n" ); document.write( "------------------ \n" ); document.write( "y = x^2 passes thru the Origin, so it's the area under the curve from x = 0 to x = 1. \n" ); document.write( "---------- \n" ); document.write( "Integral(x^2) = x^3/3 + C \n" ); document.write( "Area = f(1) - f(0) \n" ); document.write( "= 1/3 - 0 \n" ); document.write( "Area = 1/3 square units \n" ); document.write( " \n" ); document.write( " |