Skip to main content

Complex Conjugate Calculator

Mathematics - Complex Conjugate

Complex Conjugate Calculator

Find the complex conjugate of any complex number with step-by-step explanation. Learn the definition, geometric interpretation as reflection across the real axis, and how conjugates are used in division, modulus, and polynomial roots.

Find the Complex Conjugate

Enter a complex number in the form a + bi to find its complex conjugate. Click Calculate to see the step-by-step working and properties.

Conjugate will appear here.
Note: The complex conjugate of a + bi is a - bi — simply change the sign of the imaginary part. Geometrically, this represents a reflection across the real axis on the complex plane. The conjugate is denoted with a bar: or sometimes z*.

Complex Conjugate – Complete Explanation

The complex conjugate of a complex number is obtained by changing the sign of its imaginary part. This simple operation has profound consequences throughout mathematics — from simplifying complex division and calculating moduli to ensuring that polynomials with real coefficients have roots that come in conjugate pairs.

Complex Conjugate Definition

For z = a + bi, the complex conjugate is z̄ = a - bi.

Notation: z̄ (read as "z bar") or sometimes z*.

The conjugate is the reflection of z across the real axis on the complex plane.

1. What Is a Complex Conjugate?

The complex conjugate answers the question: "What is the mirror image of this complex number across the real axis?" It's one of the most useful operations in complex analysis.

Key facts:

  • Real numbers are their own conjugates: If z = a (purely real), then z̄ = a.
  • Pure imaginary conjugates are negatives: If z = bi, then z̄ = -bi.
  • Double conjugate returns the original: (z̄)̄ = z.
  • The product z × z̄ is always real and positive: (a+bi)(a-bi) = a² + b² = |z|².

2. Definition and Notation

The conjugate is defined by a single rule: negate the imaginary part.

Standard notation:

• z̄ (z-bar) — most common in mathematics

• z* (z-star) — common in physics and engineering

• conj(z) — function notation in computer algebra systems

Important: The conjugate only changes the sign of the imaginary part. The real part stays exactly the same. This distinguishes the conjugate from the negative (-z), which negates both parts, and the reciprocal (1/z), which is entirely different.

3. Geometric Interpretation

On the complex plane (Argand diagram), the conjugate has a clear geometric meaning:

Geometric Meaning of the Conjugate

The conjugate z̄ is the REFLECTION of z across the REAL AXIS.

• Same distance from the origin: |z̄| = |z|
• Opposite angle: arg(z̄) = -arg(z)
• Same real part, negated imaginary part

Examples on the complex plane:

• z = 3 + 4i → z̄ = 3 - 4i (reflected across x-axis)

• z = -2 + i → z̄ = -2 - i

• z = 5 (on real axis) → z̄ = 5 (stays in place — real numbers are fixed)

• z = 3i (on imaginary axis) → z̄ = -3i (reflected to opposite side)

4. Step-by-Step Examples

Example 1: Conjugate of 3 + 4i

Find the complex conjugate of z = 3 + 4i.

Step 1: Identify the real and imaginary parts:
        a = 3 (real part)
        b = 4 (imaginary part)

Step 2: Change the sign of the imaginary part:
        z̄ = 3 - 4i

Result: z̄ = 3 - 4i

Verification:
• z + z̄ = (3+4i) + (3-4i) = 6 (twice the real part ✓)
• z × z̄ = (3+4i)(3-4i) = 9 + 16 = 25 = |z|² ✓
• |z| = √25 = 5 ✓

Example 2: Conjugate of -2 - 5i

Find the complex conjugate of z = -2 - 5i.

Step 1: a = -2, b = -5

Step 2: Change the sign of the imaginary part:
        b = -5 → -b = +5
        z̄ = -2 + 5i

Result: z̄ = -2 + 5i

5. More Conjugate Examples

z = 7: Real number → z̄ = 7 (conjugate of a real is itself)

z = 4i: Pure imaginary → z̄ = -4i (conjugate of pure imaginary is its negative)

z = 1 + i: z̄ = 1 - i

z = -3 + 2i: z̄ = -3 - 2i

z = 0: z̄ = 0 (zero is its own conjugate)

