This commit is contained in:
2025-05-07 17:46:10 +02:00
parent a0477deb64
commit f9cec7ea35
2 changed files with 12 additions and 3 deletions

View File

@@ -16,9 +16,9 @@ The same analogy goes for electricity. So for longer traces this is also the cas
Whenever the resistance increases different things happen when voltage travels trough them. A higher resistance causes a voltage drop. Whenever the resistance increases different things happen when voltage travels trough them. A higher resistance causes a voltage drop.
This can be explained using Ohm's law This can be explained using Ohm's law
$V = I \cdot R$ $$V = I \cdot R$$
The Voltage drop is Amperage ($I$) times the Resistance ($R$). So if you have a higher resistance or a lower Amperage you will get a voltage drop. The Voltage drop is Amperage $$I$$ times the Resistance $$R$$. So if you have a higher resistance or a lower Amperage you will get a voltage drop.
Another side effect of having a higher resistance is that the resistor or trace will heat up more easily. Another side effect of having a higher resistance is that the resistor or trace will heat up more easily.
### Capacitance ### Capacitance

View File

@@ -41,3 +41,12 @@ markdown_extensions:
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css