document.write( "Question 977919: When a stone is projectad into the air with a vertical speed of 25m/s,its height in meters above the ground after t seconds is given by h=26+5t^
\n" );
document.write( "Draw the graph of h=26t-5t^ for values of t from 0 to 6 taking 2cm to represent 10units of h. From your graph estimate
\n" );
document.write( "1)After how many seconds the stone will hit the ground
\n" );
document.write( "the ground
\n" );
document.write( "2)the greatest height
\n" );
document.write( "3)for how many seconds is the stone more than 30 meters above the ground
\n" );
document.write( "4)find the speed of the stone at 3seconds \n" );
document.write( "
Algebra.Com's Answer #599429 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! When a stone is projected into the air with a vertical speed of 25m/s, its height in meters above the ground after t seconds is given by h=26+5t^ \n" ); document.write( "Draw the graph of h=26t-5t^ for values of t from 0 to 6 taking 2cm to represent 10units of h. From your graph estimate \n" ); document.write( "h=26+5t^ ************** This is wrong. It's -5t^2, not plus. \n" ); document.write( "h=26t-5t^ ************* This would be correct if you add the exponent 2. \n" ); document.write( "------------ \n" ); document.write( "You say 25 m/sec, but the equations say 26 ??? \n" ); document.write( "----------------------- \n" ); document.write( "Using 25 m/sec for the launch: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "1)After how many seconds the stone will hit the ground \n" ); document.write( "the ground \n" ); document.write( "It impacts at h(t) = 0 \n" ); document.write( "-5t^2 + 25t = 0 \n" ); document.write( "Solve for t. \n" ); document.write( "(t = 0 is the launch) \n" ); document.write( "=========================\r \n" ); document.write( "\n" ); document.write( "2)the greatest height \n" ); document.write( "Max height is the vertex of the parabola, at t = -b/2a \n" ); document.write( "t = -25/-10 = 2.5 seconds after launch \n" ); document.write( "max ht = h(2.5) \n" ); document.write( "3)for how many seconds is the stone more than 30 meters above the ground \n" ); document.write( "-5t^2 + 25t = 30 \n" ); document.write( "Solve for t. \n" ); document.write( "height > 30 is the difference between the 2 times, going up, then descending. \n" ); document.write( "------------------ \n" ); document.write( "4)find the speed of the stone at 3 seconds \n" ); document.write( "Launch speed = 25 m/sec \n" ); document.write( "Using h(t) = -5t^2 + 25t, acceleration = -10m/sec/sec \n" ); document.write( "25 + 3*(-10) = -5 m/sec (falling at 5 m/sec) \n" ); document.write( " |