How Do You Calculate Maximum Speed and Height with Varying Acceleration?

  • Thread starter Thread starter Noir
  • Start date Start date
  • Tags Tags
    Motion Vertical
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Noir
Messages
27
Reaction score
0

Homework Statement


A toy rocket is projected vertically upwards from rest and it rises with an acceleration of (9-5t)g m / s^2 for the first two seconds and, thereafter, freely against gravity. Find: the maximum speed and the maximum height.


Homework Equations


a = (9-5t)g for the first 2 seconds.
general motion equations

The Attempt at a Solution


The acceleration after 2 seconds is (9 - 10). -g = 9.81 m/s^2.
The velocity at this point is:
v = u + at
v = 0 + 9.81 x 2 = 19.62 m/s.
Max height occurs when v = 0 therefore ;
0 = 19.62 -9.81 x t
t is = 2, which gives a total time of 4 seconds.
I can get the the max height and velocity easily from here. Except the answers are quite bigger than what I'm getting. So I'm thinking I'm doing something wrong for these first 2 seconds. I don't think I can integrate the acceleration to find velocity because I don't have enough information.

Any help is appreciated :)

Noir
 
Physics news on Phys.org
Up to 2 seconds, the acceleration is varying. So
dv = ( 9-5t)*g*dt.
To get the velocity at 2 seconds,integrate dv between 0 to 2 seconds. Then proceed.
 
v = 0 + 9.81 x 2 = 19.62 m/s.
It looks like you are using the formula Vf = Vi + a*t here.
But that formula only applies when the acceleration is constant.
Your acceleration varies with time during the first two seconds.
You can deal with varying acceleration by using calculus (integration) or by drawing an acceleration vs time graph using your knowledge that the area under the graph is the velocity.