The two foundational voltage equations used in DC and AC RMS circuit analysis are V = I × R (Ohm’s Law) and V = P / I (the Power derivation). Whether you are sizing a current-sense shunt for a motor controller or calculating the supply requirements for an off-grid DC water pump, these formulas dictate the relationship between electrical potential, current flow, resistance, and power dissipation. Below, we break down the exact symbols, algebraic rearrangements, boundary conditions, and step-by-step worked examples required to apply these equations correctly on the bench.
The Core Voltage Equations and Symbol Definitions
At the bench level, voltage is the electromotive force (EMF) that pushes charge carriers through a conductive medium. The primary equation defining this relationship for linear, resistive loads is Ohm's Law. When power dissipation is the known variable rather than resistance, we use the power-derived voltage equation.
Primary Equation (Ohm's Law): V = I × R
Power Derivation Equation: V = P / I
To use these equations without introducing catastrophic calculation errors, every variable must be converted to its base SI unit before multiplying or dividing. The NIST Guide to the SI defines these base units rigorously. Here is the definitive spec-sheet table for the variables involved:
| Symbol | Quantity | Standard Unit | Unit Abbreviation | SI Base Equivalents | Typical Bench Instrument |
|---|---|---|---|---|---|
| V | Voltage (Potential Difference) | Volt | V | kg·m²·s⁻³·A⁻¹ | Fluke 87V Digital Multimeter |
| I | Current | Ampere | A | A | Fluke i17XX Current Clamp |
| R | Resistance | Ohm | Ω | kg·m²·s⁻³·A⁻² | Keithley 2000 DMM (4-wire) |
| P | Power | Watt | W | kg·m²·s⁻³ | Yokogawa WT5000 Power Analyzer |
Rearranged Forms: Solving for Every Variable
On the jobsite or in the lab, you rarely solve for voltage directly; more often, you are using a known voltage to find current, resistance, or power. By combining V = I × R and P = V × I, we can derive a complete matrix of algebraic rearrangements. According to All About Circuits, memorizing the 'Ohm's Law Wheel' is common for apprentices, but writing out the explicit algebraic forms prevents transposition errors during high-stakes calculations.
- To find Current (I): I = V / R | I = P / V
- To find Resistance (R): R = V / I | R = V² / P
- To find Power (P): P = V × I | P = V² / R
- To find Voltage (V) from Power and Resistance: V = √(P × R)
Boundary Conditions: When the Formula Applies (and When It Breaks)
These equations are not universal laws of physics; they are empirical models that apply strictly under specific boundary conditions. Applying them outside these assumptions is the root cause of most 'math vs. reality' mismatches in electronics.
Assumptions and Applicability
The equations V = I × R and V = P / I assume a linear, time-invariant resistive load. They apply perfectly to standard carbon-film resistors, wire-wound heating elements, and DC circuits in a steady state. For AC circuits, these equations only hold true if the load is purely resistive (power factor = 1.0) and you are using RMS (Root Mean Square) values for both voltage and current, not peak or peak-to-peak values.
Unit Mistakes That Break the Math
The most common bench mistake is failing to convert prefixes to base SI units before calculating.
Example: Calculating the voltage drop across a 220 Ω resistor carrying 20 mA.
Incorrect: V = 20 × 220 = 4400 V.
Correct: V = 0.020 A × 220 Ω = 4.4 V.
Always strip milli (m), kilo (k), and mega (M) prefixes into their decimal equivalents (e.g., 1 kW = 1000 W) before plugging numbers into the formula.
Realistic Answer Magnitudes
Developing an intuition for realistic magnitudes acts as a sanity check against decimal errors:
• Logic Levels: 1.8V, 3.3V, or 5V DC (tolerance usually ±5%).
• Mains AC (US): 120V nominal. Per ANSI C84.1, acceptable utilization ranges are 114V to 126V.
• Current Sense Shunts: Typically designed to drop exactly 50 mV (0.050 V) or 100 mV at their maximum rated current to minimize power waste.
• Battery Systems: 12V nominal lead-acid actually rests at 12.6V fully charged and 10.5V fully discharged.
Worked Examples with Strict Unit Tracking
Let's apply the equations to two real-world scenarios, tracking units at every intermediate step to ensure dimensional consistency.
Problem 1: Sizing a Current-Sense Shunt for a Motor Controller
Scenario: You are building a 48V DC electric skateboard and need to measure the motor current using a shunt resistor and an Arduino ADC. The motor controller peaks at 85 Amps. You select a standard 0.5 mΩ (milli-ohm) shunt resistor. What is the maximum voltage drop across the shunt at peak current, and is it safe for a 5V Arduino analog pin?
- Identify Knowns: I = 85 A, R = 0.5 mΩ.
- Convert to Base SI Units: R = 0.5 × 10⁻³ Ω = 0.0005 Ω.
- Select Equation: V = I × R.
- Substitute Values with Units: V = 85 A × 0.0005 Ω.
- Calculate: V = 0.0425 V.
- Convert to Practical Units: 0.0425 V = 42.5 mV.
Conclusion: The voltage drop is 42.5 mV. This is well within the 0-5V range of the Arduino ADC and represents a minimal power loss (P = 85A × 0.0425V = 3.61W), meaning a standard 5W-rated shunt will suffice without overheating.
Problem 2: Determining Supply Voltage for an Off-Grid DC Pump
Scenario: You are wiring a Shurflo diaphragm water pump in an off-grid solar cabin. The pump's nameplate is faded, but you can read that it dissipates 180 Watts of power and draws 15 Amps of current under load. What is the nominal voltage of the pump, and what is its internal operating resistance?
- Identify Knowns: P = 180 W, I = 15 A.
- Select Equation for Voltage: V = P / I.
- Substitute Values: V = 180 W / 15 A.
- Calculate Voltage: V = 12 V. (This confirms it is a standard 12V DC RV/marine pump).
- Select Equation for Resistance: R = V / I (or R = V² / P).
- Substitute Values: R = 12 V / 15 A.
- Calculate Resistance: R = 0.8 Ω.
Conclusion: The pump requires a 12V nominal supply and presents an operating resistance of 0.8 Ω. Note: This is the hot/running resistance. The cold resistance (when the motor is stalled at startup) will be significantly lower, which is why DC pumps require breakers sized for inrush current, not just running current.
Frequently Asked Questions
How do voltage equations change for AC circuits with inductors and capacitors?
In AC circuits containing reactive components (inductors and capacitors), resistance (R) is replaced by Impedance (Z), which is a complex number comprising both resistance and reactance. The equation becomes V = I × Z. Because voltage and current become out of phase, you cannot simply multiply the RMS scalar values to find real power; you must account for the phase angle (θ) using the power factor (cos θ). The real power equation shifts to P = V × I × cos(θ). If you attempt to use V = P / I on an inductive load like an AC motor without factoring in the power factor, your calculated voltage will be incorrect.
Why does my calculated voltage equation result not match my multimeter reading?
If your math says a resistor should drop 5.0V but your Fluke multimeter reads 4.8V, the discrepancy is almost always due to parasitic resistances ignored in the ideal formula. Standard silicone test leads have a resistance of 0.2 Ω to 0.5 Ω each. Furthermore, the copper traces on your PCB and the contact resistance of your breadboard or terminal blocks add milliohms to the circuit. In high-current, low-voltage circuits (like a 3.3V logic rail drawing 2A), a mere 0.15 Ω of trace resistance will drop 0.3V, causing a measurable brownout that the ideal V = I × R equation won't predict unless you explicitly model the trace resistance.
What is the voltage equation for a series resistive voltage divider?
When you need to step down a voltage using two series resistors (R1 and R2), the output voltage taken across R2 is calculated using the voltage divider equation: V_out = V_in × [R2 / (R1 + R2)]. A critical practical rule is the '10x Rule': the load you connect to V_out must have an input impedance at least 10 times greater than R2. If it doesn't, the load acts as a parallel resistor to R2, altering the equivalent resistance and dragging V_out down below your calculated target.
Can I use standard DC voltage equations to model lithium-ion battery discharge curves?
No. Lithium-ion cells (like 18650s or LiFePO4 prismatic cells) are non-linear electrochemical devices, not ohmic resistors. The terminal voltage is governed by the Nernst equation and the cell's State of Charge (SoC), not just the external load. Furthermore, under load, the terminal voltage sags according to the equation V_terminal = OCV - (I × ESR), where OCV is Open Circuit Voltage and ESR is Equivalent Series Resistance. Because ESR increases as the battery depletes and drops in temperature, a simple V = I × R calculation cannot predict battery life or cutoff voltage; you must use Coulomb counting and chemistry-specific OCV lookup tables in your Battery Management System (BMS) firmware.






