vault backup: 2023-08-26 11:34:11

This commit is contained in:
zleyyij
2023-08-26 11:34:11 -06:00
parent 3b8bf3f490
commit 94f099185a
8 changed files with 0 additions and 0 deletions

30
education/Ohm's Law.md Normal file
View File

@ -0,0 +1,30 @@
#notes
#school
#electricity
Summary:
- **Voltage** is the difference in charge between two points.
- **Current** is the rate at which charge is flowing.
- **Resistance** is a materials tendency to resist the flow of charge (current).
- Water = **Charge**(Coloumbs)
- Pressure = **Voltage**(Volts)
- Flow = **Current**(Amps)
- Hose Width = **Resistance**(Ohms
### Equations
- V = Voltage in volts
- I = Current in amps
- R = Resistance in ohms
Solving for Voltage:
`V = I * R`
Solving for Current:
`I = V / R`
Solving for Resistance:
`R = V/I`
### Applying Concepts
If a resistor has a 20 mAh current rating, and it's being powered with a 9 volt battery.
To find the appropriate resistor for the LED, you solve for resistance with `R = V/I`, where V=9 and R = a number less than 0.02, like `9/0.018 = 500`, so you would want a resistor with a voltage at or greator than about 500 Ohms.