So i was asked to find the equation of the circle going through 1, i, and 0
Now i know that the equation of circle in complex form is:
$|z - z_0| = r$ where $r$ is radius.
So based on these values, my idea was to obtain the radius and try and find the origin of my circle. Nice idea, but executing it did not come off. There was a solution provided, and i am trying to make the link between what the final solution is and how to get the origin of my circle and the radius.
The solution was $|z - \frac{1+i}{2}| = \frac{1}{2^{1/2}}$
The center of the circle must have form $z=x+ix$ for some $x\in\mathbb{R}$ since it must lies on the line which passes through origin and perpendicular to line passing through $i$ and $1$.
And $r=|z-1|=|z|$ which gives you the value of $x$. Hence you find the center and you can get the radius $r$.