introduction
now that the idea of phasors is on the table, this post has been all about manipulating them. in other words: phasor algebra - or, as I like to think of it, doing math with rotating arrows.
phasors are, at their core, complex numbers. and that opens the door to a neat little toolbox of operations that make ac analysis surprisingly straightforward.
phasor notation in practice
in general, we can write a phasor either in polar form:
or in rectangular form:
most of the time, iβll be using the polar form since we as engineers usually have our calculators in hand and its easier to see polar form. but itβs good to know that both forms are equivalent.
visualizing whatβs happening
the first thing to note is that phasors are just a way of representing sinusoids. theyβre not some magical new thing. theyβre just a different way of looking at the same data. the important thing is that you have to pick or as your base function. since is shifted by , you have to consider this phase shift when youβre converting between the two. i usually use as my base function, but it doesnβt really matter which one you pick. just be consistent.
sinusoids to phasors - polar form
polar form is one of the way of representing the sinusoids. so, if you have a sinusoid like this:
you can simply ignore the angular frequency and just put its amplitude and phase into polar form:
this is a phasor representation of the sinusoid. itβs like a snapshot of the sinusoid at a specific moment in time, but it also captures the amplitude and phase shift. to visualize this, you can think of the phasor as a rotating arrow in the complex plane. the length of the arrow represents the amplitude, and the angle represents the phase shift.
sinusoids to phasors - rectangular form
the rectangular form is a bit different. itβs like taking the phasor and breaking it down into its real and imaginary components. so, for the same sinusoid:
you can convert it to rectangular form like this:
and it is easier to visualize this in the complex plane. the real part is along the x-axis, and the imaginary part is along the y-axis. so, if you were to plot this phasor in rectangular form, it would look like this:
common pitfalls
there are a few moments where people trip:
- forgetting angle units. degrees vs radians. always worth double-checking before plugging anything into a calculator. i usually convert everything to degrees, but radians are also fine. just be consistent.
- misusing different forms. trying to add rectangular form directly to a polar form doesnβt work. youβve got to convert to polar first and vice versa.
- missing the physical meaning. some get so deep into the math that they forget what the phasor actually represents - a sinusoid with a certain amplitude and phase. if the phase is off, the waveβs peak shifts in time. simple as that.
i try to emphasize that the math is only half the picture - the other half is intuition. what does it mean when two phasors add up to a smaller result? It means theyβre out of phase - partially cancelling each other.
the math
polar form is great for multiplication and division, but rectangular form is better for addition and subtraction. so, weβll be switching between the two forms as needed. but since we as engineers usually have our calculators in hand, we can do most of the math in just one form - iβm still going to show you both.
addition and subtraction
the most straightforward operations are addition and subtraction. you can use either form, but itβs usually easier to do it in rectangular form.
- rectangular form: add/subtract the real and imaginary parts separately. so, for example:
- polar form: convert to rectangular form, add/subtract, and convert back. so, for example:
it is indeed easier to do addition/subtraction in rectangular form, but if you have a calculator that can handle complex numbers, you can do it all in polar form - i always prefer to stay in one form to be consistent.
multiplication
multiplication is a bit different. you can do them in either form, but itβs usually easier to do it in polar form.
- rectangular form: follow the distributive property, donβt forget that . so, for example:
- polar form: multiply the magnitudes and add the angles. so, for example:
division
division is similar to multiplication. you can do them in either form, but itβs usually easier to do it in polar form.
- rectangular form: Multiply the numerator and denominator by the complex conjugate of the denominator to eliminate the imaginary part in the denominator. so, for example:
- polar form: divide the magnitudes and subtract the angles. so, for example:
and thatβs it! you can do all the math you need with phasors using these simple rules. just remember to keep track of your units and be consistent with your forms.
where weβre headed
in the next post we move into the physical side of this: how phasors interact with r, l, and c components, and how impedance plays into the picture.
but right now, weβre building fluency - learning to treat phasors like second nature. because once youβre comfortable with the algebra, the rest of ac circuit analysis becomes a matter of pattern recognition.
itβs kind of like learning to read music. at first, every note takes effort. then suddenly, one day, your brain stops βdecodingβ and just sees the melody.
thatβs the goal here.