The fundamental resistivity formula in physics is R = ρ × (L / A). It links a material's intrinsic opposition to current flow (resistivity, ρ) with the physical dimensions of a conductor (length, L, and cross-sectional area, A) to yield the total electrical resistance (R). Whether you are calculating voltage drop for a 48V solar array or figuring out why a 50-meter spool of 14 AWG wire is getting warm, this single equation is the bridge between abstract material science and practical jobsite wiring.
The Core Resistivity Formula and Symbol Definitions
At the bench, we usually solve for Resistance (R). The standard SI form of the equation is:
R = ρ × (L / A)
Here is the exact definition of every symbol, including the SI units you must use to make the math work, alongside the common US customary variants you will see on wire spools.
| Symbol | Name | SI Unit | US / Imperial Variant |
|---|---|---|---|
| R | Resistance | Ohms (Ω) | Ohms (Ω) |
| ρ (rho) | Resistivity | Ohm-meters (Ω·m) | Ohm-circular mils per foot (Ω·cmil/ft) |
| L | Length of conductor | Meters (m) | Feet (ft) |
| A | Cross-sectional area | Square meters (m²) | Circular mils (cmil) |
Rearranged Forms for Bench and Jobsite Math
You will rarely just solve for R. Often, you know your maximum acceptable resistance (based on voltage drop limits) and need to find the required wire thickness, or you are testing an unknown alloy and need to find its material composition. Here are the algebraically rearranged forms:
- Solve for Resistance (R):
R = ρ × (L / A)— Used to find voltage drop in an existing wire run. - Solve for Resistivity (ρ):
ρ = (R × A) / L— Used in material testing to identify an unknown conductor. - Solve for Area (A):
A = ρ × (L / R)— The most critical form for sizing new wire to meet a target voltage drop. - Solve for Length (L):
L = (R × A) / ρ— Used to calculate the maximum run length before a circuit fails its voltage drop threshold.
Assumptions, Limits, and Unit Traps That Break Your Math
When the Formula Applies (and When It Doesn't)
The resistivity formula assumes a uniform cross-section, a homogeneous material, and constant temperature. It is perfectly accurate for DC circuits and low-frequency AC (50/60Hz) in standard wire gauges. However, it fails to account for the skin effect in high-frequency AC or RF applications, where current migrates to the outer edge of the conductor, effectively reducing 'A' and increasing 'R' beyond what the formula predicts. It also ignores temperature coefficient derating; copper's resistivity increases by about 0.39% per degree Celsius above 20°C. For high-current runs that heat up the wire, your actual resistance will be higher than the 20°C baseline calculation.
The Unit Mistakes That Ruin Calculations
According to Georgia State University HyperPhysics, the most common failure point in student and hobbyist calculations is unit mismatch. Watch out for these three traps:
- The Square Millimeter Trap: Wire area is often given in mm². To convert mm² to m², you must multiply by 10⁻⁶, not 10⁻³. (1 mm = 10⁻³ m, so 1 mm² = (10⁻³)² m² = 10⁻⁶ m²). Forgetting to square the conversion factor will make your resistance calculation off by a factor of 1,000.
- Diameter vs. Radius: If you are given a wire diameter (d) and need to calculate area, use
A = π × (d/2)²orA = (π × d²) / 4. Plugging the diameter directly intoπ × r²will quadruple your area and quarter your calculated resistance. - Mixing SI and AWG: Never plug an AWG circular mil value into the SI formula with Ω·m. If you are using US units, you must use the specific resistivity constant (K) for the material in Ω·cmil/ft (for copper, K ≈ 10.4 at 20°C), length in feet, and area in circular mils.
Worked Example 1: Calculating Resistance in 14 AWG Copper
Scenario: You have a 50-meter spool of 14 AWG solid copper THHN wire. You need to know its total end-to-end resistance to determine if it's suitable for a low-voltage sensor loop.
Known Variables:
- Material: Copper (ρ = 1.68 × 10⁻⁸ Ω·m at 20°C)
- Length (L): 50 m
- Area (A): 14 AWG = 2.08 mm². Converted to SI: 2.08 × 10⁻⁶ m²
Step-by-Step Solution:
- Start with the formula:
R = ρ × (L / A) - Substitute the values with units:
R = (1.68 × 10⁻⁸ Ω·m) × (50 m / 2.08 × 10⁻⁶ m²) - Multiply the numerator:
1.68 × 10⁻⁸ × 50 = 84 × 10⁻⁸ Ω·m² - Divide by the area:
(84 × 10⁻⁸) / (2.08 × 10⁻⁶) - Handle the exponents:
10⁻⁸ / 10⁻⁶ = 10⁻² - Divide the coefficients:
84 / 2.08 ≈ 40.38 - Combine:
40.38 × 10⁻² Ω = 0.4038 Ω
Result: The 50-meter spool has a resistance of approximately 0.404 Ω. If you push 2A through this sensor loop, the voltage drop will be V = I × R = 2 × 0.404 = 0.808V. For a 12V sensor, an 0.8V drop is borderline; you might need to step up to 12 AWG.
Worked Example 2: Sizing a Conductor for a 48V Solar Array
Scenario: You are wiring a 48V nominal (54V float) LiFePO4 battery bank to a 5000W inverter. The maximum continuous current is 100A. The NFPA National Electrical Code and general solar best practices recommend keeping voltage drop under 1% for high-current DC links. You will tolerate a maximum drop of 0.5V. The one-way physical distance is 2 meters, meaning the total wire loop length (positive + negative) is 4 meters.
Known Variables:
- Max Voltage Drop (V_drop): 0.5 V
- Current (I): 100 A
- Max Resistance (R): V_drop / I = 0.5 / 100 = 0.005 Ω
- Length (L): 4 m (total loop)
- Material: Copper (ρ = 1.68 × 10⁻⁸ Ω·m)
Step-by-Step Solution:
- Rearrange formula to solve for Area:
A = ρ × (L / R) - Substitute values:
A = (1.68 × 10⁻⁸ Ω·m) × (4 m / 0.005 Ω) - Calculate the parenthesis:
4 / 0.005 = 800 m/Ω - Multiply by resistivity:
1.68 × 10⁻⁸ × 800 = 1344 × 10⁻⁸ m² - Convert to standard scientific notation:
1.344 × 10⁻⁵ m² - Convert to mm² (multiply by 10⁶):
1.344 × 10⁻⁵ × 10⁶ = 13.44 mm²
Result and Wire Selection: You need a minimum cross-sectional area of 13.44 mm². Looking at standard AWG tables, 6 AWG wire has an area of 13.30 mm². Because 13.30 is slightly less than 13.44, 6 AWG will exceed your 0.5V drop limit by a fraction of a percent. Furthermore, 100A exceeds the standard ampacity of 6 AWG THHN in most installation conditions. Therefore, you must step up to 4 AWG (21.15 mm²), which safely handles the current and drops the resistance to roughly 0.003 Ω (a 0.3V drop).
Decision Path: Picking the Right Conductor Material and Gauge
Resistivity is only half the battle; mechanical and environmental constraints dictate the final material choice. Use this decision tree to select your conductor before running the math.
| Application Constraint | If True, Select... | Why? |
|---|---|---|
| Standard residential branch circuits or DIY solar | Copper (THHN/THWN-2) | Lowest practical resistivity, excellent termination reliability, widely available. |
| Weight is critical (RV, marine, aerospace) | Aluminum or Cu-clad Al | Aluminum is 60% lighter than copper for the same conductance, though it requires larger gauge and special anti-oxidant paste. |
| High temperature environment (>150°C) | Nickel or Silver-plated Cu | Copper oxidizes rapidly and anneals (softens) at high heat; nickel maintains structural integrity and resistivity stability. |
| High frequency AC / RF (>100 kHz) | Litz wire or Silver-plated | Combats skin effect by using many individually insulated micro-strands. |
A = ρ × (L / R), convert that area to the nearest larger AWG size, and then verify that the chosen AWG exceeds your maximum current load according to NEC Table 310.16 ampacity charts. Never size wire solely on resistivity; thermal limits (ampacity) will melt an undersized wire long before voltage drop becomes a math problem.





