3.5.7 · D5Complex Numbers
Question bank — Exponential form z = re^(iθ)
True or false — justify
is a large number when is large, because grows fast.
False. For an imaginary exponent for every ; it only rotates on the unit circle, it never grows.
The modulus in can be negative if the number points "backwards".
False. By convention ; a negative sign is absorbed into the angle since .
The exponential form works for every complex number including .
False. For we have but is undefined — the origin has no direction — so has no unique exponential form.
and are different complex numbers.
False. Adding is one full turn, landing on the same point: and have period , so for any integer . The argument is only unique up to .
Multiplying two complex numbers always makes the result larger.
False. Moduli multiply, so if both moduli are less than (e.g. ) the product's modulus is smaller. Multiplication scales; it does not always enlarge.
(the conjugate) equals .
True. Conjugation flips the sign of the imaginary part, which reflects the arrow across the real axis — same length , opposite angle, so the argument becomes .
If then .
False. Dividing by subtracts the angle: . The modulus reciprocates and the angle flips sign.
is just a coincidence of notation.
False. It follows directly from Euler: . Geometrically it says "spin the unit arrow half a turn () and you land at " — see Euler's identity e^(iπ)+1=0.
Spot the error
"To convert : and , so ."
Error is the quadrant. puts in quadrant III, but points into quadrant I. Correct angle: (or ), giving .
" because exponents combine."
Error: exponents of the same base add, they don't multiply. The correct rule is , which is exactly why arguments add on multiplication.
"."
Error: the modulus is raised to the power, not multiplied. De Moivre gives ; only the angle is multiplied by .
"Since , we also have for all ."
Error: confusing modulus with value. means the length is 1, but the number itself moves around the unit circle; e.g. .
" came from a guess; there's no real reason it equals ."
Error: it is derived. Feed into the Taylor series of ; the real terms rebuild and the imaginary terms rebuild — see Taylor and Maclaurin series. It is a theorem, not a guess.
"The argument of (a positive real) is undefined because there's no imaginary part."
Error: sits on the positive real axis, so its argument is simply . A zero imaginary part is a perfectly valid direction, not a missing one.
Why questions
Why does multiplication by rotate a point rather than stretch it?
Because : multiplying by a unit-modulus number leaves lengths unchanged and only adds to the argument. Stretching would need a modulus . See Complex multiplication as rotation and scaling.
Why must you check the sign of and when finding , not just compute ?
Because repeats every , so can only return values in and cannot distinguish quadrant II from IV or III from I. The signs of tell you which half-turn to add.
Why is the exponential form so much faster than binomials for computing large powers like ?
Because turns a power into "power the length, multiply the angle" — no messy expansion. in two moves via De Moivre's theorem.
Why does dividing complex numbers subtract their arguments?
Because ; dividing is multiplying by the reciprocal, which flips the second angle's sign, so angles subtract.
Why do the -th roots of a complex number lie equally spaced on a circle?
Taking the -th root shares the angle among solutions differing by (from the -periodicity of the argument), all with the same modulus — so they space evenly, as in Roots of unity.
Why is preferred over the polar form ?
Same content, but the exponential lets us use the exponent law directly, so multiplication, division, and powers become effortless. See Polar form (trigonometric) r(cosθ + i sinθ).
Edge cases
What is the argument of a pure negative real number like ?
It lies on the negative real axis, so (or equivalently ); the modulus is , giving .
What is the exponential form of a pure imaginary number like ?
It points straight up, so and : . Here is useless because (division by zero) — you read the angle from the axis directly.
Does with ever leave the unit circle?
No. If the point stays exactly one unit from the origin for every , tracing the whole unit circle as runs over an interval of length .
If two complex numbers have arguments and , are they equal?
Yes, they are the same number — a full extra turn returns to the same direction. This is why the principal argument is restricted (usually to ) to make it unique.
What happens to the exponential form when is negative, say ?
A negative angle just means a clockwise turn: , pointing straight down. Negative arguments are fully legal.
As with fixed, what does approach, and what breaks?
The point slides toward the origin, so . But the direction becomes meaningless at the limit, which is exactly why is undefined.
Active recall
Recall Rapid self-check
- Can be negative? ::: No; by convention, sign goes into the angle via .
- Is unique? ::: Only up to adding multiples of ; the principal value pins it down.
- Does multiplying by change length? ::: No, , so it only rotates.
- What is ? ::: Undefined — the origin has no direction.
- Why do arguments add on multiplication? ::: Because .
Connections
- Modulus and argument of a complex number
- Polar form (trigonometric) r(cosθ + i sinθ)
- De Moivre's theorem
- Roots of unity
- Euler's identity e^(iπ)+1=0
- Taylor and Maclaurin series
- Complex multiplication as rotation and scaling