Good job (Tristan, George, Jingxuan)
Now remarks:
Tristan your LaTeX sucks. You need to learn more and also check the output.
George I replaced external image (which may disappear soon) by an attachment, produced by LaTeX
\begin{document}
\documentclass[tikz]{standalone}
\usepackage{mathtools}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\begin{tikzpicture}
\draw [thin,->] (-4,0)--(4,0) node[below]{$\Re z$};
\draw [thin,->] (-0,-4)--(0,.5) node[right]{$\Im z$};
\draw [thick, red,->] (3,0) arc(0:-180:3);
\draw [thick, red,->] (-3,0)--(3,0);
\fill[red] (0,-1) circle (0.05) node[left] {$-ai$};
\end{tikzpicture}
\end{document}
(works in LaTeX, not in Forum MathJax). You can place arrow nicer, but code would be more complicated