document.write( "Question 255563: What is the area under the graph of the function f(t)= t^8+t between t=0 and t=1?
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187835 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the area under the graph of the function f(t)= t^8+t between t=0 and t=1? \n" ); document.write( "--- \n" ); document.write( "I assumne you mean area under the graph and above the t-axis. \n" ); document.write( "------------------ \n" ); document.write( "Ans: \n" ); document.write( "int from 0 to 1 of t^8+t \n" ); document.write( "(1/9)t^9 + (1/2)t^2 evaluated at t = 1 minus the evaluation when t = 0. \n" ); document.write( "----- \n" ); document.write( "= (1/9)(1^9)+(1/2)(1^2) - [(1/9)*0^9 + (1/2)*0^2] \n" ); document.write( "--- \n" ); document.write( "= (1/9) + (1/2) \n" ); document.write( "-- \n" ); document.write( "= 11/18 sq. units \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |