Resistance in electrical circuits is the opposition a material presents to the flow of direct current (DC), converting electrical energy into heat. In a real installation or breadboard prototype, resistance dictates exactly how much current flows for a given voltage, causes voltage drop over long wire runs, and determines the heat output of appliances. Beginners and intermediate hobbyists frequently confuse pure DC resistance with AC impedance, which includes frequency-dependent reactance from inductors and capacitors.
The Physics and Math of Resistance
At the atomic level, resistance occurs when moving electrons collide with the fixed atoms of a conductor's lattice structure. Every collision transfers kinetic energy from the electron to the lattice, manifesting as heat. We quantify this opposition in ohms ($\Omega$).
The fundamental relationship is defined by Ohm's Law: $V = I \times R$. If you hold voltage constant, increasing resistance decreases current. But to understand why a specific component or wire has a certain resistance, you must look at its physical dimensions and material properties using the resistivity formula:
$$R = \rho \frac{L}{A}$$
Where $\rho$ (rho) is the material's resistivity, $L$ is the length, and $A$ is the cross-sectional area. Think of it like water flowing through a pipe: a longer, narrower pipe creates more friction (resistance) than a short, wide one. This is the only analogy you need; the rest is pure math.
Worked Numeric Example: Wire Resistance and Voltage Drop
Let's calculate the real-world impact of resistance using a common jobsite scenario: a 200-foot run of 12 AWG solid copper wire (THHN) powering a 15A load at 20°C.
- Material: Uncoated copper has a standard resistance of 1.588 ohms per 1,000 feet at 20°C (per NEC Chapter 9, Table 8).
- Length ($L$): 200 feet.
- Calculation: $R = (1.588 \Omega / 1000 \text{ ft}) \times 200 \text{ ft} = 0.3176 \Omega$.
Now, let's push 15A through that wire. The voltage drop is $V = 15A \times 0.3176 \Omega = 4.76V$. If your source is 120V, your load only sees 115.24V. More critically, look at the power dissipated as heat inside the wall:
$$P = I^2R = (15)^2 \times 0.3176 = 71.46W of heat$$
Generating over 70 watts of heat inside a confined conduit or wall cavity is exactly why the NEC strictly limits ampacity and mandates derating for bundled conductors. The resistance of the wire isn't just a theoretical number; it is a thermal hazard if ignored.
Where You Meet Resistance in Practice
You interact with resistance every time you turn on a device. Depending on the application, we either try to minimize it (in power transmission) or maximize it (in heating elements). Here is how different materials are leveraged based on their resistivity.
| Material | Resistivity ($\Omega \cdot m$ at 20°C) | Common Electrical Application |
|---|---|---|
| Silver | $1.59 \times 10^{-8}$ | High-end audio relay contacts, RF shielding |
| Copper | $1.68 \times 10^{-8}$ | Branch circuit wiring (NM-B, THHN), PCB traces |
| Aluminum | $2.82 \times 10^{-8}$ | Service entrance feeders, utility transmission lines |
| Nichrome (80/20) | $1.08 \times 10^{-6}$ | Toaster elements, soldering iron heaters, dummy loads |
| Carbon | $3.50 \times 10^{-5}$ | Current-limiting resistors, DC motor brushes |
Current Limiting: When driving a standard 5mm red LED from a 5V Arduino GPIO pin, the LED drops about 2.0V and requires 20mA. The required series resistance is $R = (5V - 2V) / 0.02A = 150 \Omega$. Without this specific resistance, the LED would draw excessive current and destroy itself and the microcontroller's GPIO pin.
Parasitic Loss: Using a 50-foot, 16 AWG extension cord to run a 12A circular saw introduces roughly 0.4 ohms of resistance into the circuit. This drops the voltage at the saw's motor, causing it to draw more current to maintain mechanical power output, which leads to overheating and premature motor failure.
Resistance vs. Impedance: Clearing the Confusion
The most common conceptual trap in AC/DC theory is treating resistance and impedance as synonyms. They are not. Resistance ($R$) is a purely real number that opposes current equally at all frequencies. Impedance ($Z$) is a complex number (having both magnitude and phase angle) that represents the total opposition to alternating current (AC).
Resistance dissipates energy as heat. Reactance (the other half of impedance, caused by inductors and capacitors) temporarily stores energy in magnetic or electric fields and returns it to the circuit. If you measure a standard wire-wound power resistor with a DC multimeter, you read its resistance. If you put that same resistor in a 100 kHz switching power supply, its parasitic inductance creates reactance, and its total impedance will be significantly higher than its DC resistance.
For DC circuits and purely resistive AC loads (like incandescent bulbs or space heaters), $Z = R$. But for motors, transformers, and LED drivers, you must calculate impedance to find the true current draw and power factor.
Frequently Asked Questions
How does temperature affect resistance in electrical circuits?
For almost all pure metals (like copper and aluminum), resistance increases as temperature rises. This is known as a Positive Temperature Coefficient (PTC). Copper's temperature coefficient ($\alpha$) is approximately $0.00393 / ^\circ C$. If a copper wire heats up from 20°C to 75°C under load, its resistance increases by roughly 21%. This is why a motor that draws 5A on startup might draw less once the windings heat up, and why voltage drop calculations for long feeders should use the 75°C column values from NEC Table 8, not the 20°C values.
Why is high resistance bad in a ground wire connection?
A grounding conductor's sole job is to provide a low-impedance path back to the source during a ground fault, ensuring enough current flows to instantly trip the breaker. If a ground lug is loose or corroded, it introduces high resistance. If a 120V live wire shorts to the metal chassis of a toaster, and the ground path has 15 ohms of resistance due to a bad connection, the fault current will only be $120V / 15\Omega = 8A$. An 8A fault will not trip a standard 15A or 20A breaker. The breaker stays closed, and the toaster chassis remains lethally energized at 120V. Ground paths must have near-zero resistance.
Can you have zero resistance in a standard electrical circuit?
No. Unless you are working with superconducting materials cooled to cryogenic temperatures (like liquid nitrogen), every physical conductor has some resistance. Even a massive, 4/0 AWG copper busbar has micro-ohms of resistance. In precision bench work, like measuring shunt resistors for a battery management system (BMS), you must account for the resistance of your multimeter probes and test leads, which can easily add 0.2 to 0.5 ohms to your reading. Always short your probes together and subtract that baseline value from your final measurement.
How do you measure resistance in a live circuit?
You do not. This is a critical safety and equipment-preservation rule. Multimeters measure resistance by injecting a small, known test current from their internal battery and measuring the resulting voltage drop. If you connect the ohms setting to a live, energized circuit, the external voltage will force current backward through the meter's sensitive measurement circuitry. At best, you will blow the multimeter's internal fuse. At worst, you will destroy the meter's ADC (Analog-to-Digital Converter) or cause an arc flash. Always de-energize the circuit, lock out the breaker, verify it is dead with a non-contact voltage tester, and discharge any capacitors before measuring resistance.






