A potentiometer is a three-terminal electromechanical component that acts as an adjustable voltage divider, using a sliding or rotating wiper to tap off a specific ratio of the input voltage. In a real circuit, it changes the voltage level delivered to a downstream load without altering the source voltage itself, effectively allowing you to dial in a precise reference or signal level. Beginners frequently confuse the potentiometer with a rheostat; while a rheostat is strictly a two-terminal device used to vary current by inserting variable resistance directly in series with a load, a potentiometer is designed to vary voltage. (You can, however, wire a potentiometer as a rheostat by leaving one end terminal floating or tying it to the wiper).

The Core Physics: Voltage Division and Wiper Mechanics

Internally, a standard rotary potentiometer consists of a resistive track—typically carbon composition, cermet, or conductive plastic—shaped into a partial circle. A spring-loaded metal wiper rides along this track. When you apply a voltage across the two outer terminals (Terminal 1 and Terminal 3), the full resistance of the track is placed across the source. The wiper (Terminal 2) acts as a movable tap.

Think of it like a municipal water main with a pressure gauge attached to a side-bleed valve. The main pipe has a fixed pressure drop from the pump to the drain (your source voltage across the full resistive track). The side-bleed valve (the wiper) can be moved closer to the pump for high pressure, or closer to the drain for low pressure, delivering only a fraction of the total system pressure to your garden hose.

Worked Numeric Example: The Loading Effect
Imagine a 10kΩ linear potentiometer connected across a 12V DC supply. Terminal 1 is at +12V, Terminal 3 is at Ground (0V). You rotate the shaft so the wiper is at 30% physical travel toward ground.

1. Open-Circuit Output: The bottom segment (Terminal 2 to 3) is 3kΩ, and the top segment (Terminal 1 to 2) is 7kΩ. Using the voltage divider rule, V_out = 12V × (3kΩ / 10kΩ) = 3.6V.

2. Thevenin Equivalent Resistance: Looking back into the wiper, the 7kΩ and 3kΩ segments are in parallel relative to the output. R_th = (7k × 3k) / (7k + 3k) = 2.1kΩ.

3. The Loading Effect: If you connect a 10kΩ microcontroller input or load to the wiper, that 2.1kΩ source impedance forms a new voltage divider with your load. The actual voltage at the pin drops to: V_loaded = 3.6V × (10kΩ / (10kΩ + 2.1kΩ)) = 2.97V. This 17% voltage sag is why you must use high-impedance buffers (like an op-amp) when driving heavy loads from a potentiometer wiper.

For a deeper mathematical breakdown of voltage dividers and Thevenin equivalents, the All About Circuits textbook chapter on potentiometers provides excellent foundational theory.

Audio vs. Linear Tapers: Choosing the Right Track

The 'taper' of a potentiometer defines the mathematical relationship between the physical shaft rotation and the electrical resistance ratio. Selecting the wrong taper is the most common reason a DIY audio project or motor controller feels 'wrong' or overly sensitive.

Taper Type US Code EU/Asia Code Resistance at 50% Rotation Best Application
Linear A B 50% Arduino analog inputs, motor speed, sensor calibration
Audio (Logarithmic) B A ~10% to 15% Audio amplifier volume controls
Reverse Log C C ~85% to 90% Audio balance controls, specific synth filter sweeps

The Regional Naming Trap: Notice the US vs. EU/Asia codes in the table above. If you buy an 'A10k' potentiometer from a US supplier like Mouser, it is likely an Audio (logarithmic) taper. If you buy an 'A10k' from a supplier like AliExpress or a Japanese brand like Alps, it is a Linear taper. Always check the manufacturer's datasheet. For bench work, the Electronics Tutorials guide on potentiometers offers a reliable overview of how these tracks are manufactured using carbon versus cermet materials.

For audio volume, human hearing perceives loudness logarithmically. If you use a linear pot for volume, the audio will jump from 'silent' to 'deafening' in the first 20 degrees of rotation, leaving the rest of the knob useless. An audio taper compensates for this by changing resistance slowly at the bottom of the sweep and rapidly at the top.

Where You Meet Potentiometers in Practice

