Solved Problems

Second-Order Circuits

Master Transient Analysis

Dr. Mithun Mondal

Tutorial 15 — Second-Order Circuits

A second-order circuit contains two energy-storage elements (an inductor and a capacitor) and is governed by a second-order differential equation. Its natural response is fixed by the damping coefficient \(\alpha\) and the undamped natural frequency \(\omega_0\), giving one of three behaviours — overdamped, critically damped, or underdamped. The complete response of a driven circuit is the sum of the forced (final) value and this transient. These problems work through series and parallel \(RLC\) circuits driven by step and switched sources.

Transient Analysis · Electric Circuit Analysis · 12 solved problems

Demonstrative VideoWalkthrough
ReferenceResponse Cases — Parallel RLC

For a parallel \(RLC\) circuit, the natural response depends on the relative size of \(\alpha=\dfrac{1}{2RC}\) and \(\omega_0=\dfrac{1}{\sqrt{LC}}\). The roots of the characteristic equation are \(s_{1,2}=-\alpha\pm\sqrt{\alpha^2-\omega_0^{2}}\).

Three Cases

1. Overdamped \(\left(\alpha>\omega_0\right)\), i.e. \(L>4R^{2}C\). The roots are real, distinct and negative:

\[ v(t)=A_1 e^{s_1 t}+A_2 e^{s_2 t} \]

2. Critically damped \(\left(\alpha=\omega_0\right)\), i.e. \(L=4R^{2}C\). The roots are real and equal:

\[ v(t)=\left(A_1+A_2 t\right)e^{-\alpha t} \]

3. Underdamped \(\left(\alpha<\omega_0\right)\), i.e. \(L<4R^{2}C\). The roots are complex, \(s_{1,2}=-\alpha\pm j\omega_d\) with \(\omega_d=\sqrt{\omega_0^{2}-\alpha^{2}}\):

\[ v(t)=e^{-\alpha t}\left(A_1\cos\omega_d t+A_2\sin\omega_d t\right) \]

The constants \(A_1\) and \(A_2\) are found from the initial conditions \(v(0)\) and \(\dfrac{dv(0)}{dt}\).

ReferenceUnit Step Function

The unit step \(u(t)\) switches from 0 to 1 at \(t=0\); shifting its argument delays it (\(t_0>0\)) or advances it.

Definitions
\[ \begin{gathered} u(t)=\begin{cases}0, & t<0\\ 1, & t>0\end{cases}\qquad u(t-t_0)=\begin{cases}0, & t<t_0\\ 1, & t>t_0\end{cases}\\[4pt] u(t+t_0)=\begin{cases}0, & t<-t_0\\ 1, & t>-t_0\end{cases} \end{gathered} \]
ReferenceSeries vs Parallel RLC — Key Formulas

Both topologies share \(\omega_0=\dfrac{1}{\sqrt{LC}}\) and the same three damping cases, but the damping coefficient \(\alpha\) and the overdamping condition differ. This is the single most common source of error, so it is worth fixing in memory.

Comparison

Series RLC:

\[ \alpha=\frac{R}{2L},\qquad \omega_0=\frac{1}{\sqrt{LC}},\qquad \text{overdamped if } R>2\sqrt{\tfrac{L}{C}}\;\;(R^{2}C>4L) \]

Parallel RLC:

\[ \alpha=\frac{1}{2RC},\qquad \omega_0=\frac{1}{\sqrt{LC}},\qquad \text{overdamped if } L>4R^{2}C \]

General solution procedure: (1) find \(x(0)\) and \(\tfrac{dx(0)}{dt}\) from the \(t=0^{-}\) circuit, using continuity of inductor current and capacitor voltage; (2) find the final value \(x(\infty)\) from the \(t\to\infty\) circuit; (3) compute \(\alpha,\ \omega_0\) and identify the case; (4) write \(x(t)=x(\infty)+\text{transient}\) and solve for the two constants.

