Last verified · v1.0
Calculator · math
Complex Conjugate Calculator
Calculate the complex conjugate z̄ = a − bi, modulus |z| = √(a²+b²), and product z·z̄ for any complex number a + bi.
Inputs
Conjugate Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is a Complex Conjugate?
A complex conjugate is one of the most fundamental operations in complex analysis. For any complex number z = a + bi, where a is the real part and b is the imaginary coefficient, the conjugate is defined as z̄ = a − bi. The operation preserves the real component while reversing the sign of the imaginary component, geometrically reflecting the number across the real axis of the complex plane.
The Three Core Formulas
The conjugate calculator evaluates three interrelated expressions derived from the definition of complex numbers:
- Complex Conjugate: z̄ = a − bi
- Modulus (Absolute Value): |z| = √(a² + b²)
- Product with Conjugate: z · z̄ = a² + b²
Variable Definitions
- a (Real Part): The horizontal component of z plotted along the x-axis of the complex plane. It is any real number.
- b (Imaginary Part): The coefficient of the imaginary unit i, where i² = −1. It is plotted along the y-axis of the complex plane.
- z̄ (Conjugate): The mirror image of z reflected over the real axis, equal to a − bi.
- |z| (Modulus): The Euclidean distance from the origin (0, 0) to the point (a, b) in the complex plane.
Mathematical Derivation
The modulus formula follows directly from the Pythagorean theorem. Representing z = a + bi as the point (a, b) in two-dimensional space, the straight-line distance from the origin is √(a² + b²). This geometric interpretation gives the modulus its physical meaning as the magnitude, or absolute value, of the complex number.
The product identity z · z̄ = a² + b² is established by direct multiplication using the difference-of-squares pattern: (a + bi)(a − bi) = a² − abi + abi − b²i². The imaginary cross-terms cancel, and since i² = −1, the term −b²i² becomes +b², yielding the purely real result a² + b². This identity confirms that z · z̄ = |z|² for all complex numbers.
Practical Applications
Dividing Complex Numbers
The most immediate classroom application is rationalizing a complex denominator. To simplify (3 + 4i) ÷ (1 + 2i), multiply numerator and denominator by the conjugate of the denominator (1 − 2i). The denominator becomes 1² + 2² = 5, a real divisor, enabling straightforward computation of the result.
Electrical Engineering and Signal Processing
In AC circuit analysis, electrical impedance is a complex quantity Z = R + jX. Maximum power transfer from source to load occurs when the load impedance equals the complex conjugate of the source impedance. Fourier transforms of real-valued signals obey conjugate symmetry X(−f) = X*(f), a property that halves the computational cost of processing real signals.
Quantum Mechanics
Quantum wave functions ψ(x) are complex-valued. Observable probability densities must be real and non-negative, computed as ψ*(x) · ψ(x) = |ψ(x)|², where ψ* denotes the complex conjugate. The conjugate operation guarantees a physically interpretable result at every step of the calculation.
Complex Conjugate Root Theorem
For any polynomial with real coefficients, non-real roots always appear in conjugate pairs. If (2 + 5i) is a root, then (2 − 5i) must also be a root. This theorem is foundational in algebra, control theory, and digital filter design.
Worked Example
Let z = 5 + 12i. Applying each formula:
- Conjugate: z̄ = 5 − 12i
- Modulus: |z| = √(25 + 144) = √169 = 13
- Product: z · z̄ = 25 + 144 = 169 = 13²
This confirms the universal identity z · z̄ = |z|² for z = 5 + 12i.
Sources
The definitions and properties above follow standard treatments in complex analysis. Authoritative references include the Complex Number Primer: Conjugate and Modulus (Lamar University) and the graduate-level exposition at Complex Conjugate and Norm (Oregon State University). Worked video examples are available at Khan Academy's complex conjugates lesson, and additional derivations appear in the lecture notes Basics of Series and Complex Numbers (University of Wisconsin–Madison).
Reference