I came across the following statement while reading Holmes book on Perturbation Methods -
To reduce the differential equation, recall that, for small $z, (1 + z)^{−2} \sim 1 − 2z$
I don't know why he says 'recall' as I can't see where he mentioned this fact earlier in the book...
For small $z$, the $z$ terms on both sides will disappear and we are left with $1 \sim 1$ which is obviously true. But we could just as easily have $6z, 2000z$ etc.. and we could still say that for small $z$ the LHS and RHS are approximately the same. So what is the significance of saying $2z$ in particular? I think I am missing something here?
You can also use the Taylor's approximation: $f(z)\approx f(0)+f'(0)z$. In your case, $f(x)=\frac{1}{(1+x)^2}$ so $f(0)=1$, $f'(x)=\frac{-2}{(1+x)^3}$ and $f'(0)=-2$.