Everything here rests on three facts you already built in the parent note:
- zˉ=a−bi (flip the sign of the imaginary part),
- zzˉ=a2+b2=∣z∣2 (always a non-negative real number),
- z2z1=∣z2∣2z1zˉ2 (the division formula).
Every conjugate/division problem falls into one of these case classes. The examples below are each tagged with the cell they cover.
| # |
Case class |
What's tricky |
Example |
| A |
Denominator in Quadrant I (c>0, d>0) |
the "friendly" baseline |
Ex 1 |
| B |
Denominator in Quadrant II/III/IV (mixed signs) |
signs must not get lost |
Ex 2 |
| C |
Purely imaginary denominator (c=0) |
dividing "by i" |
Ex 3 |
| D |
Purely real denominator (d=0) |
conjugate does nothing |
Ex 4 |
| E |
Reciprocal 1/z and geometry of $\bar z / |
z |
^2$ |
| F |
Zero / degenerate inputs (z=0) |
division is undefined |
Ex 6 |
| G |
Real-world word problem (AC circuit impedance) |
translate words → z |
Ex 7 |
| H |
Exam-style twist (solve for z, powers of i) |
conjugate inside an equation |
Ex 8 |
| I |
Property check across a product/quotient |
verify the algebra laws |
Ex 9 |
Recall Which cell was hardest?
- Cell that has NO valid answer? ::: Cell F — division by zero is undefined; zzˉ=0 only when z=0.
- Conjugate of a real number? ::: itself (real ⇒z=zˉ).
- Conjugate of a purely imaginary number ki? ::: −ki.
- Geometric effect of taking 1/z? ::: reflect across real axis, then shrink to radius 1/∣z∣.
- A single complex equation = how many real equations? ::: two (real part and imaginary part).
What is 2+i4+3i?
511+52i
What is −3+i1+2i?
−101−107i
What is 4i5−2i?
−21−45i
Reciprocal of 1+3i?
41−43i (modulus
21, argument
−60∘)
Is 02+i defined?
No — undefined; zzˉ=0 only for z=0.
Parallel impedance of 3+4i and 1−2i?
2−1.5i ohms.
Solve 1−ix+iy=3+i.
x=4, y=−2.