Calculating Altitude and Time of a Fired Rocket

  • Thread starter Thread starter rocomath
  • Start date Start date
  • Tags Tags
    Models Motion
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
rocomath
Messages
1,752
Reaction score
1
A rocket is fired vertically and ascends with constant acceleration a=100m/s^2 for 1min. At that point, the rocket motor shuts off and the rocket continues upward under the influence of gravity.

a) Find the maximum altitude acquired by the rocket

b) The total time elapsed from the take-off until the rocket returns to the earth

Ignore air resistance.

a) The maximum height can be found through setting velocity equal to zero, and the integral of acceleration is velocity.

[tex]\int_0^Ta(t)dt=\int_0^{60}a(t)dt+\int_{60}^Ta(t)dt=0[/tex]

[tex]\int_0^Ta(t)dt=\int_0^{60}100dt-\int_{60}^T9.8dt=0[/tex]

T=672.244898s

Is (a) good so far?
 
Last edited:
on Phys.org
gabbagabbahey said:
(a) looks good so far.:smile:
yay! Thanks for the confirmation.
 
Ok, so I have the time when my rocket is at it's highest. I know the position function equation, but I can't use it since my acceleration isn't constant.

Can I modify it such that [tex]x_1(t)[/tex] has g=100, and [tex]x_2(t)[/tex] has g=9.8, and the maximum height is just [tex]x_1+x_2[/tex]?
 
Well [itex]a(t)=\dot{v}(t)[/itex] so why not integrate a(t') from t'=0 to t'=t to find the speed of the particle at a time t the same way you did to find v(T). Treat two cases, t<60min and t>60. this should give you the piecewise function for v(t). Then, repeat the process to find x(t) and finally plug into the equation to find x(T).
 
Last edited:
Oh ok, so just keep on integrating! Let me try it.

Thanks :)