The fundamental resistance formula in physics is R = ρ(L/A). While Ohm's Law (R = V/I) defines resistance macroscopically from a circuit perspective, Pouillet's law (R = ρL/A) defines it physically based on the material's geometry and atomic structure. If you are sizing feeders, designing heating elements, or troubleshooting voltage drop, you need the physical formula to understand why a conductor behaves the way it does.

Below is the complete breakdown of the formula, the exact material constants you need, the unit traps that ruin calculations, and two fully worked bench-to-jobsite examples.

The Core Resistance Formula and Symbol Definitions

The physical resistance of a uniform conductor is directly proportional to its length and inversely proportional to its cross-sectional area. The proportionality constant is the material's intrinsic resistivity.

Spec Sheet: Resistance Formula Variables
Symbol Variable Name Standard SI Unit Practical Jobsite Unit
R Resistance Ohms (Ω) Milliohms (mΩ) for wire
ρ (rho) Electrical Resistivity Ohm-meters (Ω·m) Ω·cm or Ω·mm²/m
L Length of the conductor Meters (m) Feet (ft) or Centimeters (cm)
A Cross-sectional Area Square meters (m²) mm² or Circular Mils (cmil)

Note: All standard SI calculations must be performed using the base units (Ω, m, m²) before converting back to practical units. Mixing units mid-calculation is the primary cause of errors in this formula.

Material Resistivity Reference Data

Resistivity (ρ) is an intrinsic property of a material, measured at a standard temperature (usually 20°C / 68°F). As temperature rises, the resistivity of pure metals increases due to increased lattice vibrations scattering electrons. Below is a data-dense reference table for common conductors, alloys, and insulators you will encounter in electrical and electronics work.

Table: Resistivity of Common Materials at 20°C
Material Resistivity (Ω·m) Resistivity (Ω·mm²/m) Primary Application
Silver (Annealed) 1.59 × 10⁻⁸ 0.0159 High-end audio contacts, RF plating
Copper (Annealed) 1.68 × 10⁻⁸ 0.0168 Standard branch circuits, PCB traces
Aluminum (1350-H19) 2.82 × 10⁻⁸ 0.0282 Service entrance feeders, transmission
Tungsten 5.60 × 10⁻⁸ 0.0560 Incandescent lamp filaments
Nichrome 80 (80% Ni) 1.10 × 10⁻⁶ 1.1000 Toaster elements, dummy loads
Silicon (Intrinsic) 2.30 × 10³ 2.30 × 10⁹ Semiconductor substrates
Fused Quartz (Glass) ~1.00 × 10¹⁶ ~1.00 × 10²² High-voltage standoff insulators

For deeper physical constants and temperature coefficients, the Georgia State University HyperPhysics database remains the gold standard for quick bench reference.

Rearranged Forms and Critical Unit Traps

Depending on what you are designing or troubleshooting, you will rarely solve for R directly. Here are the rearranged forms of the resistance formula in physics, solved for each variable:

  • Solve for Resistivity (Material ID): ρ = (R × A) / L
  • Solve for Length (Wire sizing/cutting): L = (R × A) / ρ
  • Solve for Area (Gauge selection): A = (ρ × L) / R

Which Unit Mistakes Break the Formula?

If your calculated resistance is off by a factor of a million, you have fallen into one of these two traps:

  1. The Area Trap (mm² vs m²): Wire gauges are specified in mm² (metric) or circular mils (imperial). The SI formula demands square meters.
    Correction: 1 mm² = 1 × 10⁻⁶ m². If your area is 2.5 mm², you must enter 0.0000025 m² into the formula.
  2. The Length Trap (cm vs m): Resistivity is given in Ω·m. If you measure a PCB trace in centimeters, you must convert to meters.
    Correction: 1 cm = 0.01 m.

What Does a Realistic Answer Magnitude Look Like?

Before trusting your calculator, perform a sanity check on the magnitude of your answer based on the application:

  • Branch Circuit Wiring (Copper/Aluminum): Milliohms (mΩ). A 50m run of 12 AWG copper should be roughly 0.25 Ω. If you calculate 250 Ω, your area conversion is wrong.
  • Heating Elements (Nichrome/Kanthal): Tens of Ohms (Ω). A 120V/1500W space heater element requires roughly 9.6 Ω.
  • Insulation/Standoffs (PVC/Glass): Megaohms to Gigaohms (MΩ to GΩ). If you calculate the resistance of a wire's PVC jacket, expect numbers in the hundreds of millions.

Worked Examples: From Branch Circuits to Heating Elements

Let's apply the formula to two real-world scenarios, tracking every unit conversion and intermediate step. For foundational DC circuit theory context, All About Circuits provides excellent supplementary reading on conductor physics.

Problem 1: Voltage Drop Check on a 12 AWG Copper Branch Circuit