Problem 1Parallel RLC with Switched Source

Find \(i(t)\) and \(i_R(t)\) for \(t>0\).

Circuit for Problem 1
Solution

For \(t<0\) the switch is open and the circuit splits into two independent sub-circuits. The 4 A source current flows through the inductor, so

\[ i(0)=4\ \text{A} \]

Since \(30u(-t)=30\) for \(t<0\), the voltage source is active. The capacitor behaves as an open circuit, so its voltage equals the voltage across the parallel 20 Ω resistor. By voltage division:

\[ v(0)=\frac{20}{20+20}(30)=15\ \text{V} \]

For \(t>0\) the switch is closed and the voltage source (now \(30u(-t)=0\)) acts as a short. This leaves a parallel \(RLC\) circuit fed by the 4 A source, with the two 20 Ω resistors in parallel: \(R=20\parallel20=10\ \Omega\). The characteristic roots are:

\[ \begin{gathered} \alpha=\frac{1}{2RC}=\frac{1}{2\times10\times8\times10^{-3}}=6.25,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{20\times8\times10^{-3}}}=2.5\\[4pt] s_{1,2}=-\alpha\pm\sqrt{\alpha^{2}-\omega_0^{2}}=-6.25\pm\sqrt{39.0625-6.25}=-6.25\pm5.7282\\[4pt] s_1=-11.978,\qquad s_2=-0.5218 \end{gathered} \]

Since \(\alpha>\omega_0\) the response is overdamped. With final value \(I_s=4\):

\[ i(t)=I_s+A_1 e^{-11.978t}+A_2 e^{-0.5218t}\qquad(1) \]

Applying \(i(0)=4\) gives \(A_2=-A_1\). Differentiating (1) and using \(L\dfrac{di(0)}{dt}=v(0)=15\):

\[ \frac{di(0)}{dt}=\frac{15}{L}=\frac{15}{20}=0.75=(11.978-0.5218)A_2\;\Rightarrow\;A_2=0.0655,\;A_1=-0.0655 \]

Hence the inductor current, and then \(i_R=\dfrac{v}{20}=\dfrac{L}{20}\dfrac{di}{dt}\):

\[ \begin{aligned} i(t)&=4+0.0655\left(e^{-0.5218t}-e^{-11.978t}\right)\ \text{A}\\ i_R(t)&=0.785\,e^{-11.978t}-0.0342\,e^{-0.5218t}\ \text{A} \end{aligned} \]
Answer\(i(t)=4+0.0655\!\left(e^{-0.5218t}-e^{-11.978t}\right)\,\text{A}\)
Problem 2Series RLC Step — Underdamped

Determine \(v(t)\) for \(t>0\).

Circuit for Problem 2
Solution

Initial conditions from the \(t=0^{-}\) circuit (the 2 A source is active, the 50 V step is off):

\[ i(0^{-})=0,\qquad v(0^{-})=-2\times6=-12\ \text{V} \]

For \(t>0\) we have a series \(RLC\) circuit with a step input (\(R=6\ \Omega,\ L=1\ \text{H},\ C=0.04\ \text{F}\)):

\[ \alpha=\frac{R}{2L}=\frac{6}{2}=3,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{0.04}}=5,\qquad s=-3\pm\sqrt{9-25}=-3\pm j4 \]

The response is underdamped with final capacitor voltage \(V_f=50\):

\[ v(t)=50+\left(A\cos4t+B\sin4t\right)e^{-3t} \]

From \(v(0)=-12=50+A\) we get \(A=-62\). Since \(i(0)=C\dfrac{dv(0)}{dt}=0\):

\[ \frac{dv(0)}{dt}=-3A+4B=0\;\Rightarrow\;B=\tfrac34A=-46.5 \]
Answer\(v(t)=50+\left(-62\cos4t-46.5\sin4t\right)e^{-3t}\ \text{V}\)
Problem 3Series RLC Step — Overdamped

