Complex Conjugate Calculator
Calculate the complex conjugate, modulus, argument, and polar form of any complex number. Instant results with step-by-step breakdown.
About
Misidentifying the complex conjugate of z = a + bi propagates errors through signal processing chains, quantum state calculations, and impedance matching circuits. The conjugate operation flips the sign of the imaginary component: = a โ bi. This calculator computes , the modulus |z|, the argument arg(z), the polar representation, and verifies the identity z โ = |z|2. It accepts standard algebraic notation including edge cases such as pure reals, pure imaginaries, and zero.
This tool assumes inputs in the Cartesian form a + bi where a, b โ R. The argument is computed via atan2(b, a) and is undefined for z = 0. Precision is limited to IEEE 754 double-precision floating point (~15 significant digits).
Formulas
The complex conjugate of a number z = a + bi is obtained by negating the imaginary part:
The modulus (absolute value) is the distance from the origin in the complex plane:
The argument is the angle from the positive real axis:
The polar form expresses the number using modulus and argument:
A fundamental identity verified by this calculator:
Where a = real part (Re(z)), b = imaginary part (Im(z)), r = |z| (modulus), ฮธ = arg(z) (argument in radians), and i = โโ1 (imaginary unit).
Reference Data
| Complex Number z | Conjugate | Modulus |z| | Argument (deg) | z โ |
|---|---|---|---|---|
| 3 + 4i | 3 โ 4i | 5 | 53.13ยฐ | 25 |
| 1 + i | 1 โ i | 1.4142 | 45ยฐ | 2 |
| โ2 + 3i | โ2 โ 3i | 3.6056 | 123.69ยฐ | 13 |
| 5 | 5 | 5 | 0ยฐ | 25 |
| โ7 | โ7 | 7 | 180ยฐ | 49 |
| 4i | โ4i | 4 | 90ยฐ | 16 |
| โ3i | 3i | 3 | โ90ยฐ | 9 |
| 0.5 โ 0.5i | 0.5 + 0.5i | 0.7071 | โ45ยฐ | 0.5 |
| โ1 โ i | โ1 + i | 1.4142 | โ135ยฐ | 2 |
| 6 โ 8i | 6 + 8i | 10 | โ53.13ยฐ | 100 |
| 2 + 7i | 2 โ 7i | 7.2801 | 74.05ยฐ | 53 |
| 10 + 0i | 10 | 10 | 0ยฐ | 100 |
| 0 + 0i | 0 | 0 | undefined | 0 |
| โ5 + 12i | โ5 โ 12i | 13 | 112.62ยฐ | 169 |
| 1.5 + 2.5i | 1.5 โ 2.5i | 2.9155 | 59.04ยฐ | 8.5 |