Ohm's Law Is Not What Most Beginners Think It Is

Every electrical engineering student learns Ohm's law in the first week. V = IR. Voltage equals current times resistance. Simple, elegant, and — here's the part your textbook probably glossed over — not universally true.

I don't say that to be provocative. I say it because I've watched dozens of students short-circuit their own understanding by treating Ohm's law as some kind of cosmic constant, like the speed of light. It isn't. It's a linear approximation that works beautifully in specific conditions and falls apart completely in others. Knowing when to trust it — and when to toss it — is what separates a competent engineer from someone who's just memorized a formula.

The Myth: "All components obey V = IR"

Georg Simon Ohm published his findings in 1827, and what he actually described was a characteristic of certain materials: that the ratio of voltage to current stays constant regardless of how much voltage you apply. That constant ratio is what we call resistance.

The key word there is certain materials. Ohm was working with metallic conductors at controlled temperatures. He was not — could not have been, historically — describing diodes, transistors, plasma arcs, or electrolytic solutions. Those came later. And yet somehow, the summary version of his work became "electricity follows V = IR, always."

It doesn't.

What a Diode Actually Does to Your Mental Model

Grab a silicon diode and connect it to a variable power supply. Start at zero volts and slowly increase. For a while, almost nothing happens — a tiny leakage current, microamps at most. Then, around 0.6 to 0.7 volts, something dramatic occurs: current starts flowing, and it grows exponentially, not linearly.

The relationship governing a diode isn't V = IR. It's the Shockley diode equation:

I = I₀ × (e^(V / nVₜ) - 1)

Where I₀ is the reverse saturation current, n is the ideality factor, and Vₜ is the thermal voltage (roughly 26 mV at room temperature). There's no constant resistance here. The "resistance" of a diode — if you insist on calculating V/I at any given operating point — changes continuously as the voltage changes. At 0.5V, it might look like thousands of ohms. At 0.7V, it might look like a few ohms. Same component, wildly different numbers.

If you tried to model a diode with a single resistor value and used that to design a rectifier circuit, your circuit would either fry or do nothing useful depending on where you picked that resistance value from.

The Light Bulb Problem: Resistance That Refuses to Sit Still

Here's a thought experiment that trips up a lot of people. You measure the resistance of a standard incandescent light bulb with a multimeter: let's say you get around 10 ohms. The bulb is rated for 100W at 120V. Using Ohm's law: I = V/R = 120/10 = 12 amperes. Power = IV = 1440 watts.

But the bulb is rated for 100W. What went wrong?

The answer is temperature. Tungsten's resistance increases dramatically as it heats up. At room temperature, that filament might genuinely measure around 10 ohms. But at operating temperature — roughly 2,500–3,000 Kelvin — its resistance climbs to around 144 ohms. Now the math works: I = 120/144 ≈ 0.83A, and P = 120 × 0.83 ≈ 100W.

This property has a name: the tungsten filament is a non-ohmic or nonlinear resistor. Its resistance depends on temperature, which depends on current, which depends on voltage. The variables are coupled in a way that V = IR with a fixed R simply cannot capture.

This isn't a quirk or an edge case. It's the normal operating condition of the component. Yet if you asked a beginning student to calculate current through a light bulb using only its cold resistance and the supply voltage, many would do exactly that — and be off by more than an order of magnitude.

Plasma, Electrolytes, and Other Offenders

The diode and the light bulb are just the most accessible examples. The list of components and materials that don't obey Ohm's law is actually quite long:

  • Transistors — the current through a BJT collector is controlled exponentially by base-emitter voltage, not linearly by some fixed resistance.
  • Varistors (MOVs) — designed specifically to have resistance that collapses under high voltage, exactly the opposite of ohmic behavior.
  • Thermistors (NTC type) — resistance drops as temperature rises. Again, the coupling between electrical and thermal domains breaks the linear model.
  • Electrolytic solutions — conduction happens via ion movement, and the relationship between voltage and current depends on ion concentration, electrode chemistry, and whether you're above or below the decomposition voltage.
  • Gas discharge tubes and plasma — once ionization begins, the impedance drops in a nonlinear, sometimes negative-resistance fashion.
  • Superconductors — below their critical temperature, resistance is genuinely zero. V = IR would give zero volts for any current, which is actually correct, but it also means the concept of resistance loses meaning entirely.

