Definition of \mathbb C

Definition 1 (Complex Number). A complex number is an ordered pair of real numbers of the form (x,y)(x,\, y). The number xx is called the real part of zz and the number yy is called the imaginary part of zz. Two complex numbers (x1,y1)(x_1,\, y_1) and (x2,y2)(x_2,\, y_2) are equal if and only if x1=x2x_1=x_2 and y1=y2y_1=y_2.

Notation 1. The set of all complex numbers is denoted by \mathbb C.

Notation 2. For a given complex number z=(x,y)z=(x,\, y), we use Re(z)\operatorname{Re}(z) and Im(z)\operatorname{Im}(z) to denote the real and imaginary components respectively. That is Rez=x\operatorname{Re}z=x and Imz=y\operatorname{Im}z=y.

We are interested in translating in some way the usual addition and multiplication operations on \mathbb R into \mathbb C.

Definition 2 (Addition and Multiplication). Let z1=(x1,y1)z_1=(x_1,\, y_1) and z2=(x2,y2)z_2=(x_2,\, y_2) be two complex numbers. We define the addition of z1z_1 and z2z_2, denoted by z1+z2z_1+z_2, and the multiplication of them, denoted by z1z2z_1 z_2, respectively as the complex numbers z1+z2:=(x1+x2,y1+y2),z_1+z_2:= (x_1+x_2,\, y_1+y_2), and z1z2(x1,y1)(x2,y2):=(x1x2y1y2,x1y2+y1x2).z_1 z_2\equiv (x_1,\, y_1)(x_2,\, y_2):=(x_1 x_2-y_1y_2, x_1y_2+y_1 x_2).

The following properties can be easily verified.

Exercise 3. Let z1z_1, z1z_1 and z3z_3 be complex numbers. Show that: z1+z2=z2+z1,z1z2=z2z1z1+z2+z3=z1+(z2+z3),z1z2z3=z1(z2z3),z1(z2+z3)=z1z2+z1z3\begin{array}{rcl} z_1+z_2 = z_2+z_1, && z_1z_2 = z_2z_1\\ z_1+z_2+z_3= z_1+(z_2+z_3), & & z_1z_2z_3=z_1(z_2z_3),\\ z_1(z_2+z_3)=z_1z_2+z_1z_3 & & \\ \end{array}

For each complex number, we define its inverse element under addition, which we call the negation, and its inverse element under multiplication, which we call the inverse, as follows.

Definition 4 (Negation and Inverse). Let z=(x,y)z=(x,\, y) be a complex number. The negation of zz, denoted by z-z, is the complex number defined as z:=(x,y).-z := (-x,\, -y). The inverse of zz, denoted by 1z\dfrac{1}{z} or z1z^{-1}, is the complex number defined as 1z:=(xx2+y2,yx2+y2)\frac{1}{z}:=(\frac{x}{x^2+y^2},\, -\frac{y}{x^2+y^2}) provided that z(0,0)z\neq (0,\, 0).

Example 5. Let z=(1,2)z=(1,\, 2), then z=(1,2)-z=(-1,\, -2) and z1=(15,25)z^{-1}=(\dfrac{1}{5},\, -\dfrac{2}{5}).

Example 6. Let z=(3,4)z=(3,\, -4), then z=(3,4)-z=(-3, 4) and z1=(325,425)z^{-1}=(\dfrac{3}{25},\, \dfrac{4}{25}).

Exercise 7. For any zz\in\mathbb C, verify that (i) z+(z)=(0,0)z+(-z)=(0,\, 0), and (ii) if z(0,0)z\neq (0,\, 0), then zz1=z1z=(1,0)z z^{-1}= z^{-1}z=(1,\, 0).

Exercise 8. Let z1z_1\in\mathbb C and z2z_2\in\mathbb C be non-zero complex numbers. Prove that 1z11z2=1z1z2.\dfrac{1}{z_1}\dfrac{1}{z_2}=\dfrac{1}{z_1z_2}.

Once we define the addition and multiplication operations, we could use them to define subtraction and division as follows.

