\documentclass[11pt]{book}
\usepackage{fancyhdr}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{hyperref}
\usepackage{units}
\newcommand{\ds}{\displaystyle}
\newcommand{\testname}{Homework \#1}
\newcommand{\testdate}{\today}
%		Problem
\newcounter{problemnumber}
\newcommand{\Problem}{\stepcounter{problemnumber}
       \item[\fbox{\parbox{.25in}{\hfil\theproblemnumber\hfil}}]}
\newcommand{\ProblemStar}{\stepcounter{problemnumber}
       \item[\fbox{\parbox{.25in}{$\star$\hfil\theproblemnumber\hfil}}]}
\newcommand{\Points}[1]{(#1 points) \ }
%		Examheader
\newcommand{\Examheader}{\setcounter{problemnumber}{0}
\centerline{\Large\bf \testname}

}
\lhead{\bf Complex Analysis (MAA 4402 / 5404)}
%\rhead{\bf Name: \rule{2in}{.2pt}}
\rhead{Due Wednesday 1/15}
\cfoot{}
\pagestyle{fancy}
%
%
\begin{document}
\thispagestyle{fancy}
\Examheader

\newcommand{\st}{\::\:}

%
%
%
%

\bigskip

\noindent\emph{Answers should be submitted on a separate piece of paper. You need not attach this page, although if you do, then you will have the questions when your work is returned. Work which is sloppy or messy or that which is not written in a clear and coherent fashion will be marked down.}

\begin{enumerate}

\Problem Sketch (in the complex plane) the set of points determined by each of the following conditions. \emph{No reasoning is required, just the sketches.}
	\begin{enumerate}
	\item[(a)] $|z-1+i|=1$.
	\item[(b)] $|z+2-i|\le 3$.
	\item[(c)] $|z-1-4i|\ge 4$.
	\end{enumerate}
	
\Problem Let $w$ and $z$ denote the complex numbers
	\[
		w=a+ib\quad\textrm{and}\quad z=c+id.
	\]
	\begin{enumerate}
	\item[(a)] Use algebraic manipulation to show that
	\[
		|wz|=\sqrt{(a^2+b^2)(c^2+d^2)}.
	\]
	\item[(b)] Explain how part (a) shows that
	\[
		|wz|=|w||z|
	\]
	for all complex numbers $w$ and $z$.
	\end{enumerate}

\Problem Use part (b) of the previous exercise to show that
	\[
		|z^n|=|z|^n
	\]
	for all natural numbers $n\ge 0$. \emph{Notes: for a formal proof, you may want to employ mathematical induction; by define $z^0=1$ for all complex numbers.}
	
\Problem Prove that
	\begin{enumerate}
	\item[(a)] the complex number $z$ is real if and only $\overline{z}=z$, and
	\item[(b)] the complex number $z$ is either real or purely imaginary if and only if $\overline{z}^2=z^2$.
	\end{enumerate}

\end{enumerate}

\end{document}








