Evanalysis
6.1Estimated reading time: 45 min

6.1 Complex numbers, polar form, and geometry

Construct complex numbers as ordered pairs, then study arithmetic, conjugates, polar form, roots of unity, complex-plane geometry, and transformation methods.

Course contents

Why complex numbers live in a plane

The equation x2+1=0x^2+1=0 has no real solution. Introducing a symbol ii with i2=1i^2=-1 is not only an algebraic trick; it also suggests a geometric extension of the real line. Multiplication by 1-1 rotates a real number by 180180^\circ. Since i2=1i^2=-1, multiplication by ii should behave like a 9090^\circ anticlockwise rotation. Thus i1i\cdot 1 is naturally placed at the point (0,1)(0,1) rather than somewhere on the real line.

This motivates the formal construction: a complex number is a point in the plane, but with addition and multiplication chosen so that the rule i2=1i^2=-1 is built into the arithmetic.

Definition

Complex numbers as ordered pairs

The set of complex numbers is

C={(x,y):x,yR}.\mathbb C=\{(x,y):x,y\in\mathbb R\}.

For (x1,y1),(x2,y2)C(x_1,y_1),(x_2,y_2)\in\mathbb C, define

(x1,y1)+(x2,y2)=(x1+x2,y1+y2),(x_1,y_1)+(x_2,y_2)=(x_1+x_2,y_1+y_2),

and

(x1,y1)(x2,y2)=(x1x2y1y2,  x1y2+x2y1).(x_1,y_1)(x_2,y_2)=(x_1x_2-y_1y_2,\;x_1y_2+x_2y_1).

The real number xx is identified with (x,0)(x,0), and ii means (0,1)(0,1).

These definitions are chosen so that the informal expression x+iyx+iy is not just notation but actually agrees with the ordered-pair construction. Indeed, for real xx and yy,

(x,0)+(0,1)(y,0)=(x,0)+(0,y)=(x,y).(x,0)+(0,1)(y,0)=(x,0)+(0,y)=(x,y).

So from now on we write

z=x+iyz=x+iy

instead of (x,y)(x,y). In particular, the pair rule gives (0,1)2=(1,0)(0,1)^2=(-1,0), so i2=1i^2=-1 holds in the constructed system. Expanding in this notation gives

(x1+iy1)(x2+iy2)=x1x2+ix1y2+ix2y1+i2y1y2=(x1x2y1y2)+i(x1y2+x2y1).\begin{aligned} (x_1+iy_1)(x_2+iy_2) &=x_1x_2+i x_1y_2+i x_2y_1+i^2y_1y_2\\ &=(x_1x_2-y_1y_2)+i(x_1y_2+x_2y_1). \end{aligned}

Thus the familiar expansion reproduces both coordinates of the defined product; the minus sign comes from i2i^2 in the product (iy1)(iy2)(iy_1)(iy_2).

Definition

Real and imaginary parts

If z=x+iyz=x+iy with x,yRx,y\in\mathbb R, then

Re(z)=x,Im(z)=y.\operatorname{Re}(z)=x,\qquad \operatorname{Im}(z)=y.

The number is real when Im(z)=0\operatorname{Im}(z)=0, and it is purely imaginary when Re(z)=0\operatorname{Re}(z)=0.

Equality of complex numbers is equality of ordered pairs. Thus

a+ib=c+ida=c and b=d.a+ib=c+id \quad\Longleftrightarrow\quad a=c\text{ and }b=d.

This simple point is often the reason complex equations can be solved by comparing real and imaginary parts.

Checkpoint

If z=(3,5)z=(3,-5) in the ordered-pair construction, what are zz, Re(z)\operatorname{Re}(z), and Im(z)\operatorname{Im}(z) in x+iyx+iy notation?

Use the identification (x,y)=x+iy(x,y)=x+iy.

Solution · Answer

z=35iz=3-5i, Re(z)=3\operatorname{Re}(z)=3, and Im(z)=5\operatorname{Im}(z)=-5.

Arithmetic and field structure

The ordered-pair rules make C\mathbb C behave like a number system. Addition and multiplication are commutative and associative, multiplication distributes over addition, 0=0+i00=0+i0 is the additive identity, and 1=1+i01=1+i0 is the multiplicative identity.

Theorem

Complex numbers form a field

For every z=x+iyCz=x+iy\in\mathbb C, the additive inverse is

z=(x)+i(y).-z=(-x)+i(-y).

For every non-zero z=x+iyz=x+iy, the multiplicative inverse is

z1=xx2+y2iyx2+y2.z^{-1}=\frac{x}{x^2+y^2}-i\frac{y}{x^2+y^2}.

Together with the usual commutative, associative, identity, and distributive laws, these inverse formulas say that C\mathbb C is a field.

The inverse formula is worth deriving once. If z=x+iy0z=x+iy\ne0, then x2+y2>0x^2+y^2\gt 0: this is equivalent to z0z\ne0, since a sum of two real squares is zero exactly when both coordinates are zero. Hence

(x+iy)(xx2+y2iyx2+y2)=x2+y2x2+y2+ixy+xyx2+y2=1.(x+iy)\left(\frac{x}{x^2+y^2}-i\frac{y}{x^2+y^2}\right) =\frac{x^2+y^2}{x^2+y^2} +i\frac{-xy+xy}{x^2+y^2} =1.

Because non-zero complex numbers have multiplicative inverses, there are no zero divisors in C\mathbb C: if zw=0zw=0, then z=0z=0 or w=0w=0.

Subtraction and division

For z=a+ibz=a+ib and w=c+idw=c+id,

zw=(ac)+i(bd).z-w=(a-c)+i(b-d).

