Coursedia

Connecting minds with knowledge, one course at a time.

Home Wikipedia Summaries Articles

Resistors: A Detailed Educational Resource

electronics, resistor, passive component, resistance, ohm's law

A resistor is a fundamental passive two-terminal electrical component that is designed to implement electrical resistance within a circuit.


Read the original article here.


Introduction to Resistors

A resistor is a fundamental passive two-terminal electrical component that is designed to implement electrical resistance within a circuit.

Passive Component: In electronics, a passive component is a component that does not require an external power source to operate and cannot amplify or oscillate an electrical signal. Resistors, capacitors, and inductors are examples of passive components.

Electrical Resistance: Electrical resistance is the opposition that a substance offers to the flow of electric current. It’s analogous to friction in mechanics. The higher the resistance, the less current flows for a given voltage.

In essence, resistors are used to control the flow of electrical current in a circuit. They are ubiquitous in electronics and play a vital role in a wide variety of applications.

Uses of Resistors in Electronic Circuits

Resistors are incredibly versatile components used for a multitude of purposes in electronic circuits, including:

Types of Resistors

Resistors come in two primary categories based on their resistance value:

Ubiquity of Resistors

Resistors are fundamental components in virtually all electrical networks and electronic circuits. They are ubiquitous, meaning they are found everywhere in electronic equipment, from simple consumer devices to complex industrial systems. They can be implemented as:

Integrated Circuit (IC): Also known as a microchip or chip, an integrated circuit is a set of electronic circuits on one small flat piece (or “chip”) of semiconductor material, normally silicon. Large numbers of tiny MOSFETs (metal-oxide-semiconductor field-effect transistors) integrate to form a complete electronic circuit.

Resistance Range and Tolerance

The electrical function of a resistor is defined by its resistance, measured in ohms (Ω). Commercial resistors are manufactured across an extremely wide range of resistance values, spanning more than nine orders of magnitude (from milliohms to gigaohms).

Ohm (Ω): The ohm is the SI unit of electrical resistance, named after Georg Simon Ohm. One ohm is defined as the resistance between two points of a conductor when a potential difference of one volt applied across these points produces in the conductor a current of one ampere, the conductor not being the source of any electromotive force.

Due to this vast range, derived units are commonly used:

The nominal value of a resistor, indicated by markings like color codes or numerical codes, represents its intended resistance. However, due to manufacturing variations, the actual resistance of a resistor may deviate slightly from this nominal value. This deviation is known as manufacturing tolerance, usually expressed as a percentage (e.g., ±5%, ±1%). Resistors are manufactured with different tolerance ratings depending on the precision required for the application.

Electronic Symbols and Notation

Resistors are represented in schematic diagrams using specific symbols. Two common symbols are:

(Unfortunately, I cannot directly display images here. Please refer to online resources or textbooks for visual representations of these symbols.)

RKM Code for Resistance Value Notation

To simplify notation and avoid decimal separators, the RKM code (defined in IEC 60062) is frequently used to indicate resistor values, especially in circuit diagrams and Bills of Materials (BOMs). This code utilizes letters associated with SI prefixes to represent multipliers:

Examples of RKM Code:

This notation system makes it easier to read and write resistor values without ambiguity, particularly in technical documentation and manufacturing settings.

Theory of Operation

The fundamental principle governing the behavior of resistors is Ohm’s Law.

Ohm’s Law

An ideal resistor, which is a theoretical concept representing a pure resistance without any other electrical properties like reactance, perfectly obeys Ohm’s Law.

Reactance: Reactance is the opposition to the flow of alternating current (AC) caused by capacitance and inductance in a circuit. Unlike resistance, reactance is frequency-dependent. Ideal resistors are assumed to have negligible reactance.

Ohm’s Law is mathematically expressed as:

V = I * R

Where:

In words, Ohm’s Law states that the voltage across an ideal resistor is directly proportional to the current flowing through it, with the resistance being the constant of proportionality.

Example:

If a resistor with a resistance of 300 ohms is connected across the terminals of a 12-volt battery, the current flowing through the resistor can be calculated using Ohm’s Law:

I = V / R = 12 V / 300 Ω = 0.04 A

Therefore, a current of 0.04 amperes (or 40 milliamperes) will flow through the 300-ohm resistor.

Series and Parallel Resistors

Resistors can be connected in circuits in two fundamental configurations: series and parallel. Understanding how resistors behave in these configurations is crucial for circuit analysis and design.

