The ohms law pie chart (frequently called the power wheel or Ohm's Law wheel) is a 12-formula visual matrix that merges Ohm’s Law ($V = I \times R$) and Joule’s Power Law ($P = V \times I$) into a single lookup diagram. If you need to find an unknown electrical value, the direct answer is to identify the two variables you already know, locate their intersection on the chart, and apply the corresponding formula. For a 12V circuit drawing 2A, the power is exactly 24W ($P = V \times I$).

While the chart is mathematically perfect, real-world components melt if you ignore thermal physics. Below is the complete reference matrix, a decision path for multimeter users, and the critical thermal derating rules that dictate which physical part you actually need to buy.

The Ohms Law PIE Chart: 12-Formula Lookup Matrix

This table translates the visual quadrants of the pie chart into a searchable text matrix. How to read this table: The To Find and Known Variables columns provide the mathematical relationship based on standard SI unit definitions from NIST. However, the Installation Context column dictates which physical reality applies to your specific build environment. You must also understand how derating rows (found in manufacturer datasheets) modify the base value: a resistor mathematically calculated to dissipate 0.5W must be derated if installed in a high-ambient-temperature enclosure. Finally, note what the table cannot tell you: it assumes purely resistive DC loads and cannot calculate AC power factor, reactive impedance, or transient inrush currents.

To Find Known Variables Formula Standard Unit (NIST) Installation Context & Limits
Voltage (V)Current (I), Resistance (R)V = I × RVolts (V)Verify source can sustain V under load without sag.
Voltage (V)Power (P), Current (I)V = P / IVolts (V)Use RMS voltage for AC resistive loads only.
Voltage (V)Power (P), Resistance (R)V = √(P × R)Volts (V)Ensure component voltage rating (WVDC) is not exceeded.
Current (I)Voltage (V), Resistance (R)I = V / RAmperes (A)Check wire ampacity and trace width for calculated I.
Current (I)Power (P), Voltage (V)I = P / VAmperes (A)Size fuses/breakers at 125% of this continuous value.
Current (I)Power (P), Resistance (R)I = √(P / R)Amperes (A)Account for thermal derating rows at high ambient temps.
Resistance (R)Voltage (V), Current (I)R = V / IOhms (Ω)Measure with power OFF; multimeter injects its own test current.
Resistance (R)Power (P), Current (I)R = P / I²Ohms (Ω)Select physical wattage rating 2× higher than calculated P.
Resistance (R)Voltage (V), Power (P)R = V² / POhms (Ω)Use standard E24/E96 values; nearest standard may alter P.
Power (P)Voltage (V), Current (I)P = V × IWatts (W)Represents real power in DC; apparent power (VA) in AC.
Power (P)Current (I), Resistance (R)P = I² × RWatts (W)Primary heat generation formula; dictates heatsink needs.
Power (P)Voltage (V), Resistance (R)P = V² / RWatts (W)Shows why doubling voltage quadruples heat dissipation.

Bookmark Quick-Jumps: The 3 Most-Queried Bench Formulas

While the pie chart contains 12 formulas, bench work usually revolves around three specific scenarios. Bookmark these quick-jump rules for your most common troubleshooting and design tasks.

1. Finding Power from Voltage and Resistance (P = V² / R)

Use case: Sizing a dummy load or calculating heat in a voltage divider.
Example: You apply 12V across a 100Ω resistor. $P = 12^2 / 100 = 144 / 100 = 1.44W$.
Action: You must buy a minimum 2W or 3W resistor. A standard 1/4W (0.25W) resistor will instantly overheat and fail.

2. Finding Current from Power and Voltage (I = P / V)

Use case: Sizing a branch circuit breaker or selecting a wire gauge for a DC appliance.
Example: A 120V AC space heater is rated at 1500W. $I = 1500 / 120 = 12.5A$.
Action: Because 12.5A exceeds 80% of a 15A breaker's continuous rating (12A), this load requires a dedicated 20A circuit using 12 AWG copper wire.

3. Finding Resistance from Voltage and Current (R = V / I)

Use case: Calculating a current-limiting resistor for an LED or transistor base.
Example: You need to drop 5V to 3.3V for a sensor drawing 50mA (0.05A). The required voltage drop is 1.7V. $R = 1.7 / 0.05 = 34\Omega$.
Action: Select the next highest standard E24 value, which is 36Ω, to slightly reduce the current and protect the sensor.

Decision Tree: Which Formula to Use Based on Your Meter

When troubleshooting a live board, you are limited by what your multimeter can physically measure. Use this decision path to terminate your diagnostic process with one concrete formula.

If you can measure / know... And you need to find... Then use this formula...
Voltage (via parallel probes) & Current (via series/clamp) Power dissipation (Heat) P = V × I (Do not use resistance, as it changes with temperature)
Voltage (via parallel probes) & Resistance (from schematic/code) Expected Current draw I = V / R (Ensure power is stable before trusting this)
Power (from nameplate) & Voltage (from wall outlet) Required Breaker / Wire Size I = P / V (Multiply result by 1.25 for continuous NEC loads)
Voltage drop across component & Component Current Actual Component Resistance R = V / I (Reveals if a heating element is degrading/open)

Thermal Derating: When the PIE Chart Fails in the Real World

The most common mistake hobbyists make is treating the ohms law pie chart as a complete engineering solution. The chart calculates nominal power, but it ignores thermodynamics. If you calculate that a resistor will dissipate 0.5W, and you install a 0.5W rated resistor, it will likely burn out in a sealed enclosure.

How Derating Rows Modify the Base Value

Component manufacturers publish derating curves (usually based on standards like MIL-PRF-39008 for military-spec resistors). These curves act as "derating rows" that modify your base calculated value based on ambient temperature:

  • Up to 70°C Ambient: The component can handle 100% of its rated wattage. (If you calculated 0.5W, a 0.5W part is fine).
  • At 100°C Ambient: The derating curve typically drops to 50%. (Your 0.5W part can now only safely dissipate 0.25W. You must upgrade to a 1W or 2W physical part).
  • At 155°C+ Ambient: The derating drops to 0%. The component will fail regardless of the math.

The Golden Rule of Bench Design: Always multiply your PIE chart power calculation by a 2.0x safety factor when selecting the physical component's wattage rating. If $P = I^2 \times R$ yields 0.25W, buy a 0.5W (1/2W) resistor minimum.

Final Pick: Sizing Your Resistor for a 12V LED Circuit

Let’s terminate this guide with a concrete, real-world application. You are wiring a standard 5mm red LED to a 12V DC automotive battery (which actually sits around 13.8V when the alternator is running). The LED has a forward voltage ($V_f$) of 2.0V and requires a forward current ($I_f$) of 20mA (0.02A).

  1. Calculate Voltage Drop: The resistor must drop $13.8V - 2.0V = 11.8V$.
  2. Calculate Resistance (R = V / I): $11.8V / 0.02A = 590\Omega$. The nearest standard E24 value is 620Ω.
  3. Calculate Power (P = V × I): $11.8V \times 0.02A = 0.236W$.
  4. Apply Derating/Safety Factor: $0.236W \times 2.0 = 0.472W$. A standard 1/4W (0.25W) resistor will overheat and drift in value. You need a 1/2W (0.5W) or 1W resistor.

The Concrete BOM Pick

Do not just buy "a 620 ohm resistor." Purchase the Yageo CFR-50JB-52-620R. This is a 1/2W, 620Ω, 5% tolerance carbon film resistor. It handles the 0.236W dissipation with plenty of thermal headroom for the under-hood temperature spikes of an automotive environment, keeping you safely on the flat part of the manufacturer's derating curve.