If w0w\ne0, then division means multiplication by the inverse of ww:

zw=a+ibc+id=(a+ib)(cc2+d2idc2+d2).\frac{z}{w} =\frac{a+ib}{c+id} =(a+ib)\left(\frac{c}{c^2+d^2}-i\frac{d}{c^2+d^2}\right).

After multiplying out,

a+ibc+id=ac+bdc2+d2+ibcadc2+d2.\frac{a+ib}{c+id} =\frac{ac+bd}{c^2+d^2} +i\frac{bc-ad}{c^2+d^2}.

Worked example

A division calculation

Express

1+4i63i\frac{-1+4i}{6-3i}

in the form a+bia+bi.

Using the inverse of 63i6-3i,

1+4i63i=(1+4i)6+3i62+(3)2.\frac{-1+4i}{6-3i} =(-1+4i)\frac{6+3i}{6^2+(-3)^2}.

Therefore

1+4i63i=(1)(6)+4(3)45+i4(6)(1)(3)45=25+715i.\frac{-1+4i}{6-3i} =\frac{(-1)(6)+4(-3)}{45} +i\frac{4(6)-(-1)(-3)}{45} =-\frac25+\frac{7}{15}i.

Checkpoint

Find the multiplicative inverse of 2i2-i.

Use the inverse formula for x+iyx+iy.

Solution · Answer

Here x=2x=2 and y=1y=-1, so

(2i)1=25+i15.(2-i)^{-1}=\frac{2}{5}+i\frac{1}{5}.

The Argand plane

The same ordered pair (x,y)(x,y) can be read geometrically as a point or vector in the coordinate plane. For z=x+iyz=x+iy, the horizontal coordinate is the real part and the vertical coordinate is the imaginary part. This plane is called the complex plane or Argand plane. The horizontal axis is the real axis, and the vertical axis is the imaginary axis.

Addition is vector addition:

(x1+iy1)+(x2+iy2)=(x1+x2)+i(y1+y2).(x_1+iy_1)+(x_2+iy_2) =(x_1+x_2)+i(y_1+y_2).

Multiplication is less visible in rectangular coordinates, but it becomes clear after we introduce modulus and argument.

Conjugate and modulus

Definition

Complex conjugate and modulus

For z=x+iyz=x+iy, define the conjugate and modulus by

z=xiy,z=x2+y2.\overline z=x-iy,\qquad |z|=\sqrt{x^2+y^2}.

The conjugate is reflection across the real axis. The modulus is the distance from the origin to the point representing zz.

The basic identities are

z=z,z=zzR,\overline{\overline z}=z,\qquad z=\overline z\Longleftrightarrow z\in\mathbb R,

and

Re(z)=12(z+z),Im(z)=12i(zz).\operatorname{Re}(z)=\frac12(z+\overline z), \qquad \operatorname{Im}(z)=\frac{1}{2i}(z-\overline z).

Conjugation respects arithmetic:

z1±z2=z1±z2,z1z2=z1z2,(z1z2)=z1z2\overline{z_1\pm z_2}=\overline{z_1}\pm\overline{z_2}, \qquad \overline{z_1z_2}=\overline{z_1}\,\overline{z_2}, \qquad \overline{\left(\frac{z_1}{z_2}\right)} =\frac{\overline{z_1}}{\overline{z_2}}

when z20z_2\ne0.

The modulus is tied to conjugation by

z2=zz.|z|^2=z\overline z.

Indeed, (x+iy)(xiy)=x2+y2(x+iy)(x-iy)=x^2+y^2, so zzz\overline z is always a non-negative real number. For z0z\ne0, this rewrites the inverse as z1=z/z2z^{-1}=\overline z/|z|^2: reflect across the real axis, then scale by 1/z21/|z|^2. Likewise, multiplying numerator and denominator by the conjugate of a nonzero denominator makes that denominator a positive real number. Also,

z=z=z,z1z2=z1z2,z1z2=z1z2|z|=|-z|=|\overline z|, \qquad |z_1z_2|=|z_1||z_2|, \qquad \left|\frac{z_1}{z_2}\right|=\frac{|z_1|}{|z_2|}

for z20z_2\ne0.

Worked example

Parallelogram law

For z1,z2Cz_1,z_2\in\mathbb C,

z1+z22+z1z22=2z12+2z22.|z_1+z_2|^2+|z_1-z_2|^2=2|z_1|^2+2|z_2|^2.

Use u2=uu|u|^2=u\overline u:

z1+z22+z1z22=(z1+z2)(z1+z2)+(z1z2)(z1z2)=2z1z1+2z2z2=2z12+2z22.\begin{aligned} |z_1+z_2|^2+|z_1-z_2|^2 &=(z_1+z_2)(\overline{z_1}+\overline{z_2}) +(z_1-z_2)(\overline{z_1}-\overline{z_2})\\ &=2z_1\overline{z_1}+2z_2\overline{z_2}\\ &=2|z_1|^2+2|z_2|^2. \end{aligned}

Argument and polar form

Let z=x+iy0z=x+iy\ne0. An argument of zz is any angle from the positive real axis to the point (x,y)(x,y), measured anticlockwise. If θ\theta is one argument, then all arguments are

θ+2kπ,kZ.\theta+2k\pi,\qquad k\in\mathbb Z.

The principal argument is the unique argument in the interval

π<Arg(z)π.-\pi\lt\operatorname{Arg}(z)\le\pi.

If r=zr=|z|, then

z=r(cosθ+isinθ),z=r(\cos\theta+i\sin\theta),

where θ\theta is any argument of zz. This is the polar form of zz. The zero complex number has no argument: it has no direction from the origin. All arguments describe one direction modulo 2π2\pi; the principal argument selects a single representative, including π\pi but excluding π-\pi.