Resistors in Series

When resistors are connected in series, they are connected end-to-end, forming a single path for current flow. The same current flows through each resistor in a series circuit.

The total equivalent resistance (Req) of resistors connected in series is simply the sum of their individual resistances:

R<sub>eq</sub> = R<sub>1</sub> + R<sub>2</sub> + ... + R<sub>n</sub>

Where R1, R2, …, Rn are the resistances of the individual resistors in series.

Explanation: Imagine resistors as obstacles to current flow. In a series connection, the current has to overcome each obstacle sequentially. Therefore, the total opposition to current flow (total resistance) is the sum of individual oppositions.

Example: If you have three resistors with resistances of 100 Ω, 220 Ω, and 470 Ω connected in series, the equivalent resistance is:

R<sub>eq</sub> = 100 Ω + 220 Ω + 470 Ω = 790 Ω

Resistors in Parallel

When resistors are connected in parallel, they are connected side-by-side, providing multiple paths for current flow. The voltage across each resistor in a parallel circuit is the same.

The total equivalent resistance (Req) of resistors connected in parallel is calculated using the reciprocal of the sum of the reciprocals of the individual resistances:

1 / R<sub>eq</sub> = (1 / R<sub>1</sub>) + (1 / R<sub>2</sub>) + ... + (1 / R<sub>n</sub>)

Or, equivalently:

R<sub>eq</sub> = 1 / [(1 / R<sub>1</sub>) + (1 / R<sub>2</sub>) + ... + (1 / R<sub>n</sub>)]

Explanation: In a parallel connection, the current has multiple paths to flow. Each resistor provides a path, effectively reducing the overall opposition to current flow. Therefore, the total resistance is less than the smallest individual resistance in the parallel combination.

Example: Consider resistors of 10 Ω, 5 Ω, and 15 Ω connected in parallel. The equivalent resistance is:

1 / R<sub>eq</sub> = (1 / 10 Ω) + (1 / 5 Ω) + (1 / 15 Ω)
1 / R<sub>eq</sub> = (3/30) + (6/30) + (2/30) = 11/30
R<sub>eq</sub> = 30/11 Ω ≈ 2.727 Ω

Resistor Networks:

Many circuits involve combinations of series and parallel resistor connections, forming resistor networks. These networks can often be simplified by breaking them down into smaller series and parallel sections and calculating equivalent resistances step-by-step. However, some complex networks require more advanced circuit analysis techniques like the Y-Δ transform or matrix methods to determine the overall equivalent resistance.

Power Dissipation in Resistors

When current flows through a resistor, electrical energy is converted into heat. This process is known as power dissipation. The power dissipated by a resistor is a crucial parameter, especially in high-power circuits, as excessive power dissipation can damage the resistor and other components.

The power (P) dissipated by a resistor can be calculated using several formulas derived from Ohm’s Law:

P = V * I  (Power = Voltage * Current)
P = I<sup>2</sup> * R (Power = Current Squared * Resistance)
P = V<sup>2</sup> / R (Power = Voltage Squared / Resistance)

Where:

Explanation: These formulas are all equivalent and can be derived from each other using Ohm’s Law (V = I * R). The choice of formula depends on which circuit parameters (voltage, current, resistance) are known.

Resistor Power Rating:

Resistors are manufactured with a power rating, which specifies the maximum power they can safely dissipate continuously without overheating or being damaged. Common power ratings for discrete resistors in solid-state electronics are 1/10 W, 1/8 W, and 1/4 W. These low-power resistors are typically used in signal processing and logic circuits where power dissipation is minimal.

Power Resistors:

For applications requiring significant power dissipation (typically 1 watt or greater), power resistors are used. These are physically larger and designed to handle higher power levels. They are commonly found in power supplies, power conversion circuits, and power amplifiers. Power resistors may have different physical forms and may not adhere to standard color codes or preferred value series.

Consequences of Overpowering:

If the average power dissipated by a resistor exceeds its power rating, several negative consequences can occur:

Flameproof Resistors: To mitigate fire hazards, flameproof resistors are available. These resistors are designed to fail safely under overload conditions without producing flames, even under extreme overloads.

Derating for Safe Operation:

To ensure reliable operation and longevity, resistors are often derated in power applications. This means using resistors with power ratings significantly higher than the expected power dissipation in the circuit. Derating accounts for factors like:

Maximum Voltage Rating:

