Variable resistance is an electrical component or property that allows the opposition to current flow to be adjusted manually or automatically, altering the voltage or current in a circuit without changing the power source. In a real installation, introducing variable resistance changes either the voltage divider ratio (yielding a variable output voltage) or the total series impedance (yielding a variable current limit). The most common mistake makers and students make is confusing a three-terminal potentiometer (used for signal-level voltage division) with a two-terminal rheostat (used for power-level current limiting), or assuming a standard carbon-track potentiometer can handle the thermal dissipation of a direct motor load.
The Core Mechanism: Tracks, Wipers, and Materials
At the physical level, a manual variable resistor consists of a resistive track and a movable contact called a wiper. As the wiper slides along the track, the physical length of the resistive material between the wiper and the terminal changes, altering the ohmic value. Think of it like a bypass valve on a long, narrow water pipe: the further down the pipe you tap into the water flow, the more friction (resistance) the water (current) faces before reaching the tap.
The track material dictates the component's power handling, noise profile, and lifespan:
- Carbon Composition: Cheap, common in audio (e.g., ALPS RK09 series), but prone to wear and contact noise ('scratchy' pots).
- Cermet (Ceramic-Metal): Used in precision trimming (e.g., Bourns 3296W). Highly stable, handles moderate power, and survives high-temperature soldering.
- Wirewound: A resistive wire (like Nichrome) wound around a core. Used in high-power rheostats for motor control and dummy loads. Excellent power dissipation but poor high-frequency performance due to parasitic inductance.
- Conductive Plastic: Ultra-smooth wiper action, used in high-end mixing consoles and joysticks where long lifecycle and low noise are critical.
Where You Meet This In Practice
You will encounter variable resistance in almost every domain of electrical and electronic design, though the physical form factor changes drastically based on the application:
- User Interfaces (Audio & Lighting): Logarithmic (audio-taper) potentiometers for volume controls, where human hearing perceives loudness logarithmically, and linear potentiometers for LED dimmers.
- Calibration and Biasing: Multi-turn trimpots on PCBs used to set the baseline voltage for comparators, adjust the gain of an op-amp feedback loop, or calibrate sensor thresholds during manufacturing.
- Environmental Sensing: Passive sensors like Thermistors (temperature-dependent) and LDRs (light-dependent) act as automatic variable resistors. Their resistance shifts based on physical stimuli, which a microcontroller reads via a voltage divider.
- High-Power Motor Control: Heavy-duty wirewound rheostats used in older industrial crane controls or bench-top DC power supplies to limit inrush current.
Worked Numeric Example: Sizing a Rheostat for DC Motor Control
Let's say you are building a bench test rig and need to manually control the speed of a 12V DC cooling fan. You want to be able to drop the fan's voltage from 12V down to 7V to reduce noise. The fan draws a steady 0.2A (200mA) at 12V.
Step 1: Calculate the required voltage drop.
Source Voltage - Target Load Voltage = Voltage Drop
12V - 7V = 5V drop across the rheostat.
Step 2: Calculate the required resistance (Ohm's Law).
R = V / I
R = 5V / 0.2A = 25 Ohms.
Step 3: Calculate the power dissipation (Watt's Law).
P = I² × R
P = (0.2A)² × 25Ω = 0.04 × 25 = 1 Watt.
Step 4: Select the component.
Engineering best practice dictates derating power components by at least 50% for thermal reliability. Since the rheostat must dissipate 1W, you need a component rated for at least 2 Watts. You would source a 25Ω (or 50Ω to give a wider adjustment range), 3W wirewound rheostat. If you tried to use a standard 0.5W Bourns trimpot for this, it would overheat and fail within seconds.
Bench Scenario Walkthrough: The Burnt Trimpot Mistake
Theory is clean; the workbench is not. Here is a classic failure mode that costs hobbyists and junior engineers hours of debugging.
The Setup: You are designing an industrial 24V DC control board. You need to bias the base of a power transistor to trigger at a specific threshold. You place a 10kΩ Bourns 3296W cermet trimpot (rated at 0.5W) between the 24V rail and the transistor base to allow for field calibration.
The Numbers: Under normal operation, the trimpot is set to roughly 8kΩ. The current drawn is minimal (around 3mA). Power dissipation is P = I²R = (0.003)² × 8000 = 0.072W. This is well under the 0.5W rating. The math looks perfect.
The Outcome: During assembly, the technician accidentally turns the trimpot screw all the way to its minimum resistance stop (approx. 50Ω) before the board is powered on for the first time. When the 24V supply is switched on, the trimpot instantly pops, cracks its ceramic housing, and leaves a black scorch mark on the PCB.
What Went Wrong: The calculation assumed the *operating* resistance, not the *minimum possible* resistance. At 50Ω, the power dissipation spiked to P = V²/R = (24)² / 50 = 11.52W. You forced 11.5 watts through a 0.5-watt component.
The Fix: Never place a variable resistor directly across a voltage source without a fixed series current-limiting resistor. By adding a fixed 2.2kΩ resistor in series with the 10kΩ trimpot, the absolute minimum resistance becomes 2.2kΩ. The maximum possible power dissipation drops to P = (24)² / 2200 = 0.26W, keeping the circuit safe regardless of how the wiper is adjusted.
Component Matrix: Potentiometer vs. Rheostat vs. Digital Pot
Choosing the right variable resistance topology depends entirely on whether you are managing signal voltage, load current, or microcontroller logic.
| Feature | Potentiometer (3-Terminal) | Rheostat (2-Terminal) | Digital Potentiometer (IC) |
|---|---|---|---|
| Primary Use | Voltage division (signal level) | Current limiting (power level) | Programmatic calibration / digital control |
| Wiring | Wiper + 2 end terminals | Wiper + 1 end terminal | SPI/I2C data lines + VCC/GND |
| Power Handling | Low (0.05W to 0.5W) | High (2W to 100W+) | Ultra-low (Milliwatts, strictly signal) |
| Typical Part | ALPS RK09 (Audio), B10K Linear | Ohmite 25Ω 3W Wirewound | Microchip MCP4131 (SPI) |
| Failure Mode | Wiper noise, track wear | Thermal overload, open circuit | Wiper memory loss, voltage rail exceeding VDD |
Frequently Asked Questions
What is the difference between variable resistance and variable impedance?
Resistance applies strictly to DC circuits or the real (heat-dissipating) part of an AC circuit. Impedance (Z) includes both resistance and reactance (capacitive or inductive opposition). A standard potentiometer provides variable resistance. A variable capacitor or inductor provides variable reactance. Together, they form variable impedance.
Why do audio volume knobs use 'logarithmic' or 'Audio' taper pots?
Human hearing perceives sound pressure levels logarithmically, not linearly. If you use a linear 10kΩ pot for volume, 80% of the perceived volume change happens in the last 10% of the knob's physical rotation. An audio-taper pot (often marked with an 'A', like A10K) changes resistance logarithmically, resulting in a smooth, linear perceived volume increase as you turn the knob.
Can I wire a 3-pin potentiometer as a 2-pin rheostat?
Yes. To use a potentiometer as a variable resistor (rheostat), connect one outer terminal to the wiper (middle terminal). Leave the other outer terminal floating. Pro-tip: For safety, connect the floating outer terminal to the wiper as well. If the wiper ever loses physical contact with the track due to vibration or wear, the circuit will see the maximum total resistance rather than floating to an undefined, potentially dangerous state.
Where can I read more about the physical construction of these components?
For a deep dive into the internal mechanics and schematic symbols, the All About Circuits textbook chapter on potentiometers provides excellent cross-sectional diagrams. For practical wiring and taper curves, Electronics Tutorials offers a solid visual guide.






