Now compute both length and angle for genuine (non-axis) points, using the reference angle.
The picture below shows exactly how the same reference angle α gets "placed" differently in each quadrant:
Recall Solution — L2·Q1
Modulus:∣z∣=(−1)2+(3)2=1+3=4=2.Reference angle:α=arctan−13=arctan(3)=3π.Quadrant:x=−1<0,y=3>0 ⇒ QII ⇒ Arg=π−α=π−3π=32π.WHY the shift? In QII the arrow leans up-and-left, so measured anticlockwise from the positive real axis it is obtuse — bigger than 2π. Subtracting α from π gives that obtuse angle.
Recall Solution — L2·Q2
Modulus:∣z∣=(−2)2+(−2)2=4+4=8=22.Reference angle:α=arctan−2−2=arctan(1)=4π.Quadrant:x<0,y<0 ⇒ QIII ⇒ Arg=α−π=4π−π=−43π.WHY negative? The arrow points down-and-left. Going anticlockwise from the positive real axis you'd travel more than π, which leaves the range (−π,π]; the shorter, clockwise route is negative, landing at −43π.
Here you must combine facts: use modulus algebra, or the argument-adds rule, rather than a single lookup.
Recall Solution — L3·Q1
WHY not multiply? Because modulus is multiplicative: ∣z1z2∣=∣z1∣∣z2∣ (proved in the parent note via zzˉ). So we only need two easy Pythagoras sums.
∣z1∣=32+42=25=5.
∣z2∣=52+122=25+144=169=13.
∣z1z2∣=5×13=65.(Sanity check: z1z2=(3+4i)(5−12i)=15−36i+20i−48i2=63−16i, and 632+162=3969+256=4225=65 ✓.)
Recall Solution — L3·Q2
WHY add? Because arg(z1z2)=argz1+argz2(mod2π) (angles add under multiplication — the "rotate" half of scale-and-rotate).
z1=1+i: QI, α=arctan1=4π ⇒ Argz1=4π.
z2=−1+i3: QII, Argz2=32π (from L2·Q1).
Sum: 4π+32π=123π+128π=1211π.
Is 1211π in (−π,π]? Yes (1211π<π), so no wrap-around needed. Arg(z1z2)=1211π.
Sum of arguments: 32π+(−32π)=0.Answer: Arg(z1z2)=0.WHAT it means geometrically:z2=z1 (conjugate; see Conjugate of a complex number). Multiplying a number by its conjugate gives zzˉ=∣z∣2, a positive real number — which sits on the positive real axis, argument 0. Directions cancelled exactly. ✓
Now build multi-step arguments: powers, quotients, and geometry, weaving several rules together.
Recall Solution — L4·Q1
WHY polar? Because a power multiplies the number by itself repeatedly, and under multiplication moduli multiply, arguments add. Raising to the n-th power therefore raises the modulus to the n-th and multiplies the argument by n — this is De Moivre's Theorem:
(r(cosθ+isinθ))n=rn(cosnθ+isinnθ).
1+i: r=2,θ=4π (QI).
r8=(2)8=24=16.
nθ=8⋅4π=2π.
(1+i)8=16(cos2π+isin2π)=16(1+0)=16.Answer: (1+i)8=16. (A real number — the eight quarter-turns of 4π add up to two full turns, landing back on the positive real axis.)
Recall Solution — L4·Q2
WHY these rules? Division is the inverse of multiplication, so moduli divide and arguments subtract:
z2z1=∣z2∣∣z1∣,arg(z2z1)=argz1−argz2(mod2π).
∣z1∣=2,∣z2∣=2 ⇒ z2z1=22=2.
Argz1=32π,Argz2=4π ⇒ difference =32π−4π=128π−3π=125π.125π∈(−π,π], so Arg(z2z1)=125π.
Recall Solution — L4·Q3
WHAT the two conditions mean:∣z∣=2 pins the distance (a circle of radius 2); Arg(z)=6π pins the direction (a ray from the origin at 30∘). Their intersection is a single point.
Using x=rcosθ,y=rsinθ:
x=2cos6π=2⋅23=3.
y=2sin6π=2⋅21=1.Answer: z=3+i. (Check: ∣z∣=3+1=2 ✓, QI with α=arctan31=6π ✓.)
Full open-ended reasoning: prove, generalise, handle degenerate cases.
Recall Solution — L5·Q1
WHY polar? A cube root u satisfies u3=w; taking moduli and arguments turns this into two scalar equations, one for length and one for angle.
Step 1 — put w in polar.
∣w∣=(−4)2+(43)2=16+48=64=8.
w=−4+43i is in QII (x<0,y>0). Reference angle α=arctan−443=arctan3=3π, so Arg(w)=π−3π=32π.
So w=8(cos(32π+2πk)+isin(32π+2πk)) for integers k.
Step 2 — take cube roots (De Moivre). A root u=ρ(cosϕ+isinϕ) needs:
ρ3=8⇒ρ=2.
3ϕ=32π+2πk⇒ϕ=92π+32πk,k=0,1,2.
Step 3 — list the three angles (and drag each into (−π,π]):
Step 4 — the QII root. It is u1=2(cos98π+isin98π), with modulus 2 and argument 98π.
Cartesian form:u1=2cos98π+2isin98π≈2(−0.9397)+2i(0.3420)≈−1.879+0.684i.(Check the direction: x<0,y>0 — genuinely QII, exactly as asked.)Take-away: the three roots sit on a circle of radius 2, spaced 32π=120∘ apart — one per quadrant band, landing in QI, QII, and QIV here.
Recall Solution — L5·Q2
WHY use zzˉ? Because ∣w∣2=wwˉ turns "length squared" into ordinary multiplication, and multiplication is easy to expand. Use a+b=aˉ+bˉ.
∣z1+z2∣2=(z1+z2)(zˉ1+zˉ2)=z1zˉ1+z1zˉ2+z2zˉ1+z2zˉ2.∣z1−z2∣2=(z1−z2)(zˉ1−zˉ2)=z1zˉ1−z1zˉ2−z2zˉ1+z2zˉ2.
Add: the cross terms ±(z1zˉ2+z2zˉ1)cancel, leaving
2z1zˉ1+2z2zˉ2=2∣z1∣2+2∣z2∣2.■WHAT IT MEANS: in the parallelogram spanned by z1 and z2, the sum of the squares of the two diagonals equals the sum of the squares of all four sides. A geometry theorem, proven by algebra.
Recall Solution — L5·Q3
(i) z=0:∣z∣=02+02=0. But Arg(0) is undefined — a zero-length arrow points nowhere, so "direction" has no meaning. This is the one genuinely degenerate input in the whole theory: modulus exists (it is 0), argument does not.
(ii) z=−3:∣z∣=3; on the negative real axis so Arg=π (the range endpoint, not−π).
(iii) The number is already in polar form with r=1 and stated angle 67π. But67π>π, so it is not a principal argument. Bring it into range by subtracting 2π: 67π−2π=−65π. So ∣z∣=1 and Arg(z)=−65π (the arrow points down-and-left, QIII). ✓
Recall Wrap-up: what these five levels add up to
L1 (Recognition): read the plane — modulus is a straight-line distance, argument is a direction, axis points are memorised.
L2 (Application):reference angle then quadrant is the universal recipe; it never fails, and never needs a raw arctan.
L3 (Analysis): modulus is multiplicative and argument is additive — but arguments only add mod 2π, so always land back in (−π,π].
L4 (Synthesis): powers and quotients are the same two rules pushed harder (De Moivre for powers, subtract-and-divide for quotients); a modulus + argument pair pins a unique point.
L5 (Mastery): roots spread evenly around a circle; identities like the parallelogram law fall out of ∣w∣2=wwˉ; and the sole degenerate case is z=0, where the modulus is 0 but the argument simply does not exist.
If you can reproduce every solution above with the collapsibles closed, you own this topic.