Section1.3The Geometry of Complex Numbers, PartΒ I
Complex numbers are ordered pairs of real numbers, so they can be represented by points in the plane. In this section we show the effect that algebraic operations on complex numbers have on their geometric representations.
We can represent the number \(z=x+iy=(x, y)\) by a position vector in the \(xy\) plane whose tail is at the origin and whose head is at the point \((x, y)\text{.}\) When the \(xy\) plane is used for displaying complex numbers, it is called the complex plane, or more simply, the z plane. Recall that \(\mathrm{Re}(z)=x\) and \(\mathrm{Im}(z)=y\text{.}\) Geometrically, \(\mathrm{Re}(z)\) is the projection of \(z=(x, y)\) onto the \(x\) axis, and \(\mathrm{Im}(z)\) is the projection of \(z\) onto the \(y\) axis. It makes sense, then, to call the \(x\) axis the real axis and the \(y\) axis the imaginary axis, as FigureΒ 1.3.1 illustrates.
Addition of complex numbers is analogous to addition of vectors in the plane. As we saw in SectionΒ 1.2, the sum of \(z_1=x_1+iy_1=(x_1, y_1)\) and \(z_2=x_2+iy_2=(x_2, y_2)\) is \((x_1+x_2, y_1+y_2)\text{.}\) Hence \(z_1+z_2\) can be obtained using the βparallelogram lawβ for vectors, where the vector sum is represented by the diagonal of the parallelogram formed by the two original vectors, as illustrated by FigureΒ 1.3.2. The difference \(z_1-z_2\) can be represented by the displacement vector from the point \(z_2=(x_2, y_2)\) to the point \(z_1=(x_1, y_1)\text{,}\) as FigureΒ 1.3.3 depicts.
The number \(|z|\) is the distance between the origin and the point \(z=(x, y)\text{.}\) The only complex number with modulus zero is the number 0. The number \(z=4+3i\) has modulus \(|4+3i| = \sqrt{4^2+3^2}=\sqrt{25}=5\text{,}\) and is depicted in FigureΒ 1.3.5.
The numbers \(|\mathrm{Re}(z)|, \, |\mathrm{Im}(z)|\text{,}\) and \(|z|\) are the lengths of the sides of the right triangle \(OPQ\) shown in FigureΒ 1.3.6. The inequality \(|z_1| \lt |z_2|\) means that the point \(z_1\) is closer to the origin than the point \(z_2\text{.}\) Although obvious from FigureΒ 1.3.6, it is still profitable to work out algebraically (which we ask you to do in the exercises) that
The difference \(z_1-z_2\) represents the displacement vector from \(z_2\) to \(z_1\text{,}\) so the distance between \(z_1\) and \(z_2\) is given by \(|z_1-z_2|\text{.}\) We can obtain this distance by using DefinitionsΒ 1.2.2 and DefinitionΒ 1.3.4 to obtain the familiar formula
If \(z=(x, y)=x+iy\text{,}\) then \(-z=(-x, -y) = -x-iy\) is the reflection of \(z\) through the origin, and \(\overline{z}=(x, -y) = x-iy\) is the reflection of \(z\) through the \(x\) axis, as illustrated in FigureΒ 1.3.7.
We can use an important algebraic relationship to establish properties of the absolute value that have geometric applications. Its proof is rather straightforward, and we ask you to give it in the exercises for this section.
An important application of Identity (1.3.3) is its use in establishing the triangle inequality, which states that the sum of the lengths of two sides of a triangle is greater than or equal to the length of the third side. FigureΒ 1.3.9 illustrates this inequality.
To produce an example of which FigureΒ 1.3.9 is a reasonable illustration, let \(z_1=7+i\) and \(z_2=3+5i\text{.}\) Then \(|z_1| =\sqrt{49+1}=\sqrt{50}\) and \(|z_2|=\sqrt{9+25}=\sqrt{34}\text{.}\) Clearly, \(z_1+z_2=10+6i\text{;}\) hence \(|z_1+z_2| =\sqrt{100+36}=\sqrt{136}\text{.}\) In this case, we can verify the triangle inequality without appealing to calculator approximations because
Subtracting \(|z_2|\) from the left and right sides of this string of inequalities gives an important relationship that is used in determining lower bounds of sums of complex numbers:
FigureΒ 1.3.12 illustrates the multiplication shown in ExampleΒ 1.3.11. The length of the \(z_1z_2\) vector apparently equals the product of the lengths of \(z_1\) and \(z_2\text{,}\) confirming EquationΒ (1.3.6). But why is it located in the second quadrant when both \(z_1\) and \(z_2\) are in the first quadrant? The answer to this question will become apparent to you in SectionΒ 1.4.
Let \(z_1=(x_1,y_1)\) and \(z_2=(x_2,y_2)\text{.}\) Since neither \(z_1\) nor \(z_2\) equals zero, they are perpendicular iff their dot product is zero. But their dot product is \((x_1,y_1) \cdot (x_2,y_2) = x_1x_2+y_1y_2\text{,}\) which is precisely \(\mathrm{Re}(z_1 \bar{z}_2)\text{.}\)
Show that, if \(z\ne 0\text{,}\) the four points \(z, \overline{z}, -z\text{,}\) and \(-\overline{z}\) are the vertices of a rectangle with its center at the origin.
Let \(z=(a,b)\text{.}\) Then \(\bar{z}=(a,-b), \, -z=(-a,-b)\text{,}\) and \(-\bar{z}=(-a,b)\text{.}\) The line segment from \(z\) to \(\bar{z}\) is perpendicular to the line segment from \(\bar{z}\) to \(-z\) since the vector from \(z\) to \(\bar{z}\) is \(\bar{z}-z=(0,-2b)\text{.}\) The vector from \(\bar{z}\) to \(-z\) is \((-2a,0)\text{,}\) and the dot product of these is clearly zero. A similar argument works for the other line segments. It is also easy to show that the diagonals intersect at the origin, establishing symmetry there.
Show that the equation of the line through the points \(z_1\) and \(z_2\) can be expressed in the form \(z=z_1+t(z_2-z_1)\text{,}\) where \(t\) is a real number.
If \(|z|=1\text{,}\)\(|z-w|^2\) reduces to \(1-\bar{z}w-z\bar{w}+|w|^2\text{,}\) and \(|1-\bar{z}w|^2\) becomes \(1-\bar{z}w-z\bar{w}+|w|^2\text{.}\) Thus \(|z-w|^2=|1-\bar{z}w|^2\text{,}\) and the conclusion follows. If \(|w|=1\) we get the same result.
By Inequality (1.3.5), we see that \(|z_1|-|z_2| \le |z_1-z_2|\text{.}\) Also, \(|z_2|-|z_1|
\le |z_2-z_1|=|z_1-z_2|\text{,}\) so that \(|z_1|-|z_2| \ge -|z_1-z_2|\text{.}\) Putting these two inequalities together gives \(-|z_1-z_2| \le |z_1|-|z_2| \le |z_1-z_2|\text{,}\) from whence the conclusion follows.
If you study carefully the proof of the triangle inequality, you will note that the reasons for the inequality hinge on \(\mathrm{Re}(z_1 \overline{z_2}) \le |z_1 \overline{z_2}|\text{.}\) Under what conditions will these two quantities be equal, thus turning the triangle inequality into an equality?
Let \(z_1=(x_1,y_1)\) and \(z_2=(x_2,y_2)\text{.}\) Then \(\mathrm{Re}(z_1\bar{z}_2)=x_1x_2+y_1y_2\text{.}\) Also, \(|z_1\bar{z}_2|=\sqrt{(x_1x_2+y_1y_2)^2+(-x_1y_2+x_2y_1)^2}\text{.}\) If either \(z_1\) or \(z_2\) equals 0, then clearly \(\mathrm{Re}(z_1\bar{z_2})=|z_1\bar{z}_2|\text{.}\) If neither equals 0, the two quantities are equal precisely when \(-x_1y_2+x_2y_1=0\text{.}\) This occurs when the points \(z_1\) and \(z_2\) lie on a straight line through the origin. Show the details for this last statement.
The inequality \(|\sum\limits_{k=1}^nz_k| \le \sum\limits_{k=1}^n|z_k|\) is clearly true when \(n=1\text{.}\) Suppose that, for some \(j>1\text{,}\)\(\Big|\sum\limits_{k=1}^jz_k\Big| \le \sum\limits_{k=1}^j|z_k|\text{.}\) Then, using the triangle inequality and our induction assumption,
Let \(z_1\) and \(z_2\) be two distinct points in the complex plane, and let \(K\) be a positive real constant that is less than the distance between \(z_1\) and \(z_2\text{.}\)
Let \(z_1\) and \(z_2\) be two distinct points in the complex plane, and let \(K\) be a positive real constant that is greater than the distance between \(z_1\) and \(z_2\text{.}\)
By definition, an ellipse is the locus of points the sum of whose distances from two fixed points is constant. Since \(|z-z_1|\) gives the distance from the point \(z\) to the point \(z_1\text{,}\) the set \(\{ z:\
|z-z_1|+|z-z_2|=K\}\) is precisely those points satisfying that definition.
Letting \(z_1=2i\text{,}\) and \(z_2=-2i\text{,}\) we compute \(K=|3+2i-2i|+|3+2i+2i|=3+5=8\text{.}\) With \(z=(x,y)\text{,}\) the equation in Exercise 25a becomes \(\sqrt{x^2+(y-2)^2}+\sqrt{x^2+(y+2)^2}=8\text{.}\) Show the details that squaring both sides, simplifying, squaring again, and simplifying again gives \(4x^2+3y^2=48\text{.}\) In standard form, \(x^2+\frac{3 }{4}y^2=12\text{.}\)