notes/education/Ohm's Law.md
2023-08-26 11:34:11 -06:00

30 lines
916 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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.