Minimal distance from a point to other 2 points in 3D

21 Views Asked by At

There exist three points in a 3d space, $A=(x,y,0), B=(a,0,2), C=(-a,0,2)$ where $a>0$.

My question is, how to find the minimal distance from point $A$ to point $B$ and point $C$?