Semiconductor Electronics: Materials, Devices and Simple Circuits
Before the transistor (1948), electronics meant vacuum tubes—fragile, hot, and power-hungry.
Start with the simplest version: this lesson is about Semiconductor Electronics: Materials, Devices and Simple Circuits. If you can explain the core idea to a friend using everyday language, examples, and one clear reason why it matters, you have moved from memorising to understanding.
Before the transistor (1948), electronics meant vacuum tubes—fragile, hot, and power-hungry. Semiconductors revolutionized technology: tiny silicon crystals can control electron flow far more efficiently than tubes. A semiconductor is neither a perfect conductor nor a perfect insulator; its conductivity can be precisely tuned by adding impurities or applying voltage. This chapter explores semiconductor physics, the diode and transistor devices, and how simple semiconductor circuits form the foundation of modern electronics from phones to computers.
Semiconductor Materials
Pure semiconductors like silicon (Si) or germanium (Ge) have electrons bound to atoms. Individually, they're poor conductors. However, if given enough thermal energy (heat), electrons escape bonds and conduct current.
Conduction in semiconductors occurs via two mechanisms:
- Free electrons: Electrons with enough energy to move freely (like in metals)
- Holes: Positions left behind when electrons escape, act as positive charge carriers
The band structure explains this: electrons exist in two energy bands:
- Valence band: Lower energy, electrons bound to atoms
- Conduction band: Higher energy, electrons free to move
- Band gap (E_g): Energy difference between bands
For silicon, E_g ≈ 1.1 eV. At room temperature, some electrons have enough thermal energy to jump to conduction band, creating conductivity.
Doping: N-type and P-type
Adding impurities dramatically changes semiconductor conductivity:
N-type (negative): Add donor atoms (Group V elements like phosphorus) with 5 valence electrons. One extra electron easily ionizes, adding free electrons to conduction band. Electrons are majority carriers.
P-type (positive): Add acceptor atoms (Group III elements like boron) with 3 valence electrons. These accept electrons from silicon atoms, creating holes. Holes are majority carriers.
Doping enables precise control of conductivity and creates the devices we'll explore.
The p-n Junction Diode
A diode is a p-type and n-type layer joined together. At the junction, electrons from n-side diffuse to p-side, and holes from p-side diffuse to n-side. This creates a depletion region with an electric field opposing further diffusion.
Forward bias (positive voltage on p-side): Reduces depletion field, current flows easily Reverse bias (positive voltage on n-side): Increases depletion field, blocks current
The I-V characteristic shows:
- Forward direction: Exponential current with applied voltage
- Reverse direction: Negligible current until breakdown (Zener diode effect)
Diodes are used as:
- Rectifiers: Convert AC to DC
- Zener regulators: Maintain constant voltage
- Light-emitting diodes (LEDs): Emit light via electron-hole recombination
Bipolar Junction Transistor (BJT)
A transistor has three terminals (emitter, base, collector) with two junctions (emitter-base and base-collector). Tiny base current controls large collector current.
Amplification principle: A small input current (base) modulates a large output current (collector):
β = I_C/I_B ≈ 100-300 (current gain)
This lets weak signals control strong signals—the basis of amplifiers.
Two modes:
- Saturation: Transistor "fully on," conducts maximum current
- Cutoff: Transistor "fully off," conducts negligible current
These two states make transistors perfect for switching and digital logic.
Field-Effect Transistor (FET)
A field-effect transistor uses an electric field (not current) to control conductivity. A voltage on the gate electrode controls current between source and drain.
Advantages over BJT:
- Voltage-controlled (not current-controlled), requires less power
- Higher input impedance
- Easier to miniaturize (essential for modern chips)
MOSFETs (metal-oxide-semiconductor FETs) dominate modern electronics due to very high input impedance and low power consumption.
Digital Logic Gates
Transistors switch between on (1) and off (0) states, forming logic gates:
- NOT gate: Single transistor inverts input
- AND gate: Output 1 only if all inputs are 1
- OR gate: Output 1 if any input is 1
- NAND gate: NOT-AND (inverted AND output)
These gates combine to form:
- Multiplexers: Select one input from many
- Decoders: Convert codes to outputs
- Flip-flops: Store 1-bit information
- Counters: Count input pulses
- Adders: Perform arithmetic
Simple Amplifier Circuit
A basic amplifier has a transistor with:
- Input signal on base (for BJT)
- Load resistor in collector circuit
- Coupling capacitor to pass AC signals while blocking DC
When base voltage increases, collector current increases, reducing voltage across load resistor (voltage divider effect). This inverting action amplifies voltage changes.
Gain: A_v = Δv_out/Δv_in ≈ -R_L/r_e (for common-emitter configuration)
Where r_e is emitter resistance (temperature dependent).
Related Topics
current-electricity | moving-charges-and-magnetism | atoms
Socratic Questions
- Why is silicon's band gap (~1.1 eV) ideal for semiconductors at room temperature, while germanium's (~0.67 eV) is less ideal? What happens at very high or very low temperatures?
- In forward-biased diode, current increases exponentially with voltage. Why is it exponential rather than linear (like in a resistor)?
- Why do MOSFETs require less power than BJTs to operate, even though both can switch the same amount of current? What's different about controlling current with field vs. with charge?
- A single NAND gate can implement any Boolean logic function. Why is this gate so special? Can an AND gate alone do the same?
- If we could create semiconductors with zero band gap (like metals), what would be lost? Why do engineers care about controlling the band gap precisely?
