The Core Resistivity Resistance Formula and Symbol Definitions

Every time you size a feeder cable, design a PCB trace, or troubleshoot a voltage drop, you are relying on the fundamental relationship between a material's intrinsic opposition to current flow and its physical geometry. The base resistivity resistance formula is:

R = ρ × (L / A)

This equation assumes a uniform cross-section, a homogeneous material, direct current (DC) or low-frequency alternating current (AC) where skin effect is negligible, and a constant ambient temperature (standardized at 20°C). If your application involves high-frequency RF or extreme temperature swings, this base formula requires correction factors.

Symbol Definitions and Standard SI Units
Symbol Parameter Standard SI Unit Common Practical Unit
R Resistance Ohms (Ω) Milliohms (mΩ)
ρ (rho) Electrical Resistivity Ohm-meters (Ω·m) Ω·mm²/m or Ω·cm
L Length of the conductor Meters (m) Millimeters (mm) or Feet (ft)
A Cross-sectional Area Square meters (m²) Square millimeters (mm²) or Circular Mils (cmil)
Bench Reality Check: Pure annealed copper has a resistivity (ρ) of approximately 1.68 × 10⁻⁸ Ω·m at 20°C. However, the copper in standard THHN building wire or ROMEX is typically hard-drawn and slightly impure, pushing the practical ρ closer to 1.72 × 10⁻⁸ Ω·m. Always use 1.72 × 10⁻⁸ Ω·m for real-world electrical wiring calculations to avoid under-sizing.

Rearranged Forms and Unit Pitfalls That Break the Math

Depending on what you are trying to solve for, you must algebraically isolate the target variable. Here are the rearranged forms:

  • Solving for Resistivity (ρ): ρ = (R × A) / L (Used when characterizing an unknown alloy or testing a batch of wire)
  • Solving for Length (L): L = (R × A) / ρ (Used to find the maximum run length before voltage drop exceeds limits)
  • Solving for Area (A): A = (ρ × L) / R (The most common jobsite calculation for sizing wire gauge)

Unit Mistakes That Destroy Your Results

The most common way builders and hobbyists break this formula is by mixing unit prefixes without applying the correct conversion factors. Here is what a realistic answer magnitude looks like, and the traps to avoid:

  • The mm² Trap: If you use ρ in Ω·m (e.g., 1.72 × 10⁻⁸) and A in mm², your result will be off by a factor of 1,000,000. You must either convert A to m² (multiply mm² by 10⁻⁶) or use ρ in Ω·mm²/m (which is 0.0172 for copper).
  • The AWG Diameter Trap: AWG is a gauge number, not a dimension. You cannot plug an AWG number into A. You must look up the cross-sectional area in mm² or circular mils. Furthermore, do not confuse the wire's diameter with its area; A = π × r².
  • Realistic Magnitudes: A 10-meter run of 12 AWG copper wire should yield roughly 0.053 Ω. A 1-inch PCB trace should yield roughly 0.002 Ω. If your calculation spits out 53,000 Ω for a copper wire, you forgot to convert mm² to m².

Worked Example 1: Sizing a 12V DC Solar Feeder Cable

Let's size the battery-to-inverter cables for a 12V DC solar system. The inverter pulls a continuous 80A. The one-way physical distance from the battery bank to the inverter is 2 meters. We will use a strict 1% maximum voltage drop limit to ensure the inverter doesn't trip its low-voltage cutoff under heavy load.

Step 1: Define the knowns and target.

  • Current (I) = 80 A
  • System Voltage (V_sys) = 12 V
  • Max Voltage Drop (V_drop) = 1% of 12V = 0.12 V
  • One-way Length = 2 m. Total loop Length (L) = 4 m (positive and negative conductors).
  • Material = Copper (practical ρ = 1.72 × 10⁻⁸ Ω·m)

Step 2: Calculate the maximum allowable resistance (R).

Using Ohm's Law (R = V / I):

R = 0.12 V / 80 A = 0.0015 Ω

Step 3: Rearrange the resistivity resistance formula to solve for Area (A).

A = (ρ × L) / R

A = (1.72 × 10⁻⁸ Ω·m × 4 m) / 0.0015 Ω

A = (6.88 × 10⁻⁸) / 0.0015

A = 0.00004586 m²

Step 4: Convert to practical wire sizing units (mm²).

A = 0.00004586 m² × 1,000,000 mm²/m² = 45.86 mm²

Step 5: Select the physical wire.