In addition to power rating, resistors also have a maximum voltage rating. This specifies the maximum voltage that can be safely applied across the resistor. Exceeding the voltage rating can lead to dielectric breakdown or arcing within the resistor, even if the power dissipation is within the rated limit. This is particularly important for high-resistance values, where even moderate voltages can result in significant voltage stress across the resistor.

Example: A 1/4 watt resistor with a resistance of 100 MΩ might have a maximum voltage rating of 750 V. Even though 750 V across 100 MΩ dissipates only 5.6 mW (well below 1/4 W), exceeding the voltage rating could damage the resistor.

Nonideal Properties of Resistors

While the concept of an ideal resistor is useful for basic circuit analysis, real-world resistors exhibit nonideal properties that can become significant in certain applications, especially at high frequencies or in precision circuits. These nonideal properties include:

These nonideal properties are primarily determined by the technology used in manufacturing the resistor. For a given family of resistors manufactured using a specific technology, these properties are generally not individually specified but are considered inherent characteristics.

Form Factor:

Another practical aspect of resistors is their form factor, which refers to the physical size and shape of the resistor, including the lead arrangement (axial, radial, surface mount). Form factor is crucial for circuit board layout and assembly.

Power and Voltage Ratings (Revisited):

As discussed earlier, practical resistors have maximum power and voltage ratings that must be considered in circuit design to ensure reliable operation and prevent damage.

Fixed Resistors

Fixed resistors are the most common type of resistor, characterized by a resistance value that is fixed during manufacturing and intended to remain constant. They are available in a wide variety of types, each with its own advantages and disadvantages in terms of performance, cost, and applications.

Lead Arrangements

Fixed resistors are available in various lead arrangements for different mounting techniques:

Carbon Composition Resistors (CCR)

Carbon composition resistors (CCRs) were among the earliest types of resistors and were widely used in electronics until the mid-20th century.

Construction: CCRs consist of a solid cylindrical resistive element made from a mixture of finely powdered carbon and an insulating material (usually ceramic). Wire leads or metal end caps are embedded into the element, and lead wires are attached to these caps. The resistor body is typically protected with paint or plastic.

Resistance Determination: The resistance value of a CCR is determined by the ratio of carbon to insulating material in the mixture. Higher carbon concentrations (being a good conductor) result in lower resistances.

Historical Significance and Limitations: CCRs were commonly used in the 1960s and earlier. However, they have several limitations compared to newer resistor types, making them less popular for general-purpose applications today:

Advantages: Despite their limitations, CCRs have some advantages:

Current Usage: Due to their higher cost and limitations, CCRs are no longer widely used in most modern electronic designs. However, they still find niche applications:

Carbon Pile Resistors

Carbon pile resistors are a type of variable resistor that utilizes the principle of pressure-dependent resistance.

Construction: A carbon pile resistor consists of a stack of carbon disks compressed between two metal contact plates.

Resistance Adjustment: The resistance between the plates is adjusted by changing the clamping pressure applied to the carbon disks. Increasing the pressure reduces the resistance, and decreasing the pressure increases the resistance.

Applications: Carbon pile resistors are used in applications requiring adjustable loads or variable resistance control:

Carbon Film Resistors

Carbon film resistors offer improved performance compared to carbon composition resistors and are widely used in general-purpose applications.

Manufacturing Process: Carbon film resistors are manufactured by depositing a thin film of carbon onto an insulating substrate (typically ceramic). A helical groove (helix) is then cut into the carbon film to create a long, narrow resistive path.

Resistance Value Control: The resistance value is controlled by:

Advantages of Carbon Film Resistors:

Printed Carbon Resistors

Printed carbon resistors are a cost-effective method for creating resistors directly on printed circuit boards (PCBs).

Manufacturing Process: Carbon composition resistive paste is printed directly onto PCB substrates as part of the PCB manufacturing process. This technique is more common in hybrid PCB modules but can also be used on standard fiberglass PCBs.

Characteristics:

Applications:

Thick and Thin Film Resistors

Thick film resistors and thin film resistors are the dominant types of resistors used in modern electronics, especially for surface mount devices (SMDs).

Key Difference: The primary difference lies in the thickness of the resistive film and the method of film deposition. Thick films are significantly thicker (about 1000 times thicker) than thin films.

Thin Film Resistors

