document.write( "Question 809982: A boy steps off a 17.6 foot high diving board with no initial vertical velocity, obeying the law
\n" );
document.write( "h=-16t^2+vt+s
\n" );
document.write( "where v is the velocity, t is in seconds, and so is the initial height.
\n" );
document.write( "How long does it take him to hit the water?
\n" );
document.write( "Answer in units of sec \r
\n" );
document.write( "\n" );
document.write( "If, instead, he springs off the diving board
\n" );
document.write( "with an initial vertical velocity of 6.7 ft/s,
\n" );
document.write( "how long does it take him to hit the water?
\n" );
document.write( "Answer in units of sec \r
\n" );
document.write( "\n" );
document.write( "How do you go about doing this problem ? I'm pretty confused. Thanks for any help. Much is appreciated.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #487988 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A boy steps off a 17.6 foot high diving board with no initial vertical velocity, obeying the law \n" ); document.write( "h=-16t^2+vt+s \n" ); document.write( "where v is the velocity, t is in seconds, and s is the initial height. \n" ); document.write( "How long does it take him to hit the water? \n" ); document.write( "If he just steps off the diving board there is no upward velocity so the equations is just: \n" ); document.write( "-16t^2 + 17.6 = 0 \n" ); document.write( "-16t^2 = -17.6 \n" ); document.write( "t^2 = \n" ); document.write( "t^2 = +1.1 \n" ); document.write( "t = \n" ); document.write( "t = 1.05 sec to hit the water \n" ); document.write( ": \n" ); document.write( "If, instead, he springs off the diving board \n" ); document.write( "with an initial vertical velocity of 6.7 ft/s, \n" ); document.write( "how long does it take him to hit the water? Now the equation is: \n" ); document.write( "-16t^2 + 6.7s + 17.5 = 0 \n" ); document.write( "Use the quadratic formua to find t \n" ); document.write( "I got a positive solution of \n" ); document.write( "t = 1.28 seconds \n" ); document.write( " \n" ); document.write( " |