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