Catalog / Electronic Components & Circuits Cheatsheet
Electronic Components & Circuits Cheatsheet
A quick reference guide to electronic components, basic circuits, and essential concepts for electronics enthusiasts and engineers. This cheatsheet covers fundamental components, circuit laws, common circuit configurations, and important formulas.
Basic Electronic Components
Resistors
Definition: |
A passive component that opposes the flow of electric current. |
Types: |
Fixed, Variable (Potentiometers, Trimmers), Thermistors, Photoresistors. |
Color Code: |
Each band represents a digit, multiplier, or tolerance. |
Ohm’s Law: |
V = IR |
Series Resistance: |
R_total = R1 + R2 + R3 + … |
Parallel Resistance: |
1/R_total = 1/R1 + 1/R2 + 1/R3 + … |
Capacitors
Definition: |
A passive component that stores electrical energy in an electric field. |
Types: |
Ceramic, Electrolytic, Film, Tantalum, Supercapacitors. |
Capacitance Formula: |
C = Q/V |
Series Capacitance: |
1/C_total = 1/C1 + 1/C2 + 1/C3 + … |
Parallel Capacitance: |
C_total = C1 + C2 + C3 + … |
Energy Stored: |
E = 0.5 * C * V^2 |
Inductors
Definition: |
A passive component that stores energy in a magnetic field when electric current flows through it. |
Types: |
Air-core, Iron-core, Ferrite-core. |
Inductance Formula: |
V = L * (dI/dt) |
Series Inductance: |
L_total = L1 + L2 + L3 + … |
Parallel Inductance: |
1/L_total = 1/L1 + 1/L2 + 1/L3 + … |
Energy Stored: |
E = 0.5 * L * I^2 |
Circuit Laws and Theorems
Kirchhoff's Laws
Kirchhoff’s Current Law (KCL): |
The algebraic sum of currents entering a node (or junction) is zero. |
Kirchhoff’s Voltage Law (KVL): |
The algebraic sum of all voltages around any closed loop in a circuit is zero. |
Thevenin's Theorem
Description: |
Any linear circuit can be replaced by an equivalent circuit consisting of a voltage source (V_Th) in series with a resistor (R_Th). |
V_Th: |
The Thevenin voltage is the open-circuit voltage at the terminals of interest. |
R_Th: |
The Thevenin resistance is the equivalent resistance at the terminals of interest when all independent sources are turned off (voltage sources shorted, current sources opened). |
Norton's Theorem
Description: |
Any linear circuit can be replaced by an equivalent circuit consisting of a current source (I_N) in parallel with a resistor (R_N). |
I_N: |
The Norton current is the short-circuit current at the terminals of interest. |
R_N: |
The Norton resistance is the equivalent resistance at the terminals of interest when all independent sources are turned off (voltage sources shorted, current sources opened). R_N = R_Th |
Superposition Theorem
Description: |
In a linear circuit with multiple independent sources, the voltage or current for any element is the algebraic sum of the voltages or currents produced by each independent source acting alone (with other sources turned off). |
Semiconductor Devices
Diodes
Definition: |
A semiconductor device that allows current to flow primarily in one direction. |
Types: |
Rectifier, Zener, LED, Schottky. |
Forward Bias: |
Diode conducts when the anode is positive relative to the cathode. |
Reverse Bias: |
Diode blocks current when the anode is negative relative to the cathode. |
Zener Diode: |
Designed to operate in reverse breakdown to provide a stable voltage reference. |
Transistors (BJT)
Definition: |
A semiconductor device used to amplify or switch electronic signals and electrical power. |
Types: |
NPN, PNP. |
Regions of Operation: |
Cut-off, Active, Saturation. |
Current Gain (β or hFE): |
β = IC / IB |
Transistors (MOSFET)
Definition: |
A type of transistor used for amplifying or switching electronic signals. |
Types: |
n-channel, p-channel, Enhancement-mode, Depletion-mode. |
Regions of Operation: |
Cut-off, Triode (Linear), Saturation. |
Gate Voltage (VGS): |
Controls the current flow between the drain and source. |
Operational Amplifiers (Op-Amps)
Ideal Op-Amp Characteristics
Open-loop Gain (AOL): |
Infinite |
Input Impedance (Zin): |
Infinite |
Output Impedance (Zout): |
Zero |
Bandwidth: |
Infinite |
Common Op-Amp Configurations
Inverting Amplifier: |
Vout = - (Rf / Rin) * Vin |
Non-Inverting Amplifier: |
Vout = (1 + (Rf / Rin)) * Vin |
Voltage Follower (Buffer): |
Vout = Vin |
Summing Amplifier: |
Vout = -Rf * (Vin1/R1 + Vin2/R2 + …) |