In a physics exercise relating some electric forces. I found the following equation for the restoring force:
$ F = \frac{kQq}{(y_0 + \Delta y)^2} - \frac{kQq}{y_0^2}$
Where $ \Delta y << y_0 $
Now, the resolution goes as:
$$ F \approx \frac{kQq}{(y_0^2 + 2y_0\Delta y)} - \frac{kQq}{y_0^2} \\ \approx \frac{-2y_0\Delta y kQq}{(y_0^4 + 2y_0^3\Delta y)} \\ \approx \frac{-2y_0\Delta y kQq}{y_0^4(1 + 2\frac{\Delta y}{y_0})} \\ \approx \frac{-2\Delta y kQq}{y_0^3} $$
However, I have some issues understanding the criteria to decide whether neglecting a term is okay or not.
In the first step for example, after resolving the expansion $(y_0 + \Delta y)^2 = (y_0^2 + 2y_0\Delta y + \Delta y^2) $, we are neglecting the term $ \Delta y^2 $ under the condition of $ \Delta y << y_0 $. But why couldn't we neglect it earlier $ (y_0 + \Delta y)^2 $ Is just because $ \Delta y^2 $ is a very small second-order term?
I know this would give 0 in the general force equation, but I think is still a valid question why with some sums we can neglect it and not with others.
Later, we again approximate with $ y_0^4(1 + 2\frac{\Delta y}{y_0}) \approx y_0^4 $ because $ \frac{\Delta y}{y_0} $ tends to 0 but in this case the order of $ \Delta y $ seems irrelevant.
Is there some sort of rules to decide when these "approximating" operations are allowed? Or is there some hidden formality that allows physicist to do it consistently?
I think things are clearer if you clear away the verbiage first, and then concentrate on the approximation. So write $$ F = \frac{kQq}{(y_0 + \Delta y)^2} - \frac{kQq}{y_0^2} =\frac{kQq}{y_0^2}\left((1+\frac{\Delta y}{y_0})^{-2}-1\right). $$
Now by Taylor's Theorem or the Binomial Theorem we know that $$ (1+\frac{\Delta y}{y_0})^{-2}=1-2\frac{\Delta y}{y_0}+o\left(\frac{\Delta y}{y_0}\right) $$ and we are done.