I want to find the value of the square root $$(a+ b x^2 + c x)^{0.5}$$ by knowing that $x$ is very small ($x$ goes to zero).
Could anyone help me to decide what to do? How can I do that? Is the binomial expansion a good method to find the approximate value of the square root to second order in $x$? If yes, how should I binomial expand it? $a$ could be a negative number or an imaginary number or a positive number.
hint
Put $bx^2+cx=at $ with $a>0$.
$$(a+bx^2+cx)^{1/2}=a^{1/2}(1+t)^{1/2} $$
$(1+t)^{1/2}=1+\frac {t}{2}+\frac {1/2 (1/2-1)}{2!}t^2+ ... +\frac {1/2 (1/2-1)... (1/2-n+1)}{n!}t^n+... $