The ohms law circle is a visual reference chart divided into 12 segments that allows you to calculate any unknown electrical value—voltage, current, resistance, or power—when you know the other two, without needing to memorize algebraic formulas. In a real installation or bench session, it changes how fast you can troubleshoot a voltage drop or size a current-limiting resistor on the fly, turning a multi-minute algebra session into a five-second visual lookup. Beginners commonly confuse the DC ohms law circle with AC impedance calculations, mistakenly applying pure resistance formulas to circuits containing inductors or capacitors where phase angle and power factor dictate the actual current draw.

The 12-Segment Ohms Law Circle Reference Chart

Instead of memorizing a dozen different equations, the ohms law circle (often called the Ohm's Law wheel or pie chart) groups the formulas by the variable you are trying to find. You simply cover the unknown variable with your thumb, and the remaining visible letters tell you the mathematical operation to perform. If the letters are side-by-side, you multiply; if one is over the other, you divide.

Bench Tip: When using the square root formulas (like V = √(P × R)), ensure your calculator is in standard mode, not engineering notation, to avoid decimal placement errors when sizing low-wattage resistors.

Below is the complete data table for the 12 segments. Keep this mapped out when designing DC circuits or sizing protective devices.

Unknown Variable Formula 1 (Basic) Formula 2 (Power-derived) Formula 3 (Alternate) Primary Practical Use Case
Voltage (V) V = I × R V = P / I V = √(P × R) Calculating voltage drop across a specific wire gauge or component.
Current (I) I = V / R I = P / V I = √(P / R) Sizing branch circuit breakers, fuses, and BMS discharge limits.
Resistance (R) R = V / I R = P / I² R = V² / P Selecting current-limiting resistors for LEDs or transistor bases.
Power (P) P = V × I P = I² × R P = V² / R Calculating heat dissipation, resistor wattage ratings, and solar load.

For authoritative reference on how these relationships form the foundation of DC circuit analysis, consult the All About Circuits DC textbook chapter on Ohm's Law, which breaks down the mathematical proofs for each of these 12 variations.

Worked Numeric Example: Sizing a Dropping Resistor

Let’s apply the wheel to a real-world bench scenario. You are building a custom dashboard indicator for a vehicle. The automotive alternator outputs a nominal 14.4V DC when the engine is running. You want to illuminate a standard high-brightness indicator LED that has a forward voltage (Vf) of 2.1V and requires a forward current (If) of 20mA (0.02A).

Step 1: Find the Voltage Across the Resistor
The LED consumes 2.1V. The resistor must drop the remainder of the 14.4V source.
V_resistor = 14.4V - 2.1V = 12.3V

Step 2: Use the Circle to Find Resistance (R)
We know V (12.3V) and I (0.02A). Cover 'R' on the wheel. The formula revealed is R = V / I.
R = 12.3 / 0.02 = 615 ohms.
Action: 615 ohms is not a standard E12 resistor value. We always round up to the next standard value to keep current slightly below the LED's maximum rating. The next standard value is 680 ohms.

Step 3: Use the Circle to Find Power (P)
We need to know what wattage rating the physical resistor must have so it doesn't overheat and fail. We know V (12.3V) and I (0.02A). Cover 'P' on the wheel. The formula is P = V × I.
P = 12.3 × 0.02 = 0.246 watts.
Action: Standard through-hole resistors come in 1/4W (0.25W), 1/2W (0.5W), and 1W ratings. While 0.246W is technically under the 0.25W limit, running a resistor at 98% of its thermal capacity will cause it to run extremely hot and drift in value. Good engineering practice dictates a 50% derating. Therefore, you must select a 1/2W (0.5W) 680-ohm resistor.

This entire calculation, which would require algebraic manipulation if starting from the base P = I²R formulas, takes seconds when visually referencing the chart. For more on practical component selection and thermal derating, Fluke's educational guide on electrical fundamentals provides excellent field context for these measurements.

Where You Meet This in Practice (and Where It Fails)

The ohms law circle is an indispensable tool for DC resistive circuits, but it has strict boundaries. Knowing where to apply it—and where to put it away—is what separates a competent maker from someone who constantly burns out components.

Where It Wins: DC Wiring and Sizing

You will use this constantly when calculating voltage drop in AWG wire. For example, if you are running a 12V DC winch that pulls 40A through 20 feet of 6 AWG copper wire (which has a resistance of roughly 0.000395 ohms per foot). The total round-trip wire length is 40 feet.
R_wire = 0.000395 × 40 = 0.0158 ohms.
Using the wheel (V = I × R): V_drop = 40A × 0.0158 ohms = 0.632V.
The winch will see 11.36V. This quick math tells you if your wire gauge is sufficient or if you need to step up to 4 AWG to prevent the winch motor from stalling under load.

Where It Fails: Non-Linear and AC Components

The wheel assumes resistance is constant. It completely fails when applied directly to non-linear components like diodes, transistors, or incandescent bulbs (where the cold filament resistance is a fraction of its hot resistance). You cannot use V = I × R to find the current through a diode without first consulting the diode's I-V curve datasheet.

Furthermore, the wheel is strictly for DC or purely resistive AC loads (like a simple space heater). If you are wiring an AC induction motor, a transformer, or a fluorescent ballast, the circuit has reactance (inductance or capacitance). In these cases, Resistance (R) must be replaced by Impedance (Z), and you must factor in the Power Factor (PF) to calculate true power. Applying the DC power formula (P = V × I) to an AC motor will give you Apparent Power (VA), not Real Power (Watts), leading to severely undersized breakers and melted conductors.

Frequently Asked Questions

Does the ohms law circle work for sizing solar panel strings?
Yes, but only for the DC side of the system. You can use it to calculate the current draw of your DC loads to size your battery bank and charge controller. However, you cannot use it to calculate the AC output of your inverter without accounting for the inverter's efficiency rating (typically 85% to 93%), which acts as a hidden power loss not represented on the wheel.

Why do my multimeter readings not match the circle's math on the bench?
Real-world components have tolerances, and power sources have internal resistance. A standard carbon film resistor has a ±5% tolerance. Furthermore, a 9V alkaline battery might read 9.2V open-circuit, but when you draw 100mA, its internal resistance causes the terminal voltage to sag to 7.5V. If you use the open-circuit 9.2V in your math but measure the circuit while it is under load, your calculated current will be significantly higher than your measured current. Always measure voltage under load for accurate troubleshooting.

What is the difference between the Ohm's Law wheel and the AC power triangle?
The wheel calculates DC Real Power (Watts). The AC power triangle is a vector diagram used to calculate Apparent Power (VA), Real Power (Watts), and Reactive Power (VAR) in AC circuits where the voltage and current waveforms are out of phase. If your load has a motor or a large capacitor bank, put the wheel away and use the power triangle.