We're given a diameter AB in the unit circle and we need to find a point C in the closed ball of B(0,1) that maximize the multiplication |AC|*|BC|.
Write $A=e^{i\theta}$ so $B=-e^{i\theta}$ and let $C=z$ when $|z|<=1$
define
$f:B(0,1)\rightarrow\mathbb{C}$
$f(z)=e^{2i\theta}-z^2$
$|f|=|AC||BC|$ and By the maximum principle we know that $|f|$ has its maximum on $|S(0,1)|$
So i got this far, but I have no idea how to continue.
Thanks in advance!
PS I saw this q&a $AB$ is a chord of a circle $C$. Let there be another point $P$ on the circumference of the circle, optimize $PA.PB$ and $PA+PB$, but he solves it in geometry methods, which is very interesting but I need to use complex analysis.