Skip to main content
Tillbaka till Guider
5 min read5 Steg

How to Calculate Complex Arithmetic: Step-by-Step Guide

Learn to manually add, subtract, multiply, and divide complex numbers. Understand the formulas, worked examples, and common pitfalls.

Hoppa över matematiken — använd kalkylatorn

Steg-för-steg-instruktioner

1

Identify Real and Imaginary Parts

For each complex number involved in the operation (e.g., `z1 = a + bi` and `z2 = c + di`), clearly identify its real part (`a`, `c`) and imaginary part (`b`, `d`). This is the foundation for all subsequent calculations.

2

Apply Addition or Subtraction Formulas

If adding, combine the real parts (`a + c`) and the imaginary parts (`b + d`) separately. If subtracting, combine the real parts (`a - c`) and the imaginary parts (`b - d`) separately. The result will be in the form `(real_result) + (imaginary_result)i`.

3

Apply Multiplication Formula (FOIL Method)

For multiplication, treat the complex numbers like binomials and use the FOIL (First, Outer, Inner, Last) method: `(a + bi)(c + di) = ac + adi + bci + bdi^2`. Remember to substitute `i^2` with `-1` and then combine the real and imaginary terms to get the final `(ac - bd) + (ad + bc)i` form.

4

Apply Division Formula (Conjugate Method)

For division, multiply both the numerator and the denominator by the conjugate of the denominator. If the denominator is `c + di`, its conjugate is `c - di`. Perform the multiplication in both the numerator and denominator. The denominator will simplify to a real number (`c^2 + d^2`), and the numerator will be a new complex number. Finally, express the result as `(real_part / denominator) + (imaginary_part / denominator)i`.

5

Simplify and Express in Standard Form

After performing any of the operations, ensure your final answer is simplified and presented in the standard rectangular form `A + Bi`, where `A` is the combined real part and `B` is the combined imaginary part. Reduce any fractions to their simplest form.

Complex numbers are fundamental in various fields, including electrical engineering, quantum mechanics, and signal processing. They extend the concept of real numbers by introducing an imaginary component, allowing for solutions to equations that are impossible with real numbers alone. A complex number is typically expressed in rectangular form as z = a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit, defined as i^2 = -1 (or i = sqrt(-1)).

This guide will walk you through the manual process of performing the four basic arithmetic operations—addition, subtraction, multiplication, and division—on complex numbers. Understanding these operations manually provides a deeper insight into their behavior, even when using a calculator for convenience.

Prerequisites

Before you begin, ensure you have a basic understanding of:

  • Algebraic operations: Addition, subtraction, multiplication, and division of real numbers.
  • The concept of i: Remembering that i^2 = -1 is crucial for multiplication and division.
  • Conjugates: For a complex number c + di, its conjugate is c - di.

Step-by-Step Guide to Complex Arithmetic

We will use two example complex numbers: z1 = a + bi and z2 = c + di.

1. Complex Number Addition

To add two complex numbers, simply add their real parts together and their imaginary parts together.

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

Worked Example: Let z1 = 3 + 2i and z2 = 1 - 4i. z1 + z2 = (3 + 1) + (2 + (-4))i = 4 + (-2)i = 4 - 2i

2. Complex Number Subtraction

To subtract one complex number from another, subtract their real parts and their imaginary parts separately.

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

Worked Example: Let z1 = 3 + 2i and z2 = 1 - 4i. z1 - z2 = (3 - 1) + (2 - (-4))i = 2 + (2 + 4)i = 2 + 6i

3. Complex Number Multiplication

Multiplying complex numbers is similar to multiplying two binomials (using the FOIL method), with the critical step of substituting i^2 = -1.

Formula: (a + bi) * (c + di) = ac + adi + bci + bdi^2 = (ac - bd) + (ad + bc)i

Worked Example: Let z1 = 3 + 2i and z2 = 1 - 4i. z1 * z2 = (3 + 2i)(1 - 4i) = 3(1) + 3(-4i) + 2i(1) + 2i(-4i) = 3 - 12i + 2i - 8i^2 = 3 - 10i - 8(-1) = 3 - 10i + 8 = 11 - 10i

4. Complex Number Division

Division is the most complex operation. To divide complex numbers, you multiply both the numerator and the denominator by the conjugate of the denominator. This eliminates the imaginary part from the denominator, leaving a real number.

Formula: (a + bi) / (c + di) = [(a + bi) * (c - di)] / [(c + di) * (c - di)] = [(ac + bd) + (bc - ad)i] / (c^2 + d^2)

Worked Example: Let z1 = 3 + 2i and z2 = 1 - 4i. z1 / z2 = (3 + 2i) / (1 - 4i)

  1. Find the conjugate of the denominator: The conjugate of 1 - 4i is 1 + 4i.
  2. Multiply numerator and denominator by the conjugate:
    • Numerator: (3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i^2 = 3 + 14i - 8 = -5 + 14i
    • Denominator: (1 - 4i)(1 + 4i) = 1^2 - (4i)^2 = 1 - 16i^2 = 1 - 16(-1) = 1 + 16 = 17
  3. Combine the results: (-5 + 14i) / 17 = -5/17 + (14/17)i

Common Pitfalls to Avoid

  • Sign Errors: Be meticulous with positive and negative signs, especially during subtraction and when distributing terms in multiplication.
  • Forgetting i^2 = -1: This is the most common mistake in multiplication and division. Always simplify i^2 to -1.
  • Incorrect Conjugate: When dividing, ensure you multiply by the correct conjugate (change the sign of the imaginary part only) and apply it to both the numerator and denominator.
  • Incomplete Simplification: Always express your final answer in the standard a + bi form, simplifying fractions if possible.

When to Use a Calculator

While understanding manual calculation is vital, complex arithmetic can become tedious and error-prone with larger numbers, fractions, or multiple sequential operations. A dedicated complex arithmetic calculator offers significant advantages:

  • Speed and Accuracy: Quickly compute results without manual errors.
  • Polar Form Conversion: Easily convert rectangular form (a + bi) to polar form (r∠θ) and vice-versa, which is often required in advanced applications. Manual conversion involves trigonometry (r = sqrt(a^2 + b^2), θ = atan2(b, a)) and can be time-consuming.
  • Visual Representation: Many calculators, like the one described, provide an Argand diagram, visually representing the complex numbers and their results in the complex plane, aiding comprehension.
  • Verification: Use the calculator to quickly verify your manual calculations for correctness.

For routine or complex calculations, leverage a calculator to save time and ensure precision, reserving manual methods for conceptual understanding and verification of basic operations.

Redo att beräkna?

Hoppa över det manuella arbetet och få resultat omedelbart.

Öppna kalkylatorn

Inställningar

IntegritetVillkorOm© 2026 PrimeCalcPro