The value of $|z|^2+|z−3|^2+|z−i|^2$ is minimum when $z$ equals?
I thought probably the circumcentre of the triangle formed by $0,i,3$ should be the answer as in that case the distances would be equal.But the answer is different.Is there anyway to logically deduce the answer instead of the generic method that books follow (i.e. put $z=x+iy$ and then find minima).
As @DeepSea mentioned, we can think of this problem geometrically. Given $\bigtriangleup ABC$, with $A=(0,0)$, $B=(3,0)$, $C=(0,1)$, find the point $P$ that minimizes $PA^2+PB^2+PC^2$.
I am first going to provide physical intuition, and then a rigorous proof as to why the point $P$ must be the centroid of the triangle.
Imagine three Hookean springs, all with spring-constant $1$. Attach one end of each spring to each vertex of the triangle. Take the other ends of the springs and attatch them to the same point, $X$. In this setup, the vertices are fixed, but point $X$ is free to move around. The potential energy of this system is proportional to $XA^2+XB^2+XC^2$. Since nature tends to minimize potential energy, when this system comes to rest, this quantity will be minimized. We also know that the system will come to rest when the net force is $0$. The net force for this system is proportional to the vector $\vec{XA}+\vec{XB}+\vec{XC}$. So, the system will come to rest when $\vec{XA}+\vec{XB}+\vec{XC}=0$. The only point with this property if the centroid, or $G=\displaystyle\frac{A+B+C}{3}$.
Now, for a rigorous proof from this site: http://www.cut-the-knot.org/triangle/medians.shtml (this is different from the one posted by @ArkyaChatterjee in the comments)
Let's call the centroid $\displaystyle G=\frac{A+B+C}{3}$. It can be verified that $\vec{GA}+\vec{GB}+\vec{GC}=0$. Take any random point, $X$: \begin{equation} \label{eq1} \begin{split} XA^2+XB^2+XC^2 & = \left|\vec{XA}\right|^2+\left|\vec{XB}\right|^2+\left|\vec{XC}\right|^2\\ & = \left|\vec{GX}+\vec{GA}\right|^2+\left|\vec{GX}+\vec{GB}\right|^2+\left|\vec{GX}+\vec{GC}\right|^2\\ &= 3\left|\vec{GX}\right|^2+\left|\vec{GA}\right|^2+\left|\vec{GB}\right|^2+\left|\vec{GC}\right|^2+2\vec{GX}\cdot\left(\vec{GA}+\vec{GB}+\vec{GC}\right)\\ &= 3GX^2+GA^2+GB^2+GC^2+2\vec{GX}\cdot0\\ &= 3GX^2+GA^2+GB^2+GC^2\\ & \geq GA^2+GB^2+GC^2 \end{split} \end{equation} (Here, the operator $\cdot$ represents inner product.)
In your particular case, we have $\displaystyle z=\frac{0+3+i}{3}=1+\frac{i}{3}$.