Compare commits

..
5 Commits
Author SHA1 Message Date
arc aa146f5988 vault backup: 2026-09-14 10:25:08 2026-09-14 10:25:08 -06:00
arc 492334e42c vault backup: 2026-09-13 15:10:37 2026-09-13 15:10:37 -06:00
arc b611926f95 vault backup: 2026-09-08 22:06:49 2026-09-08 22:06:49 -06:00
arc 2f8f817460 vault backup: 2026-08-31 11:17:38 2026-08-31 11:17:38 -06:00
arc 77894416d6 vault backup: 2026-08-31 11:12:38 2026-08-31 11:12:38 -06:00
2 changed files with 5 additions and 28 deletions
-27
View File
@@ -1,27 +0,0 @@
{
"commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 5,
"autoPushInterval": 0,
"autoPullInterval": 5,
"autoPullOnBoot": false,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": false,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
"showBranchStatusBar": true,
"setLastSaveToLastCommit": false
}
@@ -8,6 +8,7 @@ $$
\to \to
L \frac{di(t)}{dt} = -Ri(t) L \frac{di(t)}{dt} = -Ri(t)
$$ $$
Steps for solving RC natural response circuits: Steps for solving RC natural response circuits:
1. Determine the initial inductor current, $I_0$, by analyzing the circuit for $t < 0$. 1. Determine the initial inductor current, $I_0$, by analyzing the circuit for $t < 0$.
@@ -16,3 +17,6 @@ Steps for solving RC natural response circuits:
3. Write the equation for the capacitor voltage: 3. Write the equation for the capacitor voltage:
$$ v(t) = V_o ^{e - \frac{t}{\tau}}, t \ge 0 $$ $$ v(t) = V_o ^{e - \frac{t}{\tau}}, t \ge 0 $$
4. Calculate other quantities of interest using the capacitor voltage 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)