Nodal analysis in the s-domain is a method used to analyze electrical circuits using Laplace transforms. In this technique, circuit elements such as resistors, inductors, and capacitors are represented by their s-domain impedances, and node-voltage equations are written using Kirchhoff’s Current Law (KCL).
This method is especially useful for analyzing circuits with initial conditions, transient responses, and LTI systems.
Table of Contents
s-Domain Representation of Circuit Elements
In the Laplace (s) domain, time-domain circuit elements are replaced by their equivalent impedances.
| Element | Time-Domain Relation | s-Domain Impedance |
|---|---|---|
| Resistor | \(v(t)=Ri(t)\) | \(R\) |
| Inductor | \(v(t)=L\frac{di(t)}{dt}\) | \(sL\) |
| Capacitor | \(i(t)=C\frac{dv(t)}{dt}\) | \(\frac{1}{sC}\) |
Thus,
Inductor impedance → \(Z_L = sL\)
Capacitor impedance → \(Z_C = \frac{1}{sC}\)
Steps for Nodal Analysis in the s-Domain
The procedure for nodal analysis in the s-domain is similar to the time-domain method but uses s-domain impedances.
Step 1: Convert the Circuit to s-Domain
Replace all elements with their s-domain equivalents:
\(R\) remains \(R\)
\(L \rightarrow sL\)
\(C \rightarrow \frac{1}{sC}\)
Include initial conditions if present.
Step 2: Identify Node Voltages
Choose a reference node (ground) and label all other node voltages.
Example:
\[
V_1(s),\; V_2(s)
\]
Step 3: Apply Kirchhoff’s Current Law (KCL)
At each node:
Sum of currents leaving the node = 0
Current through an impedance is
\[
I = \frac{V_1 – V_2}{Z}
\]
where \(Z\) is the s-domain impedance.
Step 4: Write Node Equations
Use the impedance relations to form equations in terms of node voltages.
Example equation:
\[
\frac{V_1 – V_2}{R} + \frac{V_1}{sL} + sC(V_1 – V_3) = 0
\]
Step 5: Solve for Node Voltages
Solve the simultaneous equations to obtain
\[
V_1(s),\; V_2(s),\; V_3(s)
\]
Step 6: Find Desired Output
After solving for node voltages in the s-domain, the inverse Laplace transform can be applied to obtain the time-domain response.
Example
Consider a node connected to:
• resistor \(R\)
• capacitor \(C\)
• input voltage \(V(s)\)
Applying KCL:
\[
\frac{V(s)-V_1(s)}{R} = sC\,V_1(s)
\]
Solving gives the node voltage in the s-domain.
Advantages of s-Domain Analysis
• Converts differential equations into algebraic equations
• Handles initial conditions easily
• Simplifies transient analysis
• Useful in control systems and signal processing
Applications
Nodal analysis in the s-domain is widely used in:
• Network analysis
• Control system modeling
• Filter design
• Transient response analysis
• Communication system circuits