12 lines
250 B
Markdown
12 lines
250 B
Markdown
|
|
Given an RL circuit, it starts with an initial condition.
|
|
|
|
KVL defines a first order homogeneous ordinary differential equation with constant coefficients:
|
|
|
|
$$
|
|
L \frac{di(t)}{dt} + Ri(t) = 0
|
|
-->
|
|
L \frac{di(t)}{dt} = -Ri(t)
|
|
$$
|
|
|
|
The derivative of |