Under what conditions does the following expression hold?
$$\frac{a+x}{(a+2x)^2} \approx \frac{1}{x}, x>0, a>0$$
I was reading a paper, and the paper pointed out that, when $a \ll x$, the above approximation holds. However, wouldn't that give $\frac{1}{4x}$ as the approximation instead?
Full description in the paper (symbols transformed to general variable names):
$$ f(x)=\frac{x}{a+x_0+x}, a,x_0, x>0$$
Now, get the Taylor expansion to the first order at point $x=x_0$ to get the approximation:
$$ f(x) \propto \frac{x-x_0}{x_0} f(x_0)$$ when $x_0 \gg a$.
I managed to get expand the Taylor series of $f(x)$ to the 1st order and simplify it to get the first expression in this post, but $x_0 \gg a$ doesn't seem to be sufficient to make the approximation. This could just be one of a bag of usual approximations that engineers are very familiar with. I would be more than happy if someone could point me to a comprehensive list of those.