Worked example

Finding polar form

Let

z=2+23i.z=-2+2\sqrt3\,i.

Then

z=(2)2+(23)2=4.|z|=\sqrt{(-2)^2+(2\sqrt3)^2}=4.

Since

cosθ=12,sinθ=32,\cos\theta=-\frac12,\qquad \sin\theta=\frac{\sqrt3}{2},

the point lies in quadrant II and θ=2π/3\theta=2\pi/3. Thus

Arg(z)=2π3,arg(z)=2π3+2kπ,kZ,\operatorname{Arg}(z)=\frac{2\pi}{3}, \qquad \arg(z)=\frac{2\pi}{3}+2k\pi, \quad k\in\mathbb Z,

and

z=4(cos2π3+isin2π3).z=4\left(\cos\frac{2\pi}{3}+i\sin\frac{2\pi}{3}\right).

Polar form also explains conjugates and inverses:

z=r(cos(θ)+isin(θ)),z1=1r(cos(θ)+isin(θ)).\overline z=r(\cos(-\theta)+i\sin(-\theta)), \qquad z^{-1}=\frac1r(\cos(-\theta)+i\sin(-\theta)).

In particular, if z=1|z|=1, then z1=zz^{-1}=\overline z.

Checkpoint

What is the principal argument of 1i-1-i?

Locate the point in the complex plane.

Solution · Answer

The point is in quadrant III with reference angle π/4\pi/4, so an argument is 5π/45\pi/4. The principal argument must lie in (π,π](-\pi,\pi], hence

Arg(1i)=3π4.\operatorname{Arg}(-1-i)=-\frac{3\pi}{4}.

Multiplication as rotation and scaling

Suppose z1,z20z_1,z_2\ne0, so both moduli are positive and both arguments exist. Write

z1=r1(cosθ1+isinθ1),z2=r2(cosθ2+isinθ2).z_1=r_1(\cos\theta_1+i\sin\theta_1), \qquad z_2=r_2(\cos\theta_2+i\sin\theta_2).

Using the angle-sum formulas,

z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2)).z_1z_2 =r_1r_2\bigl(\cos(\theta_1+\theta_2) +i\sin(\theta_1+\theta_2)\bigr).

Thus multiplication multiplies moduli and adds arguments:

z1z2=z1z2,arg(z1z2)=arg(z1)+arg(z2)|z_1z_2|=|z_1||z_2|, \qquad \arg(z_1z_2)=\arg(z_1)+\arg(z_2)

up to multiples of 2π2\pi.

Concept lensGeometric

A complex number as an object and as a multiplier

Algebraically, w=u+ivw=u+iv is an object with two real coordinates, and the product wzwz is determined by the multiplication rule. Fixing ww and allowing zz to vary gives another viewpoint: zwzz\mapsto wz is a transformation of the whole plane.

For w0w\ne0, write w=ρ(cosθ+isinθ)w=\rho(\cos\theta+i\sin\theta) with ρ>0\rho>0. The same product now means rotation about the origin through θ\theta, followed by scaling by ρ\rho. For example, i(x+iy)=y+ixi(x+iy)=-y+ix sends (x,y)(x,y) to (y,x)(-y,x): the algebraic coordinate rule is exactly a quarter-turn anticlockwise. For nonzero input, arguments add modulo 2π2\pi; the input z=0z=0 stays at the origin and needs no argument. If the multiplier is w=0w=0, every point instead maps to 00. That map collapses the plane and has no inverse; it is not a rotation followed by a positive scaling.

Explore multiplication as scale and rotation

Fix a nonzero multiplier and vary its modulus or argument. Predict the product before changing a control: its distance from the origin is multiplied by the modulus, and its direction turns through the argument. The figure lets you compare that prediction with the Cartesian coordinates.

Multiplication turns and scales a vector
Multiplication turns and scales a vectorxy0zwz

wz ≈ (-1, 1); |wz| = 1√2

The solid vector is z=1+iz=1+i; the dashed vector is wzwz. Changing the angle of ww rotates zz by that angle. Changing w|w| scales its length. At w=iw=i, the exact product is 1+i-1+i: a quarter-turn anticlockwise. Angles add modulo 2π2\pi.

For the same nonzero operands, division reverses the second rotation and divides the lengths:

z1z2=r1r2(cos(θ1θ2)+isin(θ1θ2)).\frac{z_1}{z_2} =\frac{r_1}{r_2} \bigl(\cos(\theta_1-\theta_2)+i\sin(\theta_1-\theta_2)\bigr).

Common mistake

Principal arguments do not simply add

It is correct that arguments add modulo 2π2\pi. It is not always correct that Arg(z1z2)=Arg(z1)+Arg(z2)\operatorname{Arg}(z_1z_2)=\operatorname{Arg}(z_1)+\operatorname{Arg}(z_2). After adding angles, the result may need to be moved back into (π,π](-\pi,\pi]. For example, two arguments of 3π/43\pi/4 add to 3π/23\pi/2, whose principal representative is π/2-\pi/2.

Checkpoint

If z=2(cos(π/6)+isin(π/6))z=2(\cos(\pi/6)+i\sin(\pi/6)) and w=3(cos(π/4)+isin(π/4))w=3(\cos(-\pi/4)+i\sin(-\pi/4)), what is the polar form of zwzw?

Multiply moduli and add arguments.

Solution · Answer

The modulus is 23=62\cdot3=6, and the argument is π/6π/4=π/12\pi/6-\pi/4=-\pi/12. Therefore

zw=6(cos(π12)+isin(π12)).zw=6\left(\cos\left(-\frac{\pi}{12}\right) +i\sin\left(-\frac{\pi}{12}\right)\right).

