Complex Number Calculator
Complex Number is evaluated from First Number - Real Part, First Number - Imaginary Part and Second Number - Real Part. The calculation reports Sum Real Part, Sum Imaginary Part and Difference Real Part.
Results
About the Complex Number Calculator
The calculator uses a multi formula configuration. Each reported value is read as a direct evaluation of the stored rules with the declared field formats and units.
Formula basis:
Addition/subtraction: combine real and imaginary parts separately. Multiplication: FOIL, using i^2 = - 1. Division: multiply by complex conjugate of denominator to eliminate imaginary denominator. Modulus = Pythagorean distance from origin.
Interpret the outputs in the order shown by the result fields. Optional inputs affect only the outputs that depend on those variables.
Formula & How It Works
The calculation applies the following relations exactly as recorded in the metadata: Addition/subtraction: combine real and imaginary parts separately. Multiplication: FOIL, using i^2 = - 1. Division: multiply by complex conjugate of denominator to eliminate imaginary denominator. Modulus = Pythagorean distance from origin. Each output field is produced by substituting the supplied inputs into the relevant relation and then applying the declared rounding or text format.
Worked Examples
Example 1: Simple add and multiply: (3+4i) and (1+2i)
Inputs
With First Number - Real Part = 3, First Number - Imaginary Part = 4, Second Number - Real Part = 1 and Second Number - Imaginary Part = 2 as the stated inputs, the result is Sum Real Part = 4, Sum Imaginary Part = 6 and Difference Real Part = 2. Each value corresponds to the declared output fields.
Example 2: Division: (2+3i) ÷ (1−i)
Inputs
With First Number - Real Part = 2, First Number - Imaginary Part = 3, Second Number - Real Part = 1 and Second Number - Imaginary Part = -1 as the stated inputs, the result is Sum Real Part = 3, Sum Imaginary Part = 2 and Difference Real Part = 1. Each value corresponds to the declared output fields.
Example 3: Electrical engineering: Z1=(50+30j) Ω parallel with Z2=(100−50j) Ω
Inputs
With First Number - Real Part = 50, First Number - Imaginary Part = 30, Second Number - Real Part = 100 and Second Number - Imaginary Part = -50 as the stated inputs, the result is Sum Real Part = 150, Sum Imaginary Part = -20 and Difference Real Part = -50. Each value corresponds to the declared output fields.
Example 4: Complex roots: solve z² + 1 = 0 → roots i and −i as numbers
Inputs
With First Number - Real Part = 0, First Number - Imaginary Part = 1, Second Number - Real Part = 0 and Second Number - Imaginary Part = -1 as the stated inputs, the result is Sum Real Part = 0, Sum Imaginary Part = 0 and Difference Real Part = 0. Each value corresponds to the declared output fields.
Common Use Cases
- Add, subtract, multiply, and divide complex numbers
- Perform complex arithmetic for electrical engineering (impedance)
- Complex number operations for math homework or course work