Complex Numbers
Site Menu:

Introduction
Argand Diagrams
Complex Algebra
De Moivre's Theorem
Complex Conjugates


Links:

Learn Html At www.w3schools.com/html
More On Complex Numbers At www.ping.be
And At http://scholar.hw.ac.uk
Interesting Problems On Complex Numbers At www.nrich.maths.org














-Complex Algebra-

Complex numbers can undergo addition, subtraction, multiplication and division. Here are the basic rules:

  • Addition:

    (a+i.b) + (c+i.d) = (a+c) + i.(b+d)

  • Substitution:

    (a+i.b) - (c+i.d) = (a-c) + i.(b-d)

  • Multiplication:

    (a+i.b).(c+i.d) = (a.c - b.d) + i.(a.d + b.c)

  • Division:

    (a+i.b) ÷ (c+i.d) = [(a.c + b.d) + i.(b.c - a.d)] / (c2 - b2)

  • In these cases a, b, c and d are real numbers and i is the squareroot of -1.