How to Calculate Complex Numbers: Manual Step-by-Step Instructions

What You'll Need

  • A pen and paper (or a whiteboard)
  • Basic arithmetic skills (addition, subtraction, multiplication, division)
  • Understanding that i = √(-1) and i² = -1
  • Familiarity with the standard form a + bi (real part a, imaginary part b)
  • Optional: a calculator to check your answers

If you're new to complex numbers, start with our introduction to complex numbers to understand what they are and why we use them. Then come back here to learn manual calculations.

Step-by-Step Guide to Manual Complex Number Calculations

Step 1: Write Both Numbers in Standard Form

Make sure each complex number is expressed as a + bi, where a is the real part and b is the imaginary part. For example, 3 + 4i is standard. If you see 5 - 2i, think of it as 5 + (-2)i. This makes operations consistent.

Step 2: Addition – Combine Like Terms

Add the real parts together and the imaginary parts together separately. Formula: (a + bi) + (c + di) = (a + c) + (b + d)i.

Example: (2 + 3i) + (4 + 5i) = (2+4) + (3+5)i = 6 + 8i.

Step 3: Subtraction – Distribute the Minus Sign

Subtract the real and imaginary parts separately. Formula: (a + bi) - (c + di) = (a - c) + (b - d)i.

Example: (7 + 2i) - (3 + i) = (7-3) + (2-1)i = 4 + i.

Step 4: Multiplication – FOIL and Substitute i² = -1

Multiply using the FOIL (First, Outer, Inner, Last) method, just like binomials. Formula: (a + bi)(c + di) = ac + adi + bci + bdi² = (ac - bd) + (ad + bc)i (since i² = -1).

Example: (2 + 3i)(4 + 5i) = 2*4 + 2*5i + 3i*4 + 3i*5i = 8 + 10i + 12i + 15i² = 8 + 22i + 15(-1) = -7 + 22i.

Step 5: Division – Multiply by the Conjugate

To divide (a + bi) / (c + di), multiply numerator and denominator by the conjugate of the denominator: (c - di). Then simplify. Formula: (a + bi) / (c + di) = [(ac + bd) + (bc - ad)i] / (c² + d²).

Example: (3 + 2i) / (1 + i). Multiply top and bottom by (1 - i): numerator = (3+2i)(1-i) = 3 -3i +2i -2i² = 3 - i -2(-1) = 5 - i; denominator = (1+i)(1-i) = 1 - i² = 1 - (-1) = 2. Result = 5/2 - (1/2)i = 2.5 - 0.5i.

Step 6: Modulus and Argument

The modulus (absolute value) of z = a + bi is |z| = √(a² + b²). It's the distance from the origin in the complex plane. The argument is the angle θ (in radians or degrees) from the positive real axis: θ = arctan(b/a). But adjust for the correct quadrant (see pitfall below).

Example: For z = 1 + i, modulus = √(1² + 1²) = √2 ≈ 1.414, argument = arctan(1/1) = 45° (π/4 rad).

Step 7: Polar Form (Optional)

A complex number can be written in polar form as z = r(cosθ + i sinθ) or z = re^(iθ), where r is the modulus and θ is the argument. This is useful for powers and roots. See our complex number formulas page for more details.

Two Fully Worked Examples

Example 1: Addition and Multiplication

Problem: Let z₁ = 3 - 2i and z₂ = -1 + 4i. Find z₁ + z₂ and z₁ × z₂.

Solution:

  1. Addition: (3 - 2i) + (-1 + 4i) = (3 - 1) + (-2 + 4)i = 2 + 2i.
  2. Multiplication: Use FOIL: (3)(-1) + (3)(4i) + (-2i)(-1) + (-2i)(4i) = -3 + 12i + 2i -8i² = -3 + 14i -8(-1) = -3 + 14i + 8 = 5 + 14i.

So z₁ + z₂ = 2 + 2i and z₁ × z₂ = 5 + 14i.

Example 2: Division and Modulus

Problem: Given z₁ = 4 + 3i and z₂ = 2 - i, compute z₁ / z₂ and the modulus of z₁.

Solution:

  1. Division: Conjugate of denominator = 2 + i.
    Numerator: (4+3i)(2+i) = 8 + 4i + 6i + 3i² = 8 + 10i + 3(-1) = 5 + 10i.
    Denominator: (2-i)(2+i) = 4 - i² = 4 - (-1) = 5.
    Result: (5 + 10i)/5 = 1 + 2i.
  2. Modulus of z₁: |4+3i| = √(4² + 3²) = √(16+9) = √25 = 5.

Thus z₁ / z₂ = 1 + 2i and |z₁| = 5.

Common Pitfalls and How to Avoid Them

  • Forgetting that i² = -1: Always substitute i² with -1, especially during multiplication. This mistake leads to incorrect real parts.
  • Mishandling subtraction signs: When subtracting, treat the second number as (-c) + (-d)i. For example, (5+3i) - (2-4i) becomes (5-2) + (3 - (-4))i = 3 + 7i.
  • Incorrect conjugate in division: The conjugate of c+di is c-di, not -c+di. Use it to make the denominator real.
  • Modulus sign confusion: Modulus is always non-negative. It's a distance, not a square root of a squared number. Check: |3-4i| = 5, not -5.
  • Argument quadrant error: arctan(b/a) only gives the correct angle if the point lies in the first or fourth quadrant. For points in quadrants II or III, add (or subtract) π (180°) accordingly. For example, z = -1 + i: arctan(1/-1) = -45°, but the actual argument is 135° (since real part negative, imaginary positive). Always plot the point if unsure. Learn more in our result interpretation guide.
  • Not simplifying fully: Write final answer in the form a + bi with fractions reduced. For instance, 4/6 + (2/4)i should be 2/3 + (1/2)i.

For more practice and to check your work, use our Complex Number Calculator – it shows step-by-step solutions so you can see where you might have gone wrong.

Try the free Complex Number Calculator ⬆

Get your Complex numbers are numbers of the form a + bi, where i is the imaginary unit, extending the real number system to solve equations like x² = -1. result instantly — no signup, no clutter.

Open the Complex Number Calculator

Contact Us