Skip to main content
Logo image

A First Course in Complex Analysis

Section 1.3 Geometric Properties

From the chain of basic inequalities
\begin{equation*} - \sqrt{ x^2 + y^2 } \le - \sqrt{ x^2 } \le x \le \sqrt{ x^2 } \le \sqrt{ x^2 + y^2 } \end{equation*}
(or, alternatively, by arguing with basic geometric properties of triangles), we obtain the inequalities
\begin{equation} -|z| \ \leq \ \Re(z) \ \leq \ |z| \qquad \text{ and } \qquad -|z| \ \leq \ \Im(z) \ \leq \ |z| \, \text{.}\tag{1.16} \end{equation}
The square of the absolute value has the nice property
\begin{equation*} \left| x+iy \right|^2 \ = \ x^2 + y^2 \ = \ (x+iy) (x-iy) \,\text{.} \end{equation*}
This is one of many reasons to give the process of passing from \(x+iy\) to \(x-iy\) a special name.

Definition 1.3.1.

The number \(x-iy\) is the (complex) conjugate of \(x+iy\text{.}\) We denote the conjugate by
\begin{equation*} \overline{x+iy} \ := \ x-iy \,\text{.} \end{equation*}
Geometrically, conjugating \(z\) means reflecting the vector corresponding to \(z\) with respect to the real axis, as shown in Figure 1.3.2.
Figure 1.3.2. The complex conjugate \(\conj{z}\) is obtained by reflecting \(z\) across the real axis.
The following proposition collects some basic properties of the conjugate.
The proofs of these properties are straightforward (see Exercise 1.5.22); once more we give a sample (b).

Proof.

Let \(z_1 = x_1 + i y_1\) and \(z_2 = x_2 + i y_2\text{.}\) Then
\begin{align*} \conj{z_1 \cdot z_2} \amp \ = \ \conj{ (x_1 x_2 - y_1 y_2) + i ( x_1 y_2 + x_2 y_1 ) }\\ \amp \ = \ (x_1 x_2 - y_1 y_2) - i ( x_1 y_2 + x_2 y_1 )\\ \amp \ = \ (x_1 - i y_1) (x_2 - i y_2)\\ \amp \ = \ \conj{z_1}\cdot\conj{z_2} \, . \end{align*}
We note that the property \(\abs{z}^2=z\conj z\) yields a neat formula for the inverse of a nonzero complex number, which is implicit already in (1.14):
\begin{equation*} z^{-1} \ = \ \frac1z \ = \ \frac{\conj z}{\abs{z}^2} \,\text{.} \end{equation*}
A famous geometric inequality (which holds, more generally, for vectors in \(\R^n\)) goes as follows.
By drawing a picture in the complex plane, you should be able to come up with a geometric proof of the triangle inequality. Here we proceed algebraically:

Proof.

We make extensive use of Proposition 1.3.3:
\begin{align*} \left| z_1 + z_2 \right|^2 \ \amp = \ \left( z_1 + z_2 \right) \o{ \left( z_1 + z_2 \right) }\\ \amp = \ \left( z_1 + z_2 \right) \left( \o{z_1} + \o{z_2} \right)\\ \amp = \ z_1 \o{z_1} + z_1 \o{z_2} + z_2 \o{z_1} + z_2 \o{z_2}\\ \amp = \ \left| z_1 \right|^2 + z_1 \o{z_2} + \o{ z_1 \o{z_2} } + \left| z_2 \right|^2\\ \amp = \ \left| z_1 \right|^2 + 2 \Re \left( z_1 \o{z_2} \right) + \left| z_2 \right|^2\\ \amp \leq \ \left| z_1 \right|^2 + 2 \left| z_1 \o{z_2} \right| + \left| z_2 \right|^2\\ \amp = \ \left| z_1 \right|^2 + 2 \left| z_1 \right| \left| \o{z_2} \right| + \left| z_2 \right|^2\\ \amp = \ \left| z_1 \right|^2 + 2 \left| z_1 \right| \left| z_2 \right| + \left| z_2 \right|^2\\ \amp = \ \left( \left| z_1 \right| + \left| z_2 \right| \right)^2\text{,} \end{align*}
where the inequality follows from (1.16). Taking square roots on the left- and right-hand sides proves our claim.
For future reference we list several useful variants of the triangle inequality:
The first item (a) is just a rewrite of the original triangle inequality, using the fact that \(\abs{\pm z}=\abs{z}\text{,}\) and (c) follows by induction. The proof of the reverse triangle inequality is left as Exercise 1.5.25.