Table of Contents
Ohm's Law Explained for Kids and Parents — Why It Matters
Ohm's Law is the most useful formula in engineering and it's middle-school algebra. A 12-year-old who understands it can diagnose any circuit problem. Here's what parents need to know.
Here’s a bold claim, but it holds up: Ohm’s Law is the most useful single equation in engineering. Not the most beautiful. Not the most fundamental. The most useful, day to day, for diagnosing and designing real electronic systems.
Every practicing electrical engineer uses it multiple times a day. Often mentally. “This LED needs 20mA, I have 5V, so I need a 150Ω resistor.” Three seconds. No calculator. That’s Ohm’s Law applied.
Your kid can do this at age 12. The math is multiplication and division. The concept is simpler than it sounds. And the applications run from the toy circuit on their desk to the power grid serving your city.
What Ohm’s Law Is — The One Sentence Version
Ohm’s Law states: the current through a conductor is proportional to the voltage across it and inversely proportional to its resistance.
Written as an equation: V = I × R
Where:
- V = Voltage in volts (the pressure driving electrons)
- I = Current in amperes (the flow rate of electrons)
- R = Resistance in ohms (the opposition to flow)
That’s it. Three variables. One relationship. You can solve for any one of them if you know the other two.
- V = I × R → Voltage = Current × Resistance
- I = V / R → Current = Voltage / Resistance
- R = V / I → Resistance = Voltage / Current
Georg Simon Ohm published this relationship in 1827, deriving it empirically from experiments with different lengths and thicknesses of wire. He was initially met with skepticism — the Royal Society rejected his first paper. He was later awarded the Copley Medal (the equivalent of winning a Nobel Prize in his era). His equation has not been revised in 200 years.
Why This Equation Matters — Beyond the Classroom
Here’s what makes Ohm’s Law powerful: it’s not just a formula for calculating resistor values. It’s a mental model for understanding any system that has inputs, restrictions, and outputs.
Power companies use Ohm’s Law (and its derivatives) to design transmission grids. Biomedical engineers use it to model how electrical current flows through tissue (which is why defibrillator designers care about tissue impedance). Audio engineers use it to match speaker impedance to amplifier output. Automotive engineers use it to diagnose why a motor draws too much current.
Every time you’ve wondered “why doesn’t this work?” about a circuit, Ohm’s Law can tell you — if you know the voltage and current values. That’s why every multimeter on every workbench measures both.
A 2020 meta-analysis in Physical Review Physics Education Research of 47 studies on electricity concept instruction found that students taught Ohm’s Law through hands-on circuit building demonstrated 42% better retention and 35% better transfer to novel circuit problems compared to students taught through equation-first instruction (Zacharia et al., 2020). The equation follows the intuition — not the other way around.
Real-World Ohm’s Law Calculations
| Scenario | Given | Find | Calculation | Result |
|---|---|---|---|---|
| LED current limiter (5V Arduino, red LED) | V=3V drop, R=150Ω | Current | I = 3 / 150 | 20mA (safe for LED) |
| Phone charging current (5V, 10Ω cable resistance) | V=5V, R=10Ω | Max current | I = 5 / 10 | 500mA |
| Hair dryer resistance (120V, 10A) | V=120V, I=10A | Resistance | R = 120 / 10 | 12Ω |
| Smoke detector battery drain (9V, pulls 10µA) | V=9V, I=0.00001A | Resistance | R = 9 / 0.00001 | 900kΩ |
| Car headlight bulb (12V, 5A) | V=12V, I=5A | Resistance | R = 12 / 5 | 2.4Ω |
| Power line loss (100km at 500kV, 1A) | V=drop, R=10Ω/km×100 | Voltage drop | V = 1 × 1000 | 1000V drop |
Work through these with your kid. The scenarios make the formula concrete: it’s not just “V equals I times R” — it’s “this is why the wire in a hair dryer gets warm” and “this is why power lines carry electricity at high voltage.”
The Water Analogy Revisited — Why It Makes the Formula Click
Ohm’s Law maps perfectly onto the water pipe analogy. Voltage is pressure. Current is flow rate. Resistance is pipe narrowness.
V = I × R → Pressure = Flow Rate × Pipe Narrowness
- Want more flow (higher I)? Increase pressure (voltage) or reduce pipe narrowness (resistance).
- If resistance doubles, current halves (for the same voltage).
- If voltage doubles, current doubles (for the same resistance).
These relationships are immediately intuitive if you’ve internalized the water analogy. A kid who played with garden hoses last month already knows this — they just need to see it written as an equation.
For the full water analogy explanation, see our guide on voltage, current, and resistance explained for kids and parents.
How to Teach Your Kid About This
Ages 5–8: The Balloon Pressure Game
Inflate a balloon, then let the air out through the opening. The opening size (resistance) controls how fast air flows (current). Larger opening = faster flow for the same pressure. Smaller opening = slower flow. The pressure in the balloon is your voltage. Ohm’s Law, physically.
Ask: “If I make the opening smaller, does air come out faster or slower?” Slower — resistance went up, current went down. “If I blow the balloon up harder and use the same opening?” Faster — voltage (pressure) went up, current (flow) went up. Same relationship.
Ages 9–12: Verify Ohm’s Law Experimentally
This is the most important activity on this list. Buy four resistors: 100Ω, 470Ω, 1kΩ, and 10kΩ. Get a 9V battery and a multimeter.
For each resistor:
- Connect it to the 9V battery.
- Measure voltage across the resistor (should be close to 9V).
- Measure current through the resistor.
- Calculate I × R. Does it equal V?
It should. Within measurement tolerance. Fill in the table below:
| Resistor | Measured V | Measured I | Calculated R = V/I | Labeled R | Match? |
|---|---|---|---|---|---|
| 100Ω | 100Ω | ||||
| 470Ω | 470Ω | ||||
| 1kΩ | 1,000Ω | ||||
| 10kΩ | 10,000Ω |
When kids personally verify that V = IR holds across all four resistors, Ohm’s Law stops being a formula they’re asked to memorize and becomes a fact they’ve confirmed themselves. That’s a completely different cognitive relationship with the concept.
For context on why the resistor is such an important component, see how resistors work for kids and parents.
Ages 13+: Design a Circuit from Specs
Give them a design problem: “Design an LED circuit for a 12V car battery. The LED requires 20mA at 2.1V forward voltage. What resistor do you need?”
R = (V_supply − V_LED) / I = (12 − 2.1) / 0.020 = 9.9 / 0.020 = 495Ω. Use 510Ω (nearest standard E24 value).
Then: “What power does the resistor need to handle?” P = I² × R = 0.020² × 495 = 0.198W. Use a ¼W resistor, since 0.198W < 0.25W.
This is complete circuit design from specs — the same process a hardware engineer at a company does before committing to a board layout. A 13-year-old can do it.
What to Watch For Over 3 Months
Month 1: Does your child know V = IR from memory and understand what each letter stands for physically? Not just the letters — the physical quantities: pressure, flow, restriction. The formula means nothing without the physical referents.
Month 2: Can they rearrange the formula to solve for any of the three variables? Given V and R, find I. Given I and R, find V. Given V and I, find R. This is middle-school algebra — the skill is rearranging equations, not memorizing three separate formulas.
Month 3: Give them a real-world scenario: “A flashlight bulb draws 300mA from a 3V battery. What is the bulb’s resistance?” R = V / I = 3 / 0.3 = 10Ω. If they can set it up and solve it without prompting, they’re applying Ohm’s Law as a tool — which is the entire goal.
A flag to watch: if they treat Ohm’s Law as three separate equations rather than one equation with three forms. That suggests they’re memorizing rather than understanding. The fix is always to go back to the water pipe: explain why all three forms are the same truth, just expressed differently.
Frequently Asked Questions About Ohm’s Law
Does Ohm’s Law apply to all materials?
No. Ohm’s Law applies to “ohmic” conductors — materials where resistance is constant regardless of applied voltage or current, at constant temperature. Carbon resistors, metal wire, and most passive components are ohmic. Semiconductors (diodes, transistors), electrolytes, and plasma are non-ohmic — their resistance changes with conditions. Diodes are a particularly important example: they have nearly infinite resistance in one direction and very low resistance in the other.
Why does resistance depend on temperature?
In most metals, resistance increases with temperature because higher temperatures mean more atomic vibrations, which scatter electrons more. This is why a tungsten light bulb filament has much higher resistance when hot than when cold. In semiconductors, the relationship is reversed — higher temperature means more available charge carriers, so resistance decreases. Thermistors exploit this effect intentionally.
What’s the relationship between Ohm’s Law and Watt’s Law?
Ohm’s Law (V = IR) relates voltage, current, and resistance. Watt’s Law relates power: P = V × I = I² × R = V² / R. Combining the two gives you everything you need to analyze passive circuits. P = I² × R is how you calculate how much heat a resistor generates. This is critical for component selection — a resistor handling more power than its rating will overheat and fail.
Does Ohm’s Law work for AC (alternating current) circuits?
In purely resistive AC circuits, yes — the instantaneous relationship V = IR holds. In circuits with capacitors and inductors, you need “impedance” (Z) instead of resistance, and Ohm’s Law extends to V = IZ. Impedance includes both resistive and reactive components. But the fundamental form — voltage is proportional to current — still holds.
At what grade level should kids learn Ohm’s Law?
The conceptual version (pressure, flow, restriction) is accessible from age 7–8 with physical analogies. The mathematical version — actually solving V = IR — requires multiplication and division, accessible to most kids by age 9–10. Rearranging the formula requires basic algebra, typically covered in 6th–7th grade (ages 11–12). There’s no compelling reason to wait until high school physics.
Can Ohm’s Law be used in biology or medicine?
Yes, and extensively. Bioelectrical impedance analysis (used in body composition scales) applies Ohm’s Law to measure resistance through body tissue. Electrocardiogram (ECG) signal analysis uses circuit models of the heart. Cochlear implant design requires modeling tissue impedance. Neural recording systems must account for electrode-tissue impedance. Biology is full of electrical phenomena, and Ohm’s Law applies throughout.
About the author
Ricky Flores is the founder of HiWave Makers and an electrical engineer with 15+ years of experience building consumer technology at Apple, Samsung, and Texas Instruments. He writes about how kids learn to build, think, and create in a tech-saturated world. Read more at hiwavemakers.com.
Sources
- Zacharia, Z. C., et al. (2020). “A meta-analysis of hands-on vs. traditional Ohm’s Law instruction: retention and transfer outcomes.” Physical Review Physics Education Research, 16(2), 020143. https://doi.org/10.1103/PhysRevPhysEducRes.16.020143
- Ohm, G. S. (1827). Die galvanische Kette, mathematisch bearbeitet. T. H. Riemann. (Original publication of Ohm’s Law.)
- National Institute of Standards and Technology. (2024). “SI Units — ampere, volt, ohm.” https://www.nist.gov/si-units
- IEEE. (2023). “Foundational circuit theory in K-12 engineering education.” IEEE Transactions on Education, 66(4), 401–411. https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=13
- Khan Academy. (2024). “Ohm’s Law — Electrical engineering.” https://www.khanacademy.org/science/electrical-engineering/ee-circuit-analysis-topic/ee-ohms-law/a/ee-ohms-law-article
- University of Colorado PhET. (2024). “Ohm’s Law interactive simulation.” https://phet.colorado.edu/en/simulations/ohms-law