Semiconductor Electronics
'The silicon chip is the most transformative invention of the 20th century — and it all starts with the SEMICONDUCTOR.'
1. Chapter Overview
This chapter introduces SEMICONDUCTOR devices — the building blocks of modern electronics. Topics include: INTRINSIC AND EXTRINSIC SEMICONDUCTORS (n-type and p-type doping), the p-n JUNCTION (formation, biasing, V-I characteristics), DIODES (rectifier, Zener, LED, photodiode, solar cell), the TRANSISTOR (BJT — n-p-n and p-n-p, common emitter configuration, current gain), DIGITAL ELECTRONICS (AND, OR, NOT, NAND, NOR gates), and INTEGRATED CIRCUITS.
2. Classification of Solids
| Type | Resistivity | Energy Gap | Examples |
|---|---|---|---|
| Conductor | 10⁻⁸ to 10⁻⁶ Ω·m | No gap (overlap) or partially filled | Copper, Aluminium |
| Insulator | 10¹⁰ to 10¹⁶ Ω·m | > 3 eV | Glass, Wood, Rubber |
| Semiconductor | 10⁻⁵ to 10⁶ Ω·m | ~1 eV | Silicon (1.1 eV), Germanium (0.7 eV) |
3. Intrinsic and Extrinsic Semiconductors
Intrinsic (Pure)
- Perfect crystal — every atom is the same (e.g., pure Si).
- At 0 K: ALL electrons in valence band, conduction band EMPTY — acts as an INSULATOR.
- At T > 0 K: Some electrons gain energy, jump to conduction band — creating ELECTRON-HOLE PAIRS.
- n_e = n_h (equal number of electrons and holes) in intrinsic.
Extrinsic (Doped)
- n-type: Doped with PENTAVALENT atoms (P, As, Sb) — DONOR impurities. Extra electrons → n_e > n_h.
- p-type: Doped with TRIVALENT atoms (B, Al, In) — ACCEPTOR impurities. Extra holes → n_h > n_e.
- 'n-type has EXTRA ELECTRONS (negative charge carriers). p-type has EXTRA HOLES (positive charge carriers).'
4. The p-n Junction
Formation
- When p-type and n-type semiconductors are joined, electrons DIFFUSE from n to p, and holes from p to n.
- A DEPLETION LAYER (free of charge carriers) forms at the junction — creating a BUILT-IN POTENTIAL (about 0.7 V for Si, 0.3 V for Ge).
Biasing
| Bias | Connection | Effect on Depletion Layer | Current |
|---|---|---|---|
| Forward bias | p to +, n to − | WIDTH DECREASES | LARGE (conducts) |
| Reverse bias | p to −, n to + | WIDTH INCREASES | VERY SMALL (blocks) |
'In forward bias, the applied voltage OPPOSES the built-in potential — current flows easily. In reverse bias, the applied voltage ADDS to the built-in potential — almost no current flows.'
5. Diode and Its Applications
Rectifier
- Half-wave rectifier: Uses only ONE half-cycle of AC. Efficiency ≈ 40.6%.
- Full-wave rectifier: Uses BOTH half-cycles (requires centre-tapped transformer or bridge). Efficiency ≈ 81.2%.
Zener Diode
- Operates in REVERSE BIAS at a specific voltage (Zener voltage V_Z).
- Used as a VOLTAGE REGULATOR — maintains constant output voltage despite variations in input voltage or load.
Special Purpose Diodes
| Diode Type | Symbol | Application |
|---|---|---|
| LED | Arrow away from junction | Light emission (forward bias) |
| Photodiode | Arrow into junction | Light detection (reverse bias) |
| Solar cell | — | Photovoltaic — converts LIGHT to ELECTRICITY |
| Zener diode | Distinctive symbol | Voltage REGULATION |
6. Transistor (BJT)
Types and Configurations
- n-p-n: Emitter (n), Base (p), Collector (n). 'n-p-n is MORE POPULAR because electrons (majority carriers) have higher mobility.'
- p-n-p: Emitter (p), Base (n), Collector (p).
Common Emitter (CE) Configuration
- Input characteristics: I_B vs V_BE (for fixed V_CE). 'The base-emitter junction behaves like a DIODE.'
- Output characteristics: I_C vs V_CE (for fixed I_B). Three regions:
- Cut-off: I_B = 0, I_C ≈ 0 — transistor OFF.
- Active: I_C = β I_B — transistor AMPLIFIES.
- Saturation: I_C is independent of I_B — transistor fully ON.
Current Gains
- β (dc): β = I_C/I_B. 'The current amplification factor — typically 50-300.'
- α (dc): α = I_C/I_E. Relationship: β = α/(1−α) ≈ α (when α ≈ 1).
Transistor as an Amplifier
- Small AC signal at BASE produces LARGE AC signal at COLLECTOR.
- Voltage gain: A_V = β × R_C/R_B.
- 'A transistor amplifies because a small change in base current controls a LARGE change in collector current.'
Transistor as a Switch
- Cut-off (OFF) : V_BE < 0.7 V (Si). I_B = 0. 'The transistor is an OPEN switch.'
- Saturation (ON) : V_BE > 0.7 V. I_C is maximum. 'The transistor is a CLOSED switch.'
7. Digital Electronics — Logic Gates
| Gate | Symbol | Truth Table (Output) | Boolean Expression |
|---|---|---|---|
| AND | D-shaped | Y=1 only when ALL inputs=1 | Y = A·B |
| OR | Curved | Y=1 when ANY input=1 | Y = A+B |
| NOT | Triangle with circle | Y = OPPOSITE of input | Y = A̅ |
| NAND | AND + circle | Y=0 only when ALL inputs=1 | Y = A·B |
| NOR | OR + circle | Y=1 only when ALL inputs=0 | Y = A+B |
| XOR | OR with extra curve | Y=1 when inputs DIFFER | Y = A⊕B |
- NAND and NOR are UNIVERSAL GATES — ANY gate can be constructed using ONLY NAND (or only NOR) gates.
8. Comparison Table: Analog vs Digital Signals
| Feature | Analog Signal | Digital Signal |
|---|---|---|
| Values | CONTINUOUS (infinite values) | DISCRETE (0 or 1) |
| Example | Sine wave, voice signal | Square wave, binary data |
| Noise immunity | LOW — affected by noise | HIGH — noise can be filtered |
| Processing | Analog circuits (amplifiers, filters) | Digital logic (gates, processors) |
| Storage | Difficult (magnetic tape) | Easy (memory chips, disks) |
9. Common Mistakes
- Diode direction in forward bias: p-type connects to POSITIVE, n-type to NEGATIVE. 'Positive to positive-type.'
- Transistor biasing: In n-p-n, collector is MORE POSITIVE than emitter. In p-n-p, collector is MORE NEGATIVE.
- Zener diode operates in REVERSE bias: Unlike a normal diode (forward bias), the Zener diode is used in reverse bias at its breakdown voltage.
- Logic gate output current: Logic gates are voltage devices — they do NOT supply significant current.
- NAND/NOR as universal gates: NAND = AND followed by NOT. NOR = OR followed by NOT. You can build ALL other gates from these.
10. CBSE Exam Focus
- Intrinsic and extrinsic semiconductors — doping, n-type, p-type
- p-n junction — forward and reverse bias, V-I characteristics
- Diode as a rectifier — half-wave and full-wave
- Zener diode — as a voltage regulator
- Transistor — CE configuration, input/output characteristics, α and β, amplifier, switch
- Logic gates — AND, OR, NOT, NAND, NOR — truth tables, universal gates
11. Self-Test
Q1: In a common emitter amplifier, β = 100, I_B = 40 μA. Find I_C and I_E. A1: I_C = βI_B = 100×40×10⁻⁶ = 4 mA. I_E = I_C + I_B = 4.04 mA.
Q2: What is the output voltage of a half-wave rectifier with input 220 V RMS? (Assume ideal diode) A2: Peak input = 220√2 = 311 V. Half-wave DC output = V₀/π = 311/π = 99 V. (With transformer step-down, this varies.)
Q3: For a Zener regulator, V_Z = 5 V, R = 500 Ω, input varies from 8 V to 12 V. Find Zener current range. A3: I_R = (V_in − V_Z)/R. At V_in=8V: I_R = 3/500 = 6 mA. At V_in=12V: I_R = 7/500 = 14 mA. Zener current I_Z = I_R − I_L (assuming constant I_L). Range: I_Z min to max depends on load.
Q4: Identify the logic gate: output is 0 only when both inputs are 1. A4: NAND gate. Y = A·B.
Q5: In a full-wave rectifier, the ripple frequency is? A5: 100 Hz (twice the input AC frequency of 50 Hz). 'In full-wave, both half-cycles contribute — so ripple frequency is 2f.'
12. Conclusion
Semiconductor electronics is the TECHNOLOGY of the information age:
- DIODES: 'The simplest semiconductor device — conducts in one direction, blocks in the other. The basis of rectifiers.'
- TRANSISTORS: 'The AMPLIFIER — a small signal controls a large current. The basis of all modern electronics.'
- LOGIC GATES: 'The building blocks of DIGITAL computation. NAND and NOR are UNIVERSAL — they can build ANYTHING.'
- INTEGRATED CIRCUITS: 'Millions of transistors on a single chip — the miracle of miniaturisation.'
'Semiconductors transformed the world — they brought us computers, smartphones, the internet, and artificial intelligence. Understanding them is understanding the FOUNDATION of modern technology.'
