Every circuit you'll analyze or design in this course relies on a handful of fundamental components working together. You're being tested on more than just identifying symbols on a schematic; you need to understand how each component stores, dissipates, or controls energy and why engineers choose one component over another for specific applications. These building blocks appear in virtually every exam problem, whether you're analyzing transient responses, designing filters, or troubleshooting system behavior.
The components in this guide fall into distinct functional categories: passive elements that store or dissipate energy, semiconductor devices that control current flow, power and protection components that keep systems running safely, and signal processing elements that shape and amplify signals. Don't just memorize what each component does. Know what principle it demonstrates and how it interacts with other elements in a system. When you see a capacitor in a circuit, you should immediately think energy storage in an electric field and opposition to voltage changes.
Passive Energy Storage and Dissipation
These components form the backbone of circuit analysis. They're called "passive" because they don't amplify signals. They either store energy temporarily or convert it to heat. The key distinction is whether they dissipate energy (resistors) or store it in fields (capacitors and inductors).
Resistors
Dissipate electrical energy as heat, following P=I2R. This is irreversible: the energy doesn't come back.
Governed by Ohm's Law (V=IR), measured in ohms (ฮฉ), making them essential for voltage division and current limiting
Protect sensitive components by controlling current flow; used in biasing networks and pull-up/pull-down configurations
Capacitors
Store energy in an electric field between two conductive plates, with energy E=21โCV2
Oppose changes in voltage. In AC analysis, current leads voltage by 90ยฐ. Measured in farads (F).
Block DC while passing AC, making them critical for coupling stages, filtering power supplies, and timing circuits
Inductors
Store energy in a magnetic field when current flows through coiled wire, with energy E=21โLI2
Oppose changes in current. In AC analysis, voltage leads current by 90ยฐ. Measured in henries (H).
Essential in filters and switching regulators, often paired with capacitors to create resonant circuits at f=2ฯLCโ1โ
Compare: Capacitors vs. Inductors: both store energy, but capacitors resist voltage changes while inductors resist current changes. If an exam asks about transient response, remember: capacitors act like short circuits at t=0 (they initially pass current freely since they have no charge), while inductors act like open circuits at t=0 (they resist any sudden change in current). As tโโ, they swap: capacitors become open circuits (fully charged, no current flows) and inductors become short circuits (steady current, no opposing voltage).
Potentiometers
Variable resistors with three terminals: a resistive element and a sliding contact (wiper) that divides the resistance
Enable user-adjustable voltage division, commonly seen in volume controls and calibration circuits
Provide real-time tuning of circuit parameters without swapping fixed components
Semiconductor Devices
These components use the unique properties of semiconductor materials to control current flow in ways passive components cannot. The key principle is that small signals or voltages can control much larger currents.
Diodes
Allow current flow in one direction only. A diode is forward-biased when the anode is positive relative to the cathode.
Forward voltage drop of approximately 0.7V for silicon diodes must be accounted for in circuit analysis
Enable rectification (AC to DC conversion), voltage clamping, and reverse-polarity protection
LEDs (Light Emitting Diodes)
Emit photons when forward-biased. The wavelength (and therefore color) depends on the semiconductor bandgap energy.
Require current-limiting resistors because they have very low forward resistance once conducting. Without one, the LED draws excessive current and burns out.
Higher forward voltage than standard diodes (typically 1.8V to 3.3V depending on color)
Compare: Standard Diodes vs. LEDs: both conduct in one direction, but LEDs convert electrical energy to light and have higher forward voltage drops. For exam calculations, always check which diode type you're working with before assuming Vfโ=0.7V.
Transistors
Act as electronically controlled switches or amplifiers. A small base/gate signal controls a much larger collector/drain current.
Two main types: BJTs are current-controlled (a small base current controls a larger collector current), while MOSFETs are voltage-controlled (a gate voltage controls drain current with essentially no input current). Each type has distinct analysis methods.
Foundation of digital logic and analog amplification. Understanding saturation, cutoff, and active regions is essential for exam problems.
Operational Amplifiers (Op-Amps)
High-gain differential amplifiers with two inputs (inverting โ and non-inverting +) and one output
Ideal op-amp assumptions simplify analysis: infinite input impedance (no current into inputs), zero output impedance, and infinite open-loop gain
Perform mathematical operations on signals (addition, subtraction, integration, differentiation) based on the feedback network configuration
Compare: Transistors vs. Op-Amps: transistors are discrete devices requiring careful biasing, while op-amps are ICs designed to simplify amplifier design through negative feedback. Use transistors when you need to understand device-level behavior; use op-amps when analyzing signal processing circuits.
Power Supply and Protection
These components ensure circuits receive appropriate power and survive fault conditions. Understanding their ratings and failure modes is critical for practical design.
Batteries
Convert chemical energy to electrical energy, providing DC voltage through electrochemical reactions
Characterized by voltage, capacity (amp-hours), and internal resistance. Internal resistance causes the terminal voltage to drop under load, which is why a battery's measured voltage decreases as you draw more current.
Common types include alkaline (1.5V), lithium-ion (3.7V nominal), and lead-acid (2V per cell)
Power Sources
Must match circuit voltage and current requirements. Exceeding ratings damages components.
AC mains require rectification and regulation before powering most electronic circuits
Ideal vs. real sources: ideal sources maintain constant voltage or current regardless of load; real sources have internal impedance that causes output to vary with load
Transformers
Transfer energy between circuits via electromagnetic induction with no direct electrical connection between windings
Voltage ratio equals turns ratio:VpโVsโโ=NpโNsโโ, enabling step-up or step-down conversion
Only work with AC. They require a changing magnetic flux to induce voltage in the secondary winding, which is why you can't use a transformer with a DC battery directly.
Compare: Batteries vs. Transformers: batteries provide DC and store energy chemically, while transformers only work with AC and transfer (not store) energy. If an exam asks why you can't use a transformer with a battery directly, the answer is that transformers require changing magnetic flux, and DC produces a constant flux.
Fuses
Sacrificial protection devices that melt and break the circuit when current exceeds their rating
One-time use. They must be replaced after blowing, unlike resettable circuit breakers.
Rated by current capacity and breaking capacity. Choosing too high a rating compromises protection; choosing too low causes nuisance blowing during normal operation.
Switching and Control
These components enable circuits to respond to inputs and control high-power systems. The key concept is using low-power signals to control high-power circuits safely.
Switches
Mechanically open or close circuit paths. This is the simplest form of binary control (on/off).
Contact configurations are described as poles (number of independent circuits) and throws (number of positions): SPST, SPDT, DPDT
Contact bounce can cause multiple rapid transitions when a switch is flipped. This is an important consideration in digital circuit design, where a single press might register as several.
Relays
Electromagnetically operated switches. Current through a coil creates a magnetic field that physically moves the contacts.
Provide electrical isolation between the control circuit (low voltage/current) and the load circuit (high voltage/current)
Enable microcontrollers to control AC mains and other high-power loads safely
Compare: Switches vs. Relays: switches require physical user interaction, while relays can be controlled electronically. Relays add the critical capability of isolation, letting low-voltage control circuits safely operate high-voltage loads.
Integrated Systems
These components combine multiple elements into single packages, representing the evolution from discrete circuits to systems-on-chip.
Integrated Circuits (ICs)
Combine thousands to billions of transistors and other components on a single semiconductor die
Dramatically reduce size, cost, and power consumption compared to equivalent discrete circuits
Range from simple logic gates (74xx series) to complete microprocessors and systems-on-chip
Quick Reference Table
Concept
Best Examples
Energy dissipation
Resistor, Fuse
Energy storage (electric field)
Capacitor
Energy storage (magnetic field)
Inductor, Transformer
One-way current flow
Diode, LED
Signal amplification
Transistor, Op-Amp
Variable resistance
Potentiometer
Circuit protection
Fuse, Relay
Mechanical control
Switch
Electrical isolation
Transformer, Relay
DC power supply
Battery
Self-Check Questions
Which two passive components store energy rather than dissipate it, and what type of field does each use?
A circuit needs to convert AC to DC. Which component enables rectification, and what key parameter must you account for in your voltage calculations?
Compare and contrast how a transistor and a relay both achieve the function of "controlling a large current with a small signal." What advantage does each offer?
You're designing a filter circuit and need to set a specific cutoff frequency. Which two passive components would you combine, and what equation relates their values to frequency?
Using the concept of impedance (XCโ=2ฯfC1โ), explain why a capacitor "blocks DC but passes AC." Think about what happens to XCโ as frequency approaches zero versus as frequency increases.