Introduction and Definition

In mathematics the complex number system describes the set of all numbers that have both a real and an imaginary component. A complex number Z can be represented in rectangular form as:

$ \Z=a+bi $
where
$ i^2 = -1 $

In electrical engineering because the letter i is reserved to denote current, the letter j replaces i such that,

$ j^2=-1 $
.


Representations

Complex numbers can be represented in Cartesian or rectangular form as shown above or in polar form as shown below.

$ \Z = A\mathrm{e}^{i\varphi}\, $

where A is the magnitude or modulus. As according to eulers identity the expression above can be expanded to Cartesian form by

$ \Z=Acos(\varphi)+isin(\varphi) $

To form the conjugate of a complex number in rectangular form, one just reverses the sign of the imaginary part:

$ \bar(Z)=a-bi $

In polar form it is formed by making the argument negative:

$ \bar(Z) = A\mathrm{e}^{-i\varphi}\, $

Properties

  • 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 + bci + adi + bd i^2 = (ac - bd) + (bc + ad)i $
  • Division: $ \,\frac{(a + bi)}{(c + di)} = \left({ac + bd \over c^2 + d^2}\right) + \left( {bc - ad \over c^2 + d^2} \right)i\,, $

where c and d are not both zero.

Alumni Liaison

To all math majors: "Mathematics is a wonderfully rich subject."

Dr. Paul Garrett