Electronics

Ohm's Law Cheat Sheet

Ohm's law and power formulas — V, I, R, P in every combination.

The core relation

V = I · RVoltage = Current × Resistance
I = V / RCurrent = Voltage / Resistance
R = V / IResistance = Voltage / Current

Power formulas

P = V · IPower (watts) = Volts × Amps
P = I² · RDissipation in a resistor
P = V² / RFrom voltage and resistance
V = √(P · R)Voltage from power and resistance
I = √(P / R)Current from power and resistance

Series / parallel

R in seriesR_total = R1 + R2 + … (current same, voltages add)
R in parallel1 / R_total = 1/R1 + 1/R2 + … (voltage same, currents add)
Two in parallelR = (R1 · R2) / (R1 + R2)

Quick reference

QuantityUnitSymbol
VoltageVolt (V)V or E
CurrentAmpere (A)I
ResistanceOhm (Ω)R
PowerWatt (W)P
EnergyJoule (J)W (or E)

Notes

  • Ohm's law holds exactly for linear resistors. Semiconductors, incandescent bulbs, and arcs are nonlinear.
  • For AC use V_rms and I_rms. Power factor matters when load is reactive: P = V · I · cos φ.
Was this article helpful?