6. Properties of Conjugates

The complex conjugate satisfies several important algebraic properties:

1. Double Conjugate: (z̄)̄ = z

Reflecting twice returns to the original point.

2. Conjugate of Sum: (z₁ + z₂)̄ = z̄₁ + z̄₂

The conjugate of a sum equals the sum of the conjugates.

3. Conjugate of Product: (z₁ × z₂)̄ = z̄₁ × z̄₂

The conjugate of a product equals the product of the conjugates.

4. Conjugate of Quotient: (z₁ / z₂)̄ = z̄₁ / z̄₂

The conjugate of a quotient equals the quotient of the conjugates.

5. z + z̄ = 2Re(z): Always real — twice the real part.

6. z - z̄ = 2i Im(z): Always pure imaginary — twice the imaginary part times i.

7. z × z̄ = |z|²: Always real and non-negative — the squared modulus.

7. Conjugate Pairs in Polynomials

One of the most important applications of complex conjugates is the Complex Conjugate Root Theorem:

Complex Conjugate Root Theorem

If a polynomial with REAL coefficients has a complex root a + bi,
then its conjugate a - bi is ALSO a root.

Complex roots of real polynomials always come in conjugate pairs.

Example: The polynomial x² - 2x + 5 = 0

Roots: 1 + 2i and 1 - 2i (conjugate pairs)

Both satisfy the equation and their product is the constant term: (1+2i)(1-2i) = 1 + 4 = 5 ✓

8. The Conjugate and Modulus

The conjugate provides the most elegant way to calculate the modulus of a complex number:

Modulus via Conjugate

|z|² = z × z̄ = a² + b²

Therefore: |z| = √(z × z̄)

This formula is the foundation of complex division and many geometric applications.

Example: Find |3 + 4i| using the conjugate.

z × z̄ = (3+4i)(3-4i) = 9 + 16 = 25

|z| = √25 = 5

9. Real-World Applications

  • Electrical Engineering: The conjugate is used to calculate complex power: S = VI* (apparent power = voltage × conjugate of current).
  • Signal Processing: The Fourier transform of a real signal has conjugate symmetry: F(-ω) = F̄(ω).
  • Control Systems: Root locus analysis relies on the conjugate root theorem — poles and zeros come in conjugate pairs.
  • Quantum Mechanics: The complex conjugate appears in the definition of the inner product and probability amplitudes.
  • Complex Division: The conjugate is used to rationalize denominators: (a+bi)/(c+di) = [(a+bi)(c-di)] / (c²+d²).

10. Practice Problems with Solutions

Problem 1: Find the conjugate of 2 + 7i.

Solution: 2 - 7i

Problem 2: If z = 3 - 4i, find z × z̄.

Solution: (3-4i)(3+4i) = 9 + 16 = 25

Problem 3: Show that z + z̄ is always real for z = 5 + 2i.

Solution: (5+2i) + (5-2i) = 10 (real ✓)

Problem 4: If z = -1 + i√3, find z̄ and |z|.

Solution: z̄ = -1 - i√3 | |z| = √(1+3) = 2

11. Tips for Mastering Conjugates

  • Remember the simple rule: just flip the sign of the imaginary part.
  • The conjugate of a real number is itself — nothing changes.
  • The conjugate of a pure imaginary number is its negative.
  • Use z × z̄ = |z|² as a quick check — it should always give a positive real number.
  • Think geometrically: the conjugate is a mirror reflection across the x-axis.
  • For polynomials with real coefficients, complex roots always appear in conjugate pairs.

12. Final Thoughts

The complex conjugate is deceptively simple — just change the sign of the imaginary part — yet it unlocks some of the most powerful techniques in complex analysis. From providing the key to complex division (multiply by the conjugate of the denominator) to guaranteeing that real polynomials have roots in conjugate pairs, this simple operation is fundamental to mathematics, physics, and engineering.

Master the conjugate and its properties — especially z × z̄ = |z|² — and you'll have a versatile tool for working with complex numbers in any context. Use this calculator to verify your manual calculations, but practice finding conjugates until the process becomes instantaneous and the geometric interpretation becomes intuitive.