To define resistance in physics in a single sentence: it is the physical property of a material that opposes the flow of electric current, converting electrical energy into heat. In a real circuit or installation, resistance is the governing factor that dictates your voltage drop, limits your maximum current, and determines how much power is wasted as thermal loss ($I^2R$). Beginners and even seasoned hobbyists often confuse resistance (a property of a specific physical object) with resistivity (an intrinsic material property independent of shape) or impedance (the AC equivalent that includes frequency-dependent reactance). Think of it like a kink in a garden hose—the narrower the hose, the harder it is to push water through. That is the only analogy you need; the rest is pure, predictable math.
The Core Physics: Resistivity and Geometry
Resistance ($R$) is not just a random number stamped on a component; it is a direct result of a material's atomic structure and its physical dimensions. The governing formula is:
$R = \rho \frac{L}{A}$
Where $\rho$ (rho) is the material's resistivity, $L$ is the length of the conductor, and $A$ is its cross-sectional area. This means you can change a wire's resistance by either swapping the material or changing its gauge (which alters $A$). According to Georgia State University's HyperPhysics, resistivity is fundamentally determined by the density of free electrons and the frequency of their collisions with the atomic lattice, which increases as temperature rises.
| Material | Resistivity ($\Omega \cdot m$) | Temp Coefficient ($\alpha$ per °C) | Primary Electrical Use |
|---|---|---|---|
| Silver (Annealed) | $1.59 \times 10^{-8}$ | 0.0038 | High-end audio contacts, RF plating |
| Copper (Annealed) | $1.72 \times 10^{-8}$ | 0.0039 | Standard branch wiring, PCB traces |
| Aluminum (99.5%) | $2.65 \times 10^{-8}$ | 0.0039 | Utility transmission, large feeders |
| Tungsten | $5.60 \times 10^{-8}$ | 0.0045 | Incandescent lamp filaments |
| Nichrome (80/20) | $1.10 \times 10^{-6}$ | 0.0001 | High-wattage heating elements |
| Silicon (Intrinsic) | $2.30 \times 10^{3}$ | -0.075 (NTC) | Semiconductor substrates |
| Glass (Pyrex) | $10^{12}$ to $10^{14}$ | N/A | High-voltage insulators |
Worked Example: Calculating Voltage Drop in a Branch Circuit
Let's move from abstract physics to a real-world installation. Suppose you are wiring a 120V dedicated branch circuit for a 16A continuous load (like a server rack or a heavy-duty dehumidifier) located 50 feet from your breaker panel. You plan to use 12 AWG solid copper wire.
Step 1: Find the total conductor length.
Current must travel to the load and return. A 50-foot physical run requires 100 feet of total conductor (hot + neutral).
Step 2: Determine the resistance per foot.
According to standard wire tables, 12 AWG solid copper has a DC resistance of 1.588 $\Omega$ per 1,000 feet at 20°C.
Step 3: Calculate Voltage Drop ($V = I \times R$).
$V_{drop} = 16\text{A} \times 0.1588\Omega = \mathbf{2.54\text{V}}$
Step 4: Evaluate against code and physics.
A 2.54V drop on a 120V system is a 2.11% drop. The NEC recommends keeping branch circuit voltage drop under 3% for optimal efficiency. From a physics standpoint, let's look at the thermal loss. Using the power formula $P = I^2R$:
$P_{loss} = (16\text{A})^2 \times 0.1588\Omega = 256 \times 0.1588 = \mathbf{40.65\text{W}}$
You are dissipating over 40 watts of pure heat inside your walls just to move the electricity. If you stepped up to 10 AWG wire (0.9989 $\Omega$/kft), the resistance would drop to 0.099 $\Omega$, the voltage drop would shrink to 1.58V, and your thermal loss would fall to 25.3W. This is the exact mathematical justification for upsizing wire on long runs.
Where You Meet This in Practice
Understanding resistance transitions you from blindly following wiring diagrams to actually designing robust systems. Here is where this physics concept dictates your hardware choices on the bench and the jobsite:
- Heating Elements: When you need to generate heat (toasters, 3D printer hotends, industrial kilns), you intentionally select high-resistivity materials like Nichrome or Kanthal. You want the material to fight the current and convert that kinetic friction into thermal energy.
- Current Limiting for LEDs: An LED has virtually zero internal resistance once it reaches its forward voltage. Without a current-limiting resistor in series to artificially introduce resistance and drop the excess voltage, the LED will draw infinite current until the silicon junction melts.
- Sensing and Measurement: Shunt resistors are used in multimeters and BMS (Battery Management Systems) to measure current. By placing a known, ultra-low resistance (e.g., 0.001 $\Omega$) in the current path and measuring the micro-volt drop across it, the microcontroller calculates exact amperage using Ohm's Law.
- Pull-Up/Pull-Down Networks: In digital logic (like Arduino or ESP32 GPIO pins), high-resistance paths (typically 10k$\Omega$ to 100k$\Omega$) are used to tie floating pins to VCC or GND. The resistance is high enough to prevent short circuits when the pin is driven low, but low enough to overcome electromagnetic interference (EMI) that could cause phantom triggering.
Common Confusions: Resistance vs. Impedance vs. Reactance
The most common error in AC circuit analysis is treating impedance as if it were simple resistance. According to Fluke's electrical testing guidelines, measuring an AC motor winding with a standard multimeter will only give you the DC resistance of the copper wire, completely ignoring the physics of the alternating magnetic field.
| Property | Symbol | Applies To | Energy Behavior |
|---|---|---|---|
| Resistance | $R$ | DC and AC | Dissipates energy as heat (real power) |
| Reactance | $X$ | AC only | Stores and releases energy in magnetic/electric fields (reactive power) |
| Impedance | $Z$ | AC only | The vector sum of $R$ and $X$; total opposition to AC current |
If you are sizing a breaker for a DC solar array, you only care about resistance. If you are sizing a breaker for an AC induction motor, you must calculate impedance, because the inductive reactance ($X_L$) of the motor windings will limit the running current far more than the raw copper resistance of the wire.
Frequently Asked Questions
Does resistance change with voltage?
No. For standard ohmic materials (like copper wire and carbon resistors), resistance is constant regardless of the applied voltage. If you double the voltage, the current doubles, but the resistance remains exactly the same. Non-ohmic materials (like varistors or incandescent tungsten filaments) do change resistance, but this is due to the resulting temperature change or electric field breakdown, not the voltage itself.
Why do we use aluminum for power lines if copper has lower resistance?
While copper has a lower volumetric resistivity, aluminum is significantly lighter and cheaper. By simply using a physically thicker aluminum cable (which increases the cross-sectional area $A$ in our formula), engineers can achieve the exact same total resistance as a copper wire, but at a fraction of the weight. This reduces the mechanical load on transmission towers.






