Resistors and Capacitors
RESISTORS
Definition & Core Idea
An electronic component that opposes / limits the flow of electric charge.
Formally obeys Ohm’s-law: V = IR where
V = voltage across the resistor,
I = current through it,
R = resistance (measured in ohms \Omega).
Represented schematically by a zig-zag or rectangle symbol.
Physical Measurement
Resistance value printed by color-code, numeric code, or laser print.
Typical ranges: \text{m}\Omega (current shunts) → \text{M}\Omega (high-impedance bias networks).
Power rating specifies how much heat it can safely dissipate: P = I^{2}R = \frac{V^{2}}{R}.
Major Functions (with Context & Examples)
Current Limiting
• Protects LEDs, IC inputs, sensors, etc.
• Example: Placing a 220\,\Omega resistor in series with an LED to keep I < 20\,\text{mA}.Current Control / Conditioning
• Sets bias or gain in analog stages (e.g.
op-amp feedback R_f).Voltage Division
• Two resistors create a tap voltage:
V{out}=V{in}\frac{R2}{R1+R_2}
• Provides reference voltages for ADCs, logic-level shifting, etc.Biasing Active Devices
• Establishes quiescent current in transistors, JFET gate bias, IC pull-ups/pull-downs.Heat Generation (Load / Dummy / Heater)
• Wire-wound resistors act as space heaters, braking loads, or dummy antenna loads in RF testing.
Secondary / Practical Considerations
Noise (Johnson noise): vn=\sqrt{4kBTR\Delta f} – relevant in precision amplifiers.
Temperature Coefficient (TC): Variation of R over T; low-TC needed in precision references.
Taxonomy of Resistors
Fixed Resistors (single immutable value)
• Carbon-film (low cost)
• Metal-film (precision, low noise)
• Wire-wound (high power, low inductance versions available)
• Thick / thin-film SMD chips (automated assembly).Variable Resistors
• Potentiometer (3-terminal adjustable divider)
• Rheostat (2-terminal current adjuster, high-power)
• Trimmer (board-level calibration, multi-turn for fine tuning).Special / Environment-Sensitive Resistors
• LDR – Light-Dependent Resistor (CdS or InGaAs)
– Resistance falls when illuminated; used in night-lights, opto-isolators.
• Thermistor (NTC/PTC) – Resistance varies with temperature; forms temperature sensors & protection fuses.
• Varistor (MOV) – Non-linear V–I, clamps surges.
• Shunt Resistor – Very low R for current sensing.
Ethical / Practical Implications
Energy Efficiency: Excess energy becomes heat (stand-by losses). Designers seek higher-efficiency constant-current drivers & switch-mode supplies to minimize resistor dissipation.
Safety: Incorrect wattage selection can start fires; flame-proof types exist for line-connected appliances.
CAPACITORS
Definition & Core Idea
Two conductive plates separated by an insulating dielectric store electrical charge.
Capacitance: C = \kappa\varepsilon_0\frac{A}{d} (geometry + dielectric constant \kappa).
Unit: farad (F). Practical values: \text{pF} – \text{mF}; super-capacitors reach \text{F} scale.
Symbol: Two parallel lines (polarized versions have curved negative plate or plus sign).
Analogy: "Tiny rechargeable battery" that charges/discharges almost instantly.
Key Formulas & Quantities
Charge: Q = CV
Stored Energy: E = \tfrac{1}{2}CV^{2}
Reactance (AC opposition): X_C = \frac{1}{2\pi f C}
RC Time Constant: \tau = RC (time for voltage to change ~63\% in charging/discharging).
Primary Functions (with Context)
Energy Storage / Release
• Camera flashes, pulsed lasers, regenerative braking buffers.Filtering / Smoothing
• Reservoir capacitor after rectifier reduces ripple: \Delta V \approx \frac{I_{load}}{fC}.
• Bypass (decoupling) caps sit near IC power pins to shunt high-frequency noise to ground.Timing & Wave-Shaping
• RC integrator/differentiator networks, 555 timer circuits, soft-start ramps.Coupling (AC-pass / DC-block)
• Audio input capacitors isolate amplifier bias voltages.Decoupling (Noise Immunity)
• Local ceramic 0.1\,\mu\text{F} reduces EMI, ensures logic rail stability.Tuning / Resonance
• In LC tank, resonant frequency: f_0 = \frac{1}{2\pi\sqrt{LC}} → radio tuners, VCOs.
Types & Comparative Features
Ceramic (MLCC)
• Small, inexpensive, excellent high-frequency performance.
• Dielectric classes: NP0/C0G (stable), X7R (higher C, moderate TC), Y5V (cheap, high drift).
• Ubiquitous as decoupling & RF matching.Electrolytic (Aluminum)
• High C/V product; polarized.
• Used in bulk energy storage, audio coupling, switch-mode input/output filters.
• Limited ESR & lifetime (dry-out mechanism).Tantalum
• Higher capacitance density than aluminum; low leakage.
• Relatively stable vs. temperature, but fail short if overstressed → must add series resistance for inrush.Film (Polyester, Polypropylene, etc.)
• Low loss (ESR, ESL), precise, self-healing.
• Preferred in high-fidelity audio crossovers, snubbers, and motor run capacitors.Mica
• Excellent stability, low dielectric absorption; niche in RF transmitters & precision filters.Paper (oil/wax-impregnated)
• Vintage technology; once common in tube radios.
• Modern replacement: metallized film.Glass
• Extreme temperature stability & radiation hardness; aerospace, military, down-hole drilling.Super-Capacitors (EDLC)
• Capacitance in the farad range, but low voltage ((< 3\,\text{V}) per cell).
• Bridge gap between batteries & conventional caps for power backup, regenerative braking, IoT node power.
Practical & Design Notes
Polarization: Electrolytic & tantalum must observe +/-; reverse voltage can cause catastrophic failure.
Series Resistance / ESR: Impacts ripple current & heat rise; lower ESR desirable for switch-mode power supplies.
Safety & Standards: Mains-connected "X" and "Y" capacitors mandatory for EMI filters; meet flame-retardant specs.
Environmental Impact: Electrolyte chemicals, tantalum mining ethics; industry moves toward RoHS-compliant, conflict-free sourcing.
RESISTOR–CAPACITOR INTERACTIONS & CIRCUIT BUILDING BLOCKS
RC Low-Pass Filter: Cut-off frequency f_c = \frac{1}{2\pi RC} – debounces switches, forms anti-alias filters.
RC High-Pass Filter: Same formula; used for AC coupling & differentiation.
Integrator / Differentiator: Op-amp + RC create waveform-shaping elements.
Snubber Network: Series RC across inductive loads to absorb transients.
Lab Measurement: Oscilloscope shows exponential charge curve; slope at t=0 equals \frac{V_{s}}{RC}.
LINKS TO PREVIOUS & FUTURE STUDY
Builds on foundational electromagnetism (Coulomb’s law, Gauss’s law) and circuit laws (Kirchhoff’s, Thevenin/Norton).
Prepares for semiconductors (diodes, transistors) where proper biasing/decoupling are critical.
Sets stage for filter theory, signal integrity, power electronics, and embedded system design.