The Core DC Equations: Symbols, Derivations, and Rearrangements

At the bench and on the jobsite, 90% of your diagnostic and design work relies on two foundational laws: Ohm’s Law (defining the relationship between voltage, current, and resistance) and Joule’s Law (defining electrical power). While often memorized as isolated triangles, true mastery requires understanding how they derive from one another and how to track units through the math to prevent catastrophic design errors.

The two parent formulas are V = I × R and P = V × I. By substituting Ohm's Law into the power equation, we derive the combined forms used for thermal and resistive calculations. For instance, substituting V yields P = (I × R) × I = I²R, which is the exact formula used to calculate heat dissipation in a wire or component. According to Georgia State University HyperPhysics, these linear relationships hold strictly true for ohmic materials at constant temperatures.

SymbolQuantitySI UnitUnit AbbreviationBase SI Equivalency
V (or E)Voltage (Electromotive Force)VoltVJoules per Coulomb (J/C)
ICurrentAmpereACoulombs per second (C/s)
RResistanceOhmΩVolts per Ampere (V/A)
PPowerWattWJoules per second (J/s)

Rearranged Forms Matrix

When troubleshooting, you rarely have all four variables. Use this rearranged list to solve for any missing variable using the two knowns:

  • To find Voltage (V): V = I × R | V = P / I | V = √(P × R)
  • To find Current (I): I = V / R | I = P / V | I = √(P / R)
  • To find Resistance (R): R = V / I | R = P / I² | R = V² / P
  • To find Power (P): P = V × I | P = I² × R | P = V² / R

Real-World Component Data: What Realistic Magnitudes Look Like

Before running calculations, you must develop an intuition for realistic magnitudes. If you calculate that a 5V microcontroller pin is sourcing 40 Amps, you have dropped a decimal prefix. The table below provides measured and calculated baseline values for common loads you will encounter in DIY and industrial electronics.

Component / LoadNominal VMeasured ICalculated RPower (P)Realistic Magnitude Check
5mm Red LED (with 220Ω @ 5V)5.0 V0.012 A (12mA)416 Ω (total)0.06 WLogic-safe; under 20mA GPIO limit
Bosch-style 12V Relay Coil (Tyco V23134)12.0 V0.15 A (150mA)80 Ω1.8 WRequires transistor driver; too high for direct MCU pin
120V 1500W Space Heater (Resistive)120.0 V12.5 A9.6 Ω1500 WStandard 15A branch circuit; near continuous load limit
ESP32-WROOM-32 (Deep Sleep Mode)3.3 V0.00015 A (150µA)22,000 Ω0.00049 WMicro-power; requires high-impedance multimeter to measure

Assumptions, Limits, and the AC Reality Check

The electrical basic formulas derived above assume a purely resistive DC circuit. In the real world, you must account for where these assumptions break down:

  • Temperature Coefficient: Resistance is not perfectly static. A tungsten incandescent bulb filament has a cold resistance roughly 1/15th of its hot operating resistance. Calculating inrush current using hot resistance will yield dangerously low estimates.
  • Non-Ohmic Devices: Diodes, LEDs, and transistors do not obey Ohm's Law linearly. Their V-I curve is exponential. You cannot use R = V/I to find a "static resistance" for an LED; you must use the forward voltage drop (Vf) as a fixed subtractive value in your loop equations.
  • AC and Reactance: In alternating current circuits with motors, transformers, or capacitors, impedance (Z) replaces resistance (R), and Power Factor (PF) must be applied. The true AC power formula is P = V × I × PF. Using the basic DC formula on an induction motor will result in calculating apparent power (VA) rather than real power (W), leading to undersized wire and breaker selections.

The Unit Traps: Mistakes That Break the Math

The most common cause of fried components and failed projects is failing to convert prefixed units into base SI units before calculating. The NIST SI Prefixes standard defines milli (10⁻³) and micro (10⁻⁶), but plugging "20" into a formula instead of "0.020" yields exponential errors, especially when squaring variables.

Warning: The I²R Squaring Trap
If you are calculating power dissipation (P = I²R) for a trace carrying 500mA across a 0.1Ω shunt resistor:
Correct: P = (0.500 A)² × 0.1 Ω = 0.25 × 0.1 = 0.025 W (25 mW).
Incorrect (forgetting to convert mA): P = (500)² × 0.1 = 250,000 × 0.1 = 25,000 W.
If your calculated answer suggests a tiny SMD resistor is dissipating 25 kilowatts, you have failed to convert milliamps to Amps.

The Golden Rule: Always strip prefixes to base units (Volts, Amps, Ohms, Watts) on your scratchpad before touching the calculator. Convert back to engineering prefixes (mA, kΩ, mW) only for the final component selection.

Worked Example 1: Sizing a Current-Limiting Resistor for a 12V Indicator LED

Scenario: You are designing a control panel powered by a 12V DC supply. You need to illuminate a standard 5mm Green LED. The datasheet specifies a forward voltage (Vf) of 2.2V and a target forward current (If) of 20mA. Find the required resistor value and its minimum power rating.

Step 1: Determine the voltage drop across the resistor.
Kirchhoff’s Voltage Law dictates the source voltage equals the sum of the voltage drops.
V_R = V_Source - V_LED
V_R = 12.0 V - 2.2 V = 9.8 V

Step 2: Convert target current to base SI units.
I = 20 mA = 0.020 A

Step 3: Calculate Resistance using Ohm's Law.
R = V_R / I
R = 9.8 V / 0.020 A = 490 Ω

Step 4: Calculate Power dissipated by the resistor.
P = V_R × I
P = 9.8 V × 0.020 A = 0.196 W

Step 5: Select standard components.
490 Ω is not a standard E12/E24 value. We round up to the nearest standard value to ensure current stays at or below 20mA: 510 Ω.
The power dissipation is 0.196 W. A standard 1/4W (0.25W) resistor is technically sufficient, but Fluke Corporation and industry best practices recommend a 50% derating for thermal reliability. Therefore, select a 1/2W (0.5W) 510 Ω resistor.

Worked Example 2: Calculating Voltage Drop on a 24V Industrial Sensor Cable

Scenario: You are wiring a 24V DC industrial PNP proximity sensor (drawing 150mA) located 30 meters from the PLC I/O card. You are using 22 AWG stranded copper wire. Will the sensor receive adequate voltage?

Step 1: Calculate total wire length (The Round-Trip Trap).
Current must flow to the sensor and return to the power supply. The physical distance is 30m, but the electrical circuit length is double.
L_total = 30 m × 2 = 60 m

Step 2: Determine wire resistance.
22 AWG copper has a resistance of approximately 52.9 Ω per kilometer (or 0.0529 Ω/m).
R_wire = 60 m × 0.0529 Ω/m = 3.174 Ω

Step 3: Convert current to base SI units.
I = 150 mA = 0.150 A

Step 4: Calculate Voltage Drop.
V_drop = I × R_wire
V_drop = 0.150 A × 3.174 Ω = 0.476 V

Step 5: Verify against realistic magnitudes and component limits.
Voltage at Sensor = V_Source - V_drop
Voltage at Sensor = 24.0 V - 0.476 V = 23.52 V
Industrial PNP sensors typically operate within a 10V to 30V range. A drop of less than half a volt is negligible here, and the 22 AWG wire is perfectly adequate. However, if this were a 5V TTL logic line, a 0.47V drop could cause brownouts, demonstrating why unit tracking and magnitude checks are vital for system reliability.