Ultimate Complex Numbers Calculator | Real-Time Calculations


Complex Numbers Calculator

Perform arithmetic operations on complex numbers and visualize them on an Argand diagram.


The ‘a’ in a + bi.


The ‘b’ in a + bi.



The ‘c’ in c + di.


The ‘d’ in c + di.


Result: 4 + 9i

Result Modulus |z|

9.85

Result Argument arg(z)

1.15 rad

Formula Used: (a+bi) + (c+di) = (a+c) + (b+d)i


Copied!

Argand Diagram Visualization

A plot of the input numbers and the result on the complex plane.

What is a Complex Numbers Calculator?

A complex numbers calculator is a tool designed to perform arithmetic on numbers that regular calculators cannot handle. These numbers, called complex numbers, are fundamental in many fields of science and engineering. A complex number is any number that can be written in the form a + bi, where ‘a’ and ‘b’ are real numbers, and ‘i’ is the imaginary unit, defined by the property i² = -1.

‘a’ is called the real part of the number, and ‘b’ is the imaginary part. This calculator allows you to input two complex numbers and choose an operation (addition, subtraction, multiplication, or division) to perform on them. It instantly provides the result and visualizes the numbers on the complex plane, also known as an Argand diagram.

Complex Number Formulas and Explanation

The operations on two complex numbers, z₁ = a + bi and z₂ = c + di, are defined as follows:

  • Addition: The real parts are added together, and the imaginary parts are added together.
  • Subtraction: The real part of the second number is subtracted from the first, and the same for the imaginary part.
  • Multiplication: The numbers are multiplied like binomials, remembering that i² = -1.
  • Division: The numerator and denominator are multiplied by the conjugate of the denominator to make the new denominator a real number.
Formulas for Complex Number Arithmetic
Operation Formula
Addition z₁ + z₂ = (a + c) + (b + d)i
Subtraction z₁ - z₂ = (a - c) + (b - d)i
Multiplication z₁ * z₂ = (ac - bd) + (ad + bc)i
Division z₁ / z₂ = [(ac + bd)/(c² + d²)] + [(bc - ad)/(c² + d²)]i

For more advanced concepts, consider a Euler’s Identity Calculator to see the beautiful connection between e, i, and pi.

Practical Examples

Example 1: Addition

Let’s add the complex numbers (5 + 3i) and (2 + 6i).

  • Inputs: z₁ = 5 + 3i, z₂ = 2 + 6i
  • Calculation: (5 + 2) + (3 + 6)i
  • Result: 7 + 9i

Example 2: Multiplication

Let’s multiply the complex numbers (3 - 2i) and (4 + i).

  • Inputs: z₁ = 3 – 2i, z₂ = 4 + i
  • Calculation: ( (3*4) – (-2*1) ) + ( (3*1) + (-2*4) )i = (12 + 2) + (3 – 8)i
  • Result: 14 - 5i

Understanding these operations is key. If you are working with circuits, you might find our Electrical Engineering Calculator useful for applying these concepts.

How to Use This Complex Numbers Calculator

  1. Enter the First Complex Number: Input the real part (a) and imaginary part (b) into the first two fields.
  2. Select an Operation: Choose from addition (+), subtraction (-), multiplication (*), or division (/) from the dropdown menu.
  3. Enter the Second Complex Number: Input the real part (c) and imaginary part (d) for the second number.
  4. View the Results: The calculator automatically updates the result, its properties (modulus and argument), and the Argand diagram in real-time. The formula used for the calculation is also displayed.
  5. Reset: Click the “Reset” button to return all fields to their default values.

Key Factors That Affect Complex Number Calculations

  • The Operator: The chosen operation fundamentally changes the formula and the result. Multiplication and division are significantly more complex than addition and subtraction.
  • The Imaginary Unit ‘i’: The rule i² = -1 is the cornerstone of complex arithmetic, especially in multiplication and division.
  • The Conjugate: In division, the complex conjugate (c - di) is crucial for eliminating the imaginary part from the denominator.
  • Zero Values: If any part of a complex number is zero, it simplifies the calculation. For example, a + 0i is a purely real number. An Imaginary Number Calculator can be helpful for these cases.
  • Division by Zero: Division is undefined if the second complex number is 0 + 0i, as this would lead to a denominator of zero (c² + d² = 0).
  • Polar Form: While this calculator uses rectangular form (a + bi), complex numbers can also be expressed in polar form (r, θ), which simplifies multiplication and division. You can explore this using a Polar Form of Complex Number converter.

Frequently Asked Questions (FAQ)

What is a complex number?

A complex number is a number that can be written in the form a + bi, where ‘a’ and ‘b’ are real numbers and ‘i’ is the imaginary unit, satisfying i² = -1.

Why are complex numbers useful?

They are essential in many scientific fields, including electrical engineering (for analyzing AC circuits), quantum mechanics, signal processing, and fluid dynamics. They allow for solutions to all polynomial equations.

What is the Argand diagram shown by the complex numbers calculator?

The Argand diagram is a way to visualize complex numbers on a 2D plane, where the horizontal axis represents the real part and the vertical axis represents the imaginary part. Our Complex Plane Plotter provides a more detailed view.

What is the ‘modulus’ of a complex number?

The modulus, written as |z|, is the distance of the complex number from the origin on the Argand diagram. For z = a + bi, the modulus is calculated as √(a² + b²).

What is the ‘argument’ of a complex number?

The argument, or phase, written as arg(z), is the angle between the positive real axis and the line connecting the origin to the complex number on the Argand diagram. It’s calculated using atan2(b, a).

How does this complex numbers calculator handle division?

To divide complex numbers, the calculator multiplies the numerator and the denominator by the complex conjugate of the denominator. This process removes the imaginary unit ‘i’ from the denominator, resulting in a standard complex number.

Can a real number be a complex number?

Yes. Any real number ‘a’ can be written as a complex number a + 0i, where the imaginary part is zero. Therefore, the set of real numbers is a subset of the complex numbers.

What happens if I try to divide by zero?

The calculator will show ‘Infinity’ or ‘NaN’ (Not a Number) because division by the complex number 0 + 0i is an undefined operation in mathematics.

© 2026 Your Company. All rights reserved. A tool for mathematicians, engineers, and students.


Leave a Reply

Your email address will not be published. Required fields are marked *