Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Impedance method

In the same way that we can analyze mechanical systems using transfer functions, we can analyze electrical circuits using the concept of impedance. Impedance is a generalized relationship between voltage and current but in the ss-domain rather than the time domain; it allows us to treat capacitors and inductors in a similar way to resistors.

Impedance in RLC circuits

Let’s revisit the constitutive equations for resistors, inductors, and capacitors from Figure 1, except this time, we will take the Laplace transform of each constitutive equation to express them in the ss-domain.

Components of an RLC circuit and their constitutive equations in the s-domain.

Figure 1:Components of an RLC circuit and their constitutive equations in the ss-domain.

Each constitutive equation is of the form ΔV(s)=Z(s)I(s)\Delta V(s) = Z(s) I(s), where Z(s)Z(s) called the impedance of the component. When we want to denote a generic impedance, we often use a rectangular symbol like this:

Generic impedance symbol.

Figure 2:Generic impedance symbol.

Using impedances allows us to treat all circuit elements as though they were resistors. All we need to do is replace the resistance RR with the appropriate impedance Z(s)Z(s) for each component and proceed with the analysis as before.

Example: series RLC circuit

We will illustrate this with the series RLC circuit we previously analyzed in Figure 7. Taking the Laplace transform of voltages and currents, our circuit becomes:

Left: RLC circuit. Right: RLC circuit transformed into impedance form.

Figure 3:Left: RLC circuit. Right: RLC circuit transformed into impedance form.

From here, the analysis proceeds exactly as before, except we work in the ss-domain. Writing the equations for each element, we have:

VA=Vin(voltage source)VAVB=RI(resistor)VBVP=LsI(inductor)VP=1CsI(capacitor)\begin{aligned} V_A &= V_\textsf{in} && \textsf{(voltage source)}\\ V_A - V_B &= R I && \textsf{(resistor)}\\ V_B - V_P &= Ls I && \textsf{(inductor)}\\ V_P &= \tfrac{1}{Cs} I && \textsf{(capacitor)} \end{aligned}

Summing the equations as before, we obtain

Vin=(Ls+R+1Cs)IV_\textsf{in} = \left(Ls + R + \tfrac{1}{Cs}\right) I

Multiplying both sides by ss, we obtain an ss-domain relationship between the input voltage and the current:

(Ls2+Rs+1C)I=sVin\left(Ls^2 + Rs + \tfrac{1}{C}\right) I = s V_\textsf{in}

This is just the Laplace transform of Eq. (3), from when we analyzed the same circuit in the time domain.

Combining impedances

In the same way that we can combine resistors in series and parallel, we can also combine impedances in series and parallel. This allows us to simplify circuits before analyzing them. We will now derive the rules for combining impedances.

Series combination / voltage divider

Combining two impedances in series.

Figure 4:Combining two impedances in series.

From the figure, we can see that the same current II flows through both impedances. Writing constitutive equations for each impedance, we have:

VAVP=Z1IVPVB=Z2I\begin{aligned} V_A - V_P &= Z_1 I \\ V_P - V_B &= Z_2 I \end{aligned}

Adding these two equations, we obtain:

VAVB=(Z1+Z2)IV_A - V_B = (Z_1 + Z_2) I

So two impedances in series is equivalent to the sum of the two impedances:

Zeq=Z1+Z2\boxed{Z_\textsf{eq} = Z_1 + Z_2}

We can also combine combine Eq. (4) and (5) to solve for the voltage drop across each impedance to obtain the famous voltage divider equations:

(VAVP)=Z1Z1+Z2(VAVB)(VPVB)=Z2Z1+Z2(VAVB)\boxed{ \begin{aligned} (V_A - V_P) &= \frac{Z_1}{Z_1 + Z_2} (V_A - V_B)\\ (V_P - V_B) &= \frac{Z_2}{Z_1 + Z_2} (V_A - V_B) \end{aligned} }

This says that across two impedances in series, the voltage drop across each impedance is proportional to its share of the total impedance.

Parallel combination / current divider

Combining two impedances in parallel.

Figure 5:Combining two impedances in parallel.

From the figure, we can see that the voltage across both impedances is the same. Writing constitutive equations for each impedance together with KCL at node AA, we have:

VAVB=Z1I1VAVB=Z2I2I=I1+I2\begin{aligned} V_A - V_B &= Z_1 I_1 \\ V_A - V_B &= Z_2 I_2 \\ I &= I_1 + I_2 \end{aligned}

Solving for the currents in the first two equations and substituting into the second equation, we obtain:

I=(1Z1+1Z2)(VAVB)I = \left(\frac{1}{Z_1} + \frac{1}{Z_2}\right)(V_A - V_B)

Therefore, two impedances in parallel is equivalent to an equivalent impedance satisfying:

1Zeq=1Z1+1Z2\boxed{\frac{1}{Z_\textsf{eq}} = \frac{1}{Z_1} + \frac{1}{Z_2}}

This can also be expressed in terms of the admittance Y=1/ZY = 1/Z as: Yeq=Y1+Y2Y_\textsf{eq} = Y_1 + Y_2.
This is the opposite of what we observed when combining springs in series or in parallel; combining impedances in series is like combining springs in parallel, and combining impedances in parallel is like combining springs in series.

We can also combine combine Eq. (8) and (9) to solve for the current through each impedance to obtain the famous current divider equations:

