JEE Advanced Maths · Complex Numbers
Is |z|² the same as z²?
Only when is real. In general is a real, non-negative size, the squared distance of from the origin. But is a point in the plane that can be negative, imaginary, or complex. The two coincide only on the real axis. The quickest counterexample is : while .
This is the most cycle-robust complex-numbers error on the JEE Advanced paper, recurring across 2020, 2023 and 2024. The clean statement to hold is: measures size and is never negative; is a point and can land anywhere.
Ready to fix this? The Complex Numbers lesson works through this misconception and the others in Complex Numbers, one altitude at a time.
How to spot it in your own work
- You replaced with inside a sum over a polynomial's roots.
- Your "sum of squares" came out negative and you did not treat that as a warning.
- You assumed a squared quantity like must be positive.
- You wrote for a number you never checked was real.
An exam question that triggers it
Here is a question in the style of JEE Advanced 2024 Paper 1 Q9, which tests this misconception head-on:
The polynomial factors as , so its roots are and . Find
the sum of the squared moduli of the four roots.
The misconception answer reaches for Vieta and computes the sum of the squares: , then reports as if a sum of squared sizes could be negative. The correct move keeps each term a genuine squared modulus:
The real roots contribute the same either way, but each imaginary root has against . The genuine 2024 paper used roots and produced against Vieta's . The gap is the whole question.
Why students fall for this
The rule "a square is non-negative" is true for every real number a student has ever met, so it feels like a law of arithmetic rather than a fact about the real line. Carried into the complex plane it becomes , which is half-right: for real the two really are equal, because a real number is its own conjugate. That partial truth is exactly why the belief survives.
Smith, Zwolak and Manogue (2015), studying student difficulties with complex numbers, document the norm-versus-square confusion directly, and Mutambara and Tsakeni (2022) record the modulus formula mutating under load. Being told rarely dislodges it, because "a square cannot be negative" still feels obviously true. What dislodges it is evaluating both sides on one non-real number and watching them land in different places.
The fix: Size versus point: |z|² = z z̄, z² = z·z
is a real, non-negative size. is a point in the plane. They are equal only when is real. For , the conjugate product is , always at least zero, while the plain square is . These match exactly when .
The practical guard on the exam: whenever you meet a sum of squared moduli over roots, add directly and expect a non-negative total. If you instead find yourself computing Vieta's and it comes out negative, that negative number is the alarm that you have swapped for on the non-real roots.
Worked example
Evaluate both machines on a single number, then on a conjugate pair, so the split is unmissable. Take .
- The size. , a positive real number.
- The point. , a point with a negative real part, nowhere near .
- Same number, two answers. One input gives as a size and as a square. The conjugate check confirms it: .
- A conjugate pair. For the roots of , the sum of squared moduli is , while squaring the roots gives . A positive size total, a negative square total.
- Conclude.
The same distinction settles JEE Advanced 2024 Paper 1 Q9: the sum of squared moduli of a polynomial's roots is a non-negative total, computed root by root as , never as Vieta's , which turns negative the moment a root leaves the real axis.
Find out if this is costing you marks
The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.
Common questions
- Can really be negative?
Yes, whenever is purely imaginary. For , , a negative real number, while stays positive. Squaring doubles the argument, so a number pointing up the imaginary axis squares to one pointing along the negative real axis.
- How is related to the conjugate?
exactly. Writing gives , which is the squared distance from the origin and is always non-negative. This identity is the reason a squared modulus can never be negative.
- Why does the "sum of squares" go negative in exam questions?
Because a student applies Vieta's and treats it as a sum of sizes. For non-real roots is negative, so the total can drop below zero. The genuine sum of squared moduli is built from non-negative terms and is always at least zero. A negative result is a signal you have mixed the two up.
- Is wrong too?
No, that one is genuinely true: , because the modulus is multiplicative. The mistake is dropping the outer modulus bars and writing . Keep the bars: (a size) equals (a size), but (a point) does not.
Related misconceptions
- Realness is an equation, not a lookAn expression w is real exactly when w = w-bar; that is the condition you impose and solve, not something you read off by inspection.
- Modulus and arg conditions are lociAn equation in z carves out a whole curve, not a few points; the Apollonius circle from |z - a| = k|z - b| is not centred between the two points.