From 77894416d6d2ad22056c5942723f43ab57976440 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 31 Aug 2026 11:12:38 -0600 Subject: [PATCH] vault backup: 2026-08-31 11:12:38 --- .../computer engineering/ECE2290/Ch 7, RL RC Circuits.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md index 85653b2..2f574bc 100644 --- a/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md +++ b/education/computer engineering/ECE2290/Ch 7, RL RC Circuits.md @@ -8,6 +8,7 @@ $$ \to L \frac{di(t)}{dt} = -Ri(t) $$ + Steps for solving RC natural response circuits: 1. Determine the initial inductor current, $I_0$, by analyzing the circuit for $t < 0$. @@ -15,4 +16,9 @@ Steps for solving RC natural response circuits: 3. Write the equation for the capacitor voltage: $$ v(t) = V_o ^{e - \frac{t}{\tau}}, t \ge 0 $$ -4. Calculate other quantities of interest using the capacitor voltage \ No newline at end of file +4. Calculate other quantities of interest using the capacitor voltage + + + +- The *natural* response of a circuit is where there is an initial condition, but nothing else is driving the circuit. +- The *step* response of a circuit describes the behavior of a circuit when a sudden change is introduced (switch toggled, et cetera) \ No newline at end of file