diff --git a/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md new file mode 100644 index 0000000..afed4a0 --- /dev/null +++ b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md @@ -0,0 +1,12 @@ + +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 \ No newline at end of file