The Core Physics Formulas for Electricity: Power and Joule Heating

The foundational physics formulas for electricity that link power, voltage, current, and resistance are derived from Joule's First Law and Ohm's Law. In practical electrical work, whether you are sizing a current-limiting resistor for an LED or calculating the heat dissipation in a branch circuit feeder, these equations dictate component survival and system efficiency.

The primary power equations are:

  • P = I × V
  • P = I² × R
  • P = V² / R

Symbol Definition Table

SymbolQuantitySI UnitUnit Abbreviation
PElectrical Power (rate of energy transfer or heat dissipation)WattW
ICurrent (rate of electron flow)AmpereA
VVoltage (electrical potential difference)VoltV
RResistance (opposition to current flow)OhmΩ

Rearranged Forms

When troubleshooting or designing, you rarely need just P. Here are the algebraic rearrangements solving for each variable, combining both Ohm's Law (V = I × R) and the power laws:

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

Assumptions, Unit Traps, and Realistic Magnitudes

Before plugging numbers into a calculator, you must understand the boundary conditions of these physics formulas for electricity. Blindly applying them to the wrong circuit topology is how hobbyists fry components and professionals start fires.

When the Formulas Apply (and Their Assumptions)

These equations assume a purely resistive DC circuit or an AC circuit with a power factor of exactly 1.0 (unity). In DC, voltage and current are constant. In AC, if the load contains inductance (motors, transformers) or capacitance, you must substitute V and I with their RMS (Root Mean Square) values, and account for impedance (Z) rather than pure resistance (R). For AC reactive loads, P = I × V only yields apparent power (VA), not true real power (W), unless multiplied by the power factor (cos θ).

Which Unit Mistakes Break the Math

The most common way to break these formulas is failing to convert prefix multipliers to base SI units before calculating. According to the NIST guide on SI units, prefixes must be resolved to base units for the math to hold.

  • The mA Trap: Entering 20 mA as 20 instead of 0.020 A will overstate your power calculation by a factor of 1,000. Always divide milliamps by 1,000.
  • The mV Trap: Logic-level signals are often in millivolts. 3.3 mV is 0.0033 V.
  • The kW Trap: If your result is 1500 W and you need to compare it to a breaker rating, remember that utility meters and large inverters use kilowatts (1.5 kW).

What a Realistic Answer Magnitude Looks Like

Developing an intuition for magnitudes prevents catastrophic errors. If you are calculating the power dissipation of a through-hole resistor on a 5V Arduino breadboard and your math yields 45 W, your math is wrong; a standard 1/4W resistor would instantly vaporize. Realistic bench-level electronics usually operate between 0.01 W and 2 W. Conversely, a 120V household branch circuit on a 15A breaker maxes out at 1,800 W (continuous load derated to 1,440 W per NEC 210.20). If your household calculation yields 15 W, you likely forgot a zero.

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

Scenario: You are powering a standard 5mm red LED from a 12V DC bench supply. The LED datasheet specifies a forward voltage (V_f) of 2.0V and a target forward current (I_f) of 20 mA. You need to find the required series resistance and the minimum power rating for that resistor.

Step 1: Convert units to base SI.

I_f = 20 mA = 0.020 A

Step 2: Calculate the voltage drop across the resistor.

Kirchhoff's Voltage Law dictates the supply voltage equals the sum of the voltage drops. The resistor must drop the remaining voltage.

V_R = V_supply - V_f

V_R = 12V - 2.0V = 10.0V

Step 3: Calculate the required resistance using Ohm's Law.

R = V_R / I_f

R = 10.0V / 0.020A = 500 Ω

Practical note: 500 Ω is a standard E24 resistor value. If it weren't, you would round up to the next standard value (e.g., 510 Ω) to keep current safely below the LED's maximum rating.

Step 4: Calculate the power dissipated by the resistor.

We know V_R and I_f, so we use P = I × V.

P = 0.020A × 10.0V = 0.20 W

