document.write( "Question 1121335: find the area under the curve of f(x)= x^3-3x^2+2x+1 from x=0, to x=1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #737164 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! To find the area under f(x), we need to integrate f(x) from 0 to 1 \n" ); document.write( "The anti-derivative of f(x) = x^4/4 - x^3 + x^2 + x \n" ); document.write( "Evaluating the definite integral we get \n" ); document.write( "1/4 - 1 + 1 + 1 - 0 = 5/4 = 1.25 \n" ); document.write( " |