Manufacturing Process:

  1. Sputtering: A thin film of resistive material is deposited onto an insulating substrate (e.g., ceramic) using sputtering, a vacuum deposition technique.
  2. Photolithography and Etching: The film is then patterned using a process similar to the subtractive process for making PCBs:
    • The surface is coated with a photo-sensitive material (photoresist).
    • A pattern mask is applied.
    • UV light is used to expose the photoresist through the mask.
    • The exposed photoresist is developed.
    • The underlying thin film is etched away in the areas where the photoresist was removed, leaving the desired resistor pattern.

Resistive Materials: Thin film resistors typically use cermet (ceramic-metal composite) conductors, including:

Characteristics:

Thick Film Resistors

Manufacturing Process:

  1. Screen Printing: A thick film paste, consisting of conductive ceramic particles mixed with sintered (powdered) glass and a carrier liquid, is screen-printed onto an insulating substrate.
  2. Firing (Baking): The printed film is then fired (baked) in an oven at around 850 °C to fuse the glass and ceramic particles together and bond the film to the substrate.

Resistive Materials: Thick film resistors may use similar conductive ceramics as thin film resistors, but they are in powder form and mixed with glass and a binder.

Characteristics:

Cost Comparison: SMD thin film resistors with 0.5% tolerance and 25 ppm/K TCR are typically about twice the cost of 1% tolerance and 250 ppm/K TCR thick film resistors, when purchased in large quantities.

Metal Film Resistors

Metal film resistors are a common type of axial-leaded resistor and are also used in Metal Electrode Leadless Face (MELF) resistors.

Manufacturing Process: A thin metal film is deposited onto an insulating substrate. The resistive material is typically nickel chromium (NiCr) but can also be other cermet materials used in thin film resistors. Unlike thin film resistors, the metal film may be applied using techniques other than sputtering. The resistance value is adjusted by cutting a helical groove through the metal film, similar to carbon film resistors.

Characteristics:

Metal Oxide Film Resistors

Metal oxide film resistors are a variation of metal film resistors, using metal oxides as the resistive material.

Advantages:

Applications: Metal oxide film resistors are used in applications with high endurance demands, such as automotive and industrial electronics.

Wirewound Resistors

Wirewound resistors are designed for high power handling and precision applications.

Construction: Wirewound resistors are made by winding a metal wire, typically nichrome (nickel-chromium alloy), around a ceramic, plastic, or fiberglass core. The wire ends are soldered or welded to metal caps or rings attached to the core ends. The assembly is then protected with a coating of paint, molded plastic, or high-temperature enamel.

Characteristics:

Inductance Mitigation Techniques: To minimize inductance, wirewound resistors can employ special winding techniques:

Applications:

Cement Resistors and Aluminum-Cased Resistors:

Metal Foil Resistors

Metal foil resistors represent the highest level of precision and stability among resistor types.

Development: Developed in the 1960s by Felix Zandman and Sidney J. Stein, metal foil resistors offer exceptional performance characteristics.

Construction: The resistive element is a thin foil (several micrometers thick) of a chromium-nickel alloy (e.g., Chromel A, Nichrome V, Nichrome, Chromel C) bonded to a ceramic substrate. These alloys are chosen for their high resistivity, low TCR, and resistance to oxidation.

Characteristics:

Thermal Stability Mechanism: The exceptional thermal stability of foil resistors arises from the opposing effects of temperature on resistance:

By carefully selecting the alloy and substrate materials and controlling the manufacturing process, these opposing effects can be largely compensated, resulting in an extremely low overall TCR.

Applications: Metal foil resistors are used in demanding applications requiring the highest levels of precision, stability, and low noise, such as:

Ammeter Shunts

Ammeter shunts are specialized low-value resistors used for measuring high currents.

Function: Ammeter shunts allow current-measuring instruments (ammeters) to measure currents that are beyond their direct measurement range. The high current is passed through the shunt, and the voltage drop across the shunt is measured and interpreted as current.

Construction: A typical shunt consists of:

Characteristics:

Usage with Ammeters: Ammeters used with shunts are calibrated to read the full-scale current based on the 50 mV voltage drop. The ammeter dial face is marked accordingly, and no changes are needed to the internal meter circuitry.

Grid Resistors

Grid resistors are large, heavy-duty resistors used in high-current industrial applications.

Construction: Grid resistors are constructed as a large, convection-cooled lattice of stamped metal alloy strips connected in rows between two electrodes.

Characteristics:

Applications: Grid resistors are used in demanding industrial applications:

“Grid Resistor” in Vacuum Tube Circuits: The term “grid resistor” can also refer to a resistor connected to the control grid of a vacuum tube. This is not a resistor technology type but rather a circuit topology and a different usage of the term.

