In Sean Carroll's book "The Biggest Ideas in the Universe, space, time, and motion", he makes the following claim:
$$\overset\rightarrow{F} = \frac{d\overset\rightarrow{p}}{dt}$$
Not only is this pleasingly compact, it's more general than $\overset\rightarrow{F} = m\overset\rightarrow{a}$, as this form remains valid even when the mass of the object is changing (for example, as a rocket gradually loses mass by ejecting exhaust).
Does this make any sense? I think it's just false.
Suppose we have a rocket going east at 100 m/s. It weighs 1000 kg, of which 500 kg is fuel. We eject the 500 kg of fuel back west. We do it at the rate of 1 kg/s, at a very small velocity -1 m/s relative to the rocket.
According to my calculations, the rocket is experiencing a constant 1 N of force while its mass is decreasing from 1000 kg to 500 kg during the 500 s burn. Which means its acceleration is growing. But it's a very small acceleration. The velocity increases from 100 m/s to 100.69 m/s.
Anyway: the momentum of the rocket decreases, from 100,000 kg m/s to 50,345 kg m/s, because of the lost mass.
If $F = \frac{dp}{dt}$ were correct in this variable mass scenario, it would imply that the average force on the rocket during the 500 s burn was not +1 N, but rather -99.3 N (i.e. backwards, west).
This just makes no sense to me, but to clarify: is Sean Carroll's statement about rockets just a mistake, or is there something more to it?
Edit:
Since people are requesting formulas in the comments, here is all the math in detail:
Initial mass $m_0 = 1000 \text { kg}$.
Initial velocity $v_0 = 100 \text { m/s}$
Burn time $T = 500 \text { s}$.
Mass rate $\frac{dm}{dt} = -1 \text{ kg/s}$
Exhaust velocity relative to rocket $v_e = -1 \text { m/s}$
Thrust $F = \frac{dm}{dt}v_e = (-1) \cdot (-1) = 1 \text { N}$
Mass $m_t = m_0 + \frac{dm}{dt}t$
Final mass $m_T = m_0 + \frac{dm}{dt}T = 1000 - 1\cdot 500 = 500\text{ kg}$
Acceleration $a_t = \frac{F}{m_t}$
Final velocity $v_T = v_0 + \int_0^T a_t dt = v_0 + \int_0^T \frac{F}{m_0 + (dm/dt)t} dt = 100 + \int_0^{500} \frac{1}{1000 - t} dt = 100 + \int_{500}^{1000}\frac{1}{u} du = 100 + (\ln 1000 - \ln 500) = 100 + \ln 2 \approx 100.69 \text { m/s}$
Initial momentum: $p_0 = m_0v_0 = 1000 \cdot 100 = 100000 \text{ kg m/s}$
Final momentum: $p_T = m_Tv_T \approx 500 \cdot 100.69 = 50345 \text{ kg m/s}$
$\Delta p = p_T - p_0 = 50345 - 100000 = -49655 \text { kg m/s}$
$\Delta T = T - 0 = T = 500 \text{ s}$
$\frac{\Delta p}{\Delta T} = \frac{-49655}{500} \approx -99.3\text{ N}$
$F = 1\text{ N} \ne \frac{\Delta p}{\Delta T} \approx -99.3\text{ N}$
"F = dp / dt [...] If the mass m does not change with time, then [...] F = ma".
The idea seems very widespread.
– Tomek Czajka Oct 19 '22 at 20:40Well I get $F = +1 N$, while Carroll's formula gives $F = -99.3 N$ (on average), both can't be true.
"Just looking at numbers isn't the right way to disprove something" Yes it is... One counter-example is enough to falsify a theorem.
"Could you also provide the formulas you used?" I think that would only obfuscate my point, unless there is some doubt to my numbers. Which part do you need more details for?
– Tomek Czajka Oct 19 '22 at 22:14But in your frame you also don't get equality, because F = +1 N in that frame too, which is not the same as $(\ln 2)$ N (I think you forgot to multiply by mass).
– Tomek Czajka Oct 19 '22 at 22:20