Complex Numbers & Argand Geometry

Complex Conjugate Calculator

Find the complex conjugate \(\bar{z}\), modulus \(|z|\), reciprocal, and rationalize complex quotients step-by-step with interactive Argand plane reflection diagrams.

Quick Examples:
Complex Conjugate (z̄)
Modulus |z|
Product z · z̄ = |z|²
Reciprocal 1/z
Step-by-Step Derivation
Argand Complex Plane Reflection

How to Use the Complex Conjugate Calculator

  1. Choose calculation mode: Select Single Complex Number to compute \(\bar{z}\), modulus \(|z|\), and reciprocal, or Division Rationalization to divide two complex numbers \(\frac{w}{z}\).
  2. Enter components: Input the real coefficient \(a\) and imaginary coefficient \(b\) (where \(z = a + bi\)).
  3. Review conjugate properties: Observe how \(\bar{z} = a - bi\), and verify that \(z \cdot \bar{z} = a^2 + b^2\) is always a non-negative real scalar.
  4. Inspect the Argand diagram: The interactive complex plane plots \(z\) and \(\bar{z}\) to clearly visualize the reflection across the horizontal real axis.

Problems This Complex Conjugate Calculator Solves

Rationalizing Complex Fraction Denominators

Dividing complex numbers like \(\frac{3 + 2i}{1 - 4i}\) requires multiplying numerator and denominator by the conjugate \((1 + 4i)\). Doing this manually involves prone-to-error FOIL arithmetic. Our tool solves this instantly.

Visualizing Real-Axis Mirror Symmetry

Many students do not realize that complex conjugation is geometrically a pure reflection across the horizontal real axis. The dynamic vector Argand plot makes this relationship immediately obvious.

Computing Norms & Multiplicative Inverses

The reciprocal of a complex number is \(1/z = \bar{z} / |z|^2\). Our solver computes both modulus \(|z| = \sqrt{a^2+b^2}\) and exact reciprocal coordinates without manual steps.

Quantum Mechanics & AC Phasors

In quantum mechanics (bra-ket inner products \(\langle\psi|\psi\rangle\)) and AC electrical power engineering (complex apparent power \(S = V \cdot I^*\)), accurate complex conjugation is fundamental.

Key Features & Capabilities

Interactive Argand

Vector SVG plane plotting original number \(z\) and conjugate reflection \(\bar{z}\).

Complex Division

Dedicated mode to rationalize and divide fractions \(\frac{w}{z}\) step-by-step.

Modulus & Inverse

Computes Euclidean norm \(|z|\), squared norm \(|z|^2\), and reciprocal \(1/z\).

Instant Reactive UI

Real-time calculations across both standard and component inputs with zero button clicking.

What is a Complex Conjugate?

For any complex number \(z = a + bi\) (where \(a, b \in \mathbb{R}\) and \(i = \sqrt{-1}\)), the complex conjugate (denoted \(\bar{z}\) or \(z^*\)) is obtained by inverting the sign of the imaginary component:

\(z = a + bi \quad \iff \quad \bar{z} = a - bi\)

Essential algebraic and geometric properties of complex conjugation include:

  • Geometric Reflection: On the Argand plane (where the x-axis represents \(\text{Re}\) and the y-axis represents \(\text{Im}\)), \(\bar{z}\) is the exact mirror image of \(z\) across the horizontal real axis.
  • Real Modulus Product: Multiplying a complex number by its conjugate produces a strictly non-negative real number equal to the square of its Euclidean distance from the origin: \[z \cdot \bar{z} = (a + bi)(a - bi) = a^2 - b^2 i^2 = a^2 + b^2 = |z|^2\]
  • Sum and Difference: Adding a number to its conjugate eliminates the imaginary part (\(z + \bar{z} = 2a\)), while subtracting them eliminates the real part (\(z - \bar{z} = 2bi\)).

Why the Conjugate is Essential for Complex Division

Just as radical conjugates like \((3 - \sqrt{2})\) are used to rationalize radical denominators, complex conjugates are used to eliminate the imaginary unit \(i\) from the denominator of a fraction:

\[\frac{c + di}{a + bi} = \frac{(c + di)(a - bi)}{(a + bi)(a - bi)} = \frac{(ca + db) + (da - cb)i}{a^2 + b^2} = \frac{ca + db}{a^2 + b^2} + \frac{da - cb}{a^2 + b^2}i\]

Because \(a^2 + b^2\) is a pure real scalar, the fraction immediately separates into distinct real and imaginary components.

The Complex Conjugate Root Theorem

The Complex Conjugate Root Theorem is a foundational theorem in polynomial algebra:

If \(P(x)\) is a polynomial with real coefficients and \(z = a + bi\) is a root (\(b \ne 0\)), then its complex conjugate \(\bar{z} = a - bi\) must also be a root of \(P(x)\).

This guarantees that complex roots of real polynomials always occur in conjugate pairs.

Frequently Asked Questions

What is a complex conjugate?
The complex conjugate of a complex number z = a + bi is formed by changing the sign of the imaginary part, written as z-bar = a - bi. On the complex Argand plane, the conjugate represents a geometric reflection across the horizontal real axis.
What happens when you multiply a complex number by its conjugate?
Multiplying a complex number by its conjugate always yields a strictly real, non-negative quantity equal to the square of its absolute value (modulus): (a + bi)(a - bi) = a^2 - (bi)^2 = a^2 - b^2(-1) = a^2 + b^2 = |z|^2.
Why is the complex conjugate used in complex division?
Dividing by a complex number directly is difficult because the denominator contains an imaginary unit 'i'. Multiplying both numerator and denominator by the conjugate of the denominator converts the denominator into a pure real number (a^2 + b^2), allowing standard distribution.
What is the complex conjugate root theorem?
The Complex Conjugate Root Theorem states that if a polynomial has real coefficients and a + bi (where b is not 0) is a root, then its conjugate a - bi must also be a root of the polynomial. Complex roots of real polynomials always occur in conjugate pairs.
What is the conjugate of a pure real number and pure imaginary number?
The conjugate of a pure real number (b = 0) is the number itself: conj(a) = a. The conjugate of a pure imaginary number (a = 0) is its negative: conj(bi) = -bi.