Resistors

Resistors are conductive devices that exhibit resistance. Remember from Ohm’s Law that resistance is Voltage over Current and that resistance has units of Ohms. R = V / I. Resistors do not introduce any time lag between voltage and current, changes in one cause changes in the other instantaneously. The circuit symbol for a resistor is below.

Resistor Symbol

Common Resistor Equations

V=I \cdot R
Voltage = Current * Resistance (Ohm’s Law)
V=I \cdot  R
Power = Voltage * Current
P = I^2 \cdot R
Power = Current Squared Times Resistance
P = \frac{V^2}{R}
Power = Voltage Squared Divided by Resistance

The above equations should be memorized. These are used all the time in EE school and on the job.

Key Specifications of Real Resistors

  • Resistance – nominal resistance
  • Tolerance – accuracy of resistance
  • Maximum Power

Real world resistors come in a wide range of values and their limiting specification for most applications is their power rating. The power rating is based on how much heat the device can safely dissipate, so it is really the average power dissipated by the resistor over some timeframe relating to its thermal mass that is the concern, not the instantaneous power dissipation. When implementing a resistor it is typically the power rating that determines which type and size of resistor you select.

Another important specification of real world resistors is their tolerance (accuracy of resistance value), and common tolerances are .1%, 1%, and 5%. Nowadays, 1% resistors are pretty much the same cost as 5%, so may make sense to just use 1% tolerance parts for general purpose. .1% parts are more expensive and may be more difficult to find, so just use those when you need the increased accuracy. Tolerance rating means that the resistance will remain within that tolerance of the nominal value across the rated temperature range for the rated life of the resistor. For example, a 5% 100 Ohm resistor will have resistance in the range of 95-105 Ohms.

There are standard values of resistors, and the available standard values are different for each tolerance type. Definitely go with standard values as much as possible, because non standard values will be more expensive and more difficult to acquire. Tables for standard values are provided towards the bottom of this page.

Types of Resistors

Fixed Resistors

Through-Hole Axial:
There are several types such as carbon composition, thin film, and thick film. Good for breadboarding.

Through-Hole Axial

Wirewound:
– Used for high power rating up to 100W or more.

Wirewound

Surface Mount:
– Small size, lowest cost, cheap to assemble too.
– Primary choice for circuit board designs.
– Required for high frequency applications due to small size. Also works fine for low frequency and DC.

Surface Mount

Variable Resistors

Potentiometer:
– Resistance varies with manual adjustment

Potentiometer

NTC Thermistor:
– Negative Temperature Coefficient (NTC) – resistance decreases as temperature increases.
– Often used to measure temperature
– Often used as inrush current limiters – inrush current is the current at power on that initially charges up capacitors.

NTC Thermistor

PTC Thermistor:
– Positive Temperature Coefficient (PTC) – resistance increases as temperature increases
– Often used as resettable fuses. When current increases beyond a threshold, the device starts heating up, which increases resistance, which causes more power dissipation (heating), which increases resistance, and in short order the resistance gets very high, which shuts off current. After the device cools off, it goes back to low resistance.

PTC Thermistor

Surface Mount Resistor Packages

Surface Mount device (SMD) resistors come in standardized package sizes that have standardized maximum power ratings. Each size has a different power rating as shown in the table below.

SMD Resistor Power Ratings

SMD Resistor Packages

On this website I will refer to Imperial Code sizes, since that is what I am familiar with. 01005 and 0201 resistors are for ultra-small electronics like cell phones. These are so small that they cannot be reworked by hand, except by rare individuals. 0402 and 0603 are the most commonly used sizes and are the least expensive. Larger package sizes are for use when you need increased power rating.

Standard Resistor Values

1% Tolerance Standard Values

Decade multiples of the below values are available from milli-Ohms to Mega-Ohms.

10.010.210.510.711.011.311.511.812.112.412.713.0
13.313.714.014.314.715.015.415.816.216.516.917.4
17.818.218.719.119.620.020.521.021.522.122.623.2
23.724.324.925.526.126.727.428.028.729.430.130.9
31.632.433.234.034.835.736.537.438.339.240.241.2
42.243.244.245.346.447.548.749.951.152.353.654.9
56.257.659.060.461.963.464.966.568.169.871.573.2
75.076.878.780.682.584.586.688.790.993.195.397.6

5% Standard Values

Decade multiples of the below values are available from milli-Ohms to Mega-Ohms. For example, 820, 8.2, and 8.2k are all available.

101112131516182022242730
333639434751566268758291

Here is a video from ResistorGuide.com on Youtube that provides an excellent discussion of resistors.

Next: Capacitors