Finding maximum value of $\bigg|\sqrt{x^2-8x+52}-\sqrt{x^2-4x+8}\,\bigg|$
What I try is to write the function as
$\bigg|\sqrt{(x-4)^2+(0-6)^2}-\sqrt{(x-2)^2+(0-2)^2}\,\bigg|$
Now we have to maximize difference of distance between point $P(x,0)$ and $A(4,6)$ and $(2,2)$.
i.e. we have to maximize $|PA-PB|$
How do I solve it ? Please, have a look.