De Moivre's theorem

Integral powers are defined by repeated multiplication. If z0z\ne0, then z0=1z^0=1 and zn=(z1)nz^{-n}=(z^{-1})^n for positive integers nn.

Theorem

De Moivre's theorem

For every real angle θ\theta and every integer nn,

(cosθ+isinθ)n=cos(nθ)+isin(nθ).(\cos\theta+i\sin\theta)^n=\cos(n\theta)+i\sin(n\theta).

For positive nn, the result follows by induction from the multiplication rule in polar form. The case n=0n=0 is immediate. For negative nn, write n=mn=-m, use the positive case for mm, and use the fact that a unit complex number has inverse equal to its conjugate. Its modulus is one, so this inverse always exists. This statement concerns integer powers; it does not assign a unique value to a fractional complex power.

Worked example

Triple-angle formulas

By De Moivre's theorem,

cos(3θ)+isin(3θ)=(cosθ+isinθ)3.\cos(3\theta)+i\sin(3\theta) =(\cos\theta+i\sin\theta)^3.

Expanding the right-hand side gives

(cos3θ3cosθsin2θ)+i(3cos2θsinθsin3θ).(\cos^3\theta-3\cos\theta\sin^2\theta) +i(3\cos^2\theta\sin\theta-\sin^3\theta).

Comparing real and imaginary parts,

cos(3θ)=4cos3θ3cosθ,\cos(3\theta)=4\cos^3\theta-3\cos\theta,

and

sin(3θ)=3sinθ4sin3θ.\sin(3\theta)=3\sin\theta-4\sin^3\theta.

Checkpoint

Use De Moivre's theorem to simplify (cosθ+isinθ)4(\cos\theta+i\sin\theta)^4.

Raise the unit polar form to the fourth power.

Solution · Answer
(cosθ+isinθ)4=cos(4θ)+isin(4θ).(\cos\theta+i\sin\theta)^4=\cos(4\theta)+i\sin(4\theta).

Euler's formula and exponential form

The power series for sine, cosine, and the exponential suggest what eiθe^{i\theta} should mean:

eiθ=1+iθθ22!iθ33!+θ44!+=cosθ+isinθ.e^{i\theta} =1+i\theta-\frac{\theta^2}{2!}-i\frac{\theta^3}{3!} +\frac{\theta^4}{4!}+\cdots =\cos\theta+i\sin\theta.

This formal comparison motivates the notation; it is not a proof of complex series convergence or of the validity of rearranging their terms. For real θ\theta, we use it here to write

eiθ=cosθ+isinθ.e^{i\theta}=\cos\theta+i\sin\theta.

A non-zero complex number can then be written in exponential form as

z=reiθ,z=re^{i\theta},

where r=zr=|z| and θ\theta is an argument of zz.

This notation compresses multiplication and De Moivre's theorem:

r1eiθ1r2eiθ2=r1r2ei(θ1+θ2),(eiθ)n=einθ.r_1e^{i\theta_1}\,r_2e^{i\theta_2} =r_1r_2e^{i(\theta_1+\theta_2)}, \qquad (e^{i\theta})^n=e^{in\theta}.

It also gives

cosθ=12(eiθ+eiθ),sinθ=12i(eiθeiθ).\cos\theta=\frac12(e^{i\theta}+e^{-i\theta}), \qquad \sin\theta=\frac{1}{2i}(e^{i\theta}-e^{-i\theta}).

Putting θ=π\theta=\pi gives Euler's identity:

eiπ+1=0.e^{i\pi}+1=0.

Triangle inequality

Theorem

Triangle inequality

For all z1,z2Cz_1,z_2\in\mathbb C,

z1+z2z1+z2.|z_1+z_2|\le |z_1|+|z_2|.

Equality holds exactly when either input is zero, or both are nonzero and point in the same direction. Equivalently, z1=tz2z_1=t z_2 or z2=tz1z_2=t z_1 for some real t0t ≥ 0.

The proof is a good example of how conjugates avoid coordinate expansion:

z1+z22=(z1+z2)(z1+z2)=z12+2Re(z1z2)+z22z12+2z1z2+z22=(z1+z2)2.\begin{aligned} |z_1+z_2|^2 &=(z_1+z_2)(\overline{z_1}+\overline{z_2})\\ &=|z_1|^2+2\operatorname{Re}(z_1\overline{z_2})+|z_2|^2\\ &\le |z_1|^2+2|z_1\overline{z_2}|+|z_2|^2\\ &=(|z_1|+|z_2|)^2. \end{aligned}

Taking square roots gives the inequality because both sides are non-negative.

The only inequality above is Re(u)u\operatorname{Re}(u)\le|u|, with u=z1z2u=z_1\overline{z_2}. Equality holds precisely when uu is a non-negative real number: its imaginary part must vanish and its real part must be non-negative. If z20z_2\ne0, then

z1=uz22z2.z_1=\frac{u}{|z_2|^2}z_2.

The scalar is non-negative, giving the asserted direction condition whenever both inputs are nonzero. If either input is zero, equality holds directly. Conversely, a non-negative multiple in either order makes the two lengths add, so these conditions are sufficient as well as necessary.

Common mistake

Modulus is not linear

Usually z1+z2z1+z2|z_1+z_2|\ne |z_1|+|z_2|. The triangle inequality gives an upper bound. If both vectors are nonzero, equality requires the same direction; equality also holds whenever either vector is zero. For example, 11 and ii do not satisfy equality.

Polynomial roots over C\mathbb C

The construction of complex numbers began because x2+1=0x^2+1=0 has no real solution. The deeper closure statement is that, once we allow complex coefficients and complex roots, every non-constant polynomial has a root.

