I'm reading Kleppner & Kolenkow Example 4.16 on page 140-141 of the second edition and I am confused by something.
So we have a rocket in free space. No friction and no gravity. The rocket has mass $M$ and the fuel has mass $m$. The rocket has initial velocity $v_0$ and the fuel is ejected out the back at velocity $u$ relative to the rocket.
My approach (which I understand to be wrong) is to do this. There is no external force on the system. So momentum should be conserved. So,
$$P_0 = v_0 (M + m)$$
$$P_1 = v_1 M + m (v_0 - u)$$
We set
$$P_0 = P_1$$ $$v_0 M + v_0 m = v_1 M + v_0 m - m u$$ $$M(v_1 - v_0) = mu$$ $$v_1 = v_0 + \frac{m}{M}u$$
K&K does something completely different and finds a very different answer of
$$v_1 = v_0 + u \ln \frac{m + M}{M}$$
I'm confused. Where did I go wrong?