A potentiometer (commonly called a 'pot') is a three-terminal variable resistor that functions as an adjustable voltage divider to control electrical potential in a circuit. In a real installation or PCB, it changes the reference voltage presented to the next stage of your system, allowing you to dial in a specific threshold, volume, or speed. Builders most commonly confuse a potentiometer (which divides voltage using all three terminals) with a rheostat (which varies current using only two terminals), and frequently mix up linear (B) and logarithmic (A) tapers when designing audio or sensor interfaces.

The Core Mechanics: Voltage Division vs. Current Limiting

Inside a standard carbon-film or cermet pot, a resistive track connects Terminal 1 and Terminal 3. Terminal 2 is the wiper—a spring-loaded metallic contact that slides along the track as you turn the shaft. By applying a voltage across the outer terminals and reading the wiper, you create a variable voltage divider.

Let us look at a concrete numeric example. Suppose you have a 10kΩ linear pot connected across a 5V DC supply (5V to Pin 1, GND to Pin 3). You rotate the shaft exactly 30% of its mechanical travel. Because it is a linear taper, the resistance between Pin 3 (GND) and the wiper (Pin 2) is 3,000Ω, and the resistance between the wiper and Pin 1 is 7,000Ω.

Using the voltage divider formula, the output voltage at the wiper is:

V_out = V_in × (R_wiper_to_gnd / R_total)
V_out = 5V × (3000 / 10000) = 1.5V

This 1.5V signal can now be fed into a microcontroller's Analog-to-Digital Converter (ADC) or an op-amp's non-inverting input. The pot itself draws a continuous bleed current of I = V / R = 5V / 10,000Ω = 0.5mA, which is negligible for most power supplies but relevant for battery-operated IoT nodes.

Taper Profiles: Why Your Audio Knob Feels Wrong

The 'taper' defines the mathematical relationship between the physical shaft rotation and the resistance ratio. Grabbing the wrong taper is the most frequent mistake hobbyists make when building amplifiers or motor controllers.

Taper Type Common Marking Resistance at 50% Rotation Primary Use Case
Linear B (e.g., B10K) 50% of total ADC inputs, oscilloscope triggers, LED dimming thresholds
Logarithmic (Audio) A (e.g., A10K) ~10% to 15% of total Audio volume controls (matches human hearing perception)
Reverse Logarithmic C (e.g., C10K) ~85% to 90% of total Panning controls, specialized gain staging
Regional Marking Warning: In the US and Asia, 'A' denotes Logarithmic and 'B' denotes Linear. However, on some vintage European equipment, these letters are reversed. Always verify the taper by measuring the wiper-to-ground resistance at the mechanical midpoint with a multimeter before soldering it into an audio signal path.

Where You Meet Pots in Practice

You will encounter potentiometers across several distinct domains of electrical and electronic design:

  1. Microcontroller ADC Interfacing: When feeding an ESP32 or Arduino Uno, a 10kΩ linear pot is the standard choice. The ESP32's ADC has an input impedance that drops significantly at higher attenuation levels; using a 100kΩ pot will result in non-linear readings and ghost voltages due to the ADC's internal sample-and-hold capacitor failing to charge fully.
  2. Power Supply Feedback Loops: Multi-turn cermet trimpots (like the Bourns 3296W series) are used on the secondary side of switching power supplies to fine-tune the voltage reference fed to a TL431 shunt regulator, allowing precise calibration of the output voltage.
  3. Audio Signal Attenuation: Panel-mount dual-gang audio pots (such as the Alpha RD901F) are wired as variable voltage dividers to drop line-level or instrument-level audio signals before they hit an amplifier stage, preventing clipping.

Scenario Walkthrough: The Burnt Wiper Mistake

To understand the physical limits of these components, let us examine a common bench failure involving a Bourns 3590S 100Ω, 2W wirewound potentiometer used to control a high-current load.