Special Varieties of Fixed Resistors

In addition to the common types discussed above, there are also specialized fixed resistor varieties:

Variable Resistors

Variable resistors are resistors whose resistance value can be adjusted. They are essential components for circuit tuning, control, and sensing applications.

Adjustable Resistors (Tapped Resistors)

Adjustable resistors, also sometimes called tapped resistors, have one or more fixed tapping points along their resistive element. By connecting circuit wires to different terminals, the resistance value can be changed in discrete steps.

Sliding Tap Wirewound Resistors: Some wirewound power resistors have a sliding tapping point that can be moved along the resistance element. This allows for a continuously variable adjustment of the resistance portion used in the circuit.

Rheostats: When a variable resistor with a sliding tap is used with only two terminals (one end terminal and the sliding tap), it functions as a rheostat. Rheostats are used to control current in a circuit by varying the resistance. The sliding tap is typically connected to a knob or lever for operator control.

Potentiometers

A potentiometer (often called a “pot”) is a three-terminal variable resistor with a continuously adjustable tapping point. The tapping point is controlled by rotating a shaft or knob (rotary potentiometer) or by moving a linear slider (linear potentiometer).

Potentiometer: The term “potentiometer” originates from its function as an adjustable voltage divider. By varying the position of the tapping point, it divides the voltage applied across its end terminals into a variable ratio, providing a variable potential (voltage) at the tapping point terminal.

Voltage Divider Application: The primary function of a potentiometer is to act as an adjustable voltage divider. When a voltage is applied across the two end terminals of a potentiometer, the voltage at the wiper terminal (tapping point) is a fraction of the input voltage, determined by the wiper position.

Volume Control Example: A common application of potentiometers is volume control in audio devices. By rotating the potentiometer knob, the user adjusts the voltage level of the audio signal, thereby controlling the volume.

Potentiometer Construction:

Wirewound Potentiometers: Another type of potentiometer construction uses resistance wire wound on a cylindrical form (mandrel). The wiper slides axially along the coil.

Resolution of Potentiometers:

Multiturn Potentiometers

Multiturn potentiometers are designed for high-precision applications requiring fine adjustment.

Construction: Multiturn potentiometers have wirewound resistance elements wound on a helical mandrel. The wiper moves along a helical track as the control is turned, maintaining continuous contact with the wire. Some multiturn potentiometers incorporate a conductive-plastic resistance coating over the wire to further improve resolution.

Characteristics:

Historical Applications:

Resistance Decade Boxes

A resistance decade box (or resistor substitution box) is a laboratory instrument containing a set of precision resistors and mechanical switches.

Function: Decade boxes allow users to quickly select and dial in a wide range of discrete resistance values without having to connect individual resistors manually.

Components:

Accuracy and Precision: Resistance decade boxes are available with varying levels of accuracy:

Applications: Decade boxes are invaluable tools in:

Specifications: The key specifications of a resistance decade box include:

Special Variable Resistors (Sensors)

Certain variable resistors are designed to change their resistance in response to specific physical or chemical quantities, making them useful as sensors.

Measurement of Resistance

The resistance of a resistor can be measured using an ohmmeter, which is often a function integrated into a multimeter.

Ohmmeters and Multimeters

Measurement Procedure:

  1. Connection: Probes on the ends of test leads are connected to the two terminals of the resistor being measured.
  2. Simple Ohmmeter (Analog):
    • Applies a voltage from an internal battery across the unknown resistor and a known internal resistor in series.
    • Measures the current flowing through the circuit using a meter movement.
    • The current is inversely proportional to the total resistance (unknown resistor + internal resistor).
    • The meter scale is non-linear and calibrated in ohms, ranging from infinity (open circuit) to 0 ohms (short circuit).
  3. Digital Multimeter (DMM):
    • Typically uses active electronics for more accurate and linear measurements.
    • May pass a specified current through the test resistor.
    • Measures the voltage drop across the resistor.
    • Resistance is calculated using Ohm’s Law (R = V/I).
    • The measured resistance value is displayed digitally.

Current Levels in Ohmmeters:

Four-Terminal Measurement for Low-Value Resistors

Measuring very low resistance values (fractional ohms) with acceptable accuracy requires four-terminal connections (also known as Kelvin connections) to eliminate errors caused by lead resistance.

Problem with Two-Terminal Measurement: In two-terminal resistance measurement, the resistance of the test leads and contact resistances are included in the measurement, which can be significant compared to the low resistance value being measured, leading to inaccurate results.

