Complex Conjugate
For any complex number , the complex conjugate is
Geometrically, conjugation reflects the point across the real axis in the complex plane: the real part is unchanged and the imaginary part changes sign.
Why conjugates matter for quantum mechanics
The central reason to care about in quantum mechanics is the modulus formula. Multiply by its own conjugate:
The cross-terms and cancel, leaving a real non-negative number. Taking the square root gives the modulus:
In the Born rule, a quantum state assigns a complex amplitude to each outcome; the probability of that outcome is . Every probability you will ever compute in quantum mechanics goes through this product.
Key properties
1. Double conjugation is the identity. . Conjugating twice recovers the original number.
2. Conjugation distributes over addition and multiplication. and . These identities are used constantly when simplifying inner products of quantum states.
3. Real numbers are their own conjugates. If then . In particular, is always real and non-negative, as a probability must be.
A worked example
Let . Then and
so .
Note the step because . Watch for sign errors here — they are by far the most common mistake when computing moduli.
Try it
This is a numerical exercise — your code should return a number. Use the conjugate identity
to find the modulus of (a 5–12–13 right triangle).
Sign in on the full site to ask questions and join the discussion.