Complex Conjugate Calculator

Find the conjugate, modulus, argument, and conjugate product of any complex number a + bi.

Calculate a complex conjugate
Enter the real and imaginary coefficients of z = a + bi.

About complex conjugates

The complex conjugate of a number changes the sign of its imaginary part while leaving its real part unchanged. If z = a + bi, then its conjugate is a - bi. For example, the conjugate of 3 + 4i is 3 - 4i, and the conjugate of -2 - 2i is -2 + 2i. This reflection across the real axis preserves the number's distance from the origin while reversing the sign of its angle. Conjugates are valuable because multiplying a complex number by its conjugate removes the imaginary component. The product (a + bi)(a - bi) equals a² + b², a nonnegative real number. That identity is used to divide complex numbers: multiply the numerator and denominator by the denominator's conjugate, then simplify the denominator to a real value. It also connects directly to modulus because the square of the modulus is a² + b². The modulus, written as the absolute value of z, is the Euclidean distance from the origin to the point (a, b) on the complex plane. It is calculated with the Pythagorean formula square root of a² + b². Conjugate pairs always have the same modulus. This calculator uses the hypot function for a stable calculation and displays a rounded decimal when the result is not an integer. The argument is the directed angle from the positive real axis to the complex number. A simple inverse tangent cannot distinguish all quadrants, so the calculator uses atan2(b, a). This returns the principal argument from negative pi through positive pi radians and handles points on the axes correctly. The result is shown in both radians and degrees. For the zero complex number, atan2 conventionally returns zero, although mathematically the argument of zero is undefined. Complex conjugation distributes over addition and multiplication: the conjugate of a sum is the sum of the conjugates, and the conjugate of a product is the product of the conjugates. Applying conjugation twice returns the original number. A complex number equals its own conjugate exactly when its imaginary part is zero, which characterizes the real numbers inside the complex-number system. Conjugates appear throughout algebra, electrical engineering, signal processing, quantum mechanics, Fourier analysis, and polynomial theory. Real-coefficient polynomials have nonreal roots in conjugate pairs, and engineers use conjugation when calculating power and impedance. Enter the coefficients separately to avoid ambiguity about signs, then use the displayed modulus, principal argument, and real-valued product to verify the result.

Complex conjugate examples

Complex numberConjugateRelated values
3 + 4i3 - 4iThe modulus is 5 and the conjugate product is 25.
-2 - 2i-2 + 2iThe principal argument is -135 degrees.
7 + 0i7 + 0iA real number is equal to its own conjugate.
0 + 6i0 - 6iThe point reflects from the positive to the negative imaginary axis.

How to find a complex conjugate

  1. Identify the real coefficient a and imaginary coefficient b in a + bi.
  2. Enter a in the real-part field and b, including its sign, in the imaginary-part field.
  3. Select Calculate Conjugate to reverse the imaginary sign and compute related values.
  4. Review the modulus, principal argument, and product as checks on the conjugate.

Complex conjugate FAQ

How do I find the conjugate of a complex number?

Keep the real part and reverse the sign of the imaginary coefficient. Thus a + bi becomes a - bi, while a - bi becomes a + bi.

Why multiply by a complex conjugate?

The imaginary cross terms cancel, leaving the real value a² + b². This makes conjugates the standard tool for rationalizing a complex denominator.

Does conjugation change the modulus?

No, both numbers are equally far from the origin. Their points are mirror images across the real axis and therefore have identical moduli.

What happens to the argument under conjugation?

For a nonzero number away from the negative-real branch cut, the argument changes sign. Geometrically, reflection across the real axis reverses the directed angle.

Is every real number its own conjugate?

Yes, a real number has an imaginary coefficient of zero. Reversing the sign of zero leaves the value unchanged.