Worked examples — Complex number a+bi — real part, imaginary part
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]
, , . Forecast: which of these is "purely real", "purely imaginary", "zero"?
- , so , . One part vanished. Why this step? A real number is just a complex number with ; reals sit inside .
- , so , . Purely imaginary. Why this step? Purely imaginary means the real part vanished, not the imaginary one.
- , so , . Zero — the only number that is both purely real and purely imaginary. Why this step? It sits at the origin of the Argand diagram & modulus, where both axes meet.
Verify (limiting picture): plot all three (figure below). lands on the horizontal axis, on the vertical axis, at the origin — exactly what "one part is zero" should look like. ✅

Example 4 — Powers of , including a negative exponent [C4]
and . Forecast: both should collapse to one of . Which?
- Powers of cycle every 4: , then repeat. So . Why this step? — only the remainder survives.
- (since is divisible by 4), so . Why this step? Discard whole loops of 4; two extra steps land on .
- For : add multiples of 4 to make the exponent land in . , so . Why this step? , so multiplying by (or ) changes nothing — it just re-labels a negative power as a positive one in the same cycle.
Verify: should be . Numerically . ✅ (See figure: the four powers as clock positions ticking counter-clockwise.)

Example 5 — Product back to , mixed signs [C5]
. Forecast: guess whether the real part comes out positive or negative before computing.
- Distribute (FOIL) all four products: Why this step? Multiplication in is ordinary distribution — the only new fact is what happens to .
- Replace : . Why this step? This single substitution is the entire reason products stay inside (closure). See Addition and multiplication of complex numbers.
- Regroup real and imaginary: . Why this step? Real chunks together, -chunks together — the answer must be a single .
Verify (general formula): with : ; . Gives . ✅
Example 6 — The trap (illegal move) [C6]
correctly. Forecast: the tempting (wrong) route gives . Is that right?
- Convert each root to -form first: and . Why this step? The rule is proven only for non-negative . With negatives you must escape to before multiplying, or you silently lose a factor of .
- Multiply: . Why this step? and ; both facts are used exactly once.
Verify: the illegal shortcut gave ; the correct value is . They differ by the factor that the shortcut ignored. ✅
Example 7 — Equality rule → two real equations [C7]
with . Forecast: how many equations does this ONE complex equation secretly contain?
- Use the equality rule: and . Why this step? If the real parts differed while the whole numbers matched, then would equal a real number — impossible since . So real must match real, imaginary must match imaginary. One complex equation = two real equations.
- Real parts: . Why this step? Solve the horizontal (real-axis) equation on its own.
- Imaginary parts: . Why this step? Solve the vertical (imaginary-axis) equation independently.
Verify: substitute : . ✅
Example 8 — Word problem: two AC voltages [C8]
(real part = "in-phase", imaginary part = "out-of-phase"). Source A gives volts, source B gives volts, wired in series. Find the combined voltage and its magnitude. Forecast: in series the voltages add; guess the sign of the combined imaginary part first.
- Add real to real and imaginary to imaginary: volts. Why this step? Series voltages superpose linearly; addition of is componentwise, matching the physics.
- Magnitude . Why this step? The magnitude is the true "size" of the voltage phasor — the straight-line distance from the origin on the Argand diagram & modulus.
- volts. Why this step? Pull out the perfect square to simplify; the decimal is the measured peak amplitude.
Verify (units + sanity): all terms are volts, so the sum is volts and is volts. ✅ The magnitude V is larger than either individual real part (, ) but the parts partially cancel out-of-phase — physically reasonable.

Example 9 — Exam twist: unknowns inside a product [C9]
such that . Forecast: you will multiply out first, then use the equality rule from Ex 7.
- Expand the left side: . Why this step? We must reach a single before we can match parts.
- Replace and regroup: , so . Why this step? Collect real chunk and imaginary chunk separately.
- Apply equality rule to : Why this step? One complex equation splits into two real linear equations (exactly as in Ex 7).
- Solve the system. From the first, . Substitute: . Then . Why this step? Standard substitution; the fractions are fine — nothing forces to be integers.
Verify: with : real part ✅; imaginary part ✅. So .
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.