Determine \(v(t)\) for \(t>0\).

Circuit for Problem 3
Solution

Convert the current source to a voltage source. The initial conditions are:

\[ i(0)=\frac{30}{15}=2\ \text{A},\qquad v(0)=5\times\frac{30}{15}=10\ \text{V} \]
Source transformation for Problem 3

For \(t>0\) we have a series \(RLC\) circuit (\(R=5\ \Omega,\ L=1\ \text{H},\ C=4\ \text{F}\)). Note \(\alpha\) is a positive quantity:

\[ \alpha=\frac{R}{2L}=2.5,\qquad \omega_0=\frac{1}{\sqrt{LC}}=0.5,\qquad \alpha>\omega_0\Rightarrow\ \text{overdamped} \]

The roots and general solution (final value \(V_s=20\)):

\[ \begin{gathered} s_{1,2}=-2.5\pm\sqrt{6.25-0.25}=-0.0505,\,-4.95\\[4pt] v(t)=20+A_1 e^{-4.95t}+A_2 e^{-0.0505t} \end{gathered} \]

Apply \(v(0)=10\) and \(\dfrac{dv(0)}{dt}=\dfrac{i(0)}{C}=\dfrac{2}{4}=0.5\):

\[ \begin{aligned} &10=20+A_1+A_2\;\Rightarrow\;A_2=-10-A_1\\ &0.5=-4.95A_1-0.0505A_2=-4.8995A_1+0.505\\ &\Rightarrow\;A_1\approx0.001,\qquad A_2\approx-10.001 \end{aligned} \]
Answer\(v(t)=20+0.001\,e^{-4.95t}-10.001\,e^{-0.0505t}\ \text{V}\)
Problem 4Series RLC — Critically Damped

Determine \(i(t)\) for \(t>0\).

Circuit for Problem 4
Solution

At \(t=0^{-}\), mesh analysis on the resistive network gives:

\[ \begin{aligned} &18i_2-6i_1=0\;\Rightarrow\;i_1=3i_2 &(1)\\ &-30+6(i_1-i_2)+10=0\;\Rightarrow\;i_1-i_2=\tfrac{10}{3} &(2) \end{aligned} \]
t=0 network for Problem 4

Solving (1) and (2): \(i_1=5,\ i_2=\tfrac{5}{3}\), so the inductor and capacitor initial values are:

\[ i(0)=i_1=5\ \text{A},\qquad v(0)=10+6\times\tfrac{5}{3}=20\ \text{V} \]

For \(t>0\) we have a series \(RLC\) circuit with \(R=6\parallel12=4\ \Omega\):

\[ \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{\tfrac12\cdot\tfrac18}}=4,\qquad \alpha=\frac{R}{2L}=\frac{4}{2\cdot\tfrac12}=4,\qquad \alpha=\omega_0\Rightarrow\ \text{critically damped} \]

With final value \(V_s=10\) and \(v(0)=20\): \(A=10\). Using \(i_C(0)=-5=C(-40+B)\) with \(C=\tfrac18\) gives \(B=0\). Then \(i_C(t)=-\tfrac12(10)e^{-4t}\), and the inductor current is \(i=-i_C\):

\[ i(t)=5\,e^{-4t}\ \text{A} \]
t>0 equivalent for Problem 4
Answer\(i(t)=5\,e^{-4t}\ \text{A}\)
Problem 5Switched Series RLC — Critically Damped

The switch moves from \(a\) to \(b\) at \(t=0\). Determine \(i(t)\) for \(t>0\).

Circuit for Problem 5
Solution

At \(t=0^{-}\) (switch at \(a\)):

\[ v_C(0)=0,\qquad i_L(0)=i(0)=\frac{6}{6+2}\times4=3\ \text{A} \]
t>0 series loop for Problem 5

For \(t>0\) (switch at \(b\)) we have a series \(RLC\) circuit:

