Linear Circuit Analysis


The Method of Laplace Transform

Instead of writing the solving the system of nodal or mesh analysis in time-domain (which we saw that it leads to a system of integro-differential equations), it is often easier to transform the original circuit in the s-domain. Then, we solve the nodal or mesh analysis equations in the s-domain and, finally, take the invese Laplace transform to compute the sought variables in time-domain.

Notice that, the system of equations that we write for the new circuit (i.e. transformed in the s-domain) is exactly the same as the system of equations that we obtain by writting the nodal or mesh analysis equations in time-domain (using integro-differential equations) and taking the direct Laplace transform of thee equations. Therefore, if you learn the rules of converting a circuit to the s-domain, you are actually skipping two steps: writting the system of integro-differential equations and taking its Laplace transform.

Branch currents in the s-domain

When we write KCL in a nodal analysis, we need to express the branch currents in terms of the nodal potentials. Table 1 describes how to write the currents going through different components in nodal analysis. In this table, $u(t)$ is the step function

$$\begin{equation}u(t)=\begin{cases}0, & \text{if $t<0$}.\\1, & \text{otherwise}\end{cases}\end{equation}$$
Table 1. Currents going through various components in terms of nodal potentials in the s-domain. The voltage across each component is $V(s)=v_{+}(s)-v_{-}(s)$, where $v_{+}$ and $v_{-}$ are the nodal potentials of the $+$ and $-$ in teh s-domain. In the last two equations, $V_{C}(0)$ is the voltage across the capacitor and $I_L(0)$ is the current going through the inductor at $t=0$ (in time-domain). These initial values need to be computed in advance, before starting the analysis in the s-domain.
Name Symbol Branch current (s-domain)
Independent current source I(s) I0u(t) $$\begin{equation}I(s)=\frac{I_0}{s}\end{equation}$$
Resistor + V(s) I(s) R $$\begin{equation}I(s)=\frac{V(s)}{R}\end{equation}$$
Capacitor + V(s) I(s) C $$\begin{equation}I(s)=sC\cdot V(s)-C\cdot V_{C}(0)\end{equation}$$
Inductor + V(s) I(s) L $$\begin{equation}I(s)=\frac{V(s)}{sL} + \frac{I_{L}(0)}{s}\end{equation}$$

For instance, the nodal equation in s-domain for node $v_{3}$ for the circuit represented in Fig. 1 is

$$\begin{equation}sC\cdot (v_{3}-v_{2}) - C\cdot V_{C0} + \frac{I_{L0}}{s} + \frac{v_3-v_5}{sL_1} + \frac{v_{3}-v_{2}}{R_{1}}=0\end{equation}$$

where $I_{L0}$ is the current going through the inductor at $t=0$. Notice that the previous equation is valid for $t>0$. To simplify notations, we have not denoted explicitly that $v_1$,..., $v_5$ are functions of $s$, however, we should consider them as $v_1(s)$,..., $v_5(s)$.

R1 C1 IL0 L1 I1 v2 v3 v1 v5 v4
Fig. 1. Nodal analysis in time-domain.
Branch voltages in the s-domain

When we write KCL in a nodal analysis, we need to express the branch currents in terms of the nodal potentials. Table 2 describes how to write the currents going through different components in nodal analysis.

Table 2. Voltages across various components as a function of the current going through the component in the s-domain. In the last two equations, $V_{C}(0)$ is the voltage across the capacitor and $I_L(0)$ is the current going through the inductor at $t=0$ (in time-domain). These initial values need to be computed in advance, before starting the analysis in the s-domain.
Name Symbol Voltage
Independent voltage source + V(s) V0u(t) $$\begin{equation}V(s)=\frac{V_{0}}{s}\end{equation}$$
Resistor + V(s) I(s) R $$\begin{equation}V(s)=I(s){R}\end{equation}$$
Capacitor + V(s) I(s) C $$\begin{equation}V(s)=\frac{I(s)}{sC} + \frac{V(t_0)}{s}\end{equation}$$
Inductor + V(s) I(s) L $$\begin{equation}V(s)=sL\cdot I(s)-L\cdot I_{L}(0)\end{equation}$$

The mesh equation in s-domain for mesh current $i_{2}$ in the circuit represented in Fig. 2 is

$$\begin{equation}i_{2}R_{2}+\frac{V_{C0}}{s}+\frac{i_2-i_3}{sC_1} -V_1 -L\cdot I_{L0} + sL_1\cdot (i_{2}-i_{1})=0\end{equation}$$

where $V_{C0}$ is the voltage across the capacitor at $t=0$. Notice that the previous equation is valid for $t>0$, where $i_1$, $i_2$, and $i_3$ are functions of $s$.

R1 R2 + VC0 C1 L1 V1 I1 i1 i2 i3
Fig. 2. Mesh analysis in time-domain.
Algorithm

The algorithm for writting the nodal or mesh analsyis equations in the s-domain is the same as in the DC, AC, or time-dependent case. You can click the links below to see examples on how we write and solve the nodal and mesh analysis equations in the s-domain.

Sample Solved Problems
See also