document.write( "Question 1163925: A rocket beigns from rest and accelerates upward at +0.5m/s^2.
\n" ); document.write( "a) At what time will the rocket reach a height of 1000 m?
\n" ); document.write( "b) What will be the rocket's velocity at that point?\r
\n" ); document.write( "\n" ); document.write( "**BTW the answer for part a is supposed to be 63 s and the answer for part b is supposed to be +32m/s... could you show me the appraoch to getting to those answers! thanks
\n" ); document.write( "

Algebra.Com's Answer #788168 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The height h, is given by:
\n" ); document.write( "h = v0*t + 1/2a*t^2
\n" ); document.write( "Since v0 = 0, we have h = 1/2a*t^2
\n" ); document.write( "t = sqrt(2h/a) = sqrt(2000/0.5) = 63.25 ~ 63 s
\n" ); document.write( "For the final velocity use v1 = v0 + at -> v1 = 0.5*63.25 = 31.62 ~ 32 m/s
\n" ); document.write( "
\n" );