Theorem

Fundamental theorem of algebra

Let p(z)C[z]p(z)\in\mathbb C[z] have degree n1n ≥ 1 and leading coefficient an0a_n\ne0. Then the equation

p(z)=0p(z)=0

has at least one solution in C\mathbb C.

The theorem is not proved in this unit, but its consequences are central. If α\alpha is a root, then p(z)=(zα)q(z)p(z)=(z-\alpha)q(z) for a polynomial qq whose degree is one smaller. Repeating this factorization gives

p(z)=an(zα1)(zα2)(zαn),p(z)=a_n(z-\alpha_1)(z-\alpha_2)\cdots(z-\alpha_n),

where the nn roots are counted with multiplicity: a repeated linear factor contributes its number of occurrences, not just one distinct root.

When the polynomial has real coefficients, non-real roots come in conjugate pairs. Indeed, if

p(z)=anzn+an1zn1++a1z+a0,akR,p(z)=a_nz^n+a_{n-1}z^{n-1}+\cdots+a_1z+a_0,\qquad a_k\in\mathbb R,

and p(α)=0p(\alpha)=0, then taking conjugates of the equation gives p(α)=0p(\overline\alpha)=0.

This explains why real polynomials factor into real linear and real quadratic pieces:

(zα)(zα)=z22Re(α)z+α2.(z-\alpha)(z-\overline\alpha) =z^2-2\operatorname{Re}(\alpha)z+|\alpha|^2.

Worked example

Conjugate roots in a real quadratic

For

x2+2x+5=0,x^2+2x+5=0,

the discriminant is 420=164-20=-16. Hence

x=2±162=1±2i.x=\frac{-2\pm\sqrt{-16}}2=-1\pm2i.

The two roots are conjugates. Their product factor is

(x(1+2i))(x(12i))=x2+2x+5.(x-(-1+2i))(x-(-1-2i))=x^2+2x+5.

Checkpoint

Let ω=e2πi/5\omega=e^{2\pi i/5}. Why is ω3\omega^3 also a fifth root of unity?

Use the law of indices.

Solution · Answer

Because

(ω3)5=ω15=(ω5)3=13=1.(\omega^3)^5=\omega^{15}=(\omega^5)^3=1^3=1.

Thus ω3\omega^3 is a root of z51=0z^5-1=0.

Roots of unity and solving zn=z0z^n=z_0

Let nn be a positive integer. Polar form makes roots of equations such as zn=1z^n=1 visible. Define

ω=e2πi/n=cos2πn+isin2πn.\omega=e^{2\pi i/n} =\cos\frac{2\pi}{n}+i\sin\frac{2\pi}{n}.

Then ωn=1\omega^n=1, and

1,ω,ω2,,ωn11,\omega,\omega^2,\ldots,\omega^{n-1}

are the nn distinct nn-th roots of unity. Therefore

zn1=(z1)(zω)(zω2)(zωn1).z^n-1=(z-1)(z-\omega)(z-\omega^2)\cdots(z-\omega^{n-1}).

Over the real numbers, conjugate roots are paired into quadratic factors. For example, if n=5n=5, then

z51=(z1)(z22cos2π5z+1)(z22cos4π5z+1).z^5-1 =(z-1) \left(z^2-2\cos\frac{2\pi}{5}\,z+1\right) \left(z^2-2\cos\frac{4\pi}{5}\,z+1\right).

The same idea solves zn=z0z^n=z_0. If z0=r0eiθ0z_0=r_0e^{i\theta_0} with r0>0r_0\gt 0, then write a possible root as z=reiθz=re^{i\theta} with r>0r\gt 0. Moduli and arguments then give

rn=r0,nθ=θ0+2kπ,kZ.r^n=r_0,\qquad n\theta=\theta_0+2k\pi,\quad k\in\mathbb Z.

Thus the solutions are

αk=r01/nei(θ0+2kπ)/n,k=0,1,,n1.\alpha_k=r_0^{1/n} e^{i(\theta_0+2k\pi)/n}, \qquad k=0,1,\ldots,n-1.

Each root has the same modulus r01/nr_0^{1/n}; the arguments are equally spaced by 2π/n2\pi/n. Two listed indices give the same root only if their difference is a multiple of nn, so the indices 0,1,,n10,1,\ldots,n-1 give distinct roots. Every integer index reduces to one of these modulo nn, proving that the list is exhaustive. If z0=0z_0=0, the only root is z=0z=0, and the nonzero polar-root formula is not used.

Worked example

Cube roots of one

For n=3n=3,

ω=e2πi/3=12+32i.\omega=e^{2\pi i/3}=-\frac12+\frac{\sqrt3}{2}i.

The three cube roots of one are

1,ω,ω2=1232i.1,\quad \omega,\quad \omega^2 =-\frac12-\frac{\sqrt3}{2}i.

They lie on the unit circle at angles 00, 2π/32\pi/3, and 4π/34\pi/3, forming an equilateral triangle.

Checkpoint

For pairwise distinct points z1,z2,z3z_1,z_2,z_3, how can the ratio (z1z3)/(z2z3)(z_1-z_3)/(z_2-z_3) detect collinearity?

Think about its argument.

Solution · Answer

The ratio compares two directed vectors from z3z_3. If the ratio is real, its argument is 00 or π\pi, so the two vectors point in the same or opposite direction. Therefore the three points lie on one line.

Geometry with complex ratios

Differences of complex numbers represent directed vectors. For distinct points z1,z2,z3z_1,z_2,z_3, write

z1z3z2z3=reiθ.\frac{z_1-z_3}{z_2-z_3}=re^{i\theta}.

