To calculate resistivity (ρ), use the formula ρ = R · (A / L), where R is resistance in ohms (Ω), A is cross-sectional area in square meters (m²), and L is length in meters (m). The standard SI unit is the ohm-meter (Ω·m). For example, annealed copper has a resistivity of 1.68 × 10-8 Ω·m at 20°C. If you have a 1-meter length of copper wire with a 1 mm² cross-section, it yields roughly 0.0168 Ω of resistance. This intrinsic property dictates how strongly a material opposes current flow, entirely independent of its physical shape or size.
The Resistivity Formula and Symbol Definitions
The fundamental relationship between a material's intrinsic resistivity and the measurable resistance of a specific component is defined by Pouillet's law. While most bench work involves measuring R directly with a multimeter, deriving ρ requires isolating the material property from the geometric factors. The primary formula to calculate resistivity is expressed as:
ρ = R · (A / L)
Conversely, if you know the material's resistivity and need to find the resistance of a specific wire or trace, the formula is rearranged to R = ρ · (L / A). Below is the complete specification sheet for every symbol in the equation.
| Symbol | Parameter | Standard SI Unit | Typical Measurement Tool |
|---|---|---|---|
| ρ (rho) | Electrical Resistivity | Ohm-meter (Ω·m) | Calculated (Derived from R, A, L) |
| R | Electrical Resistance | Ohms (Ω) | Digital Multimeter (DMM) or Kelvin Bridge |
| A | Cross-Sectional Area | Square meters (m²) | Caliper / Micrometer (then calculated) |
| L | Length of Conductor | Meters (m) | Tape measure / Precision ruler |
When measuring R for low-resistance materials like thick copper busbars, a standard 2-wire multimeter probe will introduce lead resistance that skews your ρ calculation. For accurate resistivity derivation in high-conductivity metals, always use a 4-wire Kelvin measurement setup to eliminate test lead resistance from your R value.
Real-World Resistivity Values at 20°C
Resistivity is highly dependent on temperature and material purity. The values below are benchmarked at a standard ambient temperature of 20°C (68°F). Notice the massive order-of-magnitude gap between conductors, semiconductors, and insulators. According to the Georgia State University HyperPhysics database and the National Physical Laboratory (NPL) Kaye & Laby reference, these baseline values are critical for selecting the right material for heating elements, windings, or PCB traces.
| Material | Resistivity (Ω·m at 20°C) | Conductivity (% IACS) | Primary Electrical Application |
|---|---|---|---|
| Silver (Annealed) | 1.59 × 10-8 | 105% | High-end audio contacts, RF plating |
| Copper (Annealed) | 1.68 × 10-8 | 100% (Baseline) | Household wiring (NM-B), motor windings |
| Gold | 2.44 × 10-8 | 70% | Corrosion-resistant edge connectors |
| Aluminum (1350 Alloy) | 2.65 × 10-8 | 61% | High-voltage transmission lines, heat sinks |
| Tungsten | 5.60 × 10-8 | 31% | Incandescent filaments, high-temp probes |
| Nichrome 80/20 | 1.10 × 10-6 | ~1.5% | Toaster heating elements, power resistors |
| Silicon (Intrinsic) | ~2.3 × 103 | Negligible | Semiconductor substrates (doping dependent) |
| FR-4 (PCB Substrate) | >1010 | Insulator | Circuit board dielectric isolation |
Rearranged Forms and Unit Pitfalls
Depending on which variable is unknown, you must rearrange the base formula. Here are the algebraic solutions for each parameter:
- Solve for Resistance (R): R = ρ · (L / A)
- Solve for Length (L): L = (R · A) / ρ
- Solve for Area (A): A = (ρ · L) / R
The Unit Mistakes That Break Your Math
The most common reason hobbyists and junior engineers get wildly incorrect resistivity numbers is failing to convert geometric measurements into base SI units before plugging them into the formula. The All About Circuits DC textbook explicitly warns against mixing unit prefixes.
Pitfall 1: The Square Millimeter Trap. Wire cross-sections are almost always measured in square millimeters (mm²) or circular mils. However, the formula demands square meters (m²). A 1 mm² area is not 10-3 m²; it is 10-6 m². Because area is a squared dimension, you must square the linear conversion factor (1 mm = 10-3 m, therefore 1 mm² = (10-3)² m² = 10-6 m²).
Pitfall 2: Diameter vs. Radius. If you measure a wire's diameter (d) with a micrometer, you cannot plug d directly into the area formula A = π · r². You must first halve the diameter to find the radius (r = d / 2), or use the diameter-specific area formula: A = (π · d²) / 4.
Pitfall 3: Microhm-centimeters. Many metallurgical datasheets list resistivity in μΩ·cm rather than Ω·m. To convert μΩ·cm to standard Ω·m, multiply by 10-8. For example, 1.68 μΩ·cm (Copper) × 10-8 = 1.68 × 10-8 Ω·m.
Worked Examples with Unit Tracking
Let's apply the formula to two real-world scenarios, tracking every unit conversion and intermediate arithmetic step to ensure precision.
Problem 1: Identifying an Unknown Heating Wire Alloy
Scenario: You have a 2.5-meter spool of bare resistance wire. You measure its diameter with a digital caliper at 0.50 mm. Using a 4-wire Kelvin measurement, the total resistance R is 14.0 Ω. Calculate the resistivity (ρ) to identify the alloy.
- Convert Length (L): L = 2.5 m (Already in base SI units).
- Convert Diameter to Radius (r) in meters:
d = 0.50 mm = 0.50 × 10-3 m.
r = d / 2 = 0.25 × 10-3 m = 2.5 × 10-4 m. - Calculate Cross-Sectional Area (A):
A = π · r²
A = π · (2.5 × 10-4 m)²
A = π · (6.25 × 10-8 m²)
A ≈ 1.963 × 10-7 m². - Apply the Resistivity Formula:
ρ = R · (A / L)
ρ = 14.0 Ω · (1.963 × 10-7 m² / 2.5 m)
ρ = 14.0 · (7.852 × 10-8 Ω·m)
ρ ≈ 1.10 × 10-6 Ω·m
Conclusion: Comparing 1.10 × 10-6 Ω·m to our reference table, this wire is almost certainly Nichrome 80/20, a standard heating element alloy.
Problem 2: Sizing a PCB Copper Trace for a Target Resistance
Scenario: You are designing a current-sense shunt directly into a PCB using 1 oz copper foil. You need the trace to have exactly 0.05 Ω of resistance. The trace width (w) is constrained to 0.5 mm. How long (L) must the trace be? (Assume standard copper ρ = 1.68 × 10-8 Ω·m).
- Identify Knowns in Base SI Units:
ρ = 1.68 × 10-8 Ω·m
R = 0.05 Ω
w = 0.5 mm = 0.5 × 10-3 m
Thickness (t) of 1 oz copper ≈ 35 μm = 35 × 10-6 m. - Calculate Cross-Sectional Area (A):
For a rectangular PCB trace, A = w · t.
A = (0.5 × 10-3 m) · (35 × 10-6 m)
A = 1.75 × 10-8 m². - Rearrange Formula to Solve for L:
L = (R · A) / ρ - Execute Calculation:
L = (0.05 Ω · 1.75 × 10-8 m²) / (1.68 × 10-8 Ω·m)
Notice the 10-8 terms cancel out cleanly:
L = (0.05 · 1.75) / 1.68
L = 0.0875 / 1.68
L ≈ 0.052 meters (or 52 mm)
Conclusion: You must route a 52 mm long, 0.5 mm wide trace using 1 oz copper to achieve a 50 mΩ shunt resistor. In practice, you would add 10% to this length to account for the resistance of the solder joints and via transitions.
Assumptions, Magnitudes, and When It Applies
The ρ = R · (A / L) formula is a macroscopic simplification. To trust your calculations, you must understand the physical assumptions baked into the math, as well as what a realistic answer magnitude looks like.
Core Assumptions of the Formula
- Uniform Cross-Section: The formula assumes A is perfectly constant along the entire length L. If a wire is necked down, kinked, or tapered, the simple formula will yield an 'average' resistivity that masks localized hotspots.
- Homogeneous Material: It assumes the conductor is a single, pure element or a perfectly mixed alloy. Clad wires (like Copper-Clad Aluminum, CCA) will yield a hybrid resistivity value that changes depending on the frequency of the current due to the skin effect.
- Constant Temperature: Resistivity is highly temperature-dependent. The formula assumes an isothermal state, typically 20°C. If your Nichrome wire heats up to 400°C during operation, its actual operating resistivity will drift. For copper, resistivity increases by roughly 0.39% per degree Celsius above 20°C.
- DC or Low-Frequency AC: At high AC frequencies (typically above 10 kHz for thick conductors), current is pushed to the outer edge of the wire via the skin effect. This effectively reduces the usable cross-sectional area (A), making the AC resistance higher than the DC resistance calculated by this formula.
Realistic Answer Magnitudes
When you finish a calculation, sanity-check your exponent. If your calculated ρ doesn't fall into one of these three buckets, you likely dropped a zero during a unit conversion:
- Conductors (Metals): 10-8 to 10-6 Ω·m. (e.g., Copper is 10-8, Nichrome is 10-6).
- Semiconductors: 10-5 to 103 Ω·m. (Highly variable based on doping levels and temperature).
- Insulators (Dielectrics): 1010 to 1016 Ω·m. (e.g., Teflon, glass, FR-4 fiberglass).
By strictly tracking your units from millimeters to meters, verifying your cross-sectional geometry, and respecting the thermal limits of your material, the resistivity formula transitions from a textbook abstraction into a reliable diagnostic tool for the workbench.