Four-Terminal Measurement (Kelvin Method):

  1. Current Injection Terminals (Force Terminals): One pair of terminals is used to apply a known, calibrated current to the resistor under test.
  2. Voltage Sensing Terminals (Sense Terminals): The other pair of terminals is used to sense the voltage drop directly across the resistor. These sensing leads are connected as close as possible to the resistor terminals to minimize the inclusion of lead resistance in the voltage measurement.
  3. Kelvin Clips: Specialized test leads called Kelvin clips are often used for four-terminal measurements. Each clip has two insulated jaws. One jaw applies the measuring current, and the other jaw senses the voltage drop, ensuring separate current and voltage paths.

Resistance Calculation: The resistance is calculated using Ohm’s Law:

R = V<sub>measured</sub> / I<sub>applied</sub>

Where:

Instruments:

Standards for Resistors

Resistor characteristics, performance, and testing are governed by various national and international standards.

Production Resistor Standards

MIL-STD-202 (US Military Standard): A comprehensive standard that defines test methods for electronic and electrical component parts, including resistors. Many other resistor standards refer to MIL-STD-202 for test procedures.

IEC 60062 (International Electrotechnical Commission): An international standard that covers resistor color codes, RKM code, date codes, and other marking conventions for resistors. It is also known as IEC 62, DIN 40825, BS 1852, IS 8186, JIS C 5062, and others in different countries.

EIA RS-279 (Electronic Industries Alliance): A standard that specifies the resistor color code used in North America. Also known as DIN 41429.

IEC 60063 (IEC 63): Defines the Standard E series values for preferred resistor values. Also known as JIS C 5063.

Military Performance Specifications (MIL-PRF-): A series of US military performance specifications for resistors, including:

UL 1412 (Underwriters Laboratories): Standard for fusing and temperature-limited resistors, focusing on safety aspects.

Obsolete Standards: Some older military standards like MIL-R-11 have been canceled but may still be referenced in older documentation.

Resistance Standards

Primary Standard for Resistance (Historical):

Secondary Standard (Historical):

Modern Primary Standard (Quantum Standard):

Precision Resistance Standards for Calibration:

Resistor Marking

Resistors are marked to indicate their resistance value, tolerance, and sometimes other characteristics. Common marking methods include color codes and numerical codes.

Color Code for Axial Resistors

Axial-leaded resistors typically use a color code system of colored bands painted around the resistor body to indicate their resistance value and tolerance.

Resistor Body Color: Axial resistor bodies are often tan, brown, blue, or green, but other colors like dark red or dark gray can also be found. The body color itself does not carry any value information in the standard color code.

Color Bands: Resistors typically have three to six color bands:

(Refer to online resistor color code calculators or tables for the color-to-digit and color-to-multiplier mappings.)

Reading Direction: The color bands are read from left to right, starting from the band closest to one end of the resistor. The tolerance band (if present) is usually wider than the other bands and is located at the end.

Power Rating Marking: The power rating of an axial resistor is typically not explicitly marked on the resistor body. It is generally inferred from the physical size of the resistor. Larger resistors generally have higher power ratings.

Early Resistor Color Coding (Body-Tip-Dot):

Early 20th-century resistors, which were uninsulated, used a simpler color-coding system:

Numerical Code for Surface Mount Resistors (SMT)

Surface mount resistors (SMT resistors) are typically marked with numerical codes due to their small size, making color bands impractical.

Standard Tolerance SMT Resistors (Three-Digit Code):

Examples (Three-Digit Code):

Resistances Less Than 100 Ω (Three-Digit Code):

Examples (Three-Digit Code, Less Than 100 Ω):

Sometimes, these values are marked as 10 or 22 to avoid misinterpretation.

Resistances Less Than 10 Ω (R-Notation):

Examples (R-Notation):

Zero-Ohm Links:

Small SMT Resistors: Very small SMT resistors may be too physically small to accommodate any markings.

Precision Resistor Markings (Four-Digit Code)

Precision resistors, including both surface mount and axial-lead types, often use a four-digit code for higher accuracy resistance value indication.

Examples (Four-Digit Code):

Axial-lead precision resistors may use color code bands to represent this four-digit code.

EIA-96 Marking (3-Character Code for 1% SMT Resistors)

EIA-96 marking (now included in IEC 60062:2016) is a compact 3-character marking system for small, high-precision (1%) SMT resistors.

