Series RLC Circuit with DC Source
Nerd Cafe
Circuit Description:
We have a series RLC circuit connected to a DC voltage source V0.

Initial conditions:
V0: DC step voltage
R: Resistance (Ω)
L: Inductance (H)
C: Capacitance (F)

s-Domain Circuit Representation
Apply KVL in the t-domain:
Apply KVL in the s-domain:
Factor out 𝐼(𝑠):
Solve for current 𝐼(𝑠):
4. Solving for Current in the s-Domain
Let’s define:
a=L
b=R
c=1/C
Then:
Case Example:
Let’s assume:
V0=10V
R=2 Ω
L=1 H
C=0.25 F
Then:
This is a standard second-order system.
5. Inverse Laplace: Time-Domain Current
Use the known inverse Laplace pairs:
We complete the square:
So:
6. Python Simulation Using SymPy
Here’s the full Python code to simulate:
Output

Keywords
RLC circuit, series RLC, Laplace transform, s-domain analysis, DC source, transient response, differential equations, inverse Laplace, time domain, second-order system, underdamped circuit, damping factor, electrical engineering, current response, step input, Python simulation, SymPy, circuit analysis, signal processing, engineering math, nerd cafe
Last updated