Let $a,b,c \in \mathbb{R}^{+}$ and $f(x)=\sqrt{a^2+x^2}+\sqrt{(b-x)^2+c^2}$. Then $\min f={?}$
My Try : $f'(x)=\dfrac{x}{\sqrt{a^2+x^2}}+\dfrac{(x-b)}{\sqrt{(b-x)^2+c^2}}=0$
$x^2((b-x)^2+c^2)=(x-b)^2(a^2+x^2) \ \ \to x^2(x-b)^2+x^2c^2=(x-b)^2a^2+x^2(x-b)^2$
$x^2c^2=(x-b)^2a^2 \to x^2c^2=(x^2-2bx+b^2)a^2 \to x^2c^2=x^2a^2-2ba^2x+b^2a^2$
$(c^2-a^2)x^2+2ba^2x-b^2a^2=0 \to x=\dfrac{-ba^2\pm \sqrt{ba^2(c^2-a^2)(-b^2a^2)}}{c^2-a^2}$
Now what ? and also It can be obtained without the use of a derivative?