Definition 9 (Subtraction and Division). Let z1=(x1,y1)z_1=(x_1,\, y_1) and z2=(x2,y2)z_2=(x_2,\, y_2) be two complex numbers. We define the subtraction of z1z_1 by z2z_2, denoted by z1z2z_1-z_2, and the division of z1z_1 by z2z_2 (provided that z2(0,0)z_2\neq (0,\, 0)), denoted by z1z2\dfrac{z_1}{z_2} or z1/z2z_1/z_2, respectively as the complex numbers z1z2:=(x1x2,y1y2),z_1-z_2:=(x_1-x_2,\, y_1-y_2)\,, and z1z2:=z11z2(x1x2+y1y2x22+y22,x2y1x1y2x22+y22).\frac{z_1}{z_2}:= z_1\dfrac{1}{z_2} \equiv (\dfrac{x_1x_2+y_1y_2}{x_2^2+y_2^2},\, \frac{x_2y_1-x_1y_2}{x_2^2+y_2^2})\,.

Example 10. Let z1=(1,1)z_1=(1,\, 1), and z2=(1,2)z_2=(1,\, -2). Then z1/z2=(15,35)z_1/z_2=(-\dfrac{1}{5},\, \dfrac{3}{5}).

Example 11. Let z1=(2,3)z_1=(2,\, 3), and z2=(3,2)z_2=(3,\, -2). Then z21=(333+(2)2,233+(2)2)z_2^{-1}=(\dfrac{3}{3^3+(-2)^2},\, \dfrac{2}{3^3+(-2)^2}). Therefore z1/z2=z1z21=(2,3)(313,213)=(0,1)z_1/z_2=z_1z_2^{-1} =(2,\, 3)(\dfrac{3}{13},\, \dfrac{2}{13})=(0,\, 1).

We can easily prove the following property of the division operation.

Theorem 12. Let z1z_1, z2((0,0))z_2 (\neq (0,\, 0)) and z3((0,0))z_3 (\neq (0,\, 0)) be arbitrary complex numbers. Then z1z2=z1z3z2z3.\frac{z_1}{z_2}=\frac{z_1 z_3}{z_2 z_3}\,.

Proof. This follows from the following calculations. z1z2=z11z2=z11z2(z31z3)=(z1z3)(1z21z3)=(z1z3)1z2z3=z1z3z2z3.\frac{z_1}{z_2}=z_1\frac{1}{z_2}=z_1\frac{1}{z_2}(z_3\frac{1}{z_3})=(z_1z_3)(\frac{1}{z_2}\frac{1}{z_3})=(z_1z_3)\dfrac{1}{z_2z_3}=\dfrac{z_1z_3}{z_2z_3}\,. ◻

The Real Numbers as a Subset of the Complex Plane

One important observation about the complex number system is that the subset of complex numbers whose imaginary part is 00 has exactly the same arithmetics as the set of real numbers. This can be easily seen from the following theorem.

Theorem 13. For any xx, yy\in\mathbb R, we have (i)(x,0)+(y,0)=(x+y,0),(ii)(x,0)(y,0)=(xy,0),(i)\ (x,\, 0)+(y,\, 0)=(x+y,\, 0), \qquad (ii)\ (x,\, 0)-(y,\, 0)=(x-y,\, 0), (iii)(x,0)(y,0)=(xy,0),(iv)(x,0)(y,0)=(xy,0),ify0.(iii)\ (x,\, 0)(y,\, 0)=(xy,\, 0), \qquad (iv)\ \dfrac{(x,\, 0)}{(y,\, 0)}=(\dfrac{x}{y},\, 0),\ \ \mbox{if}\ \ y\neq 0.

Remark 14. The above theorem says that for any given real number xx\in\mathbb R, we can identify the complex number z=(x,0)z=(x,\, 0) with the real number xx. Therefore, real numbers are simply complex numbers with zero imaginary parts. This way, we make \mathbb R a subfield of \mathbb C.

Moreover, the above theorem allows us to have the following representation of complex numbers.

Theorem 15. Let z=(x,y)z=(x,\, y) be a complex number, and i=(0,1)i=(0,\, 1). Then z=x+iy.z=x+iy\,.

Proof. This follows from the following calculation: x+iy=(x,0)+(0,1)(y,0)=(x,0)+(0,y)=(x,y),x+iy=(x,\, 0)+(0,\, 1)(y,\, 0) =(x,\, 0)+(0,\, y)=(x,\, y), where we have used the fact that x(x,0)x\equiv(x,\, 0) for any xx\in\mathbb R. ◻

Exercise 16. Prove that i2=1.i^2=-1.

Complex conjugate

An important concept in complex analysis is complex conjugate.

Definition 17 (Complex Conjugate). Let z=x+iyz=x+iy be a complex number. The complex conjugate of zz, denoted by z\bar z, is the complex number defined as z:=x+i(y)xiy.\bar{z}: = x+i(-y) \equiv x-iy.