So When Does Ohm's Law Actually Apply?

Ohm's law is an accurate model for materials that are ohmic — materials where the V-I relationship is linear and the slope (resistance) stays constant across the range of voltages and currents you're working with. In practice, this means:

Resistors — the discrete components you buy in bags of 500 for two dollars. Carbon film, metal film, wirewound. Within their rated power dissipation, these behave ohmically to a very high degree of precision. A 470-ohm resistor is 470 ohms at 1mA and 470 ohms at 10mA (assuming you haven't exceeded its power rating and heated it up significantly).

Most metallic conductors at constant temperature — the wire connecting your components, copper bus bars, aluminum heat sinks used as conductors. Temperature matters here; if the current is high enough to significantly heat the conductor, resistance will drift.

Low-signal approximations of nonlinear components — this is where things get sophisticated. Engineers working with transistors and diodes routinely use a technique called small-signal analysis, where they pick an operating point (called the Q-point or bias point) and then model the component as if it were linear in a small region around that point. In that tiny window, V = IR holds approximately. The "resistance" value they use is called the dynamic resistance or incremental resistance, and it's derived from the slope of the V-I curve at that operating point — not from dividing any arbitrary V by I.

The Deeper Lesson: Models and Their Domains

What Ohm's law teaches us, when we understand it properly, is a lesson about models. V = IR is a model — a simplification of physical reality that's useful within a defined domain. Outside that domain, you need a different model.

Physicists and engineers deal with this constantly. Newtonian mechanics works brilliantly until you approach the speed of light, at which point you need special relativity. The ideal gas law works until pressure gets extreme or temperature drops near condensation, at which point you need van der Waals corrections. Every powerful simplified model has a region of validity, and competence means knowing those boundaries.

With Ohm's law, the region of validity is: linear, ohmic materials at reasonably constant temperature, operating within rated conditions. That covers a huge amount of practical circuit design. Most of the resistors in your circuits, the traces on your PCB, the wire in your cables — all of that is well-modeled by V = IR, and you'd be wasting your time using anything more complex.

But the moment a component's V-I graph isn't a straight line through the origin, you've left the domain. And the first sign you've made this mistake is usually a circuit that behaves nothing like you calculated.

A Practical Test You Can Do Right Now

If you have access to a bench power supply with current readout (or an adjustable supply plus a multimeter), try this. Take a red LED. Start at 0V and increase voltage in 0.1V steps, recording current at each step. You'll see essentially zero current until about 1.8–2.0V, then an explosion of current growth. Plot voltage on the X axis and current on Y. What you'll get is a curve that looks nothing like the straight line that Ohm's law predicts.

Now do the same with a 1k resistor. You'll get a perfectly straight line — current grows proportionally with voltage, exactly as Ohm's law says. Same measurement setup, completely different physics.

That visual difference — curved vs. straight — is the entire story. Ohm's law is a description of components that produce straight lines. Everything else needs a different description.

The Takeaway

Ohm's law is not wrong. It's not even limited in a damaging sense — it describes a genuinely large class of components and materials with excellent accuracy. But it is specific. It applies to ohmic materials under stable conditions. It does not apply to diodes, transistors, light bulbs at operating temperature, plasma, or any component where the V-I relationship is nonlinear.

The mistake isn't learning V = IR. The mistake is learning it as a universal truth instead of a precise tool with a defined scope. Once you understand the scope, you actually use the law more confidently, not less — because you know exactly when you can trust it.

And when you encounter a component that doesn't fit? That's not a failure of the law. That's the beginning of more interesting physics.