Evanalysis
6.1Estimated reading time: 35 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

MATH1025: Preparatory mathematics

Preparatory mathematics notes.

7 sections

Why complex numbers live in a plane

The equation x2+1=0x^2+1=0 has no real solution. Introducing a symbol i 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 i should behave like a 9090^\circ anticlockwise rotation. Thus i1i\cdot 1 is naturally placed at the point (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 x is identified with (x,0), and i means (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 x and y,

(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).

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.

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>0, and

(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 w:

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.

The Argand plane

The same ordered pair (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 z.

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.

Hence zzz\overline z is always a non-negative 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 z is any angle from the positive real axis to the point (x,y), measured anticlockwise. If theta\\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<\operatorname{Arg}(z)\le\pi.

If r=zr=|z|, then

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

where theta\\theta is any argument of z. This is the polar form of z.

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 theta=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.

Multiplication as rotation and scaling

Suppose

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.

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].

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 n.

Theorem

De Moivre's theorem

For every integer n,

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

For positive n, the result follows by induction from the multiplication rule in polar form. The case n=0n=0 is immediate. For negative n, write n=mn=-m, use the positive case for m, and use the fact that a unit complex number has inverse equal to its conjugate.

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.

Euler's formula and exponential form

The power series for sine, cosine, and the exponential suggest what eithetae^{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.

In this course context, we use that motivation 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\\theta is an argument of z.

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=π\\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 the two non-zero vectors point in the same direction, equivalently when z1=kz2z_1=kz_2 for some k0k\ge0, or z2=kz1z_2=kz_1 for some k0k\ge0.

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.

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. Equality requires the two vectors to point in the same direction; for example, 1 and i 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

If p(z)C[z]p(z)\in\mathbb C[z] is a non-constant polynomial, 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 q 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 roots are counted with multiplicity.

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.

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

Polar form makes roots of equations such as zn=1z^n=1 visible. Let

ω=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 n distinct n-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>0, then 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.

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 0, 2π/32\pi/3, and 4π/34\pi/3, forming an equilateral triangle.

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\\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 0 or π\pi; that is exactly the condition that they lie on the same line.

Complex ratios also encode similarity of oriented triangles:

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.

The source also introduces 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 the circle centered at z0z_0 with radius r. Squaring gives

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

which is often easier to expand.

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 a circle through three non-collinear points, the cross-ratio test gives

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

Worked example

An Apollonius circle

Show that

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

represents a circle. 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.

The source also treats complex transformations, meaning functions from the complex plane to itself. 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)=eithetazf(z)=e^{i\\theta}z;
  • inversion: f(z)=1/zf(z)=1/z;
  • reflection in the real axis: f(z)=zf(z)=\overline z.

For example, f(z)=z2f(z)=z^2 sends z=reithetaz=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

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

This is why Mobius transformations send straight lines and circles to straight lines and circles. One algebraic way to summarize both objects is the equation

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

where A,CRA,C\in\mathbb R; A0A\ne0 gives a circle, while A=0A=0 gives a line.

Quick checks

Quick check

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

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

Solution

Answer

Quick check

Find the multiplicative inverse of 2i2-i.

Use the inverse formula for x+iyx+iy.

Solution

Answer

Quick check

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

Locate the point in the complex plane.

Solution

Answer

Quick check

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 zw?

Multiply moduli and add arguments.

Solution

Answer

Quick check

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

Raise the unit polar form to the fourth power.

Solution

Answer

Quick check

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

Quick check

How can the ratio (z1z3)/(z2z3)(z_1-z_3)/(z_2-z_3) detect collinearity?

Think about its argument.

Solution

Answer

Quick check

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

Read it as an equal-distance condition.

Solution

Answer

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 z.
  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(5theta)\\cos(5\\theta) and sin(5theta)\\sin(5\\theta) in terms of powers of costheta\cos\\theta and sintheta\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 theta2kπ\\theta\ne2k\pi, use the geometric sum for eithetae^{i\\theta} to derive the formula k=1ncos(ktheta)=sin(ntheta/2)cos((n+1)theta/2)/sin(theta/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. Prove that z1,z2,z3z_1,z_2,z_3 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

  1. For real a,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.

  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.
  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>0, so z1=z/z2=(xiy)/(x2+y2)z^{-1}=\overline z/|z|^2=(x-iy)/(x^2+y^2).

  4. The modulus is 2. Since costheta=3/2\cos\\theta=-\sqrt3/2 and sintheta=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)).

  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).

  6. Expand (costheta+isintheta)5=cos(5theta)+isin(5theta)(\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 i, and the imaginary terms are those with odd powers of i:

    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.
  7. The case n=1n=1 is immediate. If the result holds for n, 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|.
  8. Since eitheta1e^{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 eitheta1e^{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.

  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 1, 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).
  10. Write 16=16e2πim16=16e^{2\pi i m}. The fourth roots have modulus 2 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.
  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.

  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 0 or π\pi; the quotient is real. Conversely, if the quotient is real, its argument is 0 or π\pi, so the two vectors are parallel and the three points lie on a line.

  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.

  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 a cancels.

Section mastery checkpoint

Answer each question correctly to complete this section checkpoint. Correct progress: 0%.

Skills: complex-numbers, division, conjugate, multiplicative-inverse

Chapter 6 divides complex numbers by multiplying by the inverse of the denominator. Fill in the blank: (-1+4i)/(6-3i)=____ in a+bia+bi form.

Attempts used: 0

Attempts remaining: Unlimited attempts

Preview does not consume an attempt.

Submit records a graded attempt.

Syntax guidance: Enter the complex number in a+bi form.

  • Enter an expression such as 2/5+7i/15-2/5+7i/15.

Skills: complex-numbers, conjugate, modulus, identity

Proposition 6.3 says z2=zzˉ|z|^2=z\bar z. For z=34iz=3-4i, fill in the blank: z\bar z=____.

Attempts used: 0

Attempts remaining: Unlimited attempts

Preview does not consume an attempt.

Submit records a graded attempt.

Syntax guidance: Enter the value of z times its conjugate.

  • Enter a single non-negative real number.

Skills: complex-numbers, polar-form, argument, principal-argument

Let z=2+23iz=-2+2\sqrt{3}i. Which value is the principal argument Arg(z)?

Attempts used: 0

Attempts remaining: Unlimited attempts

Preview does not consume an attempt.

Submit records a graded attempt.

  • Principal arguments must satisfy π<thetaπ-\pi<\\theta\le \pi.

Skills: complex-numbers, polar-form, multiplication, rotation-scaling

Let z=2(cos(π/3)+isin(π/3))z=2(\\cos(\pi/3)+i\\sin(\pi/3)). Geometrically, what does multiplying a complex number w by z do?

Attempts used: 0

Attempts remaining: Unlimited attempts

Preview does not consume an attempt.

Submit records a graded attempt.

  • zw has modulus |z||w| and argument arg(z)+arg(w)arg(z)+arg(w).

Skills: complex-numbers, de-moivre, polar-form, powers

Use De Moivre's Theorem to compute (cos(π/6)+isin(π/6))3(\\cos(\pi/6)+i\\sin(\pi/6))^3.

Attempts used: 0

Attempts remaining: Unlimited attempts

Preview does not consume an attempt.

Submit records a graded attempt.

  • (costheta+isintheta)n=cos(ntheta)+isin(ntheta)(\cos\\theta+i\sin\\theta)^n=\\cos(n\\theta)+i\\sin(n\\theta).

Key terms in this unit

More notes in this series