document.write( "Question 887077: The distance traveled by a ball rolling down a ramp is given by s(t)=2.25t^2, where t is the time in seconds after the ball is released, and s(t) is measured in feet. Evaluate the average velocity of the ball for the time interval [1.0,1.1].\r
\n" );
document.write( "\n" );
document.write( "Please show me your work in this problem, Thank you! \n" );
document.write( "
Algebra.Com's Answer #536336 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Using given formula calculate the distance covered at t=1.0 and t=1.1, then subtract s(1.0) from s(1.1) \n" ); document.write( "s(1.1) = 2.25*(1.1)^2 = 2.7225 \n" ); document.write( "s(1.0) = 2.25*(1.0)^2 = 2.25 \n" ); document.write( "s(1.1) - s(1.0) = 0.4725 \n" ); document.write( "average velocity(Va) equals (delta distance) / (delta time) \n" ); document.write( "Va = 0.4725 / 0.1 = 4.725 \n" ); document.write( " \n" ); document.write( " |