Imaginary Number Calculator

Find the modulus, conjugate and argument of a + bi.

Modulus |z| 5
Argument (°) 53.13
Conjugate imaginary part (i) -4

Formula: |z| = √(a² + b²), arg = atan2(b, a)

Step-by-step with your numbers:
1. Values used:
2. Real part a = 3
3. Imaginary part b = 4 i
4.
5. Modulus |z| = 5
6. Argument = 53.13°
7. Conjugate imaginary part = -4i
Did we solve your problem today?

Explore a complex (imaginary) number a + bi: its size, direction and conjugate.

How the Math Works

The Imaginary Number Calculator uses fundamental complex number operations to analyze numbers in the form a + bi. The modulus |z| = √(a² + b²) represents the distance from the origin to the point (a,b) in the complex plane, calculated using the Pythagorean theorem. The conjugate changes the sign of the imaginary component, transforming a + bi into a - bi, which is essential for division and magnitude calculations. The argument arg = atan2(b, a) determines the angle between the positive real axis and the line connecting the origin to the point (a,b), using the two-argument arctangent function to correctly handle all quadrants.

Practical Applications

To use this calculator, simply enter the real part (a) and imaginary part (b) of your complex number. The calculator immediately computes all three properties: the modulus gives you the magnitude or absolute value, the conjugate is useful for simplifying fractions with complex denominators, and the argument provides the direction or phase angle. These calculations are essential in electrical engineering for AC circuit analysis, in physics for wave mechanics, and in mathematics for complex function analysis, allowing you to quickly convert between rectangular and polar forms of complex numbers.

Day-to-Day Use

While imaginary numbers might seem abstract, they power many technologies you encounter daily. The modulus and argument calculations help design wireless communication systems, GPS navigation, and signal processing in your smartphone's camera and audio. Medical imaging technologies like MRI machines rely on complex number mathematics to create detailed body scans. Even in music production, digital signal processing uses these calculations to equalize sound and remove noise from recordings, making your streaming experience clearer and your video calls more reliable.

Worked example

3 + 4i → modulus 5, argument ≈ 53.13°, conjugate 3 − 4i.

FAQ

What is the imaginary unit?

i, defined by i² = −1.