Real An Imaginary Number Calculator
Complex numbers are fundamental in physics, engineering, and mathematics. This calculator helps you decompose complex numbers into their real and imaginary components, visualize them on the complex plane, and understand their properties.
What is a Complex Number?
A complex number is a number that can be expressed in the form a + bi, where a and b are real numbers, and i is the imaginary unit with the property that i² = -1. The number a is called the real part, and b is called the imaginary part.
Complex numbers extend the concept of real numbers to include solutions to equations that don't have real solutions, such as √-1. They are widely used in electrical engineering, quantum mechanics, signal processing, and many other fields.
Real and Imaginary Parts
The real part of a complex number is the coefficient of the real term, while the imaginary part is the coefficient of the imaginary term. For a complex number z = a + bi:
- Real part (Re(z)) = a
- Imaginary part (Im(z)) = b
The magnitude (or absolute value) of a complex number is given by √(a² + b²), and the angle (or argument) is given by arctan(b/a).
How to Use This Calculator
Enter the real and imaginary parts of your complex number in the calculator panel on the right. The calculator will display the decomposed components, magnitude, and angle. You can also visualize the complex number on the complex plane.
Note: The calculator assumes standard form a + bi. For polar form, you would need to convert to rectangular form first.
Formula
For a complex number z = a + bi:
- Real part (Re(z)) = a
- Imaginary part (Im(z)) = b
- Magnitude (|z|) = √(a² + b²)
- Angle (θ) = arctan(b/a)
Worked Example
Let's decompose the complex number 3 + 4i:
- Real part = 3
- Imaginary part = 4
- Magnitude = √(3² + 4²) = √(9 + 16) = √25 = 5
- Angle = arctan(4/3) ≈ 53.13°
This means the complex number 3 + 4i has a real component of 3, an imaginary component of 4, a magnitude of 5, and lies at an angle of approximately 53.13° from the positive real axis on the complex plane.
Frequently Asked Questions
What is the difference between real and imaginary numbers?
Real numbers represent quantities that can be measured on a continuous scale, while imaginary numbers are multiples of the imaginary unit i, which satisfies i² = -1. Together, they form the complex number system.
How do I plot a complex number on the complex plane?
On the complex plane, the horizontal axis represents the real part and the vertical axis represents the imaginary part. A complex number a + bi is plotted at the point (a, b).
Can complex numbers be negative?
Yes, complex numbers can have negative real or imaginary parts. For example, -2 + 3i has a negative real part and positive imaginary part.