Geometry of complex numbers
From the definition of complex numbers, we can plot any complex number \(z = a + ib\in \mathbb{C}\) with \(a, b \in \mathbb{R}\) as a point \((a,b)\) in a two-dimensional plane.
Here the ``\(x\)'' axis represents the real part of complex numbers, whereas the ``\(y\)'' axis represents the imaginary part. When we use this ``\(x-y\)'' plane to plot complex numbers, this plane is called the complex (number) plane, also known as the Argand diagram (Figure 1).
Definition (Modulus)
Let \(z = a + ib \in \mathbb{C}\) with \(a, b \in \mathbb{R}\). The modulus of \(z\) is defined by
\[|z| = \sqrt{a^2 + b^2}.\]
That is, the modulus \(|z|\) is the distance between \(z\) and the origin in the complex plane (Figure 1).
In comparison, the modulus of a real number \(x\in\mathbb{R}\) is defined (usually) as
\[|x| = \left\{ \begin{array}{cc} x & \text{(if $x \geq 0$)},\\ -x & \text{(otherwise)}. \end{array}\right.\]
But this is equivalent to
\[|x| = \sqrt{x^2}.\]
Note the similarity to the above definition. We can see that the modulus of complex numbers is a natural generalization of that of real numbers.
Definition (Complex conjugate)
Let \(z = a + ib\in \mathbb{C}\) with \(a,b\in\mathbb{R}\). Then the complex conjugate \(\bar{z}\) of \(z\) is defined by
\[\bar{z} = a - ib.\]
On the complex plane, the complex conjugate \(\bar{z}\) is the mirror image of \(z\) across the \(x\)-axis (Figure 1). Also, note that
\[z\bar{z} = a^2 + b^2 = |z|^2.\]
You should try to interpret the following lemma in terms of the complex plane.
Lemma
- \(\forall z\in \mathbb{C}, \bar{\bar{z}} = z\).
- \(\forall z_1,z_2\in\mathbb{C}, \overline{z_1 + z_2} = \bar{z_1} + \bar{z_2}\).
- \(\bar{z} = z\) if and only if \(z\in\mathbb{R}\).
- \(\bar{z} = -z\) if and only if \(z\) is purely imaginary.
- \(\forall z\in\mathbb{C}, z + \bar{z} \in \mathbb{R}\).
- \(\forall z\in\mathbb{C}, z - \bar{z}\) is purely imaginary.
- \(\forall z_1, z_2\in \mathbb{C}, \overline{z_1z_2} = \bar{z_1}\bar{z_2}\)
- \(\forall z_1, z_2\in \mathbb{C}, |z_1z_2| = |z_1|\cdot|z_2|\).
- \(\forall z_1, z_2\in \mathbb{C}, |z_1+ z_2| \leq |z_1| + |z_2|\). (the triangle inequality)
- \(\bar{z} = a-ib\) by definition. Thus, \(\bar{\bar{z}} = \overline{a-ib} = a+ib\).
- On one hand, \(z_1 + z_2 = (a_1 + a_2) + i(b_1 + b_2)\), and hence \(\overline{z_1 + z_2} = (a_1 + a_2) - i(b_1 + b_2)\). On the other hand, \(\bar{z}_1 + \bar{z}_2 = (a_1 - ib_1) + (a_2 -ib_2) = (a_1 + a_2) - i(b_1 + b_2)\).
- Suppose \(\bar{z} = z\). Then, \(a - ib = a + ib\). Thus, \(ib = 0\), which implies \(b = 0\). Therefore, \(z = a \in \mathbb{R}\). Conversely, suppose \(z \in \mathbb{R}\). Then, \(b = 0\) (the imaginary part is zero). Thus, \(\bar{z} = a = z\).
- Suppose \(\bar{z} = -z\). Then, \(a - ib = -a - ib\). Thus, \(a = 0\), which implies \(z = ib\) is purely imaginary. Conversely, suppose \(z\) is purely imaginary. Then, \(z = ib\) (the real part is zero). Thus, \(\bar{z} = -ib = -z\).
- \(z + \bar{z} = (a + ib) + (a- ib) = 2a \in \mathbb{R}\).
- \(z - \bar{z} = (a + ib) - (a - ib) = 2ib\) is purely imaginary.
- On one hand, \(\overline{z_1z_2} = \overline{(a_1a_2 - b_1b_2) + i(a_1b_2 + b_1a_2)} = (a_1a_2 - b_1b_2) - (a_1b_2 + b_1a_2)\). On the other hand, \(\bar{z}_1\bar{z}_2 = (a_1 - ib_1)(a_2 -ib_2) = (a_1a_2 -b_1b_2) - i(a_1b_2 + b_1a_2)\).
- \[\begin{eqnarray*} |z_1z_2|^2 &=& (z_1z_2)(\overline{z_1z_2})\\ &=& (z_1\bar{z_1})(z_2\bar{z_2})\\ &=& |z_1|^2|z_2|^2 \end{eqnarray*}\] Since the modulus is always non-negative, \[|z_1z_2| = |z_1|\cdot|z_2|.\]
- Let \(\alpha \in \mathbb{C}\). \(\alpha -\bar{\alpha}\) is purely imaginary (Part 6) so \((\alpha -\bar{\alpha})^2\) is a non-positive real number: \[(\alpha -\bar{\alpha})^2 \leq 0.\] Adding \(4\alpha\bar{\alpha} = 4|\alpha|^2\) to the both sides, \[(\alpha -\bar{\alpha})^2 + 4\alpha\bar{\alpha} \leq 4|\alpha|^2.\] By rearranging the left-hand side, \[(\alpha + \bar{\alpha})^2 \leq 4|\alpha|^2,\] and hence \[\alpha + \bar{\alpha} \leq 2|\alpha|.\] Now let \(\alpha = z_1\bar{z_2}\) to obtain \[z_1\bar{z_2} + \bar{z_1}z_2 \leq 2|z_1||z_2|.\] Add \(z_1\bar{z_1} + z_2 \bar{z_2} = |z_1|^2 + |z_2|^2\) to the both sides, and we have \[z_1\bar{z_1} + z_2 \bar{z_2} + z_1\bar{z_2} + \bar{z_1}z_2 \leq |z_1|^2 + |z_2|^2 + 2|z_1||z_2|\] which can be rearranged into \[|z_1 + z_2|^2 \leq (|z_1| + |z_2|)^2\] from which the result follows. ■
Definition (Argument)
\[\arg(u) = \{\theta + 2k\pi \mid k\in\mathbb{Z}\}.\]
The unique element of \(\arg(u)\) in the interval \((-\pi, \pi]\) is called the principal argument of \(u\), and is written capitalized as \(\text{Arg}(u)\).
More generally, if \(z \in \mathbb{C}\setminus\{0\}\), then we can define \(\hat{z} = z/|z|\) so \(|\hat{z}| = 1\). We define \(\arg(z) = \arg(\hat{z})\) and \(\text{Arg}(z) = \text{Arg}(\hat{z})\). (See Figure 1)
Example.
- \(\text{Arg}(1) = 0\); \(\arg(1) = \{0, \pm 2\pi, \pm 4\pi, \cdots\}\).
- \(\text{Arg}(i) = \pi/2\); \(\arg(i) = \{\pi/2, \pi/2 \pm 2\pi, \pi/2 \pm 4\pi, \cdots\}\).
- \(\text{Arg}(-1) = \pi\); \(\arg(-1) = \{\pm\pi, \pm 3\pi, \pm 5\pi, \cdots\}\).
- \(\text{Arg}(-i) = -\pi/2\); \(\arg(-i) = \{-\pi/2, -\pi/2 \pm 2\pi, -\pi/2 \pm 4\pi, \cdots\}\).
Comments
Post a Comment