3.5.2 · D3Complex Numbers

Worked examples — Complex number a+bi — real part, imaginary part

2,027 words9 min readBack to topic

The scenario matrix

Here is every kind of thing a question about can be. Each row is a "cell"; every worked example below is tagged with the cell it covers.

Cell Case class What makes it tricky Example
C1 Both parts positive, straight read-off none — the warm-up Ex 1
C2 Negative imaginary part (sign traps) the minus belongs to Ex 2
C3 Degenerate: purely real / purely imaginary / zero one part is Ex 3
C4 High power of (cyclic, incl. negative exponent) remainder mod 4, negative Ex 4
C5 Product returned to (all sign combos) replacing , regrouping Ex 5
C6 The trap (limiting/illegal move) fails Ex 6
C7 Equality rule → two real equations splitting one equation into two Ex 7
C8 Real-world word problem (AC circuit / phase) translating words into Ex 8
C9 Exam-style twist: unknown inside a product solve for real after multiplying Ex 9

Example 1 — Straight read-off [C1]


Example 2 — Negative imaginary part [C2]


Example 3 — Degenerate inputs [C3]

Figure — Complex number a+bi — real part, imaginary part

Example 4 — Powers of , including a negative exponent [C4]

Figure — Complex number a+bi — real part, imaginary part

Example 5 — Product back to , mixed signs [C5]


Example 6 — The trap (illegal move) [C6]


Example 7 — Equality rule → two real equations [C7]


Example 8 — Word problem: two AC voltages [C8]

Figure — Complex number a+bi — real part, imaginary part

Example 9 — Exam twist: unknowns inside a product [C9]


Recall

Recall Which cell of the matrix does each skill belong to? (click)

Negative imaginary part is which cell? ::: C2 (the minus lives in ) Simplifying is which cell? ::: C4 (powers cycle, add multiples of 4) Why does not ? ::: C6 — convert to first; the shortcut loses a factor One complex equation gives how many real equations? ::: Two (equality rule, cell C7/C9)


Connections

  • 3.5.02 Complex number a+bi — real part, imaginary part (Hinglish) — the parent topic these examples drill.
  • Argand diagram & modulus — the plotting and used in Ex 3 and Ex 8.
  • Addition and multiplication of complex numbers — the arithmetic behind Ex 5 and Ex 9.
  • Complex conjugate — why the sign of (Ex 2) matters.
  • Polar form and Euler's formula — the "phasor" view underlying the AC word problem (Ex 8).
  • Quadratic equations with complex roots — where the move (Ex 6) shows up for real.