Then r=z1z3/z2z3r=|z_1-z_3|/|z_2-z_3|, and θ\theta is the oriented angle from the vector z2z3z_2-z_3 to the vector z1z3z_1-z_3. Thus one complex ratio records both a side-length ratio and an angle.

This gives a compact collinearity test:

Theorem

Collinearity test

Distinct points z1,z2,z3Cz_1,z_2,z_3\in\mathbb C are collinear if and only if

z1z3z2z3R.\frac{z_1-z_3}{z_2-z_3}\in\mathbb R.

Equivalently,

111z1z2z3z1z2z3=0.\begin{vmatrix} 1&1&1\\ z_1&z_2&z_3\\ \overline{z_1}&\overline{z_2}&\overline{z_3} \end{vmatrix}=0.

The real-ratio condition says the two directed vectors have argument difference 00 or π\pi; that is exactly the condition that they lie on the same line.

For two nondegenerate triangles, complex ratios also encode oriented similarity:

z1z2z3w1w2w3z1z3z2z3=w1w3w2w3,\triangle z_1z_2z_3\sim \triangle w_1w_2w_3 \quad\Longleftrightarrow\quad \frac{z_1-z_3}{z_2-z_3} = \frac{w_1-w_3}{w_2-w_3},

when the orientation is the same. The equality means the corresponding side-ratio and included angle both agree.

Worked example

Equilateral triangle criterion

Let ω=e2πi/3\omega=e^{2\pi i/3}. For a counter-clockwise triangle with vertices z1,z2,z3z_1,z_2,z_3, the triangle is equilateral exactly when it is similar to 1,ω,ω21,\omega,\omega^2. One compact form of the condition is

z1+z2ω+z3ω2=0.z_1+z_2\omega+z_3\omega^2=0.

This is useful because it turns a geometric statement about equal side lengths and 6060^\circ angles into one algebraic equation.

For four distinct complex points, define the cross ratio

(z1,z2;z3,z4)=(z1z3)(z2z4)(z2z3)(z1z4)(z_1,z_2;z_3,z_4) =\frac{(z_1-z_3)(z_2-z_4)} {(z_2-z_3)(z_1-z_4)}

for four distinct points. At this level, the important lesson is not to memorize every identity at once, but to notice the recurring strategy: translation is represented by differences, scaling and rotation by multiplication, and shape information by ratios.

Locus equations and transformations

Many plane loci can be written cleanly in complex notation. The equation

zz0=r|z-z_0|=r

is a circle when r>0r\gt 0, centered at z0z_0 with radius rr. Squaring gives

(zz0)(zz0)=r2,(z-z_0)(\overline z-\overline{z_0})=r^2,

which is often easier to expand.

For distinct endpoints z1z2z_1\ne z_2, similarly,

zz1=zz2|z-z_1|=|z-z_2|

is the perpendicular bisector of the segment joining z1z_1 and z2z_2, because it is the set of points equally distant from the two endpoints. A line through z1z_1 and z2z_2 can be described by the real-ratio condition

zz2z1z2R.\frac{z-z_2}{z_1-z_2}\in\mathbb R.

For three fixed non-collinear points z1,z2,z3z_1,z_2,z_3 and a point z{z1,z2,z3}z\notin\{z_1,z_2,z_3\}, membership in their circle is equivalent to

(z1,z2;z3,z)R.(z_1,z_2;z_3,z)\in\mathbb R.

Add the three fixed vertices separately to describe the entire circle. In particular, the displayed rational expression has a pole at z=z1z=z_1; the four-distinct-point definition does not evaluate the test at any fixed vertex.

Worked example

An Apollonius circle

Show that

z1=3z+1|z-1|=3|z+1|

represents a circle. As a distance ratio this is z1/z+1=3|z-1|/|z+1|=3, with z1z\ne-1; the original equality already excludes that point. Squaring and expanding,

(z1)(z1)=9(z+1)(z+1).(z-1)(\overline z-1)=9(z+1)(\overline z+1).

After collecting terms,

zz+54z+54z+1=0.z\overline z+\frac54z+\frac54\overline z+1=0.

Completing the square gives

z+54=34.\left|z+\frac54\right|=\frac34.

So the locus is the circle centered at 5/4-5/4 with radius 3/43/4. At z=1z=-1, the distance to this center is 1/41/4, not 3/43/4, so the completed circle introduces no excluded denominator point.

The following transformation discussion is optional. Complex transformations act on points of the complex plane, with a restricted domain when division is involved. The basic transformations are:

  • scaling: f(z)=rzf(z)=rz, with real r0r\ne0;
  • translation: f(z)=z+af(z)=z+a;
  • rotation: f(z)=eiθzf(z)=e^{i\theta}z;
  • inversion: f(z)=1/zf(z)=1/z, for z0z\ne0;
  • reflection in the real axis: f(z)=zf(z)=\overline z.

For example, f(z)=z2f(z)=z^2 sends z=reiθz=re^{i\theta} to

f(z)=r2e2iθ,f(z)=r^2e^{2i\theta},

so it squares distances from the origin and doubles arguments.

Translations, rotations, and conjugation preserve distances. Translations, rotations, and scalings preserve the three-point ratio

z1z3z2z3.\frac{z_1-z_3}{z_2-z_3}.

This explains why they preserve similarity. Cross ratios are even more stable: they are preserved by scalings, translations, rotations, and inversions, hence by Mobius transformations wherever the finite expressions are defined

f(z)=az+bcz+d,adbc0.f(z)=\frac{az+b}{cz+d},\qquad ad-bc\ne0.

