document.write( "Question 713661: I need help with a Calculus I question:\r
\n" );
document.write( "\n" );
document.write( "If a ball is thrown into the air with a velocity of 37 ft/s, its height (in feet) after t seconds is given by y = 37t − 16t2. Find the velocity when t = 1.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #438515 by htmentor(1343) You can put this solution on YOUR website! y(t) = 37t - 16t^2 \n" ); document.write( "The velocity is the time rate of change of the height: \n" ); document.write( "v(t) = dy(t)/dt = 37 - 32t \n" ); document.write( "We want the value of v when t=1: \n" ); document.write( "v(1) = 37 - 32*1 = 5 \n" ); document.write( "Ans: 5 ft/s \n" ); document.write( " |