Let's say I need to approximate the expression $$\frac{1}{2}mv^2\left(\frac{M}{M+m}+1\right)$$ when $m<<M$.
Here is what I would do: $$\frac{1}{2M}mv^2\left(\frac{M}{1+\frac{m}{M}}+M\right) =\frac{1}{2M}mv^2\left[M\left(1-\frac{m}{M}+O(m^2)\right) +M\right]$$ Therefore approximating this, by dropping the higher-order terms in $m$ in the bracket I get: $$\frac{1}{2M}mv^2(M+M) = mv^2$$
Ok, so when doing this are there any rules that we need to follow for example:
If the very small term is on the bottom of a fraction, use the binomial expansion to bring it up. (Is this always true?)
Are their any more, e.g. if we get something like $Mm$ what do we do? What about $Mm^2$ etc? When do we turn $M+m$ into just $M$?