\[ \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{2\times0.02}}=5,\qquad \alpha=\frac{R}{2L}=\frac{6+14}{2\times2}=5,\qquad \alpha=\omega_0\Rightarrow\ \text{critically damped} \]

With final value \(V_s=24-12=12\) and \(v(0)=0\): \(A=-12\). From \(i(0)=3=C(-5A+B)=0.02(60+B)\) we get \(B=90\):

\[ i(t)=0.02\left[90-5(-12+90t)\right]e^{-5t}=(3-9t)e^{-5t}\ \text{A} \]
Answer\(i(t)=(3-9t)\,e^{-5t}\ \text{A}\)
Problem 6Source-Free Parallel RLC

Determine \(i(t)\) and \(v(t)\) for \(t>0\).

Circuit for Problem 6
Solution

At \(t=0^{-}\):

\[ i(0)=\frac{-6}{1+2}=-2\ \text{A},\qquad v(0)=2\times1=2\ \text{V} \]

For \(t>0\) the source is short-circuited, leaving a source-free parallel \(RLC\) circuit (\(R=1,\ L=1,\ C=0.25\)):

\[ \alpha=\frac{1}{2RC}=\frac{1}{2\times1\times0.25}=2,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{1\times0.25}}=2 \]

Since \(\alpha=\omega_0\) the response is critically damped, \(s_{1,2}=-2\):

\[ i(t)=(A+Bt)e^{-2t},\qquad i(0)=-2=A \]

Using \(v=L\dfrac{di}{dt}\) at \(t=0\): \(v(0)=2=B+4\Rightarrow B=-2\). Hence:

\[ \begin{aligned} i(t)&=(-2-2t)e^{-2t}\ \text{A}\\ v(t)&=(2+4t)e^{-2t}\ \text{V} \end{aligned} \]
Answer\(i(t)=-(2+2t)e^{-2t}\,\text{A},\quad v(t)=(2+4t)e^{-2t}\,\text{V}\)
Problem 7Parallel RLC Step — Underdamped

Determine \(i(t)\) for \(t>0\).

Circuit for Problem 7
Solution

For \(t=0^{-}\), \(u(t)=0\), so \(v(0)=0\) and \(i(0)=0\).

t>0 equivalent for Problem 7

For \(t>0\) we have a parallel \(RLC\) circuit with a step input:

\[ \alpha=\frac{1}{2RC}=\frac{1}{2\times2\times10^{3}\times5\times10^{-6}}=50,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{8\times10^{-3}\times5\times10^{-6}}}=5000 \]

Since \(\alpha<\omega_0\) the response is underdamped, \(s_{1,2}\cong-50\pm j5000\), with final value \(I_s=6\ \text{mA}\):

\[ i(t)=I_s+\left(A\cos5000t+B\sin5000t\right)e^{-50t} \]

From \(i(0)=0=6+A\Rightarrow A=-6\ \text{mA}\). From \(v(0)=L\dfrac{di(0)}{dt}=0\): \(5000B-50A=0\Rightarrow B=-0.06\ \text{mA}\). Hence:

\[ i(t)=6-\left(6\cos5000t+0.06\sin5000t\right)e^{-50t}\ \text{mA} \]
Answer\(i(t)=6-\left(6\cos5000t+0.06\sin5000t\right)e^{-50t}\ \text{mA}\)
Problem 8Parallel RLC Step — Critically Damped

Determine \(i(t)\) for \(t>0\).

Circuit for Problem 8
Solution

For \(t=0^{-}\): \(i(0)=3+\dfrac{12}{4}=6\) and \(v(0)=0\).

For \(t>0\) we have a parallel \(RLC\) circuit with a step input (\(R=5,\ L=5,\ C=0.05\)):

\[ \alpha=\frac{1}{2RC}=\frac{1}{2\times5\times0.05}=2,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{5\times0.05}}=2 \]

