I am working on the following problem from Chapter 1, Section 5 of Conway's "Functions of One Complex Variable":
Let $C$ be the circle {z:|z-c|=r}, r>0; let $a=c+r\text{ cis }\alpha$ and put $$ L_\beta=\left\lbrace z:\text{Im}\left(\frac{z-a}{b}\right)=0\right\rbrace $$ where $b=\text{cis }\beta$. Find necessary and sufficient conditions in terms of $\beta$ that $L_\beta$ be tangent to $C$ at $a$.
Here, Conway uses the notation $\text{cis }\alpha$ to denote $(\cos\alpha+i\sin\alpha)$; also, he shows in the section mentioned that $L_\beta$ is simply the line in $\mathbb{C}$ containing $a$ in the direction of $b$.
I've been able to convince myself in pictures that the necessary and sufficient condition is that $\beta=\alpha\pm \pi/2$. One direction is:
Define $$ L_\alpha=\left\lbrace z:\text{Im}\left(\frac{z-c}{d}\right)=0\right\rbrace $$ where $d=\text{cis }\alpha$. Then $L_\alpha$ is the line containing $c$ in the direction of $a$. Assuming $\beta=\alpha\pm\pi/2$, define unit vectors $z_1=\text{cis }\alpha$ and $z_2=\text{cis }\beta$. If we were to add $a$ to each of these, then $z_1\in L_\alpha$ and $z_2\in L_\beta$. So, it suffices to show that $z_1$ and $z_2$ are perpendicular when considered as vectors in $\mathbb{R}^2$. Since $z_1=(\cos\alpha,\sin\alpha)$ and $z_2=(\cos\beta,\sin\beta)$, then $$z_1\cdot z_2=\cos\alpha\cos\beta+\sin\alpha\sin\beta=\cos\alpha-\beta=\cos(\pm \pi/2)=0.$$
My questions are:
Is this enough to show one direction, or would I have to show something more to show that $L_\beta$ is tangent to $C$ at $a$? Or maybe I've missed the mark completely?
How would I begin the other direction? Should I use the definition of "tangent to $C$ at $a$" that says $L_\beta$ contains only the point $a$ in the circle $C$? Or something else?