Transformed Circuit Elements
Impedance and Admittance Transformations
The core idea behind Laplace-domain circuit analysis is replacing derivatives and integrals with algebraic expressions in . 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 .
Impedances in the s-domain:
| Element | Time-Domain Relation | S-Domain Impedance | S-Domain Admittance |
|---|---|---|---|
| Resistor | |||
| Inductor | |||
| Capacitor |
Admittance is simply the reciprocal of impedance: . 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 becomes its Laplace transform , and a current source becomes . For a DC source of value switched on at , that'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 :
- Series model: An impedance in series with a voltage source (polarity opposes the current direction).
- Parallel model: An impedance in parallel with a current source .
Capacitor with initial voltage :
- Series model: An impedance in series with a voltage source (polarity matches the initial voltage).
- Parallel model: An impedance in parallel with a current source .
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 -dependent expressions.

Mesh Analysis in S-Domain
-
Redraw the circuit in the s-domain. Replace every element with its s-domain impedance and include initial-condition sources using the series model.
-
Identify independent meshes. The number of independent meshes equals the number of branches minus the number of nodes plus one ().
-
Assign mesh currents and write a KVL equation around each mesh. Each equation will be in terms of and the unknown mesh currents
-
Solve the system of equations for the mesh currents. This is straightforward linear algebra, though the expressions can get lengthy.
-
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
- Redraw the circuit in the s-domain. Replace every element with its s-domain admittance and include initial-condition sources using the parallel model.
- Choose a reference node (ground) and identify the remaining independent nodes.
- Write a KCL equation at each independent node. Express branch currents using admittances: .
- Solve the system of equations for the node voltages
- 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 or . The standard approach:
- Simplify the s-domain expression into a ratio of polynomials .
- Factor the denominator to find the poles of the expression.
- Perform partial fraction expansion to break the expression into simpler terms like , , etc.
- Use a Laplace transform table to convert each term back to the time domain.
For example, expands to , which inverse-transforms to .
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 () or on the imaginary axis (). 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.