[Math] Taylor approximation of inverse square root

linear approximationtaylor expansion

Given the function $f(x)=\sqrt{1+mx+\mathcal{O}(x^2)}$ I am reading that $g(x) = \frac{1}{f(x)}$, the inverse square root, can be computed with first order Taylor approximation and take $g(x) = 1 – \frac{m}{2}x + \mathcal{O}(x^2)$. So given, $f'(x) = \frac{m+\mathcal{O}(x^2)}{2\sqrt{1+mx+\mathcal{O}(x^2)}}$, I started with the first order Taylor approximation of $f(x)\approx f(a) + f'(a)(x-a)+\mathcal{O}(x^2)$ in point $a$ but I do not know how to continue. Could you please give some help?

Best Answer

One may recall that, as $u \to 0$, $$ \frac1{\sqrt{1+u}}=1-\frac{u}2+O(u^2) $$ giving, as $x \to 0$, $$ g(x) = \frac{1}{\sqrt{1+\underbrace{mx+\mathcal{O}(x^2)}_{u}}}=1-\frac{mx}2+O(x^2). $$