Example 18. (i) z=22iz=2-2i, then z=2+2i\bar z=2+2i; (ii) z=5+iz=5+i, then z=5i\bar z=5-i.

Example 19. Let z=x+iyz=x+iy, then zz=(x+iy)(xiy)=x2y(y)=x2+y2z\bar z=(x+iy)(x-iy)=x^2-y(-y)=x^2+y^2.

Remark 20. If we take z1=1z_1=1, z2=zz_2=z and z3=zz_3=\bar z in Theorem Theorem 12, then we have 1z=zzz,ifz0.\dfrac{1}{z}=\dfrac{\bar z}{z\bar z},\ \ \mbox{if}\ \ z\neq 0. This is a very useful relation.

The following result is obvious from the definition but is very useful.

Lemma 21. For any zz\in\mathbb C, we have Rez=z+z2,Imz=zz2i,z=z.\operatorname{Re}z=\frac{z+\bar z}{2}, \qquad \operatorname{Im}z=\frac{z-\bar z}{2i}, \qquad \bar{\bar z}=z\,.

Theorem 22 (Complex Conjugate Commutes with Arithmetic Operations). For any z1z_1\in\mathbb C and z2z_2\in\mathbb C, the following equalities hold: z1±z2¯=z1±z2z1z2¯=z1z2z1/z2¯=z1/z2\begin{aligned} \overline{z_1\pm z_2}=\bar z_1 \pm \bar z_2\\ \overline{z_1z_2}=\bar z_1 \bar z_2\\ \overline{z_1/z_2}=\bar z_1/\bar z_2 \end{aligned}

Proof. We only prove the last equality. Let z=x+iy0z=x+iy\neq 0. By definition of inverse and complex conjugate, we verify that 1z¯=xiyx2+y2¯=x+iyx2+y2=xi(y)x2+(y)2=1z.\overline{\dfrac{1}{z}}=\overline{\dfrac{x-iy}{x^2+y^2}} = \dfrac{x+iy}{x^2+y^2} = \dfrac{x-i(-y)}{x^2+(-y)^2}= \dfrac{1}{\bar z}\,. The rest follows from simple calculations here: z1/z2¯=z11z2¯=z1(1z2)¯=z11z2=z1/z2.\overline{z_1/z_2}=\overline{z_1 \frac{1}{z_2}} = \bar z_1 \overline{(\frac{1}{z_2})} = \bar z_1 \frac{1}{\bar z_2} = \bar z_1 /\bar z_2\,. This completes the proof. ◻

Exercise 23. Prove the properties of complex numbers stated in Theorem Theorem 22.

Polar representation

From our presentation, it is clear that we can uniquely identify a complex number with a point in 2\mathbb R^2 (an example of which is the xy-plane in our 3-dimensional Euclidean space). It is also very convenient to think of z=x+iyz=x+iy as the vector that goes from the origin (0,0)(0,0) in the xyxy plane to the point (x,y)(x,y) which we denote by OZ\overrightarrow{OZ}.

It is well-know that any point (x,y)(x,y) in the xyxy plane can be represented using the polar system (r,θ)(r,\theta) where rr is the distance of the point to the origin while θ\theta is the angle formed between the vector x\vec{x} and OZ\overrightarrow{OZ} (when we go from x\vec{x} and OZ\overrightarrow{OZ} anti-clockwise). The representation reads x=rcosθ,y=rsinθ,x=r\cos\theta, \qquad y=r\sin\theta, which naturally gives us z=r(cosθ+isinθ).\label{EQ:Polar Representation} z=r(\cos\theta+i\sin\theta).

It is easy to verify that under this representation, we have x2+y2=r2(cos2θ+sin2θ)=r2,x^2+y^2=r^2(\cos^2\theta+\sin^2\theta)=r^2, which then leads to r=x2+y2.r=\sqrt{x^2+y^2}.

Definition 24 (Modulus and Argument). Let z=x+iyz=x+iy\in\mathbb C be a given complex number. The modulus of zz, denoted by |z||z|, is the nonnegative number |z|=x2+y2.|z|=\sqrt{x^2+y^2}. The argument of zz, denoted by argz\operatorname{arg}z, is the angle θ\theta in the representation [EQ:Polar Representation].

