The direct answer: The Ohm law pie chart maps 12 distinct mathematical formulas across four quadrants (P, I, E, R) to solve for any missing electrical variable when two others are known. While Georg Ohm published his foundational work in 1827, the modern standardization of these quantities, symbols, and units is governed by the IEC 60050 (International Electrotechnical Vocabulary) and IEEE 268 metric standards. If you are on the bench and need to find power (P), current (I), voltage (E/V), or resistance (R), locate your two known variables in the decision tree below and apply the exact terminating formula.

The Complete 12-Formula Reference Table

How to read this table: The chart is divided into four target quadrants. First, identify the variable you need to find (the Target). Next, look at the two variables you have already measured or derived from a datasheet (the Knowns). The intersection yields your formula. All units below assume base SI units: Volts (V), Amperes (A), Ohms (Ω), and Watts (W). Do not mix milliamps or kilohms into these formulas without first converting to base units, or you will introduce order-of-magnitude errors.

Target Variable Known Variables Formula IEC 60050 Unit
Power (P)Current (I), Voltage (E)P = I × EWatts (W)
Current (I), Resistance (R)P = I² × RWatts (W)
Voltage (E), Resistance (R)P = E² / RWatts (W)
Current (I)Voltage (E), Resistance (R)I = E / RAmperes (A)
Power (P), Voltage (E)I = P / EAmperes (A)
Power (P), Resistance (R)I = √(P / R)Amperes (A)
Voltage (E)Current (I), Resistance (R)E = I × RVolts (V)
Power (P), Current (I)E = P / IVolts (V)
Power (P), Resistance (R)E = √(P × R)Volts (V)
Resistance (R)Voltage (E), Current (I)R = E / IOhms (Ω)
Voltage (E), Power (P)R = E² / POhms (Ω)
Power (P), Current (I)R = P / I²Ohms (Ω)

Decision Path: Which Formula Applies to Your Circuit?

When troubleshooting or designing, you rarely have the luxury of choosing which variables to measure. Use this if-then decision tree to terminate on the exact formula you need based on the tools at your disposal (e.g., multimeter, clamp meter, or oscilloscope).

If you have measured / know... And you also know... Then use this formula to find the rest:
Supply Voltage (E) via multimeterLoad Resistance (R) via DMM continuityI = E / R (to find current draw)
Current (I) via clamp meterConductor Resistance (R) via datasheetP = I² × R (to find heat dissipation)
Power Rating (P) from nameplateLine Voltage (E) from receptacleI = P / E (to size the branch breaker)
Voltage Drop (E) across a componentCurrent (I) flowing through itR = E / I (to verify component health)
Target Power (P) for a heater elementAvailable Current (I) limit of the PSUR = P / I² (to select the Nichrome wire gauge)

Real-World Parasitics: How Physical Conditions Modify Base Values

The standard Ohm law pie chart assumes resistance (R) is a static, unchanging constant. In physical installations, this is false. Just as wire ampacity tables require derating for ambient temperature and conduit fill, Ohm's Law calculations require 'derating' for the Temperature Coefficient of Resistance (TCR).

Bench Rule of Thumb: Copper has a TCR (α) of approximately 0.00393 per °C. If you are calculating I²R heating for a 10 AWG THHN copper feeder carrying 30A in a 40°C ambient attic, the conductor will operate around 65°C. Its resistance increases by roughly 17.6% compared to the standard 20°C baseline. If you use the base pie chart value without this adjustment, you will underestimate thermal dissipation.

To modify the base value, apply the TCR multiplier before running your power formula: R_hot = R_cold × [1 + α(T_hot - T_cold)]. Furthermore, at high frequencies (above 10 kHz), the skin effect forces current to the outer edge of the conductor, effectively reducing the cross-sectional area and increasing AC resistance well beyond the DC value derived from the chart. Always consult manufacturer impedance tables for high-frequency RF or fast-switching PWM circuits.

What the Standard Chart Cannot Tell You

The Ohm law pie chart is strictly limited to DC resistive circuits or AC circuits where reactance is precisely zero. It will fail you in three common scenarios:

  • AC Impedance and Phase Angle: For inductive loads like AC motors or transformers, applying E = I × R yields dangerously incorrect results. You must use Impedance (Z), which combines resistance (R) and reactance (X). The formula becomes E = I × Z, and calculating true power requires factoring in the Power Factor (PF): P = I × E × PF. For deep dives into AC theory, reference All About Circuits' AC Volume.
  • Non-Ohmic Semiconductors: Diodes, LEDs, and transistors do not obey Ohm's Law. A 1N4007 diode's current-voltage relationship is exponential, governed by the Shockley diode equation. You cannot use R = E / I to find a diode's 'resistance' because the resistance changes dynamically with every millivolt of applied forward bias.
  • Internal Battery Resistance: When calculating the terminal voltage of a LiFePO4 cell under load, the pie chart ignores internal resistance (ESR). The true terminal voltage is E_terminal = E_ocv - (I × R_internal). For more on battery modeling, see Georgia State University HyperPhysics.

Quick-Jump Rows for the Most Queried Bench Scenarios

Bookmark these specific adaptations of the pie chart formulas for the most common DIY and prototyping tasks.

Scenario Known Variables Adapted Formula Concrete Example
LED Current-Limiting Resistor Source Voltage (Vs), LED Forward Voltage (Vf), Target Current (I) R = (Vs - Vf) / I 5V Arduino pin, 2.1V red LED, 20mA target: R = (5 - 2.1) / 0.02 = 145Ω (Use 150Ω standard)
MOSFET Conduction Heat Drain Current (I), Rds(on) from datasheet P = I² × Rds(on) IRLZ44N MOSFET switching 15A, Rds(on) = 0.022Ω: P = 15² × 0.022 = 4.95W (Requires heatsink)
PCB Trace Voltage Drop Trace Resistance (R), Load Current (I) E_drop = I × R 1oz copper, 10mil trace, 5cm long (approx 0.05Ω) carrying 2A: E_drop = 2 × 0.05 = 0.1V drop
Breaker Sizing for Resistive Heater Heater Power (P), Line Voltage (E) I = P / E (then multiply by 1.25 for continuous load NEC derating) 1500W baseboard heater on 120V: I = 1500 / 120 = 12.5A. 12.5 × 1.25 = 15.6A. Use a 20A breaker.

For authoritative field measurements and verification of these calculations, always cross-reference your multimeter readings against Fluke's official field guides on Ohm's Law. The pie chart is your theoretical map, but the multimeter is your ground truth.