Fiveable

🔦Electrical Circuits and Systems II Unit 10 Review

QR code for Electrical Circuits and Systems II practice questions

10.2 Circuit analysis using Laplace transforms

10.2 Circuit analysis using Laplace transforms

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔦Electrical Circuits and Systems II
Unit & Topic Study Guides

Transformed Circuit Elements

Impedance and Admittance Transformations

The core idea behind Laplace-domain circuit analysis is replacing derivatives and integrals with algebraic expressions in ss. Each passive element gets a new "impedance" that you can treat just like resistance in a DC circuit, except now it's a function of ss.

Impedances in the s-domain:

ElementTime-Domain RelationS-Domain Impedance Z(s)Z(s)S-Domain Admittance Y(s)Y(s)
Resistorv=Riv = RiRR1R\frac{1}{R}
Inductorv=Ldidtv = L\frac{di}{dt}sLsL1sL\frac{1}{sL}
Capacitorv=1Cidtv = \frac{1}{C}\int i\,dt1sC\frac{1}{sC}sCsC

Admittance is simply the reciprocal of impedance: Y(s)=1Z(s)Y(s) = \frac{1}{Z(s)}. You'll use impedances in series combinations and mesh analysis, and admittances in parallel combinations and nodal analysis, just like you would with phasors in AC analysis.

Circuit Element Transformations and Initial Conditions

Sources also transform into the s-domain. A time-domain voltage source v(t)v(t) becomes its Laplace transform V(s)V(s), and a current source i(t)i(t) becomes I(s)I(s). For a DC source of value V0V_0 switched on at t=0t = 0, that's V0/sV_0/s.

The real payoff of Laplace analysis is how it handles initial conditions. Instead of solving a differential equation and then fitting constants to initial values, you build the initial conditions directly into the circuit model.

Inductor with initial current i(0)i(0):

  • Series model: An impedance sLsL in series with a voltage source Li(0)Li(0) (polarity opposes the current direction).
  • Parallel model: An impedance sLsL in parallel with a current source i(0)/si(0)/s.

Capacitor with initial voltage v(0)v(0):

  • Series model: An impedance 1sC\frac{1}{sC} in series with a voltage source v(0)/sv(0)/s (polarity matches the initial voltage).
  • Parallel model: An impedance 1sC\frac{1}{sC} in parallel with a current source Cv(0)Cv(0).

Which model you pick (series or parallel) depends on whether you're doing mesh or nodal analysis. The series model fits naturally into mesh analysis; the parallel model fits nodal analysis.

S-Domain Circuit Analysis

Once every element is transformed, the circuit is purely algebraic. You apply the same techniques you already know from resistive circuit analysis, just with ss-dependent expressions.

Impedance and Admittance Transformations, Admittance - Wikipedia

Mesh Analysis in S-Domain

  1. Redraw the circuit in the s-domain. Replace every element with its s-domain impedance and include initial-condition sources using the series model.

  2. Identify independent meshes. The number of independent meshes equals the number of branches minus the number of nodes plus one (bn+1b - n + 1).

  3. Assign mesh currents and write a KVL equation around each mesh. Each equation will be in terms of ss and the unknown mesh currents I1(s),I2(s),I_1(s), I_2(s), \ldots

  4. Solve the system of equations for the mesh currents. This is straightforward linear algebra, though the expressions can get lengthy.

  5. Apply the inverse Laplace transform to get the time-domain currents.

Mesh analysis works best for circuits with several series-connected loops and current sources (which you handle with supermeshes, same as before).

Nodal Analysis in S-Domain

  1. Redraw the circuit in the s-domain. Replace every element with its s-domain admittance and include initial-condition sources using the parallel model.
  2. Choose a reference node (ground) and identify the remaining independent nodes.
  3. Write a KCL equation at each independent node. Express branch currents using admittances: I=Y(s)V(s)I = Y(s) \cdot V(s).
  4. Solve the system of equations for the node voltages V1(s),V2(s),V_1(s), V_2(s), \ldots
  5. Apply the inverse Laplace transform to recover the time-domain voltages.

Nodal analysis tends to be more efficient for circuits with many parallel branches or multiple voltage sources (handled with supernodes).

Inverse Laplace Transform and Solution Interpretation

After solving in the s-domain, you need to get back to v(t)v(t) or i(t)i(t). The standard approach:

  1. Simplify the s-domain expression into a ratio of polynomials N(s)D(s)\frac{N(s)}{D(s)}.
  2. Factor the denominator to find the poles of the expression.
  3. Perform partial fraction expansion to break the expression into simpler terms like As+a\frac{A}{s + a}, As+Bs2+bs+c\frac{As + B}{s^2 + bs + c}, etc.
  4. Use a Laplace transform table to convert each term back to the time domain.

For example, 5s(s+2)\frac{5}{s(s+2)} expands to 5/2s5/2s+2\frac{5/2}{s} - \frac{5/2}{s+2}, which inverse-transforms to 52(1e2t)u(t)\frac{5}{2}(1 - e^{-2t})u(t).

Interpreting the result:

  • Transient response comes from poles with negative real parts. These are the decaying exponential and damped sinusoidal terms that die out over time.
  • Steady-state response comes from poles at the origin (s=0s = 0) or on the imaginary axis (s=±jωs = \pm j\omega). These persist indefinitely.
  • The total response is the sum of both. The Laplace method gives you the complete response in one shot, which is a major advantage over classical differential equation methods where you solve for the natural and forced responses separately.