Skip to main content
👥 127.4k ONLINE LIVE 🌍 142 📚 85.3k 📈 +1.2%
👥 See who's online
click for exact number

Join Our Thriving Mathematical Community

Thousands of students, educators, and math enthusiasts trust our resources daily.

15.8K+
Monthly Visitors
Active learners
97%
Satisfaction
User feedback
4.9/5
Rating
Across all guides
#1 in Algebra Top 5 Calculus Best Geometry
Join Community

High Engagement, Real Impact

Our content drives meaningful engagement with mathematical concepts.

3.5K+
Daily Active
Problem solvers
1.2K
Discussions
Monthly conversations
2.8M
Page Views
Content consumed

"This blog transformed how I teach calculus. My students' understanding improved by 40%."

Dr. Sarah Chen, Mathematics Professor
Read Success Stories

Award-Winning Mathematical Resources

Recognized for excellence in mathematical education and community building.

120+
Countries
Global reach
92%
Return Rate
Loyal readers
#1
Recommended
By educators
+45% Growth
Top 5 Education blog
15+ Partners
Learn About Mission

Complex number addition

Mathematics - Complex Numbers

Complex Number Addition Calculator

Add Two Complex Numbers

Enter two complex numbers in the form a + bi and click Calculate. Example: 3 + 2i, 1 - 5i

Result will appear here.
Note: Adding complex numbers means adding the real parts together and the imaginary parts together.

Complex Number Addition – Complete Explanation

A complex number is a number of the form a + bi, where a is the real part, b is the imaginary part, and i is the imaginary unit with the property i² = -1. Adding complex numbers is straightforward: simply add the corresponding real parts and imaginary parts separately.

Complex Addition Rule

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

Addition is commutative and associative: z₁ + z₂ = z₂ + z₁ and (z₁ + z₂) + z₃ = z₁ + (z₂ + z₃)

1. Steps to Add Complex Numbers

  1. Identify the real parts of both complex numbers
  2. Identify the imaginary parts of both complex numbers
  3. Add the real parts together
  4. Add the imaginary parts together
  5. Combine the results into the form (real sum) + (imaginary sum)i

2. Step-by-Step Examples

Example 1: Basic Addition

Add: (3 + 2i) + (1 - 5i)

Step 1: Identify real parts: 3 and 1
Step 2: Identify imaginary parts: 2 and -5
Step 3: Add real parts: 3 + 1 = 4
Step 4: Add imaginary parts: 2 + (-5) = -3
Step 5: Combine: 4 + (-3)i = 4 - 3i

Result: 4 - 3i

Example 2: Negative Real Parts

Add: (-2 + 7i) + (5 + 3i)

Step 1: Real parts: -2 and 5
Step 2: Imaginary parts: 7 and 3
Step 3: Real sum: -2 + 5 = 3
Step 4: Imaginary sum: 7 + 3 = 10
Step 5: Combine: 3 + 10i

Result: 3 + 10i

3. More Examples

Example 1: (4 + 6i) + (2 - 3i)

Real: 4 + 2 = 6 | Imaginary: 6 + (-3) = 3 | Result: 6 + 3i

Example 2: (-5 + 2i) + (-3 - 4i)

Real: -5 + (-3) = -8 | Imaginary: 2 + (-4) = -2 | Result: -8 - 2i

Example 3: (7i) + (3 - 2i)

Real: 0 + 3 = 3 | Imaginary: 7 + (-2) = 5 | Result: 3 + 5i

Example 4: (2.5 + 1.5i) + (3.2 - 0.8i)

Real: 2.5 + 3.2 = 5.7 | Imaginary: 1.5 + (-0.8) = 0.7 | Result: 5.7 + 0.7i

4. Geometric Interpretation

Complex numbers can be represented as vectors in the complex plane (Argand diagram): the real part is the x-coordinate, and the imaginary part is the y-coordinate.

Vector Addition

Adding complex numbers corresponds to vector addition in the plane: place the vectors head-to-tail, and the sum is the resultant vector from the origin to the final point.

For example, (3 + 2i) and (1 - 5i) can be seen as vectors from the origin. Their sum (4 - 3i) completes the parallelogram.

5. Adding More Than Two Complex Numbers

Addition extends naturally to multiple complex numbers. Since addition is associative, you can add them in any order:

