Math Solutions

Complex Number Calculator

Perform arithmetic on the imaginary plane instantly. Add, subtract, multiply, and divide complex numbers with rectangular and polar representations.

Problem Parameters
+
Solution
Complex Result (a + bi)
2.0 + 3.0i
3.606
Modulus |z|
56.31
Argument (deg)

Complex Number Calculator: Mastering the Imaginary Plane

Understand the interaction of real and imaginary dimensions in electrical engineering and advanced mathematics.

What are Complex Numbers?

A complex number is a number that can be expressed in the form $a + bi$, where $a$ and $b$ are real numbers, and $i$ represents the imaginary unit, defined by $i^2 = -1$. These numbers extend the standard one-dimensional real number line into a two-dimensional complex plane. Every real number is technically a complex number with an imaginary part of zero ($a + 0i$). This tool is the universal standard for analyzing AC electrical circuits, signal processing, and high-level quantum physics.

The Cartesian Theorem

To multiply complex numbers $(a + bi)(c + di)$, we use the distributive FOIL method, keeping in mind that $i^2 = -1$:

$$(ac - bd) + (ad + bc)i$$

Key Complex Plane Metrics

Modulus (|z|): Often called the magnitude or absolute value, this represents the distance from the origin $(0,0)$ to the point $(a, b)$ on the complex plane. It is calculated as $\sqrt{a^2 + b^2}$.

Argument (arg): This is the angle that the point forms with the positive real axis. It is used to convert Cartesian form into Polar form ($r \cdot e^{i\theta}$).

Arithmetic Rules in the Imaginary Plane

Addition and Subtraction: Very straightforward—just group the real parts together and the imaginary parts together. $(a+bi) + (c+di) = (a+c) + (b+d)i$.

Division: This requires "rationalizing the denominator." We multiply both the top and bottom by the complex conjugate (the same number but with a flipped imaginary sign). This turns the denominator into a real number.

How to use the Complex Number Calculator

  • Enter Values: Fill in the Real ($a$) and Imaginary ($b$) parts for both inputs.
  • Choose your Op: Select from Add, Subtract, Multiply, or Divide on the tab bar.
  • Observe Divergence: Review the stat cards for the resulting magnitude (modulus) and phase angle (argument), which is critical for wave analysis.

Step-by-Step Computational Examples

Example 1: The i-Squared Effect

$(1+i) \cdot (1+i) = 1 + i + i + i^2 = 1 + 2i - 1 = 2i$. Notice how the real parts cancelled out due to the imaginary squaring.

Example 2: Vector Distance

The complex number $3 + 4i$ has a modulus of 5. This is the classic 3-4-5 triangle in geometric space.

By utilizing this Precision Complex Number Calculator, you ensure that your imaginary-plane models are 100% mathematically sound. For standard vector logic, cross-reference this with our Matrix Evaluator. For periodic analysis, use our Trigonometry Solver.

Frequently Asked Questions

Why use complex numbers in electricity?

In alternating current (AC), voltage and current are waves. Complex numbers allow us to represent both the amplitude (modulus) and the time delay (phase/argument) in a single value called impedance.

What is a complex conjugate?

The conjugate of $a+bi$ is $a-bi$. Multiplying a complex number by its conjugate always yields a real number ($a^2 + b^2$).