Since \(\alpha=\omega_0\) the response is critically damped, \(s_{1,2}=-2\), with final value \(I_s=3\):

\[ i(t)=I_s+(A+Bt)e^{-2t},\qquad i(0)=6=3+A\Rightarrow A=3 \]

From \(\dfrac{v(0)}{L}=\dfrac{di(0)}{dt}=B-2(3)=0\Rightarrow B=6\):

\[ i(t)=3+(3+6t)e^{-2t}\ \text{A} \]
Answer\(i(t)=3+(3+6t)e^{-2t}\ \text{A}\)
Problem 9Two-Loop RLC — Underdamped

Determine \(i(t)\) for \(t>0\).

Circuit for Problem 9
Solution

For \(t<0\): \(i(0)=0,\ v(0)=0\). Writing KVL for the two mesh currents (\(i_0\) in the larger loop, \(i\) in the smaller loop):

\[ \begin{aligned} &-20+6i_0+0.25\tfrac{di_0}{dt}+25\!\int(i_0+i)\,dt=0 &(1)\\ &4i+25\!\int(i+i_0)\,dt=0\;\Rightarrow\;\int(i+i_0)\,dt=-0.16i &(2) \end{aligned} \]
Mesh circuit for Problem 9

Differentiating (2): \(4\tfrac{di}{dt}+25(i+i_0)=0\Rightarrow i_0=-0.16\tfrac{di}{dt}-i\)  (3), and \(\tfrac{di_0}{dt}=0.16\tfrac{d^2i}{dt^2}-\tfrac{di}{dt}\)  (4). Substituting into (1):

\[ \frac{d^2i}{dt^2}+30.25\frac{di}{dt}+250\,i=-500 \]

The characteristic equation \(s^2+30.25s+250=0\) gives underdamped roots:

\[ s_{1,2}=\frac{-30.25\pm\sqrt{(30.25)^2-1000}}{2}=-15.125\pm j4.608 \]

So \(i(t)=I_s+e^{-15.125t}\left(A_1\cos4.608t+A_2\sin4.608t\right)\). As \(t\to\infty\), \(i_0(\infty)=\tfrac{20}{10}=2=-i(\infty)\), so \(I_s=i(\infty)=-2\) and \(A_1=-I_s=2\). From \(\tfrac{di(0)}{dt}=0\):

\[ 0=-15.125A_1+4.608A_2\;\Rightarrow\;A_2=\frac{30.25}{4.608}=6.565 \]
Answer\(i(t)=-2+e^{-15.125t}\left(2\cos4.608t+6.565\sin4.608t\right)\ \text{A}\)
Problem 10Source-Free Series RLC

The switch has been closed for a long time and is opened at \(t=0\). Determine \(i_x\) and \(v_R\) for \(t>0\).

Circuit for Problem 10
Solution

Let \(v\) = capacitor voltage and \(i\) = inductor current. At \(t=0^{-}\) the circuit is in steady state:

\[ v(0^{-})=16\ \text{V},\qquad i(0^{-})=\frac{16}{8}=2\ \text{A} \]

By continuity, at \(t=0^{+}\): \(v(0^{+})=16\) and \(i(0^{+})=2\). For \(t>0\) the source is disconnected, leaving a source-free series \(RLC\) circuit with \(R=8+12=20\ \Omega,\ L=1\ \text{H},\ C=\tfrac{1}{36}\ \text{F}\):

\[ \alpha=\frac{R}{2L}=\frac{20}{2}=10,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\frac{1}{\sqrt{1\times\tfrac{1}{36}}}=6 \]

Since \(\alpha>\omega_0\) the response is overdamped, \(s_{1,2}=-\alpha\pm\sqrt{\alpha^2-\omega_0^2}=-2,\,-18\), so:

\[ i(t)=A\,e^{-2t}+B\,e^{-18t},\qquad i(0)=2=A+B\qquad(1) \]

