The fundamental formulas for voltage in DC and single-phase AC resistive circuits are V = I × R (derived from Ohm's Law) and V = P / I (derived from the Power Law). When you only know power and resistance, the formula becomes V = √(P × R). These equations form the bedrock of all circuit analysis, but applying them correctly requires strict adherence to base SI units and an understanding of the physical assumptions baked into the math.

The Master Equations and Symbol Definitions

Before calculating, you must map your known variables to the correct mathematical symbols. The three primary formulas for voltage are:

  • Ohm's Law Variant: V = I × R
  • Power/Current Variant: V = P / I
  • Power/Resistance Variant: V = √(P × R)

Below is the definitive symbol and unit table. According to the National Institute of Standards and Technology (NIST), these base SI units must be used in all calculations before converting to prefixes like milli- or kilo-.

Symbol Quantity Standard SI Unit Unit Abbreviation
V Voltage (Potential Difference) Volts V
I Current Amperes A
R Resistance Ohms Ω
P Power Watts W

Rearranged Forms: Solving for Every Variable

Circuit troubleshooting rarely hands you the exact variables needed for the primary voltage equations. By algebraically rearranging the master formulas, you can solve for any missing parameter. Keep this list on your bench:

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

Worked Examples with Strict Unit Tracking

The most common point of failure in electronics math isn't the algebra; it's the unit conversion. The following examples demonstrate strict unit tracking to ensure the final magnitude is correct.

Problem 1: Finding Voltage Drop Across a Current-Limiting Resistor

Scenario: You are designing an indicator circuit. An LED requires 20 mA of current, and you have placed a 150 Ω resistor in series to limit the current. What is the voltage drop across the resistor?

Knowns:

  • I = 20 mA
  • R = 150 Ω

Step-by-Step Solution:

  1. Identify the formula: We know I and R, so we use V = I × R.
  2. Convert to base SI units: The current is in milliamps. We must convert to Amperes.
    20 mA × (1 A / 1000 mA) = 0.020 A
  3. Substitute and track units:
    V = 0.020 A × 150 Ω
  4. Calculate and verify unit cancellation: By definition, 1 Ampere × 1 Ohm = 1 Volt.
    V = 3.0 (A × Ω) = 3.0 V

Answer: The voltage drop across the resistor is exactly 3.0 V.

Problem 2: Finding Supply Voltage from Power and Current

Scenario: You are testing an unmarked DC power brick. Using a clamp meter and a wattmeter, you measure that it is delivering 60 W of power to a load while supplying 500 mA of current. What is the output voltage?

Knowns:

  • P = 60 W
  • I = 500 mA

Step-by-Step Solution:

  1. Identify the formula: We know P and I, so we use V = P / I.
  2. Convert to base SI units: Convert milliamps to Amperes.
    500 mA × (1 A / 1000 mA) = 0.500 A
  3. Substitute and track units:
    V = 60 W / 0.500 A
  4. Calculate and verify unit cancellation: By definition, 1 Watt / 1 Ampere = 1 Volt.
    V = 120 (W / A) = 120 V

Answer: The power brick is outputting 120 V DC.

Assumptions, Edge Cases, and Unit Traps

Formulas are only as good as the physical assumptions they rely on. Blindly plugging numbers into V = I × R will yield dangerous or nonsensical results if you ignore the operating environment.

When the Formula Applies (and When it Breaks)

The standard voltage formulas assume Ohmic (linear) behavior. This means the resistance remains constant regardless of the applied voltage or temperature.

  • Where it works: Standard carbon film resistors, nichrome heating wire, and copper wire traces.
  • Where it fails: Non-linear components like diodes (e.g., 1N4007), transistors, and incandescent light bulbs. As a tungsten filament heats up, its resistance increases drastically. For AC circuits containing capacitors or inductors, resistance (R) must be replaced with complex impedance (Z), making the formula V = I × Z. As noted in Georgia State University's HyperPhysics, phase angles must be accounted for in reactive AC circuits.

Unit Mistakes That Break the Math

⚠️ The 'Milli' and 'Kilo' Trap: If you multiply 20 mA × 150 Ω without converting to Amps, your calculator will output 3000. If you assume the unit is Volts, you will think you have a 3kV circuit. The actual unit of (mA × Ω) is millivolts (mV). Always strip prefixes (milli, micro, kilo, mega) and convert to base SI units before multiplying.

Realistic Answer Magnitudes

A critical engineering skill is the 'sanity check'. If your calculated voltage falls outside the expected physical bounds of your system, you have made a math or unit error. Use this reference table to check your work:

System Type Realistic Voltage Magnitude Red Flag (Check your math if you see...)
Logic / IC Level (CMOS/TTL) 1.2 V to 5.0 V > 15 V (Likely dropped a milli- prefix)
Automotive / 12V Solar 11.5 V to 14.4 V > 50 V (Incorrect wire gauge assumption)
US Residential Mains 114 V to 126 V (Nominal 120V) < 100 V or > 140 V (Severe voltage drop or tap error)
EU/UK Residential Mains 216 V to 253 V (Nominal 230V) > 300 V (Phase-to-phase measurement error)

Frequently Asked Questions

What is the formula for voltage drop in a long wire?

The formula for voltage drop in a conductor is V_drop = I × R_wire. To use this, you must first calculate the resistance of the wire based on its length, cross-sectional area (AWG), and material (copper vs. aluminum). For example, 100 feet of 14 AWG copper wire has a resistance of roughly 0.252 Ω. If a 10 A load is drawing current through this wire, the voltage drop is 10 A × 0.252 Ω = 2.52 V. According to All About Circuits, NEC-style guidance generally recommends keeping branch circuit voltage drop under 3% (3.6 V on a 120 V circuit) to ensure proper equipment operation and prevent excess heating.

How do the formulas for voltage change in AC circuits?

In purely resistive AC circuits, the formulas remain identical if you use RMS (Root Mean Square) values for voltage and current. However, if the circuit contains inductors (motors, transformers) or capacitors, resistance (R) is replaced by Impedance (Z). The formula becomes V = I × Z. Impedance is a complex number that includes both resistance and reactance, meaning voltage and current will be out of phase. You cannot simply add the resistive and reactive voltage drops arithmetically; you must use vector (phasor) addition: V_total = √(V_R² + V_X²).

Which formula for voltage should I use if I only know power and resistance?

If your known variables are Power (P) and Resistance (R), you must use the derived formula V = √(P × R). This is derived by substituting I = V/R into the power equation P = V × I, resulting in P = V² / R. Rearranging for V gives V² = P × R, and taking the square root yields V = √(P × R). For example, if a 100 W heating element has a resistance of 144 Ω, the voltage is √(100 × 144) = √14400 = 120 V.