I1=Z2Z1+Z2I=1Z11Z1+1Z2I=Y1Y1+Y2II2=Z1Z1+Z2I=1Z21Z1+1Z2I=Y2Y1+Y2I\boxed{ \begin{aligned} I_1 &= \frac{Z_2}{Z_1 + Z_2} I = \frac{\frac{1}{Z_1}}{\frac{1}{Z_1} + \frac{1}{Z_2}} I = \frac{Y_1}{Y_1 + Y_2} I\\ I_2 &= \frac{Z_1}{Z_1 + Z_2} I = \frac{\frac{1}{Z_2}}{\frac{1}{Z_1} + \frac{1}{Z_2}} I = \frac{Y_2}{Y_1 + Y_2} I \end{aligned} }

This says that across two impedances in parallel, the current through each impedance is proportional to the other impedance’s share of the total impedance. Expressed in terms of admittance, the current through each admittance is proportional to its share of the total admittance.

Example: RLC circuit revisited

Returning to our series RLC circuit from Figure 3, we can simplify the circuit by combining the three impedances in series:

Simplifying series RLC circuit by combining impedances.

Figure 6:Simplifying series RLC circuit by combining impedances.

And now we can obtain Eq. (2) directly by writing the constitutive equation for the equivalent impedance.

Example: two-loop circuit revisited

Recall the two-loop circuit from Figure 8. We can also analyze this circuit using the impedance method. First, we redraw the circuit in impedance form:

Two-loop circuit redrawn in impedance form.

Figure 7:Two-loop circuit redrawn in impedance form.

Since our goal is to solve for VBV_B in terms of IinI_\textsf{in}, we can simplify the circuit by combining the two parallel impedances into a single equivalent impedance.

Two-loop circuit redrawn in impedance form.

Figure 8:Two-loop circuit redrawn in impedance form.

Although we could in principle combine this further into a single impedance, this would bury the variable we are trying to solve for, VBV_B. Instead, we stop here and write the constitutive equations for the remaining impedances:

Iin=I1(current source)VAVB=R1I1(resistor R1)VB=11R2+1LsI1(equivalent impedance)\begin{aligned} I_\textsf{in} &= I_1 && \textsf{(current source)}\\ V_A - V_B &= R_1 I_1 && \textsf{(resistor $R_1$)}\\ V_B &= \frac{1}{\frac{1}{R_2}+\frac{1}{Ls}} I_1 && \textsf{(equivalent impedance)} \end{aligned}

From these equations, we can solve for VBV_B in terms of IinI_\textsf{in} (all we need is the first and last equation), and we obtain:

VB=11R2+1LsIinV_B = \frac{1}{\frac{1}{R_2}+\frac{1}{Ls}} I_\textsf{in}

Rearranging, we have:

(1R2s+1L)VB=sIin\left(\frac{1}{R_2}s+\frac{1}{L}\right) V_B = sI_\textsf{in}

This is just the Laplace transform of Eq. (7), from when we analyzed the same circuit in the time domain.


Test your knowledge

Solution to Exercise 1 #

This is a current divider. The fraction of the total current through the inductor is the ratio of its admittance to the total admittance:

IoutIin=1Ls1R+Cs+1Ls=1LCs2+LRs+1\frac{I_\textsf{out}}{I_\textsf{in}} = \frac{\frac{1}{Ls}}{\frac{1}{R} + Cs + \frac{1}{Ls}} = \frac{1}{LCs^2 +\frac{L}{R}s + 1}

Expressed as a differential equation, we have:

LCd2ioutdt2+LRdioutdt+iout(t)=iin(t)LC \frac{\dd^2i_\textsf{out}}{\dd t^2} + \frac{L}{R} \frac{\dd i_\textsf{out}}{\dd t} + i_\textsf{out}(t) = i_\textsf{in}(t)

The voltage across the resistor is the same as the voltage across the inductor, which we can find using the constitutive equation for the inductor:

vR=Ldioutdtv_R = L \frac{\dd i_\textsf{out}}{\dd t}

As a transfer function, we have:

VRIin=LsIoutIin=LsLCs2+LRs+1\frac{V_R}{I_\textsf{in}} = Ls \,\frac{I_\textsf{out}}{I_\textsf{in}} = \frac{Ls}{LCs^2 +\frac{L}{R}s + 1}
Solution to Exercise 2 #

This is a voltage divider. The voltage across the second resistor and capacitor is the ratio of its impedance to the total impedance times the input voltage:

VoutVin=R2+1C2sR1+R2+1C1s+1C2s=R2C1C2s+C1(R1+R2)C1C2s+(C1+C2)\begin{aligned} \frac{V_\textsf{out}}{V_\textsf{in}} &= \frac{R_2 + \frac{1}{C_2s}}{R_1 + R_2 + \frac{1}{C_1s} + \frac{1}{C_2s}} \\ &= \frac{R_2 C_1 C_2\,s + C_1}{(R_1+R_2) C_1 C_2\,s + (C_1 + C_2)} \end{aligned}

Expressed as a differential equation, we have:

(R1+R2)C1C2v˙out+(C1+C2)vout=(R2C1C2)v˙in+C1vin(R_1 + R_2) C_1 C_2 \dot v_\textsf{out} + (C_1 + C_2) v_\textsf{out} = (R_2 C_1 C_2) \dot v_\textsf{in} + C_1 v_\textsf{in}

The current through the second resistor is the same as the loop current, which we can find by combining all impedances in series.

I=VinR1+R2+1C1s+1C2s=(C1C2s)Vin(R1+R2)C1C2s+(C1+C2)I = \frac{V_\textsf{in}}{R_1 + R_2 + \frac{1}{C_1 s} + \frac{1}{C_2 s}} = \frac{(C_1 C_2 s )\, V_\textsf{in}}{(R_1 + R_2) C_1 C_2 s + (C_1 + C_2)}