The fundamental change in voltage formula (potential difference) across a resistive element is ΔV = I × R. For energy storage components like capacitors, where voltage changes over time due to charge accumulation or depletion, the formula is ΔV = (I × Δt) / C. Whether you are calculating voltage drop across a long wire run to ensure a motor starts properly, or sizing a filter capacitor to minimize power supply ripple, these two equations form the bedrock of bench and jobsite circuit analysis.

The Core Formula and Symbol Definitions

In circuit theory, "change in voltage" (ΔV) refers to the electric potential difference between two nodes. For purely resistive, ohmic materials, this is governed by Ohm's Law. For capacitive elements, it is governed by the relationship between charge, current, and capacitance. Below is the definitive symbol table for both primary manifestations of the change in voltage formula.

Symbol Quantity Standard SI Unit Unit Abbreviation Base SI Equivalency
ΔV Change in Voltage (Potential Difference) Volts V kg·m²·s⁻³·A⁻¹
I Current Amperes A A
R Resistance Ohms Ω kg·m²·s⁻³·A⁻²
Δt Change in Time (Discharge/Charge Interval) Seconds s s
C Capacitance Farads F kg⁻¹·m⁻²·s⁴·A²

For a deeper look at the foundational physics of these relationships, the All About Circuits DC textbook chapter on Ohm's Law provides excellent schematic-level context, while the Georgia State University HyperPhysics database details the electrostatic derivations for capacitors.

Rearranged Forms for Circuit Solving

On the workbench, you rarely solve for ΔV directly. Usually, you know your supply voltage and your allowable voltage drop, and you need to find the maximum allowable resistance (wire gauge) or the required capacitance. Here are the algebraic rearrangements for both domains.

Resistive Domain (ΔV = I × R)

  • Solving for Current: I = ΔV / R
  • Solving for Resistance: R = ΔV / I

Capacitive Domain (ΔV = (I × Δt) / C)

  • Solving for Current: I = (C × ΔV) / Δt
  • Solving for Time: Δt = (C × ΔV) / I
  • Solving for Capacitance: C = (I × Δt) / ΔV

Application Boundaries and Common Unit Traps

Formulas are only as good as their underlying assumptions. Applying the change in voltage formula outside its valid boundaries will yield mathematically correct but physically impossible results.

When the Formula Applies (and Its Assumptions)

The resistive formula ΔV = I × R assumes an ohmic material operating at a steady temperature. Copper wire, for instance, has a temperature coefficient of roughly 0.00393/°C. If you calculate the voltage drop of a 12 AWG wire at 20°C, but that wire is bundled in insulation and heats up to 60°C under load, its resistance increases by roughly 15%, and your actual ΔV will be higher than calculated. For AC circuits, this formula only applies to the purely resistive component of impedance (Z); if inductance or capacitance is present, you must use ΔV = I × Z and account for phase angles.

The capacitive formula ΔV = (I × Δt) / C assumes a constant current discharge (linear ramp) and an ideal capacitor. In reality, every capacitor has Equivalent Series Resistance (ESR). The true change in voltage under a sudden step-load includes an instantaneous resistive drop (ΔV_ESR = I × ESR) superimposed on the capacitive ramp.

Unit Mistakes That Break the Math

The most common way to break these formulas is failing to convert prefix multipliers to base SI units before multiplying. The NIST SI unit guidelines mandate base units for coherent calculations.

  • The mA Trap: Multiplying 150 mA by 10 Ω yields 1500 in your calculator, but the answer is 1.5 V, not 1500 V. You must enter 0.150 A.
  • The Microfarad Trap: A 470 µF capacitor must be entered as 470 × 10⁻⁶ F (or 0.00047 F). Entering "470" will result in a calculated voltage droop that is a million times smaller than reality.
  • The Millisecond Trap: In power supply ripple calculations, a 60 Hz half-cycle is 8.33 ms. You must use 0.00833 s, not 8.33.

Realistic Answer Magnitudes

Developing an intuition for realistic magnitudes prevents silent errors. In a 120V branch circuit, a realistic wire voltage drop (ΔV) is between 1V and 5V (ideally under 3% or 3.6V). If your calculation yields 45V, you have likely forgotten to divide a wire length by 1000 to match the ohms-per-thousand-feet specification. In a 5V DC logic rail, a realistic capacitor ripple ΔV is 10 mV to 50 mV. If your formula spits out 0.0002 V, check your microfarad conversion.

Worked Problems with Explicit Unit Tracking

