I encountered an equation:
$$\frac{1}{(ja + \delta{z_{n}} - \delta{z_{n-j}})^2} + \frac{1}{(-ja + \delta{z_{n}} - \delta{z_{n+j}})^2}$$
can someone tell me how it approximates to:
$$-2\left[\frac{\delta{z_{n}} -\delta{z_{n-j}}}{(ja)^3} - \frac{\delta{z_{n}} -\delta{z_{n+j}}}{(ja)^3}\right]$$
I'd really appreciate the help!
This is the reason, that $(1+\epsilon)^n\approx 1+n\epsilon$ if $\epsilon$ is small. $$(A+\delta x)^{-2}=A^{-2}(1+\delta\frac xA)^{-2}\\ \approx A^{-2}(1-2\delta\frac xA)\\ =A^{-2}-2\delta\frac {x}{A^3}$$