RL Circuit Equations in the s-Domain
Nerd Cafe
1. What Is an RL Circuit?
An RL circuit consists of a resistor (R) and an inductor (L) connected either in series or in parallel. These components resist and store energy in different ways.
2. Time-Domain Equations of an RL Series Circuit
Kirchhoff’s Voltage Law (KVL):
For a series RL circuit with input voltage v(t), resistor R, and inductor L:
Using Ohm’s law:
3. Transform to s-Domain (Laplace Transform)
Laplace Transform Rules:
So,
If the initial current 𝑖 (0−) =0, this simplifies to:
Or:
4. Example Problem (Step Input)
Let:
R=10 Ω
L=1 HL
v(t)=5⋅u(t) (step function)
i(0)=0
Laplace of 𝑣(𝑡) = 5𝑢( 𝑡 ):
Solve for 𝐼(𝑠):
Partial Fraction Decomposition:
Multiply both sides:
Solve:
So:
5. Python Code Example
We’ll use sympy for symbolic math and matplotlib for plotting.
Output

Kewords
RL circuit,s-domain,laplace transform,resistor,inductor,time-domain,current response,step input,transfer function,kirchhoff’s voltage law,KVL,initial condition,partial fraction,inverse laplace,symbolic math,python simulation,frequency domain,differential equations,transient response,electrical engineering, nerd cafe
Last updated