9.4: Complex Numbers
- Last updated
- Jun 6, 2021
- Save as PDF
- Page ID
- 52947
( \newcommand{\kernel}{\mathrm{null}\,}\)
In AC circuits, parameters such as voltage and current are vectors, that is, they have both a magnitude and a phase shift or angle. For example, a voltage might be “12 volts at an angle of 30 degrees” (or more compactly, 12∠30∘). This is known as polar form or magnitude-angle form. Alternately, a vector can be broken into rectangular form, that is, its right angle components.
This can be visualized as a right triangle where the magnitude is the hypotenuse, the angle is the rotation above or below the horizontal, the horizontal component is the side adjacent to the angle and the vertical component is the side opposite of the angle. This is shown in Figure 9.4.1.

Properly, voltage and current vectors are complex numbers that lay on a complex plane consisting of a real part and an imaginary part. The horizontal axis is the real number axis and the vertical axis is the imaginary number axis. The imaginary axis denotes values times the imaginary operator j (and often referred to as i outside of electrical analysis). The j operator is the square root of −1. An example of such a value is 3+j4, in other words, 3 units along the horizontal real axis and 4 units up the vertical imaginary axis. This is depicted in Figure 9.4.2.

Converting from one form to another relies on basic trigonometric relations. For convenience, the relationships between the magnitude, angle, real component and imaginary component are reproduced below:
Magnitude =√Real2+Imaginary2
θ=tan−1ImaginaryReal
Real = Magnitude cosθ
jImaginary = Magnitude sinθ
To add or subtract complex quantities, first put them into rectangular form and then combine the reals with the reals and the j terms with the j terms as in (3+j5)+(13−j1)=16+j4. These real and imaginary terms must be kept separate. 3+j5 does not equal 8 (or even j8). That would be like saying that moving 3 feet to your right and 5 feet forward puts you in the same location as moving 8 feet to your right (or 8 feet forward).
The direct way to multiply or divide complex values is to first put them in polar form and then multiply or divide the magnitudes. The angles are added together for multiplication and subtracted for division. For example, 12∠30∘ times 2∠45∘ is 24∠75∘ while dividing them yields 6∠−15∘. The need for complex numbers will become more obvious as we move through the upcoming material. It is imperative that you have mastered the manipulation of complex values before moving on to subsequent chapters.
Example 9.4.1
Convert 15+j20 and 1k−j2k into polar form, and 10∠45∘ and 0.2∠−30∘ into rectangular form.
For the first two conversions, use Equations ??? and ???.
Magnitude =√152+202=25
θ=tan−1(2015)=53.1∘
Magnitude =√1k2+(−2k)2=2.236k
θ=tan−1(−2k1k)=−63.4∘
The answers for the first part are 25∠53.1∘ and 2.236k∠−63.4∘.
For the second pair of conversions use Equations ??? and ???.
Real =10cos45∘=7.07
jImaginary =10sin45∘=j7.07
Real =0.2cos−30∘=0.173
jImaginary =0.2sin−30∘=−j0.1
The answers for the second part are 7.07+j7.07 and 0.173−j0.1.
Example 9.4.2
a) Add 7+j8to+j6, b) Subtract 5∠53.1∘ from 10∠−45∘, c) Divide 20∠90∘ by 4∠−50∘, d) Multiply 90+j75 by 6+j10.
a) Add real to real and imaginary to imaginary: 7+j14.
b) First convert the values into rectangular: 3+j4 and 7.07−j7.07. Now subtract the first pair from the second pair: 4.07−j11.07 (or 11.8∠−69.8∘).
c) Divide the magnitudes and subtract the angles: 5∠140∘.
d) First convert the values into polar: 117.15∠39.8∘ and 11.66∠59∘. Now multiply the magnitudes and add the angles: 1.366k∠98.8∘.