Scenario: You are running a 50-meter continuous length of 12 AWG solid copper THHN wire to a dedicated 20A receptacle. What is the exact resistance of this single conductor at 20°C?

Given:

  • Material: Copper (ρ = 1.68 × 10⁻⁸ Ω·m)
  • Length (L): 50 m
  • Area (A): 12 AWG = 3.309 mm²

Step 1: Convert Area to SI base units (m²)
A = 3.309 mm² × (1 × 10⁻⁶ m² / 1 mm²) = 3.309 × 10⁻⁶ m²

Step 2: Apply the formula R = ρ(L/A)
R = (1.68 × 10⁻⁸ Ω·m × 50 m) / (3.309 × 10⁻⁶ m²)

Step 3: Calculate numerator and denominator
Numerator: 1.68 × 10⁻⁸ × 50 = 8.40 × 10⁻⁷ Ω·m²
Denominator: 3.309 × 10⁻⁶ m²

Step 4: Divide
R = (8.40 × 10⁻⁷) / (3.309 × 10⁻⁶) = 0.2538 Ω

Sanity Check: 0.25 Ω is exactly in the expected milliohm/low-ohm range for a 50m copper run. Note that for total circuit voltage drop, you must double this value (0.507 Ω) to account for the neutral return path.

Problem 2: Sizing a Nichrome 80 Heating Element

Scenario: You are building a custom 600W toaster element for a 120V AC supply. You have a spool of Nichrome 80 wire with a diameter of 0.8 mm. How many meters of wire do you need to wind?

Given:

  • Target Resistance (R): P = V²/R → R = 120² / 600 = 24 Ω
  • Material: Nichrome 80 (ρ = 1.10 × 10⁻⁶ Ω·m)
  • Diameter (d): 0.8 mm → Radius (r) = 0.4 mm = 0.0004 m

Step 1: Calculate Cross-Sectional Area in m²
A = π × r²
A = 3.14159 × (0.0004 m)²
A = 3.14159 × 1.6 × 10⁻⁷ m² = 5.0265 × 10⁻⁷ m²

Step 2: Rearrange formula to solve for Length (L)
L = (R × A) / ρ

Step 3: Substitute values
L = (24 Ω × 5.0265 × 10⁻⁷ m²) / (1.10 × 10⁻⁶ Ω·m)

Step 4: Calculate
Numerator: 24 × 5.0265 × 10⁻⁷ = 1.206 × 10⁻⁵ Ω·m²
L = (1.206 × 10⁻⁵) / (1.10 × 10⁻⁶) = 10.96 meters

Practical Note: Nichrome resistivity increases slightly as it reaches glowing temperatures (around 1000°C). In practice, you would wind roughly 11.5 meters to compensate for the positive temperature coefficient at operating heat.

Boundary Conditions: When the Formula Applies (and When It Fails)

The R = ρ(L/A) formula is a DC, steady-state model. It assumes a uniform cross-section, a homogeneous material, and a constant temperature. In advanced electrical engineering and high-frequency jobsite work, several boundary conditions cause this formula to break down.

1. The Skin Effect (High-Frequency AC)

At DC or standard 50/60Hz mains frequencies, current flows uniformly through the entire cross-sectional area (A) of the wire. However, as frequency increases (e.g., in VFD output cables, RF transmission lines, or switching power supplies), magnetic fields push the electron flow to the outer "skin" of the conductor. This effectively reduces the usable Area (A) in the denominator, causing the AC resistance to be significantly higher than the DC resistance calculated by the physics formula. This is why high-frequency RF coils often use Litz wire (many individually insulated thin strands) to maximize surface area.

2. Temperature Coefficient of Resistance

Resistivity (ρ) is not a static constant; it is highly temperature-dependent. For copper, the resistance increases by roughly 0.39% for every 1°C rise in temperature. If you calculate the resistance of a motor winding at 20°C, but the motor operates at 80°C under load, your real-world resistance will be roughly 23% higher than the formula predicts. Always check the operating temperature and apply the correction factor: R_T = R_20[1 + α(T - 20)].

3. Non-Ohmic Materials

The formula assumes the material is "Ohmic," meaning its resistance remains constant regardless of the applied voltage. Semiconductors (like silicon diodes), varistors (MOVs), and incandescent tungsten filaments are non-ohmic. Their resistance changes dynamically with voltage and current. For these components, the static physics formula only gives you a baseline cold-state value; you must rely on the component's V-I curve datasheet for operational design.

Bench Tip: When measuring very low resistances (like a 50m run of 12 AWG wire) with a standard multimeter, the resistance of your test leads (often 0.2 Ω to 0.5 Ω) will skew your reading. Always short your probes together, note the lead resistance, and subtract it from your final measurement—or invest in a dedicated milliohm meter or Kelvin (4-wire) measurement setup for precise validation of the physics formula on the bench.