Ohm's Law Simulator: Voltage, Current, Resistance

simulator beginner ~6 min
Loading simulation...
I = 120 mA, P = 1440 mW

With V=12V and R=100Ω, Ohm's law gives I = V/R = 0.12A = 120mA. Power dissipated is P = V×I = 1.44W.

Formula

I = V / R (Ohm's law)
P = V × I = I² × R = V² / R
R_series = R₁ + R₂ + ... + Rₙ
1/R_parallel = 1/R₁ + 1/R₂ + ... + 1/Rₙ

The Foundation of Circuit Analysis

Ohm's law — V = I × R — is the first equation every electrical engineer learns, and it remains the most frequently used throughout their career. Published by Georg Simon Ohm in 1827, it was initially met with skepticism, even costing Ohm his teaching position. Today it is recognized as one of the most fundamental laws in physics, describing how voltage drives current through resistance in any electrical circuit.

Understanding the Triangle

The famous Ohm's law triangle (V on top, I and R on the bottom) provides three rearrangements: V = I×R to find voltage, I = V/R to find current, and R = V/I to find resistance. This simulator lets you fix any two quantities and compute the third. In real circuit design, you typically know the supply voltage and desired current, then calculate the needed resistance.

Series and Parallel Circuits

Real circuits combine resistors in series (end-to-end, sharing current) and parallel (side-by-side, sharing voltage). Series resistors add directly, while parallel resistors combine reciprocally. Two 100Ω resistors in series give 200Ω; in parallel, they give 50Ω. This simulator lets you toggle between configurations and immediately see how total resistance, current, and power change.

Power and Heat

Every resistor converts electrical energy to heat at a rate given by P = I²R. This is why resistors have power ratings — exceed the rating and the resistor overheats and fails. The power equation also explains why high-voltage transmission lines are more efficient: for a given power P = V×I, higher voltage means lower current and thus lower I²R losses in the wires. This simple physics drives the entire electrical grid architecture.

FAQ

What is Ohm's law?

Ohm's law states that the current through a conductor is directly proportional to the voltage across it and inversely proportional to its resistance: I = V/R. Discovered by Georg Ohm in 1827, it is the most fundamental relationship in electrical engineering. It applies to any resistive element, from simple resistors to light bulbs to heating elements.

How do series and parallel resistors differ?

In series, resistances add (R_total = R1 + R2 + ...), so total resistance increases and current decreases. In parallel, reciprocals add (1/R_total = 1/R1 + 1/R2 + ...), so total resistance decreases and current increases. Series circuits share current; parallel circuits share voltage.

What is electrical power and how is it calculated?

Electrical power is the rate of energy transfer, measured in watts. It can be calculated three ways: P = V×I, P = I²×R, or P = V²/R. All three are equivalent via Ohm's law. Power determines how much heat a component generates and what wattage rating it needs.

Does Ohm's law apply to all components?

Ohm's law applies to ohmic (linear) components like resistors and wires, where current is proportional to voltage. Non-ohmic components like diodes, transistors, and LEDs have nonlinear V-I relationships. However, Ohm's law is still used as a local approximation at any operating point.

Sources

Embed

<iframe src="https://homo-deus.com/lab/electrical-engineering/ohms-law/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub