2022-06-05 18:53:01 +02:00
---
cards-deck: electricity
---
2022-03-10 20:49:10 +01:00
2022-06-05 18:53:01 +02:00
# Ohms Law #card
2022-03-20 18:30:04 +01:00
2022-06-05 18:53:01 +02:00
*Solve for voltage:* #card
2022-03-10 20:49:10 +01:00
2022-06-05 18:53:01 +02:00
$\displaystyle V = I*R$
^1654443735379
2022-03-20 18:30:04 +01:00
2022-06-05 18:53:01 +02:00
*Solve for resistance:* #card
2022-03-10 20:49:10 +01:00
2022-06-05 18:53:01 +02:00
$\displaystyle R = \frac{V}{I}$
^1654443831648
*Solve for current* #card
$\displaystyle I = \frac{V}{R}$
^1654443831659
# Resistors in Series #card
2022-03-10 20:49:10 +01:00
2022-03-20 18:30:04 +01:00
$R = R1 + R2 + R3 ...$
2022-06-05 18:53:01 +02:00
^1654443735407
2022-03-10 20:49:10 +01:00
2022-06-05 18:53:01 +02:00
# Resistors in Parallel #card
2022-03-10 20:49:10 +01:00
$$
\begin{flalign}
2022-03-20 18:30:04 +01:00
& \frac{1}{R} = \frac{1}{R1} + \frac{1}{R2} + \frac{1}{R3} ... & \\
2022-03-10 20:49:10 +01:00
\\
2022-03-20 18:30:04 +01:00
& \textit{For two resistors in parallel:} & \\
2022-03-10 20:49:10 +01:00
\\
2022-03-20 18:30:04 +01:00
& R = \frac{R1 * R2}{R1 + R2} & \\\
2022-03-10 20:49:10 +01:00
\end{flalign}
$$
2022-03-13 19:17:20 +01:00
***Tip:***
If resistors of the same value are in parallel the total resistance is a single resistor divided by the amount if resistors.
2022-06-05 18:53:01 +02:00
^1654443735425
2022-03-10 20:49:10 +01:00
2022-03-20 23:15:38 +01:00
## Thevenin’ s Theorem
States that it is possible to simplify any linear circuit, no matter how complex, to an equivalent circuit with just a single voltage source and series resistance connected to a load.
2022-03-10 20:49:10 +01:00
# Kirchhoff's Law
2022-06-05 18:53:01 +02:00
## Conservation of Charge (First Law) #card
2022-03-10 20:49:10 +01:00
2022-03-13 19:17:20 +01:00
All current entering a node must also leave that node
2022-03-10 20:49:10 +01:00
$$
\begin{flalign}
2022-03-13 19:17:20 +01:00
\sum{I_{IN}} = \sum{I_{OUT}}&&
2022-03-10 20:49:10 +01:00
\end{flalign}
$$
2022-06-05 18:53:01 +02:00
^1654443735443
2022-03-10 20:49:10 +01:00
**Example:**
2022-04-15 14:51:51 +02:00
![](kirchhoffs-law-01.svg)
2022-03-10 20:49:10 +01:00
For this circuit kirchhoffs law states that:
2022-03-20 18:30:04 +01:00
$\displaystyle i1 = i2 + i3 + i4$
2022-03-10 20:49:10 +01:00
2022-03-13 19:17:20 +01:00
## Conservation of Energy (Second Law)
All the potential differences around the loop must sum to zero.
2022-03-20 18:30:04 +01:00
$\displaystyle \sum{V} = 0$
2022-03-10 20:49:10 +01:00
2022-03-15 19:59:12 +01:00
## Capacitors in Series
2022-03-20 18:30:04 +01:00
$\displaystyle \frac{1}{C_{t}} = \frac{1}{C_{1}}+\frac{1}{C_{2}}+\frac{1}{C_{3}} ...$
2022-06-05 18:53:01 +02:00
### Impedance in a Circuit #card
2022-03-20 18:30:04 +01:00
2022-03-15 19:59:12 +01:00
$$
2022-03-20 18:30:04 +01:00
\begin{flalign}
& Z = \sqrt{R^2 + X^2} & \\\
2022-03-20 23:15:38 +01:00
\\
2022-03-20 18:30:04 +01:00
& X = X_{L} - X_{C} \\
\end{flalign}
2022-03-23 16:31:29 +01:00
$$
2022-06-05 18:53:01 +02:00
^1654444201375
2022-03-23 16:31:29 +01:00
2022-06-05 18:53:01 +02:00
# Capacitive Reactance #card
2022-03-23 16:31:29 +01:00
$\displaystyle X_{c} = \frac{1}{2 \pi fC}$
2022-06-05 18:53:01 +02:00
^1654444201382
2022-03-23 16:31:29 +01:00
2022-06-05 18:53:01 +02:00
# Inductive Reactance #card
2022-03-23 16:31:29 +01:00
$\displaystyle X_{l} = 2\pi fL$
2022-06-05 18:53:01 +02:00
^1654444201388
2022-03-23 16:31:29 +01:00
2022-03-30 15:07:33 +02:00
# Analog Filters
2022-03-23 16:31:29 +01:00
## Cutoff Frequency for RC Filters
$\displaystyle f_{c} = \frac{1}{2\pi RC}$
## Cutoff Frequency for RL Filters
$\displaystyle f_{c} = \frac{R}{2\pi L}$
2022-03-30 15:07:33 +02:00
## Signal Response of an RC/RL Filter
2022-03-23 16:31:29 +01:00
2022-03-29 00:02:22 +02:00
$X_c$ = [[#Capacitive Reactance]] || [[#Inductive Reactance]]
2022-03-23 16:31:29 +01:00
$\displaystyle V_{out} = V_{in}(\frac{X_{c}}{\sqrt{R^2+X_{c}^2}})$
## Cutoff Frequency for multiple Low Pass Filters
$\displaystyle f_{(-3db)} = f_{c}\sqrt{2^{(\frac{1}{n})}-1}$
Where $n$ = Number if **identical** filters
2022-03-30 15:07:33 +02:00
## Resonance Frequency for RLC Low Pass Filter
2022-03-23 16:31:29 +01:00
2022-03-29 00:02:22 +02:00
$\displaystyle f_{o} = \frac{1}{2\pi \sqrt{LC}}$
2022-03-30 15:07:33 +02:00
## Center Frequency with Fc and Fh
2022-03-29 00:02:22 +02:00
$f_{c} = \sqrt{f_{h}*f_{l}}$
2022-06-05 18:53:01 +02:00
## Filter Response for RC Filters #card
2022-03-29 00:02:22 +02:00
$V_{out} = V_{in}(\frac{X_c}{\sqrt{R_{1}^2+X_{c}^2}})$
2022-06-05 18:53:01 +02:00
^1654442437438
2022-03-29 00:02:22 +02:00
## Cutoff Frequency $\pi$ Topology Filter
When the two capacitors have the same capacitance, it can be calculated like this:
$\displaystyle f_c = \frac{1}{4\pi\sqrt{LC}}$
2022-03-30 15:07:33 +02:00
# Voltage Divider
2022-03-29 00:02:22 +02:00
$V_{out} = V_{in}(\frac{R_{1}}{R_1+R_2})$
2022-06-05 18:53:01 +02:00
# Angular Frequency ($\omega$) #card
2022-03-29 00:02:22 +02:00
2022-06-05 18:53:01 +02:00
$\omega = 2\pi f = \frac{2\pi}{T}$
^1654444201395
2022-03-29 00:02:22 +02:00
# RLC Series Response
This is basically Ohms Law:
$\displaystyle V = IZ$
Where $Z$ is the impedance:
$Z = \sqrt{R^2 + (X_L - X_C)^2}$
2022-06-05 18:53:01 +02:00
$X_L$ = Reactive Inductance
$X_C$ = Reactive Capacativw
2022-03-29 00:02:22 +02:00
# Current through a transistor
2022-04-05 11:27:35 +02:00
$\displaystyle I_{EQ} = \frac{V_{BB}-{V_{BE}}}{\frac{R_B}{(\beta+1)}+R_E}$
# Gain Bandwidth Product
$GBP = A_V * f_c$
2022-06-05 18:53:01 +02:00
2022-04-05 11:27:35 +02:00
$\displaystyle f_c = \frac{GBP}{A_V}$
# Bandwidth of Multiple OpAmps
Where $n$ = number of stages
and $BW$ = Bandwidth of single op-amp
2022-06-05 18:53:01 +02:00
$BW_E = BW\sqrt{2^\frac{1}{n}-1}$
# Power lost in a Resistor
$P = IV = I^2R = \frac{V^2}{R}$