How Do You Calculate Rocket Initial Velocity Using Acceleration and Time?

AI Thread Summary
To calculate the initial velocity of a rocket using acceleration and time, the formula a = Δv/Δt can be applied, where acceleration due to gravity is -10 m/s². Given a time interval of 4 seconds, the change in velocity (Δv) is calculated as -40 m/s. The discussion highlights that the rocket's motion can be analyzed as projectile motion after launch, focusing on vertical and horizontal components. It is noted that the initial velocity can be derived from the time taken to reach maximum height and the symmetry of the projectile's path. Understanding these principles is essential for accurately determining the initial velocity of the rocket.
python1
Messages
3
Reaction score
0

Homework Statement


I need to find the initial velocity of a rocket using the method a=\Deltav/\Deltat. Given a situation where \Deltat = 4 seconds. The force of gravity in this case is -10(m/s)


Homework Equations


After I get \Deltav how do I turn that into the initial velocity?

The Attempt at a Solution


a=\Delta v/\Delta t
-10=\Delta v / 4 seconds
\Delta v = -40 (m/s)
 
Physics news on Phys.org
Welcome to PF.

What you found was the speed of an object dropped after 4 seconds ... or if you are talking about a rocket, the speed in accelerating from rest at 10 m/s2.

The acceleration of gravity while of interest doesn't say anything about the force the propellant delivers to the motion of a rocket.
 
This is just after launch so I see no need to worry about any force acting on the rocket while it's in the air other than gravity pulling it down.
 
can you type the full question please, it sounds fuzzy like this
 
A rocket has been in the air for 4 seconds from the instant it was launched to when it hit the ground. The force of gravity can be rounded to 10(m/s). Using the method a= delta v / delta t, find the initial velocity for the rocket.
 
you mean 10 (m/s^2)

wouldn't that motion of the rocket be a bow like motion [projectile motion]since it didn't mention that it was verticly launched!

if so work on the vertical axis, where the final velocity=0 and the intial one v [as you did], then try to find the distance from start point to hit point to get v horizontal which is constant [not accelerated] then add both to get the initial velocity [v_i=squareroot(v_v^2+v_h^2)]
 
python1 said:
This is just after launch so I see no need to worry about any force acting on the rocket while it's in the air other than gravity pulling it down.

OK. So it is not about the rocket at all except that it is a projectile after launch?

In which case the usual rules apply.

V = Vo - a*t = Vo - g*t = Vo - 10*t on the way up and then again on the way down.

With that in mind, then by symmetry it takes 2 seconds up, and 2 more down.

At 2 seconds to max height, then initial velocity is ...
 
Back
Top