Modulus of a Complex Number
#1∣z∣=∣a+bi∣=a2+b2 💡 Always non-negative. |z| = 0 iff z = 0.
⚠ Forgetting to square both parts before adding.
Argument of z
#2arg(z)=tan−1(ab) 💡 Check the quadrant! tan⁻¹ alone gives values in (-π/2, π/2).
⚠ Not adjusting for quadrant. arg(−1+i) ≠ arg(1+i).
Polar Form
#3z=r(cosθ+isinθ)=reiθ 💡 r = |z|, θ = arg(z). Euler's form is faster for multiplication.
Conjugate Properties
#4z1⋅z2=z1ˉ⋅z2ˉ,z⋅zˉ=∣z∣2 💡 z·z̄ = |z|² is used everywhere - division, modulus proofs, locus.
⚠ Writing z·z̄ = z² instead of |z|².
Modulus of Product & Quotient
#5∣z1z2∣=∣z1∣∣z2∣,z2z1=∣z2∣∣z1∣ 💡 Arguments add for product, subtract for quotient.
De Moivre's Theorem
#6(cosθ+isinθ)n=cos(nθ)+isin(nθ) 💡 Works for all integers n. Key for finding nth roots.
⚠ Applying to (a + bi)ⁿ directly - must convert to polar form first.
nth Roots of Unity
#7zk=ei⋅2πk/n=cosn2πk+isinn2πk,k=0,1,…,n−1 💡 They form a regular n-gon on the unit circle. Sum = 0, Product = (-1)^{n+1}.
Cube Roots of Unity
#81+ω+ω2=0,ω3=1,ω=ei2π/3 💡 ω = (-1+i√3)/2. Used heavily in factoring and symmetric expressions.
Triangle Inequality
#9∣z1∣−∣z2∣≤∣z1+z2∣≤∣z1∣+∣z2∣ 💡 Equality in upper bound when arg(z₁) = arg(z₂). Lower bound when arg differ by π.
Circle in Complex Plane
#10∣z−z0∣=r(circle center z0, radius r) 💡 |z − a| = |z − b| is the perpendicular bisector of segment ab.
⚠ Confusing |z−a| = k|z−b| (Apollonius circle) with simple circle.
Straight Line in Complex Plane
#11arg(z−z0)=α(ray from z0 at angle α) 💡 arg((z-a)/(z-b)) = θ gives an arc of a circle through a and b.
Quadratic with Complex Roots
#12If α=p+qi is a root, then αˉ=p−qi is also a root (for real coefficients) 💡 Complex roots always come in conjugate pairs for real polynomials.
⚠ Assuming conjugate pair rule holds for polynomials with complex coefficients.