Conjugate Calculator

Find the complex conjugate or radical conjugate of a number. Computes modulus, argument, product z·z̄, rationalization, and displays an Argand diagram.

Conjugate Calculator

Original z
3.0000 + 4.0000i
z = 3 + 4i in standard form
Conjugate z̄
3.0000 − 4.0000i
Negate the imaginary part: z̄ = a − bi
Modulus |z|
5.0000
|z| = √(a² + b²) = √(25.00) = 5.0000
Argument (°)
53.1301°
arg(z) = atan2(b, a) = 0.9273 rad
z · z̄
25.0000
Product = |z|² = 25.0000 (always real and ≥ 0)
z + z̄
6.0000
Sum = 2·Re(z) = 6.0000 (always real)
Argand DiagramReImz
Blue = z, Red dashed = z̄ (reflected across real axis)

Conjugate Properties & Operations

PropertyFormulaValue
Conjugatez̄ = a − bi3.0000 − 4.0000i
Modulus|z| = √(a² + b²)5.0000
z · z̄ = |z|²a² + b²25.0000
z + z̄ = 2Re(z)2a6.0000
z − z̄ = 2i·Im(z)2bi0.0000 + 8.0000i
Argumentatan2(b, a)53.1301°
Polar formr(cos θ + i sin θ)5.0000·cis(53.13°)
Planning notes, formulas, and examples

About the Conjugate Calculator

The conjugate of a number is formed by changing the sign of one component while keeping the rest unchanged. For a complex number z = a + bi, the complex conjugate is z̄ = a − bi — the imaginary part flips sign. For a radical expression like a + √b, the radical conjugate is a − √b. Conjugates are indispensable in algebra and analysis: multiplying a complex number by its conjugate gives the real number |z|² = a² + b², and multiplying a radical expression by its conjugate eliminates the radical via the difference-of-squares identity. This calculator handles both types of conjugates, computing the product, sum, modulus, argument, and polar form. For complex conjugates, an interactive Argand diagram shows z and z̄ reflected across the real axis. For radical conjugates, it demonstrates rationalization — the technique used to clear radicals from denominators. Students encounter conjugates when dividing complex numbers, rationalizing denominators, and solving polynomial equations. Engineers use complex conjugates in signal processing, electrical impedance, and Fourier analysis, where the conjugate represents the mirror-image frequency component.

When This Page Helps

Conjugates are used in complex number division, denominator rationalization, and signal processing. This calculator handles both complex and radical conjugates in one tool, showing the conjugate, its product with the original (always real), the modulus, argument, and polar form. The Argand diagram visualization makes the reflection symmetry immediately clear, and radical mode demonstrates how conjugates eliminate radicals from denominators — essential for simplifying algebraic expressions.

How to Use the Inputs

  1. Select the mode: Complex Conjugate (a + bi) or Radical Conjugate (a + c√b).
  2. For complex mode, enter the Real Part and Imaginary Part of your complex number.
  3. For radical mode, enter a (rational part), b (radicand), and optionally the coefficient c.
  4. Click a preset like "3 + 4i" or "1 + √2" to load a common example.
  5. Review the conjugate, modulus, argument, and the product z·z̄ in the output cards.
  6. Examine the Argand diagram showing z and z̄ reflected across the real axis.
  7. Adjust Precision to control decimal places in all outputs.
Formula used
Complex: z̄ = a − bi, z·z̄ = a² + b² = |z|² Radical: conjugate of (a + c√b) = a − c√b Product: (a + c√b)(a − c√b) = a² − c²b

Example Calculation

Result: z̄ = 3 − 4i

For z = 3 + 4i: z̄ = 3 − 4i, |z| = 5, z·z̄ = 25, arg(z) ≈ 53.13°.

Tips & Best Practices

  • Check that all inputs use the same scale and assumptions before trusting the result.
  • Compare the answer with the worked example or a rough estimate to catch entry mistakes.

Complex Conjugates and Division

To divide complex numbers, multiply both numerator and denominator by the conjugate of the denominator: (a + bi)/(c + di) = (a + bi)(c − di)/((c + di)(c − di)) = (a + bi)(c − di)/(c² + d²). The denominator becomes real because z·z̄ = |z|² always eliminates the imaginary part. This technique is the complex-number analog of rationalizing a denominator.

Radical Conjugates and Rationalization

For expressions with square roots, multiplying by the conjugate uses the difference of squares: (a + √b)(a − √b) = a² − b. This eliminates the radical, which is why we rationalize denominators by multiplying by the conjugate. For example, 1/(3 + √2) = (3 − √2)/((3 + √2)(3 − √2)) = (3 − √2)/7. This technique extends to cube roots and higher using sum/difference of cubes identities.

Conjugates in Physics and Engineering

In electrical engineering, the impedance of a circuit element is a complex number Z = R + jX. The complex conjugate Z* is used to compute average power: P = ½ Re(V·I*). In quantum mechanics, the probability of a state is |ψ|² = ψ·ψ*, the product of the wave function and its conjugate. In signal processing, the Fourier transform of a real signal has conjugate symmetry: F(−ω) = F(ω)*, which halves the computational work.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • For z = a + bi, the complex conjugate is z̄ = a − bi. It reflects the number across the real axis in the complex plane.