I came across the relation in the title in a physics textbook and wondered how I get to it.
$$n^2-1 \approx (n-1)2$$
for $$n-1\ll 1$$
Could anybody maybe help me out?
Thanks!
I came across the relation in the title in a physics textbook and wondered how I get to it.
$$n^2-1 \approx (n-1)2$$
for $$n-1\ll 1$$
Could anybody maybe help me out?
Thanks!
On
I think the point is that if you consider the function $f(x) = x^2 -1$ around $x_0=1$, you can expand it using Taylor series, up to the second term (because the function itself is quadratic, that means just $f(x_0)$ and the linear term. Since $f(x_0)=0$, you have $$ f(x) \approx 2(x-1) $$ in the vicinity of $x_0=1$, which is what @YvesDaoust plotted.
$$n^2-1=(n-1+2)(n-1)\approx2(n-1)$$ because $n-1$ is negligible compared to $2$.
You can also work this out in terms of $n-1$,
$$n^2-1=(n-1+1)^2-1=(n-1)^2+2(n-1)$$ and the first term is negligible.