For \(\tfrac{di(0)}{dt}\), KVL around the loop at \(t=0^{+}\) gives \(-v(0)+20i(0)+v_L(0)=0\Rightarrow v_L(0)=16-40=-24\), so \(\tfrac{di(0)}{dt}=\tfrac{v_L(0)}{L}=-24\):

\[ -24=-2A-18B\;\Rightarrow\;12=A+9B\qquad(2) \]

Solving (1) and (2): \(B=1.25,\ A=0.75\). Since the labelled \(i_x=-i\) and \(v_R=8i\):

\[ \begin{aligned} i_x(t)&=-\left(0.75\,e^{-2t}+1.25\,e^{-18t}\right)\ \text{A}\\ v_R(t)&=8\,i(t)=6\,e^{-2t}+10\,e^{-18t}\ \text{V} \end{aligned} \]
Answer\(i_x=-(0.75e^{-2t}+1.25e^{-18t})\,\text{A},\quad v_R=6e^{-2t}+10e^{-18t}\,\text{V}\)
Problem 11Source-Free Series RLC — Overdamped

A source-free series \(RLC\) circuit has \(R=10\ \Omega,\ L=1\ \text{H},\ C=\tfrac{1}{16}\ \text{F}\). The initial conditions are \(i(0)=0\) and \(v_C(0)=12\ \text{V}\). Determine the loop current \(i(t)\) for \(t>0\).

Solution

Compute the damping parameters for the series circuit:

\[ \alpha=\frac{R}{2L}=5,\qquad \omega_0=\frac{1}{\sqrt{LC}}=4,\qquad \alpha>\omega_0\Rightarrow\ \text{overdamped} \]

The real, distinct roots and general solution:

\[ s_{1,2}=-5\pm\sqrt{25-16}=-2,\,-8,\qquad i(t)=A_1 e^{-2t}+A_2 e^{-8t} \]

Apply the initial conditions. From \(i(0)=0\): \(A_1+A_2=0\). The inductor slope follows from \(L\tfrac{di(0)}{dt}=v_L(0)=-Ri(0)-v_C(0)=-12\), so \(\tfrac{di(0)}{dt}=-12\):

\[ -2A_1-8A_2=-12,\quad A_1=-A_2\;\Rightarrow\;A_2=2,\ A_1=-2 \]
Answer\(i(t)=2\left(e^{-8t}-e^{-2t}\right)\ \text{A}\)
Problem 12Source-Free Parallel RLC — Underdamped

A source-free parallel \(RLC\) circuit has \(R=2\ \Omega,\ L=0.4\ \text{H},\ C=0.125\ \text{F}\). The initial conditions are \(v(0)=10\ \text{V}\) and \(i_L(0)=0\). Determine the node voltage \(v(t)\) for \(t>0\).

Solution

Compute the damping parameters for the parallel circuit:

\[ \alpha=\frac{1}{2RC}=2,\qquad \omega_0=\frac{1}{\sqrt{LC}}=\sqrt{20}\approx4.47,\qquad \alpha<\omega_0\Rightarrow\ \text{underdamped} \]

The damped frequency and general solution:

\[ \omega_d=\sqrt{\omega_0^2-\alpha^2}=\sqrt{20-4}=4,\qquad v(t)=e^{-2t}\left(B_1\cos4t+B_2\sin4t\right) \]

Apply the initial conditions. From \(v(0)=10\): \(B_1=10\). KCL gives \(C\tfrac{dv(0)}{dt}=-\tfrac{v(0)}{R}-i_L(0)\), so \(\tfrac{dv(0)}{dt}=\tfrac{1}{0.125}\left(-\tfrac{10}{2}-0\right)=-40\):

\[ -2B_1+4B_2=-40\;\Rightarrow\;B_2=-5 \]
Answer\(v(t)=e^{-2t}\left(10\cos4t-5\sin4t\right)\ \text{V}\)