(Refer to EIA-96 marking tables for the digit-to-value and letter-to-multiplier mappings.)

Examples (EIA-96 Marking):

Industrial Type Designation (Less Common)

Some older or specialized industrial resistors may use a type designation code with letters and numbers to indicate power dissipation, resistance value, and tolerance.

Code Structure (Example):

  1. First Two Letters: Power dissipation capacity (e.g., EB = 1/2 watt, CB = 1/4 watt).
  2. Next Three Digits: Resistance value:
    • First two digits are significant digits.
    • Third digit is the multiplier (power of 10).
  3. Final Digit: Tolerance (e.g., 1 = ±10%, 2 = ±20%).

Examples (Industrial Type Designation):

Preferred Values (E-Series)

Early resistors were manufactured with more or less arbitrary resistance values. However, to optimize resistor selection and availability, preferred value systems, known as E-series, were developed and standardized (IEC 60063).

Geometric Progression: E-series values are based on a geometric progression. Each value in a series is greater than the previous value by a fixed multiplier or percentage. This spacing is chosen to align with the tolerance of the resistor series.

Tolerance and E-Series:

E-Series Designations and Tolerances:

(Refer to IEC 60063 standard for the complete lists of preferred values for each E-series.)

Manufacturing and Binning:

Resistors are manufactured in values corresponding to the E-series. Due to manufacturing tolerances, the actual resistance values will vary around the nominal value. Manufacturers often bin resistors based on post-production measurements. This means resistors are sorted into tolerance classes based on their measured resistance.

Example (Binning): A batch of 100 Ω resistors intended for ±10% tolerance may be measured. Resistors that are within ±5% of 100 Ω might be re-classified and sold as ±5% tolerance resistors (higher grade), while those within ±10% but greater than ±5% are sold as ±10% tolerance. This “binning” process ensures that resistors meet their specified tolerance ratings but can result in a non-uniform distribution of actual resistance values within a tolerance class.

Common Usage Patterns of Resistors

Resistors are used in various common circuit configurations to achieve specific functionalities.

Current Limiting

Purpose: Resistors are frequently used to limit the amount of current flowing through a circuit or a specific component.

Applications:

Example: An LED connected directly to a voltage source without a series resistor would draw excessive current and likely burn out. A series resistor is added to limit the current to a safe operating level for the LED.

Voltage Divider

Purpose: Creating specific voltage levels from a higher voltage source. Voltage dividers are used to provide reference voltages for other circuits or to scale down voltage levels.

Configuration: A voltage divider consists of two resistors connected in series between two fixed voltage points (e.g., a voltage source and ground).

Voltage Division Principle: The voltage at the junction between the two resistors is a fraction of the total voltage, determined by the ratio of the resistances.

Voltage Divider Formula:

For two resistors R1 and R2 in series, with input voltage Vin and output voltage Vout across R2:

V<sub>out</sub> = V<sub>in</sub> * (R<sub>2</sub> / (R<sub>1</sub> + R<sub>2</sub>))

Example: A voltage divider using a 200 Ω resistor (R1) and a 400 Ω resistor (R2) connected between 6 V (Vin) and 0 V (ground) will produce an output voltage (Vout) of:

V<sub>out</sub> = 6 V * (400 Ω / (200 Ω + 400 Ω)) = 6 V * (400 Ω / 600 Ω) = 4 V

The voltage at the junction is 4 V, which is two-thirds of the input voltage, proportional to the ratio of the resistances.

Applications:

Pull-Up and Pull-Down Resistors

Purpose: Providing a defined voltage level to a circuit input when it is otherwise disconnected or in a high-impedance state. Pull-up and pull-down resistors ensure a predictable logic state (high or low) in digital circuits.

Problem: Undefined Voltage State: When a circuit input is not actively driven by a voltage source (e.g., when a switch is open or a transistor is off), its voltage is not necessarily zero but is undefined or floating. The voltage can be influenced by stray charges, previous voltage states, or environmental noise.

Pull-Up Resistor:

Pull-Down Resistor:

Resistor Value Selection:

Typical Applications:

Electrical and Thermal Noise in Resistors

Resistors, being dissipative components, inherently generate electrical noise, even ideal resistors. This noise can be a limiting factor in sensitive electronic circuits, especially in low-signal amplification.

Johnson-Nyquist Noise (Thermal Noise)

Fundamental Noise Source: Johnson-Nyquist noise (or thermal noise) is a fundamental noise source generated by all resistors due to the random thermal motion of charge carriers within the resistive material.