Let’s apply these formulas to two common scenarios: sizing wire for a remote load and sizing a filter capacitor for a rectified power supply.

Problem 1: Resistive Voltage Drop in a Feeder Wire

Scenario: You are running a 120V circuit to a 15A heater located 50 feet from the panel. You are using 12 AWG copper wire. What is the change in voltage (voltage drop) across the wire run?

  1. Identify Knowns & Convert to Base Units:
    Current (I) = 15 A.
    Distance = 50 ft. Because current must travel to the load and return, the total wire length is 100 ft.
  2. Determine Resistance (R):
    Standard 12 AWG solid copper wire at 20°C has a resistance of approximately 1.588 Ω per 1,000 ft.
    R = (1.588 Ω / 1000 ft) × 100 ft = 0.1588 Ω.
  3. Apply the Formula:
    ΔV = I × R
    ΔV = 15 A × 0.1588 Ω
  4. Calculate and Track Units:
    ΔV = 2.382 (A·Ω)
    Since 1 Ampere-Ohm = 1 Volt:
    ΔV = 2.382 V
  5. Verify:
    2.382 V is roughly 1.98% of 120V. This is well under the NEC-recommended 3% maximum for branch circuits. The 12 AWG wire is acceptable.

Problem 2: Capacitor Voltage Droop (Power Supply Ripple)

Scenario: You are designing a linear power supply. After the bridge rectifier, a 2,200 µF filter capacitor supplies a constant 3A load. The AC line is 60 Hz, meaning the capacitor must hold up the voltage for roughly 8.33 milliseconds between rectified peaks. What is the change in voltage (ripple droop)?

  1. Identify Knowns & Convert to Base Units:
    Current (I) = 3 A.
    Time (Δt) = 8.33 ms = 0.00833 s.
    Capacitance (C) = 2,200 µF = 2,200 × 10⁻⁶ F = 0.0022 F.
  2. Apply the Formula:
    ΔV = (I × Δt) / C
    ΔV = (3 A × 0.00833 s) / 0.0022 F
  3. Calculate Intermediate Steps:
    Numerator (Charge depleted, ΔQ): 3 A × 0.00833 s = 0.02499 Coulombs.
    ΔV = 0.02499 C / 0.0022 F
  4. Final Calculation & Unit Tracking:
    ΔV = 11.359 (C/F)
    Since 1 Coulomb per Farad = 1 Volt:
    ΔV ≈ 11.36 V
  5. Verify:
    An 11.36 V droop on a typical 18V DC unregulated rail is massive (over 60% ripple). To fix this, you would use the rearranged formula (C = (I × Δt) / ΔV) to solve for a larger capacitor, or accept that a 2,200 µF cap is vastly undersized for a 3A load at 60 Hz without a switching regulator stage.

Safety Note: Always discharge large filter capacitors through a high-wattage bleeder resistor before probing with a multimeter. A charged 2,200 µF capacitor at 40V holds enough energy to destroy meter probes and cause severe burns.

Frequently Asked Questions

How do you calculate the change in voltage across a wire?

To calculate the change in voltage (voltage drop) across a wire, use the formula ΔV = I × R. First, determine the current (I) in Amperes drawn by the load. Next, calculate the total resistance (R) of the wire in Ohms by multiplying the wire's resistance-per-foot specification by the total loop length (the distance to the load multiplied by two, accounting for the return path). Multiply the current by the total resistance to find the voltage drop in Volts.

Why is my calculated change in voltage different from my multimeter reading?

Discrepancies between calculated and measured ΔV usually stem from three real-world factors: temperature, connection resistance, and non-ohmic loads. Copper wire resistance increases by about 0.4% for every 1°C rise in temperature; a wire running hot through insulation will drop more voltage than the 20°C datasheet calculation. Additionally, loose terminal lugs or oxidized wire nuts add uncalculated contact resistance. Finally, if the load is a motor or an LED driver, it may draw non-linear current or exhibit inrush currents that a standard multimeter (which measures RMS or average DC) fails to capture accurately.

What is the formula for change in voltage in an AC circuit?

In an AC circuit containing inductors or capacitors, resistance (R) is replaced by impedance (Z), making the formula ΔV = I × Z. Impedance is a complex number that accounts for both the resistive voltage drop (in phase with the current) and the reactive voltage drop (90 degrees out of phase). To find the magnitude of the change in voltage, you calculate Z using the formula Z = √(R² + (X_L - X_C)²), where X_L is inductive reactance and X_C is capacitive reactance, and then multiply by the RMS current.