How do you find the angle between two lines in the complex plane, without going through the real route (breaking $z$ into $x+yi$ and solving by finding the tangent from the slopes)?
For example, if my lines were in the form
$$\begin{align} az+\overline{az} + b &=0 \\ dz+\overline{dz} + c &=0 \\ \end{align}$$
for complex $a$, $d$ and real $b$, $c$.
I know we can determine if they are parallel or perpendicular by multiplying $ad$ and seeing if it is zero, or if $d$ is a scalar of $a$, but does this help? Would this in any way involve finding the arccos() between two vectors?
Any help is appreciated. Thanks~
Switch your notation to polar and express your lines as vectors with angles $\theta_1$ and $\theta_2$. Angle in between is simply their difference, so $\Delta \theta$.