notes/Areas/electricity/formulas.md

72 lines
1.2 KiB
Markdown
Raw Normal View History

2022-03-10 20:49:10 +01:00
# Ohms Law
Solve for voltage:
2022-03-20 18:30:04 +01:00
$\displaystyle V = \frac{I}{R}$
2022-03-10 20:49:10 +01:00
*Solve for resistance:*
2022-03-20 18:30:04 +01:00
$R = \frac{V}{I}$
2022-03-10 20:49:10 +01:00
_Solve for current_
$$
\begin{flalign}
I & = \frac{V}{R} &
\end{flalign}
$$
# Resistors in Series
2022-03-20 18:30:04 +01:00
$R = R1 + R2 + R3 ...$
2022-03-10 20:49:10 +01:00
# Resistors in Parallel
$$
\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-03-10 20:49:10 +01:00
# Kirchhoff's Law
2022-03-13 19:17:20 +01:00
## Conservation of Charge (First Law)
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}
$$
**Example:**
![](./assets/kirchhoffs-law-01.svg)
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}} ...$
### Impedance in a Circuit
2022-03-15 19:59:12 +01:00
$$
2022-03-20 18:30:04 +01:00
\begin{flalign}
&Z = \sqrt{R^2 + X^2} &\\\
&X = X_{L} - X_{C} \\
\end{flalign}
2022-03-15 19:59:12 +01:00
$$