Circuit Theory/Phasor Analysis

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Phasor Analysis[edit | edit source]

The mathematical representations of individual circuit elements can be converted into phasor notation, and then the circuit can be solved using phasors.

Resistance, Impedance and Admittance[edit | edit source]

In phasor notation, resistance, capacitance, and inductance can all be lumped together into a single term called "impedance". The phasor used for impedance is . The inverse of Impedance is called "Admittance" and is denoted with a . is Voltage and is current.

And the Ohm's law for phasors becomes:

It is important to note at this point that Ohm's Law still holds true even when we switch from the time domain to the phasor domain. This is made all the more amazing by the fact that the new term, impedance, is no longer a property only of resistors, but now encompasses all load elements on a circuit (capacitors and inductors too!).

Impedance is still measured in units of Ohms, and admittance (like Conductance, its DC-counterpart) is still measured in units of Siemens.

Let's take a closer look at this equation:


[Ohm's Law with Phasors]

If we break this up into polar notation, we get the following result:

This is important, because it shows that not only are the magnitude values of voltage and current related to each other, but also the phase angle of their respective waves are also related. Different circuit elements will have different effects on both the magnitude and the phase angle of the voltage given a certain current. We will explore those relationships below.

Resistors[edit | edit source]

Resistors do not affect the phase of the voltage or current, only the magnitude. Therefore, the impedance of a resistor with resistance R is:


[Resistor Impedance]

Through a resistor, the phase difference between current and voltage will not change. This is important to remember when analyzing circuits.

Capacitors[edit | edit source]

A capacitor with a capacitance of C has a phasor value:


[Capacitor Impedance]

To write this in terms of degrees, we can say:

We can accept this for now as being axiomatic. If we consider the fact that phasors can be graphed on the imaginary plane, we can easily see that the angle of points directly downward, along the negative imaginary axis. We then come to an important conclusion: The impedance of a capacitor is imaginary, in a sense. Since the angle follows directly along the imaginary axis, there is no real part to the phasor at all. Because there is no real part to the impedance, we can see that capacitors have no resistance (because resistance is a real value, as stated above).

Reactance[edit | edit source]

A capacitor with a capacitance of C in an AC circuit with an angular velocity has a reactance given by

Reactance is the impedance specific to an AC circuit with angular velocity .

Inductors[edit | edit source]

Inductors have a phasor value:


[Inductor Impedance]

Where L is the inductance of the inductor. We can also write this using degrees:

Like capacitors, we can see that the phasor for inductor shows that the value of the impedance is located directly on the imaginary axis. However, the phasor value for inductance points in exactly the opposite direction from the capacitance phasor. We notice here also that inductors have no resistance, because the resistance is a real value, and inductors have only an imaginary value.

Reactance[edit | edit source]

In an AC circuit with a source angular velocity of , and inductor with inductance L.

Impedances Connected in Series[edit | edit source]

If there are several impedances connected in series, the equivalent impedance is simply a sum of the impedance values:

----[ Z1 ]----[ Z2 ]--- ... ---[ Zn ]---   ==> ---[ Zseries ]---


[Impedances in Series]

Notice how much easier this is than having to differentiate between the formulas for combining capacitors, resistors, and inductors in series. Notice also that resistors, capacitors, and inductors can all be mixed without caring which type of element they are. This is valuable, because we can now combine different elements into a single impedance value, as opposed to different values of inductance, capacitance, and resistance.

Keep in mind however, that phasors need to be converted to rectangular coordinates before they can be added together. If you know the formulas, you can write a small computer program, or even a small application on a programmable calculator to make the conversion for you.

Impedances in Parallel[edit | edit source]

Impedances connected in parallel can be combined in a slightly more complicated process:


[Impedances in Parallel]

Where N is the total number of impedances connected in parallel with each other. Impedances may be multiplied in the polar representation, but they must be converted to rectangular coordinates for the summation. This calculation can be a little bit time consuming, but when you consider the alternative (having to deal with each type of element separately), we can see that this is much easier.

Steps For Solving a Circuit With Phasors[edit | edit source]

There are a few general steps for solving a circuit with phasors:

  1. Convert all elements to phasor notation
  2. Combine impedances, if possible
  3. Combine Sources, if possible
  4. Use Ohm's Law, and Kirchoff's laws to solve the circuit
  5. Convert back into time-domain representation

Unfortunately, phasors can only be used with sinusoidal input functions. We cannot employ phasors when examining a DC circuit, nor can we employ phasors when our input function is any non-sinusoidal periodic function. To handle these cases, we will look at more general methods in later chapters

Network Function[edit | edit source]

The network function is a phasor, that is a ratio of the circuit's input to its output. This is important, because if we can solve a circuit down to find the network function, we can find the response to any sinusoidal input, by simply multiplying by the network function. With time-domain analysis, we would have to solve the circuit for every new input, and this would be very time consuming indeed.

Network functions are defined in the following way:


[Network Function]

Where is the phasor representation of the circuit's output, and is the representation of the circuit's input. In the time domain, to find the output, we would need to convolute the input with the impulse response. With the network function, however, it becomes a simple matter of multiplying the input phasor with the network function, to get the output phasor. Using this method, we have converted an entire circuit to become a simple function that changes magnitude and phase angle.

Gain[edit | edit source]

Gain is the amount by which the magnitude of the sinusoid is amplified or attenuated by the circuit. Gain can be computed from the Network function as such:


[Gain]

Where the bars around the phasors are the "magnitude" of the phasor, and not the "absolute value" as they are in other math texts. Again, gain may be a measure of the magnitude change in either current or voltage. Most frequently, however, it is used to describe voltage.

Phase Shift[edit | edit source]

The phase shift of a function is the amount of phase change between the input signal and the output signal. This can be calculated from the network function as such:


[Phase Shift]

Where the denotes the phase of the phasor.

Again, the phase change may represent current or voltage.