Characteristics:

Fluctuation-Dissipation Theorem: A fundamental principle in statistical mechanics that relates the fluctuations in a system at equilibrium to its response to external perturbations (dissipation). In the context of resistors, it relates the random voltage fluctuations (Johnson noise) to the resistor’s ability to dissipate electrical energy.

Noise Voltage and Current:

Excess Noise

Practical Resistor Noise: Practical resistors often exhibit excess noise in addition to Johnson noise. Excess noise is observed only when current flows through the resistor.

Characteristics:

Noise Index (dB μV/V/decade): Excess noise is often specified using a noise index, expressed in dB μV/V/decade.

Resistor Type Comparison (Noise):

Size Dependence of Excess Noise: Excess noise is generally size-dependent. Larger physical size resistors tend to have lower excess noise than smaller resistors of the same type. This is because the independently fluctuating resistances of smaller components tend to average out when combined in a larger resistor structure or when multiple resistors are used in parallel.

Thermoelectric Effect (Seebeck Effect)

Thermocouple Effect: Resistors can act as thermocouples, generating a small DC voltage differential across their terminals due to the thermoelectric effect (Seebeck effect) if their ends are at different temperatures.

Thermoelectric Effect (Seebeck Effect): A phenomenon where a temperature difference between two dissimilar electrical conductors or semiconductors creates a voltage difference between them.

Origin of Thermoelectric Voltage: Thermoelectric voltages arise at the junctions of:

Impact on Precision Circuits: This induced DC voltage can degrade the precision of instrumentation amplifiers and other sensitive circuits, especially in DC or low-frequency applications.

Magnitude of Thermoelectric Voltage:

Mitigation Strategies:

Failure Modes of Resistors

Resistors are generally reliable components, but they can fail under certain conditions. Understanding common failure modes is important for circuit design and troubleshooting.

Overheating and Power Overload

Most Common Failure Mode: Overheating due to excessive power dissipation is the most frequent cause of resistor failure.

Causes of Overheating:

Consequences of Overheating:

Safe Design Practices:

Long-Term High-Voltage Stress

Low-Power Thin-Film Resistors: Low-power thin-film resistors can be susceptible to damage from long-term exposure to high voltage stress, even below their maximum specified voltage and power rating.

Startup Resistors in Switched-Mode Power Supplies: This is a common issue with startup resistors used in switched-mode power supply (SMPS) integrated circuits. These resistors may experience prolonged high-voltage stress during startup.

Failure Mechanism: Long-term high-voltage stress can cause gradual degradation of the resistive film, leading to increased resistance over time.

Mechanical Stress and Environmental Factors

Sulfur-Resistant Resistors: For applications in harsh environments with sulfur contamination (e.g., automotive, industrial, military), sulfur-resistant or anti-corrosive resistors are available.

ASTM B809: An industry standard test method (ASTM B809) is used to evaluate a component’s susceptibility to sulfur corrosion.

Maximum Voltage Rating Exceedance

Large Value Resistors: For very high resistance values (hundreds of kilohms and higher), resistors are not only limited by power dissipation but also by a maximum voltage rating.

Voltage Breakdown: Exceeding the maximum voltage rating can cause dielectric breakdown or arcing within the resistor, even if the power dissipation is well below the rated limit.

Resistance Degradation: Prolonged voltage stress above the maximum rating can lead to gradual degradation of the resistor, typically resulting in a decrease in resistance over time.

Application Consideration: Maximum voltage rating is particularly important in high-voltage circuits, where large value resistors may experience significant voltage drops even at moderate power levels.

Variable Resistor Degradation (Potentiometers and Rheostats)

Contact Degradation: Variable resistors (potentiometers, rheostats) can degrade due to poor contact between the wiper and the resistive element track.

Causes of Poor Contact:

Symptoms of Degradation:

Self-Cleaning Action: Potentiometers have a degree of self-cleaning action. Moving the wiper across the resistive track can sometimes improve contact by wiping away surface contaminants.

Contact Cleaner: If self-cleaning is insufficient, contact cleaner spray (also known as “tuner cleaner”) can be used to clean the wiper and track and improve contact.

DC Voltage and Crackling: Crackling noise in potentiometers, particularly in audio circuits (e.g., volume controls), is often exacerbated by the presence of an undesired DC voltage across the potentiometer. This can indicate a failure of a DC blocking capacitor elsewhere in the circuit.