Example: (1 + i) + (2 - 3i) + (-1 + 4i)

Real sum: 1 + 2 + (-1) = 2

Imaginary sum: 1 + (-3) + 4 = 2

Result: 2 + 2i

6. Common Mistakes to Avoid

  • Adding real to imaginary: Never combine real and imaginary parts directly (e.g., 3 + 2i added to 5 does NOT equal 8i)
  • Sign errors: When subtracting, remember to distribute the negative sign correctly
  • Misidentifying parts: In 5i, the real part is 0, not 5
  • Forgetting i: The result must be written as a + bi, not a + b
  • Misreading input: 5 - 3i means real = 5, imaginary = -3

7. Connection to Other Operations

Addition is the foundation for other complex number operations:

  • Subtraction: (a+bi) - (c+di) = (a-c) + (b-d)i (add the negative)
  • Multiplication: Uses FOIL with i² = -1
  • Division: Uses the complex conjugate

8. Real-World Applications

Complex number addition appears in many fields:

  • Electrical Engineering (AC circuits): Impedances in series add like complex numbers. Z_total = Z₁ + Z₂ + ...
  • Signal Processing: Adding complex signals representing amplitude and phase
  • Control Systems: Pole-zero analysis using complex addition
  • Quantum Mechanics: Wave functions are complex and add via superposition
  • Physics (oscillations): Representing sinusoidal motions with phasors
  • Computer Graphics: Rotations and scaling using complex numbers
  • Fractals (Mandelbrot set): Iterative addition of complex numbers

9. Practice Problems with Solutions

Problem 1: Add (8 + 3i) + (2 + 4i)

Solution: Real: 8+2=10, Imag: 3+4=7 → 10 + 7i

Problem 2: Add (-4 + 6i) + (7 - 2i)

Solution: Real: -4+7=3, Imag: 6+(-2)=4 → 3 + 4i

Problem 3: Add (9i) + (5 - 9i)

Solution: Real: 0+5=5, Imag: 9+(-9)=0 → 5 + 0i = 5

Problem 4: Add (3.5 - 2.1i) + (1.5 + 4.3i)

Solution: Real: 3.5+1.5=5.0, Imag: -2.1+4.3=2.2 → 5.0 + 2.2i

Problem 5: Add (2 + i) + (-1 - i) + (3 + 2i)

Solution: Real: 2 + (-1) + 3 = 4, Imag: 1 + (-1) + 2 = 2 → 4 + 2i

10. Complex Conjugate and Addition

The complex conjugate of a + bi is a - bi. An interesting property:

z + \bar{z} = (a+bi) + (a-bi) = 2a (purely real)
z - \bar{z} = (a+bi) - (a-bi) = 2bi (purely imaginary)

This is useful for extracting the real or imaginary part of a complex number.

11. Tips for Mastering Complex Addition

  • Always write complex numbers in the form a + bi before adding
  • Remember that a can be zero (purely imaginary) and b can be zero (purely real)
  • Visualize on the complex plane to build intuition
  • Practice with both positive and negative parts
  • Check your work by adding in a different order (commutative property)
  • Convert between rectangular (a+bi) and polar form when needed for multiplication/division

12. Connection to Polar Form

While addition is easiest in rectangular form (a+bi), complex numbers can also be represented in polar form: r(cos θ + i sin θ) = re^(iθ).

To add in polar form, you must first convert to rectangular form, add, then convert back if needed.

Example: Add 2∠30° and 3∠60° (polar form)

Convert: 2∠30° = 2(cos30° + i sin30°) = 2(0.8660 + 0.5i) = 1.732 + i

3∠60° = 3(0.5 + 0.8660i) = 1.5 + 2.598i

Add rectangular: (1.732+1.5) + (1+2.598)i = 3.232 + 3.598i

Convert back to polar: r = √(3.232²+3.598²) ≈ 4.84, θ = arctan(3.598/3.232) ≈ 48°

Result: 4.84∠48°

13. Final Thoughts

Complex number addition is the simplest operation in the complex number system, but it forms the foundation for more advanced topics. Mastering it builds confidence for multiplication, division, powers, and roots of complex numbers.

Use this calculator to verify your work, but practice manually to develop fluency. With consistent practice, adding complex numbers will become as natural as adding real numbers.