Electrical resistance is the measurable opposition a material presents to the flow of electric current, converting electrical energy into heat. When you apply a voltage across a conductive path, the atomic structure of the material collides with moving electrons, restricting their flow and dissipating power. This fundamental property, measured in ohms (Ω), is the cornerstone of Ohm’s Law and dictates how every circuit from a simple flashlight to a 400A industrial service panel behaves under load.
The Core Physics: What Resistance Actually Changes
When you introduce resistance into a circuit, it fundamentally changes two variables: the current draw and the voltage drop. According to Ohm's Law (I = V / R), if your voltage source remains constant, increasing the resistance will proportionally decrease the current. Conversely, if you force a constant current through a higher resistance, the voltage drop across that component will increase.
Think of it like a pinch in a garden hose—the tighter the pinch (higher resistance), the less water (current) flows for a given pump pressure (voltage), and the more pressure is lost across the pinched section. However, unlike a hose, electrical resistance doesn't just restrict flow; it actively converts the restricted electrical energy into thermal energy (heat).
Worked Numeric Example: Sizing a Current-Limiting Resistor
To see how we define electrical resistance in practical circuit design, let's calculate the exact resistor needed to safely power a standard 5mm red LED from a 9V alkaline battery.
The Parameters:
- Source Voltage (Vs): 9.0V
- LED Forward Voltage (Vf): 2.0V
- Target LED Current (I): 20mA (0.02A)
Step 1: Calculate the Required Voltage Drop
The resistor must absorb the voltage the LED doesn't use.
V_resistor = Vs - Vf = 9.0V - 2.0V = 7.0V
Step 2: Calculate the Resistance Value
Using Ohm's Law (R = V / I):
R = 7.0V / 0.02A = 350 Ω
Step 3: Select a Standard E24 Value
Resistors are manufactured in standard logarithmic steps. The nearest standard E24 value above 350 Ω is 360 Ω, but stepping up to 390 Ω provides a safer margin for battery voltage spikes.
Step 4: Verify the Power Rating
Resistors burn up if they dissipate more heat than their physical size allows. We calculate power (P = I² × R):
P = (0.02A)² × 390 Ω = 0.0004 × 390 = 0.156 Watts.
A standard 1/4W (0.25W) through-hole resistor is perfectly adequate for this job.
| Target | Nearest E24 Standard Values | Actual Current at 9V (with 2V LED) |
|---|---|---|
| 350 Ω | 330 Ω / 360 Ω | 21.2 mA / 19.4 mA |
| 390 Ω (Chosen) | 390 Ω | 17.9 mA (Safe margin) |
| 470 Ω | 470 Ω | 14.8 mA (Dimmer output) |
Where You Meet Resistance in Practice
You don't just encounter resistance in the form of color-banded components on a breadboard. It manifests across every electrical discipline:
- Home Wiring and Feeders: When sizing wire for a subpanel 150 feet away, you must calculate the resistance of the conductor to ensure the voltage drop stays under the NEC-recommended 3% threshold. This often forces you to upsize from 4 AWG to 2 AWG copper, purely to reduce the resistance of the run.
- Microcontroller GPIO Pins: When wiring an ESP32 or Arduino, floating digital inputs will read random noise. We use 10 kΩ pull-up or pull-down resistors to provide a high-resistance path to VCC or GND, defining the default logic state without drawing excessive current when the button is pressed.
- Deliberate Heating Elements: In a 3D printer hotend or a household toaster, resistance is the goal. Nichrome wire (an alloy of nickel and chromium) is chosen specifically for its high resistivity and resistance to oxidation at high temperatures, converting 120V AC or 24V DC directly into thermal energy.
- Sensing and Measurement: RTDs (Resistance Temperature Detectors) like the PT100 sensor rely on the fact that platinum's electrical resistance increases predictably with temperature, allowing precision measurement in industrial HVAC systems.
Common Confusions: Resistance vs. Reactance vs. Impedance
When working with alternating current (AC), people frequently confuse resistance with related but distinct concepts. Here is how to define electrical resistance against its AC counterparts:
| Property | Symbol | Applies To | Energy Behavior | Phase Shift |
|---|---|---|---|---|
| Resistance | R | DC and AC | Dissipates real power (heat) | None (Voltage and current are in phase) |
| Reactance | X | AC Only | Stores and releases energy (magnetic/electric fields) | Shifts voltage and current by 90° |
| Impedance | Z | AC Only | Combines both dissipation and storage | Shifts phase between 0° and 90° |
If you measure a motor winding with a multimeter's DC ohms setting, you are only reading the resistance of the copper wire. When you apply 120V AC to that same motor, the inductance of the coils creates reactance, which limits the AC current far more than the DC resistance alone. For a deep dive into the physics of these material properties, the Georgia State University HyperPhysics database provides excellent baseline formulas.
Frequently Asked Questions
How do you define electrical resistance in a parallel circuit?
In a parallel circuit, adding more resistive paths actually decreases the total equivalent resistance. The formula is 1/R_total = 1/R1 + 1/R2 + 1/R3. For example, two 100 Ω resistors in parallel yield a total resistance of 50 Ω. This happens because the current has multiple independent routes to flow, reducing the overall opposition to the source.
Does electrical resistance change with temperature?
Yes, significantly. For most pure metals like copper and aluminum, resistance increases as temperature rises (a positive temperature coefficient, or PTC). Copper's resistance increases by approximately 0.39% for every 1°C rise above 20°C. This is why ampacity tables in the NEC derate wire capacities in hot attics. Conversely, semiconductors and thermistors (NTC) exhibit decreasing resistance as they heat up, a property exploited in inrush current limiters.
What is the exact difference between resistance and resistivity?
Resistance (R) is the property of a specific physical object—like a 10-foot piece of 14 AWG wire. Resistivity (ρ) is an intrinsic material property that defines how strongly a material opposes current, regardless of its shape. You calculate resistance using resistivity with the formula R = ρ(L/A), where L is length and A is cross-sectional area. All About Circuits covers this distinction extensively in their DC theory textbook.
Can a multimeter measure resistance in a live circuit?
Never attempt this. A multimeter measures resistance by injecting a small, known test current through the probes and measuring the resulting voltage drop. If the circuit is already energized, the external voltage will conflict with the meter's internal test current. At best, you will get a wildly inaccurate reading; at worst, you will instantly blow the multimeter's internal shunt fuse or destroy the ADC circuitry. Always de-energize, lock out, and verify dead before measuring ohms.
Why do we use high resistance for pull-up resistors on I2C lines?
I2C communication uses open-drain outputs, meaning devices can only pull the line low to GND, not drive it high to VCC. A pull-up resistor is required to bring the line high. We typically use 4.7 kΩ or 10 kΩ because it is high enough to limit current waste when the line is pulled low (e.g., 3.3V / 4700Ω = 0.7mA), but low enough to overcome the parasitic capacitance of the wires and pull the voltage up to a logic HIGH quickly enough for 400 kHz Fast-mode communication.