It is extremely important to understand that the argument of zz, argz\operatorname{arg}z (i.e. the θ\theta in the polar representation) is 2π2\pi-periodic. That is, if we add 2kπ2k\pi (k=0,±1,±2,...k=0, \pm 1, \pm 2, ...) to θ\theta, the xx and yy values won’t change (we remain at the same point). This is to say that argz\operatorname{arg}z is multi-valued. We set the following convention: argz\operatorname{arg}z always takes the form θ=θ0+2kπ,k=0,±1,±2,...\theta=\theta_0+2k\pi, \qquad k=0, \pm 1, \pm 2, ... where π<θ0π-\pi<\theta_0 \le \pi 1 is called the principle value of the argument, often denoted with Argz\operatorname{Arg} z (that is Argz=θ0\operatorname{Arg} z=\theta_0).

Therefore, in the polar representation of zz, the radius rr is simply the modulus of zz, that is, |z||z|. The polar representation of a complex number zz thus takes the following final form z=|z|(cosθ+isinθ).z=|z|(\cos\theta + i\sin\theta)\,.

For any real-valued yy, we define the exponential function eiye^{iy} as eiy:=cosy+isiny.\label{EQ:Euler's Formula} e^{iy} := \cos y+ i\sin y. The relation [EQ:Euler's Formula] is called Euler’s formula. It is an extremely useful tool in the study of trigonometric functions as we will see a little later. For the moment, let us simply note that Euler’s formula allows us to have a more compact polar representation for a complex number z=|z|(cosθ+isinθ)z=|z|(\cos\theta+ i\sin\theta) called the polar exponential representation: z=|z|eiθ.z=|z|e^{i\theta}. This representation will be used often later.

Example 25. Let z=1+iz=1+i, then we can write |z|=12+12=2|z|=\sqrt{1^2+1^2}=\sqrt{2}. Therefore z=2(12+i12)z=\sqrt{2}(\dfrac{1}{\sqrt{2}}+i\dfrac{1}{\sqrt{2}}). This gives us that cosθ=12\cos\theta=\frac{1}{\sqrt{2}} and sinθ=12\sin\theta=\frac{1}{\sqrt{2}}. Therefore θ=π4+2kπ\theta=\dfrac{\pi}{4}+2k\pi, k=0,±1,±2,k=0, \pm 1, \pm 2, \cdots. This gives 1+i=2ei(π4+2kπ),k.1+i=\sqrt{2}e^{i(\frac{\pi}{4}+2k\pi)},\ k\in\mathbb Z\,.

Example 26. Let z=3+iz=\sqrt{3}+i. Then |z|=3+1=2|z|=\sqrt{3+1}=2. Therefore z=2(32+12i)z=2(\dfrac{\sqrt{3}}{2}+\dfrac{1}{2} i). This gives cosθ=32\cos\theta=\frac{\sqrt{3}}{2} and sinθ=12\sin\theta=\dfrac{1}{2}. Therefore θ=π/6+2kπ\theta=\pi/6+2k\pi, kk\in\mathbb Z. This gives 3+i=2ei(π/6+2kπ),k.\sqrt{3}+i=2e^{i(\pi/6+2k\pi)},\ \ k\in\mathbb Z\,.

The Triangle Inequality

The concept of modulus allows us to compare sizes of complex numbers. The following result is straightforward to prove.

Theorem 27 (Properties of Modulus). Let zz, z1z_1 and z2z_2 be arbitrary complex numbers. The following equalities hold: |Re(z)||z|,|Im(z)||z||z|=|z|=|z|,|z|2=zz,|z1z2|=|z1||z2||z1|=|z|1,ifz0.\begin{aligned} |\operatorname{Re}(z)|\le |z|,\quad |\operatorname{Im}(z)|\le |z|\\ |z|=|\bar z|=|-z|,\\ |z|^2=z\bar z,\\ |z_1z_2|=|z_1||z_2|\\ |z^{-1}|=|z|^{-1},\ \ \ \mbox{if}\ z\neq 0. \end{aligned}

Proof. The first two identities are trivial. The third one can be verified easily with the definition. The last equality can be deduced easily from the fourth. Assuming that the four identity is true. Then |zz1|=|z||z1||zz^{-1}|=|z||z^{-1}|. This means |z||z1|=1|z||z^{-1}|=1. Therefore |z1|=|z|1|z^{-1}|=|z|^{-1}. Proof of the fourth identitie is left as an exercise. ◻

Exercise 28. Prove the fourth identity in Theorem Theorem 27.

One of the most useful results in complex analysis is the following Triangle Inequality. It allows us to bound size of summation of two complex numbers by the summation of their sizes.

Theorem 29 (Triangle Inequality). For any z1z_1\in\mathbb C and z2z_2\in \mathbb C, we have ||z1||z2|||z1+z2||z1|+|z2|.\label{EQ:Triangle Ineq} ||z_1|-|z_2||\le |z_1+z_2|\le|z_1|+|z_2|.