The Setup: A builder wants to manually control the speed of a 12V DC cooling fan that draws 300mA at full speed. To save board space, they wire the 100Ω pot as a rheostat (connecting only the wiper and one outer terminal) and place it directly in series with the fan's positive supply line.

The Numbers: To drop the fan's voltage from 12V down to 6V (half speed), the pot must drop 6V while passing 300mA. Using Ohm's law, the required resistance is R = V / I = 6V / 0.3A = 20Ω. The builder dials the pot to the 20Ω mark. The power dissipated by that specific 20Ω segment of the track is P = I² × R = (0.3)² × 20 = 1.8W.

The Outcome: The pot's overall rating is 2W, but that rating assumes the heat is distributed across the *entire* 100Ω track. Here, 1.8W is being concentrated in just 20% of the track's physical length, and all the current is bottlenecking through the microscopic contact point of the wiper. Within three minutes, the wiper contact oxidizes from thermal stress, the carbon/wirewound track hot-spots, and the fan violently stutters and dies.

What Went Wrong: The builder exceeded the localized wiper power rating and used a resistive current-limiting method for a high-current inductive load. Potentiometers are designed to handle milliamps for signal referencing, not hundreds of milliamps for power delivery.

The Fix: Never use a pot to directly limit current to a high-power load. Instead, use the pot to output a 0-5V reference signal into an op-amp or microcontroller ADC, and drive the fan using a logic-level MOSFET (like an IRLZ44N) controlled by Pulse Width Modulation (PWM).

Sizing and Selecting the Right Component

When sourcing pots for your next build, match the physical and electrical specifications to the environment. For a comprehensive breakdown of how voltage dividers interact with varying load impedances, the SparkFun Voltage Divider Tutorial provides excellent baseline math.

  • Track Material: Carbon film is cheap and standard for audio but suffers from rotational noise (crackling). Cermet (ceramic-metal) offers high stability and low noise, ideal for calibration trimpots. Conductive plastic provides the smoothest resolution and longest life for high-end audio and precision joysticks.
  • Wiper Contact Resistance: Typically ranges from 0.5Ω to 5Ω. In low-voltage, high-precision DC circuits, this contact resistance can introduce measurable errors if the wiper is carrying significant current.
  • Mechanical Life: Standard carbon pots are rated for 15,000 to 30,000 rotation cycles. If you are designing a consumer appliance where the knob will be turned daily, specify a conductive plastic element rated for 1,000,000+ cycles.

Frequently Asked Questions

Can I use a 100kΩ pot instead of a 10kΩ pot to save battery power?

You can reduce the bleed current by using a 100kΩ pot, but you must check the input impedance of the stage you are driving. If you feed a 100kΩ pot into an Arduino analog pin (which has a 100MΩ input impedance), it works fine. If you feed it into an older audio amplifier or a microcontroller ADC with a low sample-and-hold impedance, the high source resistance will cause a voltage drop and result in erratic, non-linear readings.

Why does my audio volume pot make a scratching sound when I turn it?

That scratching is 'track noise,' caused by the wiper bouncing microscopically over dust, oxidation, or physical wear grooves in the carbon film. For sealed pots, a specialized contact cleaner (like DeoxIT F5) sprayed into the casing slot can dissolve the oxidation. If the physical track is gouged, the pot must be replaced.

What is the difference between a single-turn and a multi-turn trimpot?

A single-turn pot (like the Bourns 3386) sweeps its entire resistance range in roughly 270 degrees of rotation, making it fast to adjust but difficult to tune precisely. A multi-turn pot (like the 3296W) uses an internal lead-screw mechanism, requiring 15 to 25 full rotations to sweep the track. This allows for sub-ohm precision when calibrating sensitive analog sensors or power supply feedback loops.

Understanding the physical and electrical boundaries of potentiometers ensures your circuits remain stable and your components survive the bench. Whether you are designing an ESP32 sensor interface or calibrating a bench power supply, treating the pot as a precision voltage divider rather than a heavy-duty variable resistor will save you from the most common thermal and signal-integrity failures.