Yesterday, I've posted a question where this term was being used:
$$\sqrt{1+\dfrac{4}{x^2}+\dfrac{1}{x^3}}{}$$
One of the solutions stated the following (For x getting really big).
$$\sqrt{1+\frac{4}{x^2}+\frac{1}{x^3}}{} \approx 1 + \dfrac{1}{2}\left(\frac{4}{x^2}+\frac{1}{x^3}\right)$$
Also the solution stated that he used to the binomial expansion. I tried to get to this solution by myself but did not really get to a solution. It would be great if someone could explain why the squareroot can be written like that for big x.
Tomorrow, I am going to have a exam for the university and I think that this could help me in a lot of cases but I am not allowed to use it without an explanation.
Greetings, Finn
In general we have that for $x\to 0$
$$(1+x)^a=1+ax+o(x)$$
where $o(x)$ represent a term of order great the $x$ and thus negligeble with respect to $x$ when $x\to 0$, thus in this case we can also write
$$(1+x)^a\sim 1+ax$$
as infinitesimal approximation.
Notably in this case we are taking just a first order approximation
$$\sqrt{1+\frac{4}{x^2}+\frac{1}{x^3}}{} =1 + \dfrac{1}{2}\left(\frac{4}{x^2}+\frac{1}{x^3}\right)+o\left(\frac1{x^3}\right)$$
$$\sqrt{1+\frac{4}{x^2}+\frac{1}{x^3}}{} \sim 1 + \dfrac{1}{2}\left(\frac{4}{x^2}+\frac{1}{x^3}\right)$$ Be aware that this kind of approximation must be handled carefully since in some cases could lead in error. Indeed in some cases we could have to expand at a order greater than the first. See here for the general binomial expansion.