I am looking for some explanation of how the following was completed. $$\sqrt{x(1+\epsilon)}= \sqrt x \sqrt{1+\epsilon}\approx \sqrt x \left( 1+\frac{\epsilon}{2} +O(\epsilon ^2) \right)$$
I understand $$\sqrt{x(1+\epsilon)}= \sqrt x \sqrt{1+\epsilon}$$
but I am confused how $$\sqrt x \sqrt{1+\epsilon} \approx \sqrt x \left( 1+\frac{\epsilon}{2} +O(\epsilon ^2) \right)$$
the above uses the taylor series
You also simply add a small quantity to get a complete square $$ \sqrt{1+ϵ}\approx\sqrt{1+ϵ+\frac{ϵ^2}4}=1+\fracϵ2. $$ To check the difference, use the binomial formula $(a-b)(a+b)=a^2-b^2$ in $$ \sqrt{1+ϵ}-(1+\fracϵ2)=\frac{(1+ϵ)-(1+ϵ+\frac{ϵ^2}4)}{\sqrt{1+ϵ}+(1+\fracϵ2)}\approx-\frac{ϵ^2}8. $$