Proof. (i) The second inequality is a result of the following calculation. |z1+z2|2=(z1+z2)(z1+z2)=z1z1+z2z2+z1z2+z1z2=|z1|2+|z2|2+2Re(z1z2)]|z1|2+|z22|+2|z1||z2|=(|z1|+|z2|)2.\begin{gathered} |z_1+z_2|^2=(z_1+z_2)(\bar z_1+\bar z_2)=z_1\bar z_1+z_2\bar z_2 + z_1\bar z_2+\bar z_1 z_2=|z_1|^2+|z_2|^2+2\operatorname{Re}(z_1\bar z_2)] \\ \le |z_1|^2+|z_2^2|+2|z_1||z_2|=(|z_1|+|z_2|)^2. \end{gathered} (ii) To prove the first inequality, we observe, using the result from part (i), that |z1|=|z1+z2z2||z1+z2|+|z2||z1||z2||z1+z2|,|z_1|=|z_1+z_2-z_2|\le |z_1+z_2|+|z_2| \implies |z_1|-|z_2|\le |z_1+z_2|, and |z2|=|z1+z2z1||z1+z2|+|z1||z2||z1||z1+z2|.|z_2|=|z_1+z_2-z_1|\le |z_1+z_2|+|z_1| \implies |z_2|-|z_1|\le |z_1+z_2|. We can then combine the two inequalities to get ||z1||z2|||z1+z2|||z_1|-|z_2||\le |z_1+z_2|. ◻

Geometrically, the Triangle Inequality says that (i) the summation of the lengths of any two sides of a triangle is always greater or equal to the length of the third side, and (ii) the difference between the lengths of any two sides is always smaller than or equal to the length of the third side.


  1. The selection of θ0(π,π]\theta_0\in(-\pi, \pi] is quite arbitrary. In some literature, θ0(0,2π]\theta_0\in(0, 2\pi] is selected. There is no essential difference between the two choices since both give the same θ\theta at the end.↩︎

Guided review and additional examples

Learning goals

  • Move confidently between ordered-pair, Cartesian, and polar forms of a complex number.
  • Use conjugates and moduli to simplify quotients and estimate expressions.
  • Interpret multiplication geometrically as scaling followed by rotation.
  • Find all roots of a complex number without losing solutions.

Concept connection: algebra and geometry say the same thing

Writing z=x+iyz=x+iy is best for addition and conjugation. Writing z=reiθz=re^{i\theta} is best for multiplication, division, and powers: moduli multiply and arguments add. The argument is not unique; θ\theta and θ+2πk\theta+2\pi k describe the same nonzero complex number. That periodicity is exactly why an equation such as zn=wz^n=w has nn distinct roots when w0w\ne0.

Worked example 1: simplify a quotient

Compute 34i1+2i\dfrac{3-4i}{1+2i}. Multiply numerator and denominator by the conjugate 12i1-2i:

34i1+2i=(34i)(12i)(1+2i)(12i)=510i5=12i. \frac{3-4i}{1+2i} =\frac{(3-4i)(1-2i)}{(1+2i)(1-2i)} =\frac{-5-10i}{5}=-1-2i.

The denominator becomes the real number |1+2i|2=5|1+2i|^2=5. As a quick check, (12i)(1+2i)=34i(-1-2i)(1+2i)=3-4i.

Worked example 2: find every cube root of 8i8i

Since 8i=8ei(π/2+2πk)8i=8e^{i(\pi/2+2\pi k)}, its cube roots have modulus 22 and arguments

π/2+2πk3=π6+2πk3,k=0,1,2. \frac{\pi/2+2\pi k}{3}=\frac{\pi}{6}+\frac{2\pi k}{3}, \qquad k=0,1,2.

Thus the roots are 2eiπ/62e^{i\pi/6}, 2ei5π/62e^{i5\pi/6}, and 2ei3π/22e^{i3\pi/2}. Values with other integers kk repeat these three roots.

Check your understanding

Why is z1z2=z1z2\sqrt{z_1z_2}=\sqrt{z_1}\sqrt{z_2} not a safe identity when each square root means the principal square root?

Show the answer

Principal arguments are forced into one interval, so adding two principal arguments can cross the branch cut. For example, the principal square roots give 11=i2=1\sqrt{-1}\sqrt{-1}=i^2=-1, while (1)(1)=1=1\sqrt{(-1)(-1)}=\sqrt{1}=1.