Problem: Show that any four distinct points can be carried by a linear transformation to positions $1, -1, k, -k$, where the value of $k$ depends on the points. How many solutions are there, and how are they related?
Attempt at a solution:
So I know that given any three points $z_2, z_3, z_4$ I can find a linear transformation that carries these points to some other points $w_2, w_3, w_4$ this can be done since the ratio is preserved; that is $$(w, w_2, w_3, w_4)=(z, z_2, z_3,z_4).---(1)$$
So, in our case we have $w_2=-1, w_3=k$ and $w_4=-k$, and we want this transformation to be such that it will also take $z_1$ to $1$.
After performing the necessary algebraic steps in $(1)$ I found
$$w(z)=\frac{(1+k)(z-z_3)(z_2-z_4)+(1-k)(z-z_4)(z_2-z_3)}{(1-k)(z-z_4)(z_2-z_3)-(1+k)(z-z_3)(z_2-z_4)}k$$
This transformation takes the $z_2$ to $-1$, $z_3$ to $k$ and $z_4$ to $-k.$
So now, do I just force the transformation so that $w(z_1)=1$?
I am not sure how the whole $k$ being dependent on the points we choose is coming into play?
Any hints??
Thanks!