โš›๏ธ Algebra Solver

Complex Number Calculator

Calculate complex numbers in a + bi form with addition, subtraction, multiplication, division, magnitude, and conjugate.

Two Complex Numbers

Enter values to calculate instant result

โ„น๏ธ Info
โ„น๏ธ Info
๐Ÿ’ก Try:
Verified Solution

---

๐Ÿ“–

How to Use & Educational Guide

In-depth guide for Complex Number Calculator

Educational Overview

What Is a Complex Number?

A complex number is a number written in the form $z = a + bi$, where $a$ and $b$ are real numbers and $i$ is the imaginary unit defined by $i^2 = -1$. The value $a$ is the real part and $b$ is the imaginary part. Complex numbers extend the real number system and are useful when equations involve the square root of a negative number.

Complex Number Operations

For two complex numbers $z_1 = a + bi$ and $z_2 = c + di$, the main arithmetic operations are:

Addition: $$(a+bi)+(c+di)=(a+c)+(b+d)i$$

Subtraction: $$(a+bi)-(c+di)=(a-c)+(b-d)i$$

Multiplication: $$(a+bi)(c+di)=(ac-bd)+(ad+bc)i$$

Magnitude: $$|z|=\sqrt{a^2+b^2}$$

Conjugate: $$\overline{z}=a-bi$$

How to Calculate Complex Numbers?

  1. Step 1 (Identify the Parts): Write each number as $a+bi$ and identify its real and imaginary parts.
  2. Step 2 (Choose the Operation): Add, subtract, multiply, or divide the two complex numbers as required.
  3. Step 3 (Simplify Powers of $i$): Use $i^2=-1$ whenever products contain $i^2$.
  4. Step 4 (Combine Like Parts): Keep the real terms together and combine the coefficients of $i$ separately.
  5. Step 5 (Write in Standard Form): Express the final answer as $a+bi$.

Complex Number Examples

Example 1: Addition

Calculate $(3+4i)+(2-7i)$.

โ€ข Real parts: $3+2=5$

โ€ข Imaginary parts: $4i-7i=-3i$

๐Ÿ‘‰ Result: $5-3i$

Example 2: Multiplication

Calculate $(2+3i)(4-5i)$.

โ€ข Expand: $8-10i+12i-15i^2$

โ€ข Use $i^2=-1$: $8+2i+15$

โ€ข Combine terms: $23+2i$

๐Ÿ‘‰ Result: $23+2i$

Example 3: Division

Calculate $\frac{3+2i}{1-i}$.

โ€ข Use the conjugate: Multiply the numerator and denominator by $1+i$.

โ€ข Numerator: $(3+2i)(1+i)=1+5i$.

โ€ข Denominator: $(1-i)(1+i)=2$.

๐Ÿ‘‰ Result: $\frac{1}{2}+\frac{5}{2}i$

Magnitude and Absolute Value of a Complex Number

The magnitude, also called the modulus or absolute value, measures the distance of a complex number from the origin on the complex plane. For $z=a+bi$, it is calculated using:

$$|z|=\sqrt{a^2+b^2}$$

For example, the magnitude of $3+4i$ is $\sqrt{3^2+4^2}=5$. Unlike the absolute value of a real number, which measures distance from zero on a number line, the complex modulus measures distance from the origin in the complex plane.

Conjugate of a Complex Number

To find the conjugate of a complex number, change the sign of its imaginary part. If $z=a+bi$, then its conjugate is $\overline{z}=a-bi$. The conjugate is especially useful when dividing complex numbers because multiplying a number by its conjugate produces a real value:

$$z\overline{z}=a^2+b^2=|z|^2$$

Complex Number in Polar Form

A complex number can also be represented in polar form using its magnitude $r$ and angle $\theta$. For $z=a+bi$:

$$r=\sqrt{a^2+b^2}$$ $$\theta=\operatorname{atan2}(b,a)$$ $$z=r(\cos\theta+i\sin\theta)$$

Polar form is particularly useful for multiplication, division, and other operations involving angles and magnitudes.

Applications of Complex Numbers

โšก Electrical Engineering

Complex numbers are used to represent AC voltage, current, impedance, and phase relationships in electrical circuits.

๐Ÿ“ก Signal Processing

Complex numbers help represent oscillating signals and are widely used in Fourier analysis, communications, and frequency-domain calculations.

Common Mistakes to Avoid

  • Forgetting $i^2=-1$: The product $(bi)(di)$ becomes $bd i^2=-bd$, not $bd$.
  • Mixing Real and Imaginary Parts: Real terms should be combined with real terms, while coefficients of $i$ should be combined separately.
  • Using the Wrong Conjugate: The conjugate of $a+bi$ is $a-bi$, so only the sign of the imaginary part changes.
  • Confusing Magnitude With the Imaginary Part: The modulus $|a+bi|$ is $\sqrt{a^2+b^2}$, not simply $b$.

Mathematical accuracy verified by AptCalc Engine

Frequently Asked Questions (FAQs)

Answers to common questions about this calculator

What is a complex number?
A complex number is written as a + bi, where a and b are real numbers and i is the imaginary unit with iยฒ = -1.
How do you find the magnitude of a complex number?
For z = a + bi, the magnitude or modulus is |z| = โˆš(aยฒ + bยฒ). It represents the distance from the origin in the complex plane.
What is the conjugate of a complex number?
The conjugate of a + bi is a - bi. The sign of the imaginary part changes while the real part stays the same.
How do you divide complex numbers?
Multiply the numerator and denominator by the conjugate of the denominator. This makes the denominator a real number and allows the result to be written in a + bi form.
Can complex numbers be written in polar form?
Yes. A complex number can be written as z = r(cos ฮธ + i sin ฮธ), where r is its magnitude and ฮธ is its angle measured from the positive real axis.