The finite formula requires cz+d0cz+d\ne0. The whole-line and whole-circle preservation statement uses the extended plane C{}\mathbb C\cup\{\infty\}, where every line includes infinity. If c0c\ne0, set f(d/c)=f(-d/c)=\infty and f()=a/cf(\infty)=a/c; if c=0c=0, set f()=f(\infty)=\infty. With these conventions, Mobius transformations send lines and circles to lines and circles. Restricting to finite inputs and finite outputs can omit a point of the resulting locus. One algebraic form for the finite line or circle is

Azz+Bz+Bz+C=0,A z\overline z+Bz+\overline B\,\overline z+C=0,

where A,CRA,C\in\mathbb R and B2AC>0|B|^2-AC\gt 0. Under this condition, A0A\ne0 gives a genuine circle, while A=0A=0 gives a line.

Quick checks

Checkpoint

What geometric object is described by z1=z+3|z-1|=|z+3|?

Read it as an equal-distance condition.

Solution · Answer

It is the perpendicular bisector of the segment joining 11 and 3-3. Since those points lie on the real axis, the midpoint is 1-1, and the perpendicular bisector is the vertical line Re(z)=1\operatorname{Re}(z)=-1.

Exercises

  1. Prove that the embedding ϕ:RC\phi:\mathbb R\to\mathbb C, ϕ(x)=x+i0\phi(x)=x+i0, preserves addition and multiplication.
  2. Express (32i)/(1+i)(3-2i)/(1+i) in the form a+bia+bi.
  3. Prove that zz=z2z\overline z=|z|^2 and use it to derive the inverse formula for non-zero zz.
  4. Find the modulus, all arguments, principal argument, and polar form of 3+i-\sqrt3+i.
  5. Prove 1z1z22z1z22=(1z12)(1z22)|1-\overline{z_1}z_2|^2-|z_1-z_2|^2=(1-|z_1|^2)(1-|z_2|^2).
  6. Use De Moivre's theorem to express cos(5θ)\cos(5\theta) and sin(5θ)\sin(5\theta) in terms of powers of cosθ\cos\theta and sinθ\sin\theta.
  7. Prove by induction that k=1nzkk=1nzk|\sum_{k=1}^n z_k|\le \sum_{k=1}^n |z_k|.
  8. For θ2kπ\theta\ne2k\pi, use the geometric sum for eiθe^{i\theta} to derive the formula k=1ncos(kθ)=sin(nθ/2)cos((n+1)θ/2)/sin(θ/2)\sum_{k=1}^n \cos(k\theta)=\sin(n\theta/2)\cos((n+1)\theta/2)/\sin(\theta/2).
  9. Factor z61z^6-1 over C\mathbb C and then group the non-real conjugate roots to factor it over R\mathbb R.
  10. Solve z4=16z^4=16 in polar form.
  11. Show that if p(z)R[z]p(z)\in\mathbb R[z] and p(α)=0p(\alpha)=0, then p(α)=0p(\overline\alpha)=0.
  12. For pairwise distinct points z1,z2,z3z_1,z_2,z_3, prove that they are collinear exactly when (z1z3)/(z2z3)(z_1-z_3)/(z_2-z_3) is real.
  13. Show directly that z1=3z+1|z-1|=3|z+1| is the circle z+5/4=3/4|z+5/4|=3/4.
  14. Let f(z)=az+bf(z)=az+b with a0a\ne0. Prove that (f(z1)f(z3))/(f(z2)f(z3))=(z1z3)/(z2z3)(f(z_1)-f(z_3))/(f(z_2)-f(z_3))=(z_1-z_3)/(z_2-z_3) for distinct z1,z2,z3z_1,z_2,z_3.

Guided solutions

Solution · Model solution 1

For real a,ba,b, ϕ(a+b)=(a+b)+i0=(a+i0)+(b+i0)=ϕ(a)+ϕ(b)\phi(a+b)=(a+b)+i0=(a+i0)+(b+i0)=\phi(a)+\phi(b). Also ϕ(ab)=ab+i0=(a+i0)(b+i0)=ϕ(a)ϕ(b)\phi(ab)=ab+i0=(a+i0)(b+i0)=\phi(a)\phi(b). Thus real arithmetic is preserved inside C\mathbb C.

Solution · Model solution 2

Multiply by the conjugate of the denominator:

32i1+i=(32i)(1i)(1+i)(1i)=15i2=1252i.\frac{3-2i}{1+i} =\frac{(3-2i)(1-i)}{(1+i)(1-i)} =\frac{1-5i}{2} =\frac12-\frac52 i.
Solution · Model solution 3

If z=x+iyz=x+iy, then zz=(x+iy)(xiy)=x2+y2=z2z\overline z=(x+iy)(x-iy)=x^2+y^2=|z|^2. If z0z\ne0, then z2>0|z|^2\gt 0, so z1=z/z2=(xiy)/(x2+y2)z^{-1}=\overline z/|z|^2=(x-iy)/(x^2+y^2).

Solution · Model solution 4

The modulus is 22. Since cosθ=3/2\cos\theta=-\sqrt3/2 and sinθ=1/2\sin\theta=1/2, the point is in quadrant II with principal argument 5π/65\pi/6. Hence all arguments are 5π/6+2kπ5\pi/6+2k\pi, and 3+i=2(cos(5π/6)+isin(5π/6))-\sqrt3+i=2(\cos(5\pi/6)+i\sin(5\pi/6)).

Solution · Model solution 5

Expand both squared moduli using conjugates:

1z1z22=(1z1z2)(1z1z2)=1z1z2z1z2+z12z22,|1-\overline{z_1}z_2|^2 =(1-\overline{z_1}z_2)(1-z_1\overline{z_2}) =1-\overline{z_1}z_2-z_1\overline{z_2}+|z_1|^2|z_2|^2,

