Given $z_1, z_2 \in \mathbb{C}$, where $z_1 \neq z_2$, and $\lambda \in (\mathbb{R}^+ \cup \{0\}) \setminus \{1\}$, prove that the equation $|\frac{z-z_1}{z-z_2}| = \lambda$ determines a circle and find out the center and radius of this circle.
My notes say that for a circle with center $z_0$ and radius $r$, it can be formed by the graphical representation of the equation $|z-z_0|^2 = r^2$.
What I attempted was to expand each complex number $z_k$ into $\Re(z_k) + i\Im(z_k) = x_k + iy_k$ until I eventually got a large expression that itself is in the form $z - z_0$ , but I probably made silly algebraic errors on the way, getting the following (likely wrong) results:
The center of the circle determined is $(\frac{x(x_1+x_2) + y(y_1+y_2)}{(x-x_2)^2 + (y-y_2)^2}, \frac{xy_1+yx_2+x_1y_2}{(x-x_2)^2+(y-y_2)^2})$ and it has a radius of length $\lambda$. However, I am not sure how right this is, because $x$ and $y$ themselves are allowed to vary, meaning that the center of this circle, while it has a radius constant at $\lambda$, could change depending on how I split the $|z-z_0|$-form expression I obtained originally.
Thank you!