diff --git a/Areas/electricity/assets/Pasted image 20220320190906.png b/Areas/electricity/assets/Pasted image 20220320190906.png new file mode 100644 index 0000000..e9e7ccd Binary files /dev/null and b/Areas/electricity/assets/Pasted image 20220320190906.png differ diff --git a/Areas/electricity/assets/diode-regions-germanium.png b/Areas/electricity/assets/diode-regions-germanium.png new file mode 100644 index 0000000..c34126d Binary files /dev/null and b/Areas/electricity/assets/diode-regions-germanium.png differ diff --git a/Areas/electricity/assets/diode-regions.png b/Areas/electricity/assets/diode-regions.png new file mode 100644 index 0000000..020b74e Binary files /dev/null and b/Areas/electricity/assets/diode-regions.png differ diff --git a/Areas/electricity/assets/diode-symbols.png b/Areas/electricity/assets/diode-symbols.png new file mode 100644 index 0000000..8e627d1 Binary files /dev/null and b/Areas/electricity/assets/diode-symbols.png differ diff --git a/Areas/electricity/assets/diode.png b/Areas/electricity/assets/diode.png new file mode 100644 index 0000000..e9e7ccd Binary files /dev/null and b/Areas/electricity/assets/diode.png differ diff --git a/Areas/electricity/datasheets/1N4148.pdf b/Areas/electricity/datasheets/1N4148.pdf new file mode 100644 index 0000000..db1eadd Binary files /dev/null and b/Areas/electricity/datasheets/1N4148.pdf differ diff --git a/Areas/electricity/formulas.md b/Areas/electricity/formulas.md index 7d3443e..0dd197f 100644 --- a/Areas/electricity/formulas.md +++ b/Areas/electricity/formulas.md @@ -33,6 +33,9 @@ $$ ***Tip:*** If resistors of the same value are in parallel the total resistance is a single resistor divided by the amount if resistors. +## 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. + # Kirchhoff's Law ## Conservation of Charge (First Law) @@ -67,6 +70,7 @@ $\displaystyle \frac{1}{C_{t}} = \frac{1}{C_{1}}+\frac{1}{C_{2}}+\frac{1}{C_{3}} $$ \begin{flalign} &Z = \sqrt{R^2 + X^2} &\\\ +\\ &X = X_{L} - X_{C} \\ \end{flalign} $$ \ No newline at end of file diff --git a/Areas/electricity/parts/capacitors/impedance-reactance.md b/Areas/electricity/parts/capacitors/impedance-reactance.md index f6aef84..3befab8 100644 --- a/Areas/electricity/parts/capacitors/impedance-reactance.md +++ b/Areas/electricity/parts/capacitors/impedance-reactance.md @@ -52,7 +52,7 @@ $$ The Problem is, we can't just simply add up R1 and Xc, because Xc is shifted by 90°. We need to add them up as Vectors: $$ -Re = \sqrt{R1^2+Xx^2} +R_{e} = \sqrt{R1^2+X_{c}^2} $$ Lets fill in the numbers from the circuit above and test it out: diff --git a/Areas/electricity/parts/diodes.md b/Areas/electricity/parts/diodes.md new file mode 100644 index 0000000..0d9cbc6 --- /dev/null +++ b/Areas/electricity/parts/diodes.md @@ -0,0 +1,28 @@ +# Diode +![[diode.png]] + +A perfect diode would only allow current to pass through in one directions, in the real world that is not always the case. Diodes have around three regions in which they operate. + +![[diode-regions.png|400]] + +Each diode needs a certain amount of voltage across its terminals to transmit any current, this voltage is called the forward voltage $V_{F}$. When the Voltage over the diode is below a certain level (Breakdown Voltage, $V_{BR}$) the diode will allow current to pass from the cathode to the anode. + +## Types of Diodes +There are a lot of different types of diodes. + +![[diode-symbols.png]] + +#### Small Signal Diodes + +Silicon/Germanium Diodes + +![[diode-regions-germanium.png]] + +#### Power Diode +These handle higher voltage and higher current than the small signal diodes. These diodes normally dont handle frequencies above 1Hz. + +#### Schottky Diode +These normally have a really small forward voltage drop. + +#### Zener Diode +Consists of a silicon PN-Junction \ No newline at end of file diff --git a/Areas/electricity/parts/diodes/example.md b/Areas/electricity/parts/diodes/example.md new file mode 100644 index 0000000..438323d --- /dev/null +++ b/Areas/electricity/parts/diodes/example.md @@ -0,0 +1,3 @@ +# Diode Example + +![[1N4148.pdf]] \ No newline at end of file