while

z1z22=z12z1z2z1z2+z22.|z_1-z_2|^2 =|z_1|^2-z_1\overline{z_2}-\overline{z_1}z_2+|z_2|^2.

Subtracting cancels the mixed terms and gives (1z12)(1z22)(1-|z_1|^2)(1-|z_2|^2).

Solution · Model solution 6

Expand (cosθ+isinθ)5=cos(5θ)+isin(5θ)(\cos\theta+i\sin\theta)^5=\cos(5\theta)+i\sin(5\theta) by the binomial theorem. The real terms are those with even powers of ii, and the imaginary terms are those with odd powers of ii:

cos(5θ)=cos5θ10cos3θsin2θ+5cosθsin4θ,\cos(5\theta)=\cos^5\theta-10\cos^3\theta\sin^2\theta +5\cos\theta\sin^4\theta,sin(5θ)=5cos4θsinθ10cos2θsin3θ+sin5θ.\sin(5\theta)=5\cos^4\theta\sin\theta -10\cos^2\theta\sin^3\theta+\sin^5\theta.
Solution · Model solution 7

The case n=1n=1 is immediate. If the result holds for nn, then

k=1n+1zk=(k=1nzk)+zn+1k=1nzk+zn+1k=1n+1zk.\left|\sum_{k=1}^{n+1}z_k\right| = \left|\left(\sum_{k=1}^{n}z_k\right)+z_{n+1}\right| \le \left|\sum_{k=1}^{n}z_k\right|+|z_{n+1}| \le \sum_{k=1}^{n+1}|z_k|.
Solution · Model solution 8

Since eiθ1e^{i\theta}\ne1,

k=1neikθ=eiθeinθ1eiθ1.\sum_{k=1}^n e^{ik\theta} =e^{i\theta}\frac{e^{in\theta}-1}{e^{i\theta}-1}.

Rewrite numerator and denominator by factoring half-angles:

einθ1=einθ/2(einθ/2einθ/2),e^{in\theta}-1 =e^{in\theta/2}(e^{in\theta/2}-e^{-in\theta/2}),

and similarly for eiθ1e^{i\theta}-1. This gives

k=1neikθ=sin(nθ/2)sin(θ/2)ei(n+1)θ/2.\sum_{k=1}^n e^{ik\theta} = \frac{\sin(n\theta/2)}{\sin(\theta/2)} e^{i(n+1)\theta/2}.

Taking real parts gives the stated cosine-sum formula.

Solution · Model solution 9

Over C\mathbb C, let ω=e2πi/6\omega=e^{2\pi i/6}. Then

z61=k=05(zωk).z^6-1=\prod_{k=0}^{5}(z-\omega^k).

The roots are 11, 1-1, eπi/3e^{\pi i/3}, eπi/3e^{-\pi i/3}, e2πi/3e^{2\pi i/3}, and e2πi/3e^{-2\pi i/3}. Pairing conjugates gives

z61=(z1)(z+1)(z22cosπ3z+1)(z22cos2π3z+1),z^6-1=(z-1)(z+1) \left(z^2-2\cos\frac{\pi}{3}z+1\right) \left(z^2-2\cos\frac{2\pi}{3}z+1\right),

so over R\mathbb R,

z61=(z1)(z+1)(z2z+1)(z2+z+1).z^6-1=(z-1)(z+1)(z^2-z+1)(z^2+z+1).
Solution · Model solution 10

Write 16=16e2πim16=16e^{2\pi i m}. The fourth roots have modulus 22 and arguments (2kπ)/4=kπ/2(2k\pi)/4=k\pi/2, so the solutions are

2,2i,2,2i.2,\quad 2i,\quad -2,\quad -2i.
Solution · Model solution 11

Write p(z)=anzn+an1zn1++a0p(z)=a_nz^n+a_{n-1}z^{n-1}+\cdots+a_0 with all aja_j real. If p(α)=0p(\alpha)=0, then conjugating both sides gives

anαn+an1αn1++a0=0,a_n\overline\alpha^n+a_{n-1}\overline\alpha^{n-1} +\cdots+a_0=0,

because conjugation respects sums and products and aj=aj\overline{a_j}=a_j. This is exactly p(α)=0p(\overline\alpha)=0.

Solution · Model solution 12

If the points are collinear, the vectors z1z3z_1-z_3 and z2z3z_2-z_3 have the same or opposite direction, so their argument difference is 00 or π\pi; the quotient is real. Conversely, if the quotient is real, its argument is 00 or π\pi, so the two vectors are parallel and the three points lie on a line.

Solution · Model solution 13

Squaring gives

(z1)(z1)=9(z+1)(z+1).(z-1)(\overline z-1)=9(z+1)(\overline z+1).

Expanding and collecting terms gives

zz+54z+54z+1=0.z\overline z+\frac54z+\frac54\overline z+1=0.

This is

(z+54)(z+54)=916,\left(z+\frac54\right)\left(\overline z+\frac54\right)=\frac9{16},

hence z+5/4=3/4|z+5/4|=3/4.

Solution · Model solution 14

Since f(zj)=azj+bf(z_j)=az_j+b,

f(z1)f(z3)f(z2)f(z3)=a(z1z3)a(z2z3)=z1z3z2z3.\frac{f(z_1)-f(z_3)}{f(z_2)-f(z_3)} =\frac{a(z_1-z_3)}{a(z_2-z_3)} =\frac{z_1-z_3}{z_2-z_3}.

The translation part cancels, and the non-zero scaling/rotation factor aa cancels.

Practice

Work out your answer, then check it. You can revise and try again.

Loading…

Key terms in this unit