You will encounter potentiometers across almost every sub-discipline of electrical and electronic work:

  • Embedded Systems & Microcontrollers: Reading a 10kΩ linear pot via an Arduino's analogRead() function is the standard method for gathering user input for thresholds, LED brightness, or servo positioning. The 10kΩ value is chosen because it draws only 0.5mA from a 5V rail, minimizing battery drain while keeping impedance low enough to charge the ESP32 or ATmega internal sample-and-hold capacitor quickly.
  • Bench Power Supplies: High-end linear power supplies use multi-turn precision cermet potentiometers (like the Bourns 3590 series) to set the voltage reference for the pass transistors. A 10-turn pot allows you to dial in 12.04V without the output jumping to 12.15V from a slight bump of the knob.
  • Audio Equipment: Dual-gang audio taper pots are used in guitar amplifiers and mixing consoles to control stereo channels simultaneously with a single shaft.
  • Heavy Machinery & Joysticks: Industrial joysticks often use hall-effect sensors today, but older or budget-friendly CNC pendants and throttle levers still rely on heavy-duty, wirewound potentiometers rated for millions of mechanical cycles.

Common Wiring Mistakes and How to Avoid Them

Wiring Warning: The Floating Wiper Hazard
When wiring a potentiometer as a variable resistor (rheostat mode) to limit current, never leave the unused third terminal floating. Always jumper the unused outer terminal directly to the wiper terminal.

Why? Mechanical vibration or dirt on the track can cause the wiper to momentarily lose contact with the resistive element. If the third terminal is floating, the circuit opens completely, causing a sudden spike to maximum resistance (which might kill your motor's torque). If the third terminal is jumpered to the wiper, a momentary wiper bounce simply shifts the resistance to the maximum value of the track, but maintains circuit continuity, preventing catastrophic voltage spikes in inductive loads.

Another critical mistake is exceeding the wiper's current rating. A standard 16mm Alpha or Bourns carbon track pot is rated for roughly 125mW to 500mW total power dissipation. If you wire a 100Ω pot directly across a 12V battery to control a small fan, the pot will attempt to dissipate 1.44 Watts (P = V²/R). The carbon track will overheat, crack, and fail open in seconds. Potentiometers are for signal and reference control, not for acting as primary power-dissipating droppers for high-current loads.

Frequently Asked Questions About Potentiometers

Can I use a 50k potentiometer instead of a 10k in my Arduino circuit?

Yes, but with caveats. A 50kΩ pot will draw less idle current (100µA vs 500µA at 5V), which is great for battery-powered ESP32 deep-sleep projects. However, the higher Thevenin source impedance at the wiper (up to 12.5kΩ at the midpoint) takes longer to charge the internal sample-and-hold capacitor of the microcontroller's ADC. If you read the analog pin too quickly without a small delay or a 100nF capacitor placed between the wiper and ground, your ADC readings will be noisy and inaccurate. For standard 5V Arduinos, stick to 10kΩ; for 3.3V ESP32s, 10kΩ to 20kΩ is the sweet spot.

Why does my audio volume pot sound scratchy when I turn it?

Scratchiness is almost always caused by dust, oxidation, or worn carbon particles accumulating between the wiper and the resistive track. To fix it, do not use standard WD-40, which leaves a conductive, dust-attracting residue that will eventually ruin the track. Instead, use a specialized contact cleaner like DeoxIT D5 or a dedicated 'tuner cleaner' that evaporates completely. Spray a small burst into the small gap in the pot's metal casing, rotate the shaft back and forth 20 times to scrub the track, and let it dry completely before powering the circuit.

What is the difference between a potentiometer and a digital encoder?

A potentiometer provides an absolute analog voltage corresponding to a physical angle, has a hard mechanical stop (usually around 270 to 300 degrees of rotation), and requires an ADC to read. A rotary encoder (like the common EC11 module) outputs digital quadrature pulses as it turns, has no mechanical stops (it spins infinitely), and only provides relative position changes. You use a potentiometer when you need a physical knob to match a specific absolute state (like a thermostat dial). You use a digital encoder when you need infinite scrolling or menu navigation (like a car radio volume knob that spins endlessly).