3.5.8 · D5Complex Numbers

Question bank — Algebraic operations — add, subtract, multiply, divide (rectangular and polar)

1,585 words7 min readBack to topic

Before you start, recall the two languages this whole topic speaks:

Recall The two forms, in one glance
  • Rectangular : named by its shadows (right) and (up).
  • Polar : named by length and angle .
  • Add/subtract → rectangular. Multiply/divide → polar. ("Add in the box, multiply on the clock.")

True or false — justify

True or false: is always exactly true.
False as an equality of principal values. The angles genuinely add, but is usually kept in , so the sum may fall outside that window and need a adjustment to land back in range. The geometric rotation is correct; only the label on the angle can differ by a full turn.
True or false: for all complex numbers.
False in general. Lengths only add when the two arrows point the same direction (same argument); otherwise the tip-to-tail triangle makes the sum shorter — this is the triangle inequality , with equality only when arguments match.
True or false: multiplying by rotates it counter-clockwise without changing its length.
True. , so it has modulus and argument ; multiplying scales length by (no stretch) and adds to the angle (pure spin).
True or false: is always a real number.
True. If then , so — the imaginary parts cancel. Geometrically the arrow and its mirror-in-the-real-axis add tip-to-tail to land exactly on the real axis.
True or false: is always real and non-negative.
True. . This is why the conjugate is the key to division — it converts any denominator into a plain non-negative real number. See Complex conjugate.
True or false: if , then .
Not necessarily — the arguments are equal up to a multiple of . The same arrow can be labelled or or ; these are the same direction. Equal numbers have equal modulus and equal argument modulo a full turn.
True or false: for any , has argument .
True. Division subtracts angles, and has argument , so . Its length is : the reciprocal flips the angle across the real axis and inverts the length.
True or false: subtraction is easiest in polar form.
False. Subtraction, like addition, works on independent axes — you subtract real parts and imaginary parts. Moduli and angles have no simple "difference" rule, so convert to rectangular first (Vectors in 2D behaves identically).

Spot the error

Student writes: "." Find the error.
The point sits in quadrant III (both parts negative), but plain only returns angles in , always quadrant I/IV. Because repeats every , you must add when : the true argument is (or ). See Modulus and Argument.
Student writes: "." Spot the mistake.
They multiplied the real parts and the imaginary parts separately, treating like a second independent axis you can't mix. Multiplication needs FOIL plus : .
Student computes by writing . What went wrong?
They multiplied only the denominator by the conjugate, not the numerator, so they multiplied the fraction by instead of by . That changes the value. The legal move multiplies top and bottom by .
Student says "." Find the flaw.
The angles are added, not multiplied: . This comes straight from the angle-sum identities for and (equivalently , see Euler's formula).
Student writes ", so ." Spot the error.
The defining property is , not . Correctly — a pure rotation-and-stretch, matching the polar view (angle , length ).
Student converts to rectangular as "." What is wrong?
, not , so . In quadrant II the horizontal shadow points left, so the real part must be negative — dropping the sign puts the arrow in the wrong quadrant.
Student says: "To add and , just add: ." Spot the error.
You cannot add moduli or arguments for a sum — those rules belong to multiplication. Convert each to rectangular, add components, then (if wanted) convert back. Adding the angles here would even give the wrong direction.

Why questions

Why is rectangular form the natural home for addition?
Because the two axes (real/horizontal, imaginary/vertical) are independent — the sideways reaches pile up separately from the upward reaches, so you simply add real parts and imaginary parts, exactly like vector components.
Why does the term (with a minus) show up in the real part of ?
The product , and being real it lands in the real part. The minus is the fingerprint of .
Why does multiplying by a complex number of modulus never change the length of ?
Multiplication scales length by the other number's modulus. If that modulus is , the stretch factor is — pure rotation, no size change. Such numbers, like , are exactly the "spin without stretch" operators.
Why does the conjugate trick turn a complex denominator into a real number?
Because , a sum of squares with the cancelled. Geometrically the arrow times its mirror-image gives , always real and non-negative.
Why does dividing complex numbers subtract the arguments?
Division undoes multiplication. If multiplying adds angles, then dividing must remove the added angle, i.e. subtract it: . In exponentials, .
Why do the angle-sum trig identities appear when you multiply two polar numbers?
When you FOIL , the real part becomes and the imaginary part — precisely and . That is why angles add.
Why can the same arrow have infinitely many arguments?
A direction is unchanged by adding whole turns, so , , , … all describe the same arrow. We pick a single principal value (usually ) to make well-defined.

Edge cases

What is ?
Undefined. The zero arrow has length and no direction, so no angle points anywhere. Its modulus is but its argument is meaningless.
What happens if you try to divide by in polar form?
You cannot: needs , and is undefined, so both pieces of the polar rule break. Division by is forbidden for complex numbers just as for reals.
What is the argument of a positive real number like ?
. It lies on the positive real axis, pointing straight right, so its angle from that axis is zero. Multiplying by it is a pure stretch (by ) with no rotation.
What is the argument of a negative real number like ?
(or equivalently depending on convention). It points straight left along the real axis; here , , exactly the case where naive fails and the sign of forces the correction.
What is the argument of a pure imaginary number like ?
. It points straight up the imaginary axis. Note can't even be formed here since (division by zero) — you must read the angle from the geometry.
What is the argument of ?
(i.e. ). It points straight down; again blocks the formula, so use the picture: on the negative imaginary axis the angle is .
If , what geometric shape do all such trace, and what does multiplying by one do?
They form the unit circle (all arrows of length ). Multiplying by any of them rotates without stretching — these are the pure rotation operators, e.g. from Euler's formula.
What is for the degenerate case ?
. By De Moivre's Theorem, , so gives — no rotation, unit length, the identity.

Connections