Formula to calculate Rocket Thrust

AI Thread Summary
The discussion focuses on the formula for calculating rocket thrust, highlighting that thrust can be approximated with the equation F = ρv_e²A, where ρ is exhaust density, v_e is exhaust speed, and A is the cross-sectional area. The resultant force on a rocket is expressed as F_R = F_T - W, with thrust related to the rate of mass change due to fuel combustion. A specific example illustrates that a rocket losing mass at a certain rate can achieve a significant acceleration. The conversation also addresses challenges in solving a differential equation that includes linear air resistance, with suggestions to simplify the problem by assuming a constant mass flow rate. Overall, the discussion provides insights into thrust calculation and the complexities of variable mass problems in rocket dynamics.
Serena_Greene
Messages
9
Reaction score
0
I'm tyring to find the formula that is used to calculate rocket thrust.

Thanks

Serena
 
Physics news on Phys.org
I don't know how detailed you want to be but a simple approximation would be

\vec F = \rho v_e^2 A

where \rho is the density of the exhaust, v_e is the speed of the exhaust and A is the cross-sectional area of the exhaust at the aperture. This doesn't take into account the lateral expansion of the gas nor details of nozzle design and so on.
 
For a rocket fired vertically upwards and neglecting variation in g
The resultant force F_R that a rocket experiences is given by
F_R=F_T-W
where F_T is the thrust reaction force as a result of ejecting the rocket fuel at a speed of v_r relative to the rocket.
The thrust can be shown to be given by
F_R=v_r\frac{dm}{dt}
and is therefore proportional to the rate at which the mass of the rocket is changing as a result of the burnt fuel. The acceleration of the rocket is therefore given by
a=v_r\frac{\dot m}{m}-g
For example if the rocket loses one sixty-ith of it's mass per second as a result of burning the rocket fuel which is ejected at a speed of 2400 m/s from it the acceleration of the rocket will be 30m/s^2.
 
Last edited:
I'm currently working on a rocket/variable mass problem that includes linear air resistance, and I'm having difficulty solving the differential equation because it's non-separable (or so it seems). Any hints as to how to proceed?
 
Write out your equation and we'll have a look at it.
 
The initial equation I had was:
m*dv/dt - V*dm/dt = mg + kv

where big V is the relative exhaust speed and kv is the linear air resistance term. Without air resistance it's relatively easy to separate and integrate, but that kv is really mucking things up. Here's where I'm at now:

dv/V = -dm/m -(g/V)*dt - (kv/mV)*dt

..which takes up as the positive direction, btw. That last term is all sorts of trouble.
 
Try setting dm/dt to a constant value to handle the special case where the exhaust leaves at a constant rate.
 
Tide said:
Try setting dm/dt to a constant value to handle the special case where the exhaust leaves at a constant rate.
Tide, Just as a quick aside, I would think that your assertion is not a special case at all, but the norm. Most rockets do not have throttling capabilities or variable exit geometries so the assumption of constant exhaust mass flow, I think, is a good one.
 
Ah okay, that worked. Good conceptual point. I was trying to solve the equation in the most generalized sense because less thrust is required as gravity decreases with altitude. It seems that effect is negligible here and dm/dt can be taken as constant.

Thanks Tide and Fred, much appreciated.
 
Back
Top