Conclusion: You need a 500 Ω resistor rated for at least 0.20 W. A standard 1/4 W (0.25 W) carbon film resistor is sufficient, but a 1/2 W resistor will run cooler and is preferred for longevity.

Worked Example 2: Calculating Heat Dissipation in 12 AWG THHN Feeder Wire

Scenario: You are wiring a 120V AC branch circuit to a garage subpanel. The one-way physical distance is 50 feet. You are using 12 AWG copper THHN wire. The continuous load is 15A. You need to calculate the voltage drop and the exact amount of power lost as heat in the wire to ensure the conduit won't overheat.

Step 1: Determine total wire length and resistance.

Current must travel out and back, so the total wire length is 50 ft × 2 = 100 ft.
According to NEC Chapter 9, Table 8, the DC resistance of 12 AWG solid copper at 20°C is 1.588 Ω / 1000 ft.

R_wire = (100 ft / 1000 ft) × 1.588 Ω = 0.1588 Ω

Step 2: Calculate the voltage drop.

V_drop = I × R_wire

V_drop = 15A × 0.1588 Ω = 2.382V

Context: A 2.38V drop on a 120V circuit is roughly 2%, which is well within the NEC informational recommendation of 3% maximum for branch circuits.

Step 3: Calculate the power dissipated as heat in the wire.

Because we are calculating heat generated by the wire's resistance, we use the I²R form of Joule's Law (as detailed in Georgia State University's HyperPhysics reference).

P_heat = I² × R_wire

P_heat = (15A)² × 0.1588 Ω

P_heat = 225A² × 0.1588 Ω = 35.73 W

Conclusion: The wire will dissipate 35.73 Watts of heat across the 100-foot loop. While 12 AWG THHN is rated for 90°C and can safely handle this thermal load in free air, if you bundle this wire with five other current-carrying conductors in a single conduit, you must apply NEC 310.15(C)(1) derating factors, which might force you to upsize to 10 AWG to prevent insulation degradation.

Frequently Asked Questions About Electricity Physics Formulas

How do physics formulas for electricity apply to AC versus DC circuits?

In DC circuits, voltage and current are constant, making P = I × V straightforward. In AC circuits, voltage and current are sinusoidal and constantly changing. To use these physics formulas for electricity in AC, you must use the RMS (Root Mean Square) values for voltage and current, not the peak values. For a standard US 120V AC wall outlet, 120V is already the RMS value (the peak is actually ~170V). Furthermore, if the AC load is reactive (like an induction motor), you must multiply the result by the Power Factor (PF) to find true real power: P = I_rms × V_rms × PF.

Why do my physics calculations for electricity not match my multimeter readings?

Discrepancies usually stem from three real-world factors that ideal physics formulas ignore: temperature, meter accuracy, and component tolerance. First, resistance changes with temperature; a tungsten filament or copper wire will have higher resistance when hot than the cold value you calculated. Second, standard digital multimeters (DMMs) have a basic DC voltage accuracy of ±0.5% to ±1%, and current shunts introduce a small voltage burden. Finally, if you are measuring AC current with a cheap clamp meter that assumes a perfect sine wave (average-responding), it will give wildly inaccurate readings on non-linear loads like LED drivers or PC power supplies. Always use a True-RMS meter for modern AC circuits.

Which physics formulas for electricity are used to size solar panel wire?

Solar wire sizing relies heavily on V_drop = I × R and P_loss = I² × R. Because solar arrays operate at high DC voltages (often 300V to 600V string voltage) but relatively low currents, the I²R heat losses are minimized. However, voltage drop is critical because charge controllers and inverters have strict minimum input voltage thresholds. If your V_drop calculation shows the wire will drop 15V on a 48V battery bank, that is a massive 31% loss, and the MPPT controller will starve. Solar installers use these formulas to justify upsizing from 10 AWG to 6 AWG or 4 AWG wire for long rooftop-to-garage runs to keep voltage drop under 1.5%.