The Second Ohm's Law states that the electrical resistance of a uniform conductor is directly proportional to its length and inversely proportional to its cross-sectional area, mathematically expressed as R = ρ(L/A). While the First Ohm's Law (V = IR) tells you how voltage, current, and resistance interact at a single point in time, this second law explains why a specific piece of wire has that resistance in the first place. It changes everything about how we size conductors for long runs, dictating whether your 12V camper fridge gets a healthy 12V or a starved 9V. People commonly confuse it with the generalized Ohm's law for complete circuits (I = E/(R+r)), but in practical wiring, bench electronics, and international physics curricula, the Second Ohm's Law is strictly about the physical geometry and material properties of the conductor itself.
The Math: Resistivity, Length, and Area
To use this law on the workbench or jobsite, you need to break down the formula into its physical components. The equation is:
R = ρ × (L / A)
- R = Resistance in Ohms (Ω)
- ρ (rho) = Resistivity of the material (Ω·m)
- L = Total length of the conductor (meters)
- A = Cross-sectional area of the conductor (square meters)
The most critical takeaway here is the inverse relationship with Area (A). Resistance doesn't scale linearly with wire diameter; it scales with the square of the diameter. Doubling the diameter of a wire quadruples its cross-sectional area, cutting the resistance to 25% of its original value. This is the physical reason why stepping up from 10 AWG to 8 AWG yields a much more dramatic drop in resistance than stepping from 4 AWG to 2 AWG, even though the AWG number changes by the same amount.
Worked Numeric Example: Sizing a 12V Fridge Circuit
Let's apply this to a common DIY solar setup. You are wiring a 12V DC compressor fridge that draws a steady 10A. The battery bank is 20 feet away from the fridge. You have a spool of 12 AWG copper wire (cross-sectional area = 3.31 mm², or 3.31 × 10⁻⁶ m²).
- Calculate Total Length (L): Current must flow to the fridge and back. A 20-foot physical run means 40 feet of total wire. Converted to meters, L = 12.19 meters.
- Apply the Second Ohm's Law: R = (1.68 × 10⁻⁸ Ω·m × 12.19 m) / (3.31 × 10⁻⁶ m²).
- Solve for R: R = 0.0618 Ω.
- Calculate Voltage Drop: Using the First Ohm's Law (V = IR), the drop is 10A × 0.0618 Ω = 0.618V.
Your fridge will see 11.38V at the terminals. For a compressor fridge with a low-voltage cutoff around 10.5V, this 12 AWG run is perfectly safe. However, if you tried to run a 30A microwave inverter on this same 12 AWG wire, the voltage drop would be 1.85V, likely triggering the inverter's low-voltage alarm and wasting 55W of power as heat inside the walls.
Where You Meet This in Practice
You interact with the Second Ohm's Law every time you consult an ampacity chart or calculate voltage drop. According to All About Circuits, understanding conductor resistance is the foundation of power distribution. Here is where it dictates your hardware choices:
- High-Voltage AC Transmission: Utilities step voltage up to 345kV to keep current (I) low. But the Second Ohm's Law still applies to the physical lines; this is why transmission towers carry massive bundles of aluminum conductors (increasing A) to minimize I²R heating losses over miles of length (L).
- Automotive and Marine 12V/24V Systems: Because system voltage is low, even a tiny resistance causes a massive percentage voltage drop. This forces marine electricians to use massively oversized conductors (huge A) to compensate for the long routing paths (huge L) through a boat's hull.
- Shunt Resistors and Current Sensing: When designing a PCB, if you need a precise 0.01Ω shunt resistor for an INA219 current sensor, you rely on this law to calculate the exact length and width of the copper trace required to hit that target resistance.
Real-World Scenario Walkthrough: The Melted Inverter Lug
Theory is clean; jobsites are not. Here is a failure analysis from a camper van build where ignoring the physical geometry of the wire led to a thermal event.
The Numbers: A 2000W inverter pulling from a 12V battery (which sags to about 11.5V under heavy load) draws roughly 175A to 180A when running a microwave and coffee maker simultaneously.
4 AWG copper wire has a cross-sectional area of 21.15 mm² (21.15 × 10⁻⁶ m²).
The round-trip length (L) is 30 feet, or 9.14 meters.
The Calculation:
R = (1.68 × 10⁻⁸ × 9.14) / (21.15 × 10⁻⁶) = 0.00726 Ω.
At 180A, the voltage drop is 1.3V (leaving only 10.2V at the inverter).
More critically, the power dissipated as heat in the wire is P = I²R.
P = (180)² × 0.00726 = 235 Watts.
The Outcome and What Went Wrong:
The builder confused ampacity (the wire's ability to shed heat to the ambient air, governed by NEC tables) with resistance (governed by the Second Ohm's Law). While the 4 AWG wire in free air didn't catch fire, 235W of heat distributed across the run and concentrated at the termination points was too much. The crimp lugs, which have slightly higher resistance than the wire itself, acted as heating elements. The heat melted the adhesive-lined heat shrink, oxidized the copper strands inside the lug, and eventually fused the terminal to the busbar. The fix required upsizing to 2/0 AWG (Area = 67.4 mm²), which dropped the resistance to 0.0022 Ω, cutting the heat dissipation down to a manageable 71W and keeping the voltage drop under 0.4V.
Common Confusions and Bench Mistakes
Do I use the one-way distance or round-trip for Length (L)?
Always use the round-trip distance for DC and single-phase AC circuits. The current must travel to the load and return to the source. If your breaker panel is 50 feet from your outlet, L is 100 feet. Failing to double the length is the most common reason DIY voltage drop calculators yield dangerously optimistic results.
Does temperature change the Second Ohm's Law?
The physical geometry (L and A) doesn't change much with temperature, but the resistivity (ρ) absolutely does. Copper has a positive temperature coefficient of about 0.0039 per °C. If your wire is running hot (e.g., bundled in insulation in an attic at 50°C), its resistivity increases by roughly 12% compared to the standard 20°C bench baseline. Always derate for temperature when calculating voltage drop in high-ambient environments.
Why do some textbooks call I = E/(R+r) the Second Ohm's Law?
Terminology varies by region. In Eastern European and some Asian physics curricula, the 'First Law' is V=IR for a circuit segment, and the 'Second Law' is the generalized equation including the battery's internal resistance (r). However, in practical electrical trades, European wiring standards, and applied electronics, R = ρ(L/A) (often called Pouillet's Law) is universally treated as the second foundational rule of Ohm's work because it bridges abstract circuit theory with physical material science.
Mastering the Second Ohm's Law moves you from guessing wire sizes based on internet forums to engineering your circuits based on physics. Whether you are sizing THHN conductors for a 240V subpanel or selecting silicone wire for a 6S LiPo drone build, respecting the relationship between resistivity, length, and area is what separates reliable installations from melted lugs and starved loads.






