Logo
Published on

The Complex Plane and Coordinate Geometry

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In standard mathematics, squaring a real number always produces a positive result. This meant equations like x2+1=0x^2 + 1 = 0 had no solution. Mathematicians solved this by introducing the imaginary unit ii, defined by i2=1i^2 = -1.

A complex number z=x+iyz = x + iy consists of a real part (xx) and an imaginary part (yy). To visualise these numbers, we cannot use a standard 1D number line. We must use a 2D plane called the Argand Diagram (or Complex Plane). The horizontal axis represents the real part (Re\text{Re}), and the vertical axis represents the imaginary part (Im\text{Im}).

Plotting complex numbers on the complex plane relates perfectly to plotting points on a Cartesian plane. Consequently, standard coordinate geometry methods—like finding the distance between two points—apply directly to complex numbers via the Modulus function z|z|.

Consider three complex numbers:

  • z1=3+4iz_1 = 3 + 4i
  • z2=2+iz_2 = -2 + i
  • z3=34iz_3 = 3 - 4i

(a) Plot these three complex numbers on an Argand diagram. (Describe their positions).

(b) The modulus z|z| represents the distance of zz from the origin. Calculate the exact values of z1|z_1| and z2|z_2|. What does the result for z1z_1 and z3z_3 tell you about complex conjugates?

(c) The distance between two complex numbers A(za)A(z_a) and B(zb)B(z_b) is given by zazb|z_a - z_b|. Find the exact distance between z1z_1 and z2z_2.


Hints

  • Part (a): Treat z=x+iyz = x + iy just like the Cartesian coordinate (x,y)(x, y).
  • Part (b): The formula for the modulus is x+iy=x2+y2|x + iy| = \sqrt{x^2 + y^2}. This is simply the Pythagorean theorem measuring the hypotenuse from the origin. Notice that z3z_3 is the conjugate of z1z_1 (denoted as zˉ1\bar{z}_1).
  • Part (c): First, subtract the two complex numbers algebraically by grouping the real parts and imaginary parts together: (x1x2)+i(y1y2)(x_1 - x_2) + i(y_1 - y_2). Then, find the modulus of this new complex number.

Solutions

Part (a): Plotting the Points

  1. To plot z1=3+4iz_1 = 3 + 4i, move 3 units right along the Real axis, and 4 units up along the Imaginary axis. This corresponds to the point (3,4)(3, 4).
  2. To plot z2=2+iz_2 = -2 + i, move 2 units left on the Real axis, and 1 unit up on the Imaginary axis. This corresponds to the point (2,1)(-2, 1).
  3. To plot z3=34iz_3 = 3 - 4i, move 3 units right on the Real axis, and 4 units down on the Imaginary axis. This corresponds to the point (3,4)(3, -4).

Part (b): Calculating the Modulus

  1. Calculate z1|z_1|: z1=3+4i=32+42|z_1| = |3 + 4i| = \sqrt{3^2 + 4^2} z1=9+16=25=5|z_1| = \sqrt{9 + 16} = \sqrt{25} = 5 (The point z1z_1 is 5 units away from the origin).
  2. Calculate z2|z_2|: z2=2+i=(2)2+12|z_2| = |-2 + i| = \sqrt{(-2)^2 + 1^2} z2=4+1=5|z_2| = \sqrt{4 + 1} = \sqrt{5}
  3. Calculate z3|z_3|: z3=34i=32+(4)2|z_3| = |3 - 4i| = \sqrt{3^2 + (-4)^2} z3=9+16=25=5|z_3| = \sqrt{9 + 16} = \sqrt{25} = 5
  4. Conclusion: We see that z1=z3|z_1| = |z_3|. Since z3z_3 is the complex conjugate of z1z_1 (the imaginary sign is flipped), we can conclude a fundamental rule: A complex number and its conjugate always have the exact same modulus (z=zˉ|z| = |\bar{z}|). Geometrically, they are reflections of each other across the real axis.

Part (c): Distance Between Two Points

  1. We need to find the distance z1z2|z_1 - z_2|.
  2. First, calculate the complex difference: z1z2=(3+4i)(2+i)z_1 - z_2 = (3 + 4i) - (-2 + i) z1z2=(3(2))+(4ii)z_1 - z_2 = (3 - (-2)) + (4i - i) z1z2=5+3iz_1 - z_2 = 5 + 3i
  3. Now, find the modulus of this new complex number: z1z2=5+3i=52+32|z_1 - z_2| = |5 + 3i| = \sqrt{5^2 + 3^2} z1z2=25+9|z_1 - z_2| = \sqrt{25 + 9} z1z2=34|z_1 - z_2| = \sqrt{34}
  4. The exact distance between the two points on the complex plane is 34\sqrt{34} units.

Takeaways

  • The 2D Analogy: Always think of a complex number x+iyx + iy as a point (x,y)(x, y) or a vector (xy)\begin{pmatrix} x \\ y \end{pmatrix}. This makes visualising problems much easier.
  • The Modulus is a Distance: The modulus function is simply a generalisation of the absolute value function on a number line, extended to a 2D metric space. It always returns a positive real number representing physical length.
  • Conjugate Reflections: The complex conjugate zˉ\bar{z} is geometrically just a reflection of zz across the xx-axis (the Real axis). This is why their distances to the origin are identical.

Further Readings


Connect with me

If you found graphing complex numbers intuitive, there is an entire world of complex geometry waiting for you! Check out my complete booklets on Vu's Maths Hub. I break down everything from locus problems to roots of unity. Join my YouTube channel for visual walkthroughs, follow my Instagram for daily maths tips, and subscribe to my Substack to learn how complex numbers drive modern physics!