I have a question which asks:
If vectors $v_1$ and $v_2$ have associated complex numbers $z_1$ and $z_2$ respectively then express, in terms of $z_1$ and $z_2$, the fact that the two vectors are a) parallel and b) perpendicular. Then, using this information, find the conditions necessary for 4 points, $z_1,z_2,z_3,z_4$ to constitute a parallelogram.
This should be super easy but I'm getting hung up.
My attempt at a solution:
If the vectors are perpendicular, ${z_1}\cdot{z_2} = 0$ so $x_1x_2+y_1y_2=0$ or $\frac{\operatorname*{Re}(z_1)}{\operatorname*{Im}(z_1)}=-\frac{\operatorname*{Im}(z_2)}{\operatorname*{Re}(z_2)}$. I think this is fine, but I could be wrong.
If two vectors are parallel, their slopes should be equal, namely $\frac{\operatorname*{Im}(z_2)}{\operatorname*{Im}(z_1)}=\frac{\operatorname*{Re}(z_2)}{\operatorname*{Re}(z_1)}$. I also believe this is correct, but I could still be mistaken.
The parallelogram part is where I'm getting confused. Suppose for convention that the line joining $z_1$ and $z_3$ is parallel to the line joining $z_2$ and $z_4$. Similarly for the line joining $z_1$ and $z_2$, and $z_3$ and $z_4$. For there to be a parallelogram, I know that the lengths of the sides must be equal, so $|z_4-z_2| = |z_3-z_1|$ and $|z_4-z_3| = |z_2-z_1|$. This is fine. However, how do I make sure the vectors constituting the parallel sides are, indeed, parallel?
Is it okay to use the parallel condition I used above if the vectors dont start at the origin? So, should I say that $\frac{\operatorname*{Im}(z_4-z_2)}{\operatorname*{Im}(z_3-z_1)}=\frac{\operatorname*{Re}(z_4-z_2)}{\operatorname*{Re}(z_3-z_1)}$ for one pair of sides,and a similar expression for the other pair?
If I can make anything clearer please let me know.