Imaginary Number Calculator
First Complex Number (a + bi)
Second Complex Number (c + di)
Result:
What is an Imaginary Number Calculator?
An imaginary number calculator is a specialized tool that performs operations on complex numbers, which consist of both real and imaginary parts. Complex numbers are written in the form a + bi, where 'a' is the real part, 'b' is the imaginary part, and 'i' is the imaginary unit (√-1).
This calculator handles various complex number operations:
- Addition & Subtraction: Combine real and imaginary parts separately
- Multiplication & Division: Use complex arithmetic rules
- Magnitude: Calculate the distance from origin |z| = √(a² + b²)
- Conjugate: Find the complex conjugate (a - bi)
- Polar Form: Convert to r∠θ representation
Complex numbers are essential in engineering, physics, signal processing, and advanced mathematics.
How It Works
Select Operation
Choose from addition, multiplication, magnitude, etc.
Enter Complex Numbers
Input real and imaginary parts (a + bi)
Apply Formula
Calculator uses complex arithmetic rules
Get Result
View result in standard or polar form
Common Examples
Addition
Multiplication
Magnitude
Calculation Table
| Operation | Formula | Example | Result |
|---|---|---|---|
| Addition | (a+bi) + (c+di) = (a+c) + (b+d)i | (2+3i) + (1+2i) | 3 + 5i |
| Subtraction | (a+bi) - (c+di) = (a-c) + (b-d)i | (5+4i) - (2+1i) | 3 + 3i |
| Multiplication | (a+bi)(c+di) = (ac-bd) + (ad+bc)i | (1+2i)(3+1i) | 1 + 7i |
| Division | (a+bi)/(c+di) = [(ac+bd)+(bc-ad)i]/(c²+d²) | (4+2i)/(1+1i) | 3 - 1i |
| Magnitude | |a+bi| = √(a² + b²) | |3+4i| | 5 |
| Conjugate | conjugate(a+bi) = a-bi | conjugate(2+3i) | 2 - 3i |
Frequently Asked Questions
What are imaginary numbers and why do we need them?
Imaginary numbers extend the real number system to solve equations like x² = -1. The imaginary unit 'i' equals √-1. Complex numbers (a + bi) are essential in engineering, physics, and signal processing for representing oscillations, waves, and rotations.
How do I multiply complex numbers?
Use the FOIL method: (a+bi)(c+di) = ac + adi + bci + bdi². Since i² = -1, this becomes (ac-bd) + (ad+bc)i. For example: (2+3i)(1+2i) = 2×1 + 2×2i + 3i×1 + 3i×2i = 2 + 4i + 3i - 6 = -4 + 7i.
What is the magnitude of a complex number?
The magnitude (or modulus) |a+bi| = √(a² + b²) represents the distance from the origin to the point (a,b) in the complex plane. It's always a positive real number. For example, |3+4i| = √(3² + 4²) = √25 = 5.
How do I divide complex numbers?
Multiply both numerator and denominator by the conjugate of the denominator. For (a+bi)/(c+di), multiply by (c-di)/(c-di). This eliminates the imaginary part from the denominator: [(a+bi)(c-di)]/[(c+di)(c-di)] = [(ac+bd) + (bc-ad)i]/(c²+d²).
What is polar form and when is it useful?
Polar form represents complex numbers as r∠θ where r is the magnitude and θ is the angle from the positive real axis. It's useful for multiplication and division: multiply magnitudes and add/subtract angles. Convert using r = √(a²+b²) and θ = arctan(b/a).
What are some real-world applications of complex numbers?
Complex numbers are used in electrical engineering (AC circuits), signal processing (Fourier transforms), quantum mechanics (wave functions), computer graphics (rotations), control systems, and fluid dynamics. They simplify calculations involving oscillations and rotations.