Real and Imaginary Part Identities
Every complex number has two "extractor" identities: $\text{Re}(z) = \tfrac{z + \bar z}{2}$ and $\text{Im}(z) = \tfrac{z - \bar z}{2i}$. Combined with $z\bar z = |z|^2$ and $|z_1 z_2| = |z_1||z_2|$, these are the toolkit for proving algebraic facts about complex numbers without ever writing $z$ in Cartesian form. This lesson trains the four identities into reflex moves you can use in any HSC proof question.
Take $z = 5 - 2i$. Write down its conjugate $\bar z$. Then compute $z + \bar z$ and $z\bar z$ directly. What real numbers do you get? Sketch your work below.
Every conjugate-based question rewards two habits: use $z + \bar z$ to extract the real part (and $z - \bar z$ for the imaginary part), then use $z\bar z = |z|^2$ whenever a modulus appears. Mixing these up — or trying to expand everything into $a + bi$ — is the slow route to a correct answer.
The extract-multiply-modulus reading: (1) write $\text{Re}(z) = \tfrac{z+\bar z}{2}$ and $\text{Im}(z) = \tfrac{z-\bar z}{2i}$, (2) use $z\bar z = |z|^2$ to turn moduli into algebra, (3) use $|z_1 z_2| = |z_1||z_2|$ to split products.
Re: $\tfrac{z+\bar z}{2}$ · Im: $\tfrac{z-\bar z}{2i}$ · $z\bar z = |z|^2$ · $|z_1 z_2| = |z_1||z_2|$
Key facts
- $\text{Re}(z) = \tfrac{z + \bar z}{2}$ and $\text{Im}(z) = \tfrac{z - \bar z}{2i}$
- $z + \bar z = 2\text{Re}(z)$ (real) and $z - \bar z = 2i\,\text{Im}(z)$ (purely imaginary)
- $z\bar z = |z|^2$ (always real and non-negative)
- $|z_1 z_2| = |z_1||z_2|$ (modulus is multiplicative)
Concepts
- Why $z + \bar z$ kills the imaginary part and $z - \bar z$ kills the real part
- Why $z\bar z$ equals the squared modulus (algebraic and geometric view)
- Why these identities let you prove algebraic facts without choosing $z = a + bi$
Skills
- Extract $\text{Re}(z)$ and $\text{Im}(z)$ from a complex expression using the identities
- Use $z\bar z = |z|^2$ to simplify a modulus problem
- Prove identities like $|z_1 z_2| = |z_1||z_2|$ from the conjugate rules
Let $z = a + bi$, so $\bar z = a - bi$. Add and subtract:
- $z + \bar z = (a + bi) + (a - bi) = 2a = 2\text{Re}(z)$, so $\text{Re}(z) = \tfrac{z + \bar z}{2}$.
- $z - \bar z = (a + bi) - (a - bi) = 2bi = 2i\,\text{Im}(z)$, so $\text{Im}(z) = \tfrac{z - \bar z}{2i}$.
Worked through the hook: $z = 3 + 4i$, $\bar z = 3 - 4i$. $z + \bar z = 6 = 2 \cdot 3$, so divide by $2$ to get $\text{Re}(z) = 3$. $z - \bar z = 8i = 2i \cdot 4$, so divide by $2i$ to get $\text{Im}(z) = 4$. The denominator for Re is $2$; for Im it is $2i$ — that is the trap.
The other half of the toolkit:
- Modulus identity: $z\bar z = (a + bi)(a - bi) = a^2 - (bi)^2 = a^2 + b^2 = |z|^2$. Always a non-negative real number.
- Multiplicative modulus: $|z_1 z_2|^2 = (z_1 z_2)\overline{(z_1 z_2)} = z_1 z_2 \bar z_1 \bar z_2 = (z_1 \bar z_1)(z_2 \bar z_2) = |z_1|^2 |z_2|^2$. Taking positive square roots: $|z_1 z_2| = |z_1||z_2|$.
$\text{Re}(z) = (z + \bar z)/2$ — divisor is $2$ · $\text{Im}(z) = (z - \bar z)/(2i)$ — divisor is $2i$, not $2$ · $z\bar z = |z|^2$ — replace $|z|^2$ by $z\bar z$ in proofs · $|z_1 z_2| = |z_1||z_2|$ — proved via $|z|^2 = z\bar z$ and $\overline{z_1 z_2} = \bar z_1 \bar z_2$
Pause — copy $\operatorname{Re}(z) = (z+\bar{z})/2$, $\operatorname{Im}(z) = (z-\bar{z})/(2i)$, and the product-modulus proof $|z_1 z_2|^2 = z_1 z_2 \overline{z_1 z_2} = |z_1|^2|z_2|^2$ into your book.
Quick check: If $z$ is a complex number, which of the following is always equal to $\text{Im}(z)$?
We just saw that $\operatorname{Re}(z) = (z+\bar{z})/2$ and $\operatorname{Im}(z) = (z-\bar{z})/(2i)$, and that $|z_1 z_2| = |z_1||z_2|$ is proved via $|z|^2 = z\bar{z}$. That raises a question: how do you use these identities inside a proof — for example, to show that some expression is purely real or purely imaginary? This card answers it → $w$ real $\Leftrightarrow w = \bar{w}$; $w$ purely imaginary $\Leftrightarrow w + \bar{w} = 0$.
The identities $\text{Re}(z) = \tfrac{z+\bar z}{2}$, $\text{Im}(z) = \tfrac{z-\bar z}{2i}$, $z\bar z = |z|^2$ and $|z_1 z_2| = |z_1||z_2|$ work together. Three common patterns:
- "Show $w$ is real." Show $w = \bar w$. (Because $w - \bar w = 0$ means $\text{Im}(w) = 0$.)
- "Show $w$ is purely imaginary." Show $w + \bar w = 0$. (Because then $\text{Re}(w) = 0$.)
- "Prove $|z_1 z_2| = |z_1||z_2|$." Square both sides: $|z_1 z_2|^2 = (z_1 z_2)\overline{(z_1 z_2)} = z_1 \bar z_1 \cdot z_2 \bar z_2 = |z_1|^2 |z_2|^2$.
$w$ real $\Leftrightarrow w = \bar w$ — strategy for "show $w$ is real" · $w$ purely imaginary $\Leftrightarrow w + \bar w = 0$ — strategy for "show purely imaginary" · To prove modulus identities, square them and use $|z|^2 = z\bar z$ · $\text{Im}(z)$ is the real number $b$, not $bi$
Pause — copy the two reality tests ($w$ real $\Leftrightarrow w=\bar{w}$; $w$ pure imaginary $\Leftrightarrow w+\bar{w}=0$), the strategy for modulus proofs (square and use $|z|^2 = z\bar{z}$), and the note that $\operatorname{Im}(z) = b$ not $bi$ into your book.
Did you get this? True or false: a complex number $w$ is purely imaginary if and only if $w + \bar w = 0$.
Worked examples · 3 in a row, reveal as you go
Using $|z|^2 = z\bar z$ and $\overline{z_1 z_2} = \bar z_1 \bar z_2$, prove that $|z_1 z_2| = |z_1||z_2|$ for all complex $z_1, z_2$.
Simplify $\dfrac{1}{z}$ in terms of $\bar z$ and $|z|$, for $z \neq 0$.
Given $z = 2 - 5i$, use the identities $\text{Re}(z) = \tfrac{z+\bar z}{2}$ and $\text{Im}(z) = \tfrac{z-\bar z}{2i}$ to extract $\text{Re}(z)$ and $\text{Im}(z)$.
Fill the gap: The identity $z \cdot \bar z = $ turns any modulus-squared into a product of $z$ and its conjugate, and the inversion formula $\dfrac{1}{z} = $ follows immediately.
Misconceptions to fix · the 3 traps that cost marks
Did you get this? True or false: for any complex $z \neq 0$, $\dfrac{1}{z} = \dfrac{\bar z}{|z|^2}$.
Activities · practice with the ideas
For $z = 7 - 3i$, write down $\bar z$, then use the identities to compute $\text{Re}(z)$ and $\text{Im}(z)$.
Verify $z\bar z = |z|^2$ for $z = 4 + 3i$. Compute $z\bar z$ directly and check it equals $|z|^2$.
Use $\dfrac{1}{z} = \dfrac{\bar z}{|z|^2}$ to compute $\dfrac{1}{2 + i}$ in Cartesian form.
Show that $w = z + \bar z$ is always real, by proving $w = \bar w$.
For non-zero $z_1, z_2$, use $|z_1 z_2| = |z_1||z_2|$ to write $\left|\dfrac{z_1}{z_2}\right|$ in terms of $|z_1|$ and $|z_2|$.
Odd one out: Three of these are always equal to $\text{Re}(z)$. Which one is NOT?
Earlier you computed $z + \bar z$ and $z \bar z$ for $z = 5 - 2i$ and observed both are real.
You should have found $z + \bar z = 10$ (real, equals $2\text{Re}(z)$) and $z\bar z = 25 + 4 = 29$ (real, equals $|z|^2$). These two identities — $z + \bar z = 2\text{Re}(z)$ and $z\bar z = |z|^2$ — together with $z - \bar z = 2i\,\text{Im}(z)$ and $|z_1 z_2| = |z_1||z_2|$, form a compact algebra that handles almost every "prove that…" question about complex numbers in Module 12. The geometric picture (conjugation is reflection across the real axis) helps you remember why $z + \bar z$ is real and $z - \bar z$ is purely imaginary.
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Q1. Show that for any complex $z$, $\text{Re}(z) + i\,\text{Im}(z) = z$. (2 marks)
Q2. Prove that for any complex $z_1, z_2$, $|z_1 z_2|^2 = |z_1|^2 |z_2|^2$. Hence deduce $|z_1 z_2| = |z_1||z_2|$. (3 marks)
Q3. Suppose $z$ is a complex number with $|z| = 1$. Show that $\dfrac{1}{z} = \bar z$. Hence find $\text{Re}\left(z + \dfrac{1}{z}\right)$ in terms of $\text{Re}(z)$. (3 marks)
Comprehensive answers (click to reveal)
Activity answers:
1. $\bar z = 7 + 3i$. $z + \bar z = 14$, so $\text{Re}(z) = 7$. $z - \bar z = -6i$, so $\text{Im}(z) = \tfrac{-6i}{2i} = -3$.
2. $\bar z = 4 - 3i$. $z\bar z = (4+3i)(4-3i) = 16 - 9i^2 = 16 + 9 = 25$. $|z|^2 = 4^2 + 3^2 = 25$. ✓
3. $\bar z = 2 - i$, $|z|^2 = 5$, so $\tfrac{1}{2+i} = \tfrac{2-i}{5} = \tfrac{2}{5} - \tfrac{1}{5}i$.
4. $\bar w = \overline{z + \bar z} = \bar z + \overline{\bar z} = \bar z + z = w$. Since $w = \bar w$, $w$ is real.
5. Let $w = z_1/z_2$. Then $z_1 = w z_2$, so $|z_1| = |w||z_2|$, hence $|w| = |z_1|/|z_2|$. So $\left|\tfrac{z_1}{z_2}\right| = \tfrac{|z_1|}{|z_2|}$.
Q1 (2 marks): $\text{Re}(z) + i\,\text{Im}(z) = \tfrac{z + \bar z}{2} + i \cdot \tfrac{z - \bar z}{2i} = \tfrac{z + \bar z}{2} + \tfrac{z - \bar z}{2}$ [1] $= \tfrac{(z + \bar z) + (z - \bar z)}{2} = \tfrac{2z}{2} = z$ [1].
Q2 (3 marks): $|z_1 z_2|^2 = (z_1 z_2)\overline{(z_1 z_2)}$ [1] $= z_1 z_2 \bar z_1 \bar z_2 = (z_1 \bar z_1)(z_2 \bar z_2) = |z_1|^2 |z_2|^2$ [1]. Taking positive square roots (both sides non-negative): $|z_1 z_2| = |z_1||z_2|$ [1].
Q3 (3 marks): $\dfrac{1}{z} = \dfrac{\bar z}{|z|^2} = \dfrac{\bar z}{1} = \bar z$ since $|z| = 1$ [1]. Then $z + \dfrac{1}{z} = z + \bar z = 2\text{Re}(z)$, a real number [1]. So $\text{Re}\!\left(z + \dfrac{1}{z}\right) = 2\text{Re}(z)$ [1].
Five timed questions on Re, Im, conjugate identities and modulus. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering quick complex-number identity questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you've finished the practice and review.