What Is a Complex Conjugate? Definition and Properties

A complex conjugate is the mirror image of a complex number, created by flipping the sign of its imaginary part. If you start with the complex number z = x + iy, its complex conjugate is x − iy. You keep the real part exactly the same and reverse the sign in front of the imaginary part. That’s it.

The notation varies depending on the textbook. Some write the conjugate of z as z̄ (with a bar over it), while others use z* (with an asterisk). Both mean the same thing.

How It Works on the Complex Plane

If you plot a complex number on the complex plane (where the horizontal axis represents the real part and the vertical axis represents the imaginary part), the conjugate is a reflection across the real axis. A number sitting above the horizontal axis gets flipped to the same distance below it, and vice versa. The two points are the same horizontal distance from the origin but on opposite sides of the real number line. Think of it like a point and its reflection in a lake, where the shoreline is the real axis.

Key Algebraic Properties

Conjugation plays nicely with arithmetic. When you conjugate a sum of two complex numbers, it’s the same as conjugating each one individually and then adding them. The same rule holds for multiplication: the conjugate of a product equals the product of the conjugates. In notation, that looks like this:

  • Sum: conjugate of (z₁ + z₂) = conjugate of z₁ + conjugate of z₂
  • Product: conjugate of (z₁ · z₂) = conjugate of z₁ · conjugate of z₂

This consistency means that any valid equation involving complex numbers remains valid when you conjugate every term in it. That principle turns out to be surprisingly powerful in proofs and problem-solving.

Multiplying a Number by Its Conjugate

One of the most useful facts about complex conjugates is that multiplying a complex number by its own conjugate always produces a real number. If z = a + bi, then:

z · z̄ = (a + bi)(a − bi) = a² + b²

The imaginary parts cancel out completely. The result, a² + b², is also the square of the number’s absolute value (its distance from the origin on the complex plane). So |z|² = z · z̄. For example, if z = 7 + 5i, multiplying by its conjugate 7 − 5i gives 49 + 25 = 74. No imaginary component remains.

Dividing Complex Numbers

This real-number property is exactly why conjugates are essential for division. You can’t leave an imaginary number in a denominator and call the answer simplified, so the standard technique is to multiply both the numerator and denominator by the conjugate of the denominator.

Say you need to compute (a + bi) ÷ (c + di). Multiply top and bottom by (c − di):

(a + bi)(c − di) / (c + di)(c − di)

The denominator becomes c² + d², a plain real number. The numerator expands to (ac + bd) + i(bc − ad). Now you have a clean complex number with a real denominator, which you can split into its real and imaginary parts. Without the conjugate trick, dividing complex numbers would be a mess.

The Conjugate Root Theorem

Complex conjugates also control how polynomial equations behave. If you have a polynomial with all real coefficients (like x³ − 2x + 5 = 0) and one of its roots is a complex number a + bi, then the conjugate a − bi is guaranteed to be a root as well. Complex roots of real-coefficient polynomials always come in conjugate pairs.

This is useful when factoring or finding roots. If you discover that 3 + 2i is a root, you immediately know 3 − 2i is also a root, which gives you two factors without any extra work. The theorem depends on the coefficients being real numbers. If the polynomial has complex coefficients, the pairing rule breaks down and roots can appear without their conjugates.

Why Conjugates Matter

Complex conjugates show up constantly in physics, engineering, and signal processing. In quantum mechanics, multiplying a wave function by its conjugate gives a real-valued probability. In electrical engineering, conjugates help calculate power in alternating current circuits. Any time you need to extract real information from complex quantities, conjugation is the tool that bridges the gap.

At its core, the complex conjugate is a simple operation: flip the sign of the imaginary part. But that one small change unlocks division, connects to polynomial roots, and converts complex expressions into real numbers whenever you need them.