Looking at standard AWG to mm² conversion charts, 2 AWG wire has an area of 33.6 mm² (too small). 1/0 AWG (one-aught) has an area of 53.5 mm². As of 2026, 1/0 AWG THHN copper costs roughly $3.50 per foot and handles the 80A load with room for thermal derating in conduit. Concrete Pick: 1/0 AWG THHN Copper.

Worked Example 2: Calculating PCB Copper Trace Resistance

When designing a custom ESP32 carrier board, you need to know if a specific 5V power trace will drop too much voltage before reaching a high-current sensor module. We will calculate the resistance of a standard 1 oz/ft² copper trace.

Step 1: Define the knowns in SI units.

  • Copper thickness (1 oz/ft²) = 35 μm = 3.5 × 10⁻⁵ m
  • Trace Width = 0.5 mm = 5.0 × 10⁻⁴ m
  • Trace Length (L) = 40 mm = 0.04 m
  • Resistivity (ρ) = 1.72 × 10⁻⁸ Ω·m

Step 2: Calculate the cross-sectional area (A).

A = Thickness × Width

A = (3.5 × 10⁻⁵ m) × (5.0 × 10⁻⁴ m)

A = 1.75 × 10⁻⁸ m²

Step 3: Apply the formula to solve for R.

R = ρ × (L / A)

R = 1.72 × 10⁻⁸ × (0.04 / 1.75 × 10⁻⁸)

R = 1.72 × 10⁻⁸ × 2,285,714.28

R = 0.0393 Ω (or 39.3 mΩ)

Step 4: Verify the magnitude.

If the sensor draws 500 mA, the voltage drop is V = I × R = 0.5 × 0.0393 = 0.0196 V (roughly 20 mV). This is well within the tolerance of a 5V rail. If the calculation had yielded 2 Ω, we would know the trace is too narrow and needs to be widened or poured with 2 oz copper.

Decision Tree: Picking the Right Conductor for Your Target Resistance

Use this decision path to move from your electrical requirements to a specific, purchasable conductor. Do not skip the voltage drop calculation; it is the primary driver for long runs.

Condition / Question If YES If NO
Is the run longer than 50 feet (15 meters) one-way? Calculate max R using a 3% voltage drop limit. Proceed to Area calculation. Size wire strictly by ampacity (NEC Table 310.16). Skip voltage drop math.
Is the calculated Area > 107 mm² (4/0 AWG)? Switch to parallel conductors (e.g., two runs of 2/0 AWG) or increase system voltage to lower current. Proceed to standard single-conductor selection.
Will the wire be routed in a high-ambient temperature area (>86°F / 30°C)? Apply NEC temperature derating factors. Bump up one AWG size to compensate for increased ρ at higher temps. Use standard 75°C or 90°C ampacity columns.
Is the application a DC battery bank or inverter feeder? Use highly flexible, fine-stranded welding cable (e.g., WindyNation 2/0 AWG) with lugs crimped using a hydraulic tool. Use standard solid or 7-strand THHN in conduit for AC mains.

Default Recommendation: For general-purpose 120V/240V AC branch circuits under 50 feet, 12 AWG THHN copper (20A breaker) or 10 AWG THHN copper (30A breaker) is the universal baseline. For any 12V/24V DC system under 20A, default to 10 AWG stranded copper to mitigate the severe voltage drop inherent to low-voltage systems.

Real-World Edge Cases: Temperature and High-Frequency AC

The base R = ρ × (L / A) formula assumes a static environment. In practice, two physical phenomena will alter your results:

  1. Temperature Coefficient of Resistance: As copper heats up, its resistivity (ρ) increases. For copper, ρ increases by roughly 0.39% per degree Celsius above 20°C. If a wire operates at 75°C, its resistance will be about 21% higher than your baseline calculation. For precision shunt resistors or high-current busbars, you must use the formula: ρ_T = ρ_20 × [1 + α(T - 20)], where α is 0.00393 for copper.
  2. Skin Effect in AC Systems: At 60 Hz mains frequency, skin effect is negligible for wire sizes smaller than 250 kcmil. However, if you are designing high-frequency inverters (e.g., 20 kHz switching frequencies in a solar inverter) or working with RF, current migrates to the outer edge of the conductor. The effective cross-sectional area (A) shrinks drastically, causing the AC resistance (R_ac) to be significantly higher than the DC resistance (R_dc). In these cases, you must use Litz wire or hollow copper tubing to maintain an efficient A.

By tracking your units rigorously and applying the correct physical constants for your specific environment, the resistivity resistance formula transitions from a textbook abstraction into a reliable tool for predicting real-world circuit behavior.