+ \subsubsection*{Rays/lines \qquad \(\operatorname{Arg}( z\pm b)=\theta\)}
+
+ \begin{center}\begin{tikzpicture}[scale=2,mydot/.style={circle, fill=white, draw, outer sep=0pt, inner sep=1.5pt}]
+ \draw [->] (-0.75,0) -- (1.5,0) node [right] {$\operatorname{Re}(z)$};
+ \draw [->] (0,-1) -- (0,1) node [above] {$\operatorname{Im}(z)$};
+ \draw [->, thick, brown] (-0.25,0) -- (-0.75,-1);
+ \node [above, font=\footnotesize] at (-0.25,0) {\(\frac{1}{4}\)};
+ \begin{scope}
+ \path[clip] (-0.25,0) -- (-0.75,-1) -- (0,0);
+ \fill[orange, opacity=0.5, draw=black] (-0.25,0) circle (2mm);
+ \end{scope}
+ \node at (-0.08,-0.3) {\(\frac{\pi}{8}\)};
+ \node [font=\footnotesize, left] at (-0.75,-1) {\(\operatorname{Arg}(z+\frac{1}{4})=\frac{\pi}{8}\)};
+ \node [brown, mydot] at (-0.25,0) {};
+ \draw [<->, thick, green] (0,-1) -- (1.5,0.5) node [pos=0.25, black, font=\footnotesize, right] {\(|z-2|=|z-(1+i)|\)};
+ \node [left, font=\footnotesize] at (0,-1) {\(-1\)};
+ \node [below, font=\footnotesize] at (1,0) {\(1\)};
+ \end{tikzpicture}\end{center}