This site is a work in progress. New lessons are added regularly. Contact us

The Complex Plane and Modulus

Learning goals

  • Identify a+bia + bi with the point (a,b)(a, b)
  • Read addition as a slide completing a parallelogram
  • See conjugation as a mirror flip across the real axis
  • Measure a+bi|a + bi| as a2+b2\sqrt{a^2 + b^2}, the distance to zero
  • Write zc=r|z - c| = r for a circle of radius rr
  • State the triangle inequality and when equality holds

A number with two coordinates

A complex number is written z=a+biz = a + bi with aa and bb real; aa is its real part and bb its imaginary part. Notice that the imaginary part is the real number bb, not the term bibi. The plan is to treat the pair (a,b)(a, b) as coordinates. And the whole plan hinges on one fact: the pair pins the number down completely, with no ambiguity in either direction.

One number, one point#

Suppose one complex number had two names, a+bi=c+dia + bi = c + di with a,b,c,da, b, c, d real. Subtract to gather the real and imaginary pieces:

ac=(db)i.a - c = (d - b)\,i.

If dbd \ne b, divide both sides by the nonzero real number dbd - b to get i=acdbi = \frac{a - c}{d - b}, a real number divided by a real number, hence real. But no real number can be ii: a real number’s square is never negative, while i2=1i^2 = -1. The contradiction forces d=bd = b, and then the displayed equation collapses to ac=0a - c = 0, so a=ca = c.

So the parts of a complex number are uniquely determined: two complex numbers are equal exactly when their real parts match and their imaginary parts match. Distinct numbers therefore land on distinct pairs (a,b)(a, b), and conversely every pair (a,b)(a, b) of real numbers is claimed by exactly one complex number, namely a+bia + bi. The matching between complex numbers and points of the plane is perfect in both directions.

That perfect matching is the definition of the complex plane: draw the familiar coordinate plane, and let the point (a,b)(a, b) be the number a+bia + bi. The horizontal axis collects the numbers with imaginary part 00, which are exactly the real numbers. So that axis is called the real axis: your old number line, embedded unchanged inside the bigger picture. The vertical axis collects the numbers with real part 00, which are 00 and the pure imaginary numbers bibi, so it is called the imaginary axis. The four quadrants are read the same way as for (x,y)(x, y) points: 3+2i3 + 2i sits in the first quadrant, 2+3i-2 + 3i in the second, and so on. The picture is also called an Argand diagram, after one of the people who first drew it; the history aside at the end tells that story.

Points of the complex planeA coordinate grid whose horizontal axis is the real axis and whose vertical axis is the imaginary axis, with six labeled complex numbers plotted, one on each axis and one in each quadrant.ReIm1i03 + 2i−2 + 3i−3 − 2i2 − 2i2−3i
Six complex numbers plotted as points. The real part is the horizontal coordinate and the imaginary part is the vertical one, so 3 + 2i sits 3 right and 2 up. Real numbers like 2 live on the horizontal axis, and pure imaginary numbers like minus 3i live on the vertical axis.

Worked example 1 From points to numbers and back

Which complex number sits at the point (2,5)(-2, 5)? The horizontal coordinate is the real part and the vertical coordinate is the imaginary part, so the number is 2+5i-2 + 5i.

Where does 4i4 - i sit? Its real part is 44 and its imaginary part is 1-1, so start at 00, move 44 right and 11 down, landing at the point (4,1)(4, -1) in the fourth quadrant.

Where do 3-3 and 2i2i sit? The number 3-3 is 3+0i-3 + 0i, so it lies on the real axis, three units left of 00, exactly where it has always lived on the number line. The number 2i2i is 0+2i0 + 2i, so it lies on the imaginary axis, two units above 00. The axes are not decoration; they are the real numbers and the pure imaginary numbers, drawn in their places.

Addition slides points

The previous lesson established the arithmetic rule: to add complex numbers, add the parts separately,

(a+bi)+(c+di)=(a+c)+(b+d)i.(a + bi) + (c + di) = (a + c) + (b + d)\,i.

Read that rule with coordinate eyes. The point for the sum has horizontal coordinate a+ca + c and vertical coordinate b+db + d. So adding the fixed number w=c+diw = c + di sends every point cc units across and dd units up (negative values meaning the opposite direction). Adding ww is a rigid slide of the entire plane, the same shift applied to every point at once; no stretching, no turning.

There is a second picture of the same fact. Draw zz not as a dot but as an arrow from 00 to its point. To form z+wz + w, place a copy of ww‘s arrow so its tail starts at zz‘s tip; the copy’s tip lands on z+wz + w. This is tip-to-tail addition, and it is what physics and later mathematics call adding vectors. Doing it in the other order, ww first and then zz, traces the other two sides of the same figure, so both routes end at the same corner. The four points 00, zz, ww, and z+wz + w form a parallelogram, and the equation z+w=w+zz + w = w + z becomes something you can see.

Complex addition as tip-to-tail arrowsArrows from the origin to z and to w, dashed translated copies completing a parallelogram, and the diagonal arrow from the origin to z plus w.ReIm0z = 3 + iw = 1 + 2iz + w = 4 + 3iwz
Adding z = 3 + i and w = 1 + 2i. Solid arrows are z and w from 0; each dashed arrow is a copy of the other number placed tip-to-tail. Both routes end at the same corner z + w = 4 + 3i, so the four points close into a parallelogram.

Subtraction has its own reading. The difference zwz - w is, by definition of subtraction, the number you add to ww to reach zz, since w+(zw)=zw + (z - w) = z. As an arrow, then, zwz - w is the trip from ww to zz, picked up and carried back so its tail sits at 00. Keep that sentence; in a moment it will turn the modulus into a ruler for measuring the gap between any two complex numbers.

Worked example 2 Adding and subtracting, in coordinates and in pictures

Let z=2+3iz = 2 + 3i and w=4iw = 4 - i. Adding the parts separately,

z+w=(2+4)+(31)i=6+2i,z + w = (2 + 4) + (3 - 1)\,i = 6 + 2i,

which is the point you reach from zz by sliding 44 right and 11 down, exactly the slide ww performs on every point of the plane.

For the difference,

zw=(24)+(3+1)i=2+4i.z - w = (2 - 4) + (3 + 1)\,i = -2 + 4i.

Check it against the meaning of subtraction: w+(2+4i)=(42)+(1+4)i=2+3i=zw + (-2 + 4i) = (4 - 2) + (-1 + 4)i = 2 + 3i = z, as required. So the arrow from ww to zz runs 22 left and 44 up. How long is that trip? That is a distance question, and the next two sections build the tool that answers it.

Check your understanding

Let z=1+2iz = -1 + 2i and w=3+iw = 3 + i. What is z+wz + w?

Answer choices

Conjugation reflects across the real axis

The previous lesson introduced the conjugate z=abi\overline{z} = a - bi of z=a+biz = a + bi as the sign flip that makes multiplication produce something real. In the plane, conjugation sends the point (a,b)(a, b) to the point (a,b)(a, -b): the horizontal coordinate is untouched and the vertical coordinate changes sign. That is precisely a reflection across the real axis, the mirror image of the point in the horizontal line. A number in the upper half of the plane trades places with its twin in the lower half, directly above or below itself.

Two small facts fall out of the picture immediately, and the algebra confirms both. Reflecting twice puts every point back where it started, and indeed z=abi=a+bi=z\overline{\overline{z}} = \overline{a - bi} = a + bi = z. And the points that do not move are exactly the points on the mirror: solving z=zz = \overline{z} means a+bi=abia + bi = a - bi, so 2bi=02bi = 0, so b=0b = 0. The numbers equal to their own conjugate are exactly the real numbers. This gives you a clean geometric test for realness that the practice sets will use again and again. A number zz is real precisely when its point sits on the real axis, which is precisely when conjugation fixes it.

The conjugate as a reflectionTwo points mirror-symmetric across the horizontal real axis, joined by a dashed vertical segment with equal-length tick marks on each half and a small right-angle mark where it meets the axis.ReImz = 3 + 2iz = 3 − 2i0
Conjugation in the plane. The numbers z = 3 + 2i and its conjugate 3 minus 2i are mirror images across the real axis: same real part, opposite imaginary part, equal distances above and below the mirror.

Check your understanding

The number zz lies in Quadrant III of the complex plane. In which quadrant is z\overline{z}?

Answer choices

The modulus is a distance

For a real number xx, the first chapter defined the absolute value x|x| as the distance from xx to 00 on the number line. Complex numbers now live in a plane, but the same question still makes sense: how far is the point zz from 00? That distance is called the modulus of zz (also, still, its absolute value), and it is written with the same bars, z|z|. The plural is moduli. The definition is geometric; what makes it usable is that the Pythagorean theorem converts it into a formula.

The modulus formula, from the Pythagorean theorem#

Let z=a+biz = a + bi, and suppose first that a0a \ne 0 and b0b \ne 0, so the point sits off both axes. Drop a segment from the point (a,b)(a, b) straight down (or up) to the real axis; its foot is the point (a,0)(a, 0). The three points 00, (a,0)(a, 0), and (a,b)(a, b) form a right triangle: the leg along the real axis has length a|a|, and the vertical leg has length b|b|. The right angle sits at the foot, because a vertical segment meets the horizontal axis squarely. The hypotenuse runs from 00 to the point, so its length is exactly the distance we want. The Pythagorean theorem gives

z2=a2+b2=a2+b2,|z|^2 = |a|^2 + |b|^2 = a^2 + b^2,

where the bars vanish because squaring erases signs. Distances are never negative, so taking the non-negative square root of both sides yields the formula

a+bi=a2+b2.|a + bi| = \sqrt{a^2 + b^2}.

If instead b=0b = 0, there is no triangle, but the formula still tells the truth: the point sits on the real axis, a|a| from 00, and the formula returns a2=a\sqrt{a^2} = |a|. If instead a=0a = 0, there is again no triangle, but the point sits on the imaginary axis, b|b| from 00, and the formula returns b2=b\sqrt{b^2} = |b|. So the formula computes the distance from 00 for every complex number without exception.

The axis case just checked is worth saying again, because it earns the notation. For a real number z=az = a, the new formula gives a+0i=a2=a|a + 0i| = \sqrt{a^2} = |a|: on the real axis, the modulus is the old absolute value. The bars are not being recycled for something new; the same concept, distance from 00, has simply grown to cover the whole plane.

Three properties come straight from the geometry, and each is one line of algebra. First, z0|z| \ge 0 always, and z=0|z| = 0 exactly when z=0z = 0. A sum of two real squares a2+b2a^2 + b^2 is zero only when a=b=0a = b = 0, matching the fact that the only point at distance 00 from the origin is the origin itself. Second, z=z|\overline{z}| = |z|: reflection across the real axis does not change how far a point is from 00, and indeed a2+(b)2=a2+b2\sqrt{a^2 + (-b)^2} = \sqrt{a^2 + b^2}. Third, z=z|-z| = |z|: the point (a,b)(-a, -b) sits on the exact opposite side of 00 at the same distance. One warning while the bars are fresh: the modulus lets you compare the sizes of complex numbers, but the numbers themselves are not ordered. A statement like 2+3i<3+i2 + 3i < 3 + i is meaningless; only the real numbers 2+3i|2 + 3i| and 3+i|3 + i| can be compared.

The modulus as a Pythagorean hypotenuseA right triangle with horizontal leg 3, vertical leg 4, right angle on the real axis, and hypotenuse of length 5 running from the origin to the point 3 plus 4i.ReIm34|z| = 5z = 3 + 4i0
The modulus of z = 3 + 4i is the hypotenuse of a right triangle with legs 3 and 4, so it equals the square root of 9 + 16, which is 5.

Worked example 3 Three moduli, including the sign traps

Compute 5+12i|-5 + 12i|. The real part is 5-5, and the squaring step erases the sign:

5+12i=(5)2+122=25+144=169=13.|-5 + 12i| = \sqrt{(-5)^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13.

Compute 3i|3i|. Here a=0a = 0 and b=3b = 3, so 3i=02+32=3|3i| = \sqrt{0^2 + 3^2} = 3: the point is three units up the imaginary axis, so of course its distance from 00 is 33.

Compute 6|-6|. As a complex number, 6=6+0i-6 = -6 + 0i, so the formula gives (6)2=6\sqrt{(-6)^2} = 6, exactly what the old absolute value said. Notice that no minus sign anywhere can survive the squaring: a modulus is never negative, and abi=a+bi|a - bi| = |a + bi| for every aa and bb.

Check your understanding

What is 86i|8 - 6i|?

Answer choices

The conjugate identity

The modulus and the conjugate look like unrelated gadgets, one a distance and the other a reflection. They are joined by a single identity that powers most complex-number computations from here through the rest of the subject.

The identity zz=z2z\,\overline{z} = |z|^2#

Let z=a+biz = a + bi. Multiply zz by its conjugate and watch the cross terms cancel, exactly as in the difference-of-squares pattern:

zz=(a+bi)(abi)=a2(bi)2=a2b2i2=a2+b2,z\,\overline{z} = (a + bi)(a - bi) = a^2 - (bi)^2 = a^2 - b^2 i^2 = a^2 + b^2,

using i2=1i^2 = -1 at the last step. But a2+b2a^2 + b^2 is exactly the square of the modulus formula. So for every complex number zz,

zz=z2.z\,\overline{z} = |z|^2.

Pause on what the identity says. The left side is a product of two complex numbers; the right side is a real number that is never negative. Multiplying any number by its conjugate always lands you on the non-negative real axis, and it lands you at a geometrically meaningful spot: the squared distance from 00. This is the secret behind the division method of the previous lesson. Multiplying a denominator ww by w\overline{w} produced the real number www\overline{w}, and now you know that mystery real number by name: it is w2|w|^2.

The identity also unlocks the most useful multiplication fact about the modulus.

The modulus multiplies across products#

First, conjugation respects multiplication. Write z=a+biz = a + bi and w=c+diw = c + di and expand both sides. The product is zw=(acbd)+(ad+bc)izw = (ac - bd) + (ad + bc)\,i, so its conjugate is zw=(acbd)(ad+bc)i\overline{zw} = (ac - bd) - (ad + bc)\,i. Multiplying the conjugates directly,

zw=(abi)(cdi)=(acbd)+(adbc)i=(acbd)(ad+bc)i,\overline{z}\,\overline{w} = (a - bi)(c - di) = (ac - bd) + (-ad - bc)\,i = (ac - bd) - (ad + bc)\,i,

the same number. So zw=zw\overline{zw} = \overline{z}\,\overline{w}: conjugating a product equals multiplying the conjugates.

Now compute the squared modulus of a product using the conjugate identity three times. Complex multiplication is commutative, so the factors may be regrouped freely:

zw2=(zw)zw=zwzw=(zz)(ww)=z2w2=(zw)2.|zw|^2 = (zw)\,\overline{zw} = z\,w\,\overline{z}\,\overline{w} = \big(z\,\overline{z}\big)\big(w\,\overline{w}\big) = |z|^2\,|w|^2 = \big(|z|\,|w|\big)^2.

Both zw|zw| and zw|z|\,|w| are non-negative real numbers, and non-negative numbers with equal squares are equal. Therefore

zw=zw.|zw| = |z|\,|w|.

In words: the length of a product is the product of the lengths. This is a genuine shortcut, because it lets you find the modulus of a complicated product without ever expanding it, and it is also a genuine surprise. Nothing about the multiplication rule (acbd)+(ad+bc)i(ac - bd) + (ad + bc)i makes this obvious at a glance. The proof needed no cleverness, only the conjugate identity, which is exactly why that identity deserves its own section.

Worked example 4 A product's modulus, the fast way and the slow way

Find (3+4i)(512i)|(3 + 4i)(5 - 12i)|.

The fast way uses multiplicativity. Each factor’s modulus is a Pythagorean computation:

3+4i=9+16=5,512i=25+144=13,|3 + 4i| = \sqrt{9 + 16} = 5, \qquad |5 - 12i| = \sqrt{25 + 144} = 13,

so (3+4i)(512i)=5×13=65|(3 + 4i)(5 - 12i)| = 5 \times 13 = 65, and no multiplication of complex numbers ever happened.

The slow way checks it. Expanding, (3+4i)(512i)=1536i+20i48i2=6316i(3 + 4i)(5 - 12i) = 15 - 36i + 20i - 48i^2 = 63 - 16i, and

6316i=632+162=3969+256=4225=65.|63 - 16i| = \sqrt{63^2 + 16^2} = \sqrt{3969 + 256} = \sqrt{4225} = 65.

The two answers agree, as the theorem promised. On a product of three or four factors the fast way is not just quicker; it is the only route that stays sane.

Distance between points, and circles

The subtraction picture now pays off. The arrow from ww to zz is the number zwz - w, so the distance between two complex numbers is the length of that arrow:

distance from w to z  =  zw.\text{distance from } w \text{ to } z \;=\; |z - w|.

The coordinates confirm that this is the honest geometric distance. With z=a+biz = a + bi and w=c+diw = c + di, the difference is zw=(ac)+(bd)iz - w = (a - c) + (b - d)\,i, so

zw=(ac)2+(bd)2,|z - w| = \sqrt{(a - c)^2 + (b - d)^2},

which is the Pythagorean theorem applied to the right triangle whose legs are the horizontal gap ac|a - c| and the vertical gap bd|b - d| between the two points. Distance from 00 was the special case w=0w = 0 all along.

Worked example 5 How far apart are two complex numbers?

Find the distance between 1+5i1 + 5i and 4+i4 + i.

Subtract to get the arrow between them (either direction works, since u=u|{-u}| = |u|):

(1+5i)(4+i)=3+4i,3+4i=9+16=5.(1 + 5i) - (4 + i) = -3 + 4i, \qquad |{-3 + 4i}| = \sqrt{9 + 16} = 5.

The two points are exactly 55 apart. One more question with the same numbers: does 4+i4 + i lie inside the circle of radius 66 centered at 1+5i1 + 5i? Its distance to the center is 55, and 5<65 < 6, so yes, strictly inside.

Once distance is an equation, whole shapes become equations. Fix a center cc and a radius r>0r > 0. The points zz with

zc=r|z - c| = r

are exactly the points at distance rr from cc: the circle of radius rr centered at cc. The simplest case is z=r|z| = r, the circle of radius rr around 00. The inequality zc<r|z - c| < r describes the inside of the circle, and zc>r|z - c| > r the outside. This one idea turns modulus equations into pictures. To understand the set of solutions of z1i=2|z - 1 - i| = 2, you do not solve anything; you read off the center 1+i1 + i and the radius 22 and draw.

A modulus equation is a circleA circle centered at 1 plus i with radius 2 drawn in the complex plane, with a radius arrow labeled 2 and the on-circle point 3 plus i marked.ReIm21 + i3 + i|z − (1 + i)| = 20
The solution set of the equation with modulus of z minus (1 + i) equal to 2 is the circle of radius 2 centered at 1 + i. The marked point 3 + i lies on it because its distance to the center is exactly 2.

Worked example 6 Where a circle meets a horizontal line

Find every complex number with modulus 55 and imaginary part 33.

The conditions say z=a+3iz = a + 3i for some real aa, with z=5|z| = 5. Apply the modulus formula and solve:

a2+32=5    a2+9=25    a2=16    a=4  or  a=4.\sqrt{a^2 + 3^2} = 5 \;\Longrightarrow\; a^2 + 9 = 25 \;\Longrightarrow\; a^2 = 16 \;\Longrightarrow\; a = 4 \ \text{ or } \ a = -4.

So there are exactly two such numbers, z=4+3iz = 4 + 3i and z=4+3iz = -4 + 3i. The picture explains the count: the numbers with modulus 55 form the circle of radius 55 around 00, and the numbers with imaginary part 33 form a horizontal line. A horizontal line at height 33 cuts that radius-55 circle in two points, mirror images of each other across the imaginary axis.

The triangle inequality

Walk from 00 to zz, then from zz onward to z+wz + w. The first leg has length z|z|, and the second leg is a translated copy of ww‘s arrow, so it has length w|w|. The straight-line distance from 00 to the final point is z+w|z + w|. A detour through zz can never be shorter than the straight route, so the geometry announces the triangle inequality:

z+w    z+w.|z + w| \;\le\; |z| + |w|.

The name is apt: 00, zz, and z+wz + w are the corners of a triangle whose side lengths are z|z|, w|w|, and z+w|z + w|. And the inequality says one side of a triangle never exceeds the other two sides combined. Geometry makes it believable; the conjugate identity makes it a theorem.

The triangle inequality z+wz+w|z + w| \le |z| + |w|#

Two preliminary facts. First, conjugation respects addition: flipping the sign of the combined imaginary part gives z+w=(a+c)(b+d)i=(abi)+(cdi)=z+w\overline{z + w} = (a + c) - (b + d)i = (a - bi) + (c - di) = \overline{z} + \overline{w}. Second, no complex number’s real part exceeds its modulus: if u=p+qiu = p + qi, then pp=p2p2+q2=up \le |p| = \sqrt{p^2} \le \sqrt{p^2 + q^2} = |u|, and note also that u+u=2pu + \overline{u} = 2p, twice the real part.

Now expand the squared modulus of the sum with the conjugate identity:

z+w2=(z+w)(z+w)=(z+w)(z+w)=zz+zw+wz+ww.|z + w|^2 = (z + w)\,\overline{(z + w)} = (z + w)\big(\overline{z} + \overline{w}\big) = z\overline{z} + z\overline{w} + w\overline{z} + w\overline{w}.

The outer terms are z2|z|^2 and w2|w|^2. For the middle pair, observe that wzw\overline{z} is exactly the conjugate of zwz\overline{w}, since zw=zw=zw\overline{z\overline{w}} = \overline{z}\,\overline{\overline{w}} = \overline{z}\,w, using the product rule for conjugates and the fact that conjugating twice returns ww. So the middle pair is a number plus its own conjugate, which is twice that number’s real part, and by the second preliminary fact,

zw+wz    2zw=2zw=2zw,z\overline{w} + w\overline{z} \;\le\; 2\,|z\overline{w}| = 2\,|z|\,|\overline{w}| = 2\,|z|\,|w|,

where multiplicativity and w=w|\overline{w}| = |w| finish the bound. Putting the pieces together,

z+w2    z2+2zw+w2=(z+w)2,|z + w|^2 \;\le\; |z|^2 + 2|z||w| + |w|^2 = \big(|z| + |w|\big)^2,

and since z+w|z + w| and z+w|z| + |w| are both non-negative, comparing squares compares the numbers: z+wz+w|z + w| \le |z| + |w|.

When is the inequality an equality? The proof pinpoints the moment slack can enter: the real part of zwz\overline{w} must equal the full modulus zw|z\overline{w}|, which happens only when zwz\overline{w} is a non-negative real number. Geometrically that is the degenerate triangle: the arrows for zz and ww point in the same direction (or one of them is 00). So the detour is no detour at all.

The inequality also has a useful reverse reading. Since z=(z+w)+(w)z = (z + w) + (-w), applying the triangle inequality to the right side gives zz+w+w|z| \le |z + w| + |w|, so z+wzw|z + w| \ge |z| - |w|, and swapping the roles of zz and ww gives z+wwz|z + w| \ge |w| - |z| as well. A sum can never be shorter than the gap between the two lengths. Together the bounds pin z+w|z + w| into a window. For example, if z=3|z| = 3 and w=4|w| = 4, then z+w|z + w| can be as large as 77, as small as 11, and never anything outside [1,7][1, 7].

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

For two and a half centuries a fair question had no answer. Everyone agreed on how to calculate with square roots of negatives. Nobody could say where such a number actually sat. An ordinary number has a position on the line, while these had none at all. That is most of the reason they were called impossible.

The first man known to answer came from outside mathematics. Caspar Wessel was a Norwegian surveyor who spent his life mapping coastline. A surveyor’s daily job is turning a heading and a length into a pair of numbers. So he already saw a quantity as an arrow that points, which was exactly what was needed. In 1797 he read a paper to the royal academy that laid the whole idea out. Measure one part along one axis and the other part at right angles, and the number becomes a place you can reach.

His account was complete and correct, and almost nobody read it. Wessel wrote in Danish, in a journal barely read abroad, and his paper was recovered only in the 1890s. So the picture carries the name of Jean-Robert Argand, a bookkeeper who printed the same idea independently in 1806.

The picture is the surveyor’s, however, and you have relied on it all lesson. The number a+bia + bi sits at the point (a,b)(a, b), and its distance from zero is its modulus.