Electronics · Lecture Lecture · § 1 / 8
1 / 8
Class XII · Physics · Electronics · Lecture

Electronics

The full, readable lecture on semiconductor electronics — how pure silicon carries a little current through electrons and holes, how doping turns it into n-type or p-type material, how a p–n junction becomes a one-way diode, how diodes rectify AC into DC, how a transistor lets a tiny current control a large one, and how transistors wired as logic gates build every chip in a phone or computer. As you scroll, the panel on the right plays out each idea with an everyday object you already know — empty seats in a hall, a border crossing, a turnstile, a ratchet, a tap, a row of switches.

A semiconductor is a material whose ability to conduct lies between a good conductor (copper) and an insulator (glass). The most important one is silicon, a group-IV element. Each silicon atom shares its four outer electrons with four neighbours, forming a tidy covalent lattice in which, at absolute zero, every electron is locked in a bond — so pure silicon is an insulator.

Raise the temperature and a few bonds break. Picture a lecture hall almost completely full: now and then a student gets up and walks the aisles (a free electron, a negative carrier), and the empty seat left behind is a hole — a missing electron that behaves like a positive charge. When a neighbour shifts over to fill the seat, the seat itself appears to move the other way.

  • Free electron — an electron that has gained enough energy to leave its bond and drift through the lattice. Carries negative charge.
  • Hole — the vacancy left behind; it behaves as a mobile positive charge carrier.
  • Intrinsic semiconductor — pure silicon (or germanium), where free electrons and holes are created in equal numbers (ne = nh).
  • Electron–hole pair — heat or light breaks a bond, creating one free electron and one hole together.
Exam point: raising the temperature breaks more bonds, so a semiconductor's resistance falls as it gets hotter — the opposite of a metal.

Pure silicon barely conducts. We deliberately add a tiny amount of impurity — about one atom in a million — to flood it with carriers. This is doping, and it is the trick that makes all of electronics possible. Think of the lattice as a jigsaw of four-bond pieces; doping slots in a few pieces with one bond too many or one bond too few.

  • n-type — add a pentavalent impurity (5 outer electrons: phosphorus, arsenic, antimony). Four electrons bond; the fifth is spare and roams free. Majority carriers are electrons (negative); the impurity is a donor.
  • p-type — add a trivalent impurity (3 outer electrons: boron, aluminium, gallium). It can only make three bonds, so the fourth bond is missing — a hole. Majority carriers are holes (positive); the impurity is an acceptor.
Propertyn-typep-type
ImpurityPentavalent (donor)Trivalent (acceptor)
Majority carrierElectrons (−)Holes (+)
Minority carrierHoles (+)Electrons (−)
Stay neutral: a doped crystal as a whole is still electrically neutral — n-type has extra mobile electrons but equally many fixed positive donor ions, so no net charge.

Now grow a single crystal that is p-type on one side and n-type on the other. Across the boundary, electrons from the n-side and holes from the p-side diffuse into each other and recombine. Picture two neighbouring countries: people crossing the border settle on the far side, and right along the line a strip is left empty of free movers — a no-man's-land.

What forms at the junctionDepletion region — a thin layer near the boundary swept clear of mobile carriers.
Built-in potential (barrier) — Si ≈ 0.7 V, Ge ≈ 0.3 V.
  • Depletion region — the carrier-free strip at the junction; it contains only fixed charged ions (negative on the p-side, positive on the n-side).
  • Potential barrier — the voltage step across that strip; it opposes any further crossing, like a fence down the border.
Exam point: the depletion region acts as a tiny insulator with a built-in field that blocks ordinary carriers — until an outside voltage is big enough to push them through.

A single p–n junction with two leads is a diode. Connect a battery one way and current pours through; reverse the battery and it nearly stops. The diode is a one-way valve for electric current — exactly like a turnstile that lets people through in one direction but locks against them in the other.

  • Forward bias — battery + to the p-side, to the n-side. It pushes carriers toward the junction, the depletion region narrows, the barrier shrinks, and above ~0.7 V (Si) a large current flows. Low resistance.
  • Reverse bias — battery + to the n-side, to the p-side. It pulls carriers away, the depletion region widens, the barrier grows, and only a tiny leakage (minority) current flows. Very high resistance.
The diode ruleConducts when forward biased (p positive).
Blocks when reverse biased (p negative).
Symbol: the arrowhead ▷ points in the direction of conventional (forward) current — from p to n. Conduction is allowed the way the arrow points.

Mains electricity is alternating current (AC) — it sloshes back and forth. Electronic circuits need steady direct current (DC). A diode, the one-way valve, converts one into the other: it acts like a ratchet that only lets the wave move one way, clipping or folding away the wrong-direction parts.

  • Half-wave rectifier — one diode. It passes the positive half of each AC cycle and blocks the negative half. The output is bumpy, one-directional DC, but half the wave is wasted.
  • Full-wave (bridge) rectifier — four diodes in a bridge. Whichever way the AC points, two diodes route the current the same way through the load, so the negative halves are flipped up. Smoother, more efficient DC.
TypeDiodesOutput
Half-wave1Positive halves only (gaps)
Full-wave bridge4Both halves, all positive
Smoothing: a capacitor across the output fills in the dips between the humps, giving an almost-flat DC — this is how a phone charger turns wall AC into clean DC.

A transistor is a sandwich of three doped layers — for an NPN transistor, a thin p-type base between two n-type regions, the emitter and the collector. Its magic: a small base current controls a much larger collector current. Picture a water tap — a light twist of the handle (the base) releases a powerful gush from the pipe (the collector). That is amplification.

Currents in a transistorIE = IB + IC
Current gain β = IC / IB (often 50–300)
  • As an amplifier: a small signal at the base produces a large copy at the collector — radios, speakers, microphones.
  • As a switch: no base current → transistor OFF (open); enough base current → transistor fully ON (closed). This on/off is the heartbeat of every digital chip.
  • The emitter emits the majority carriers; the wide collector collects them; the thin, lightly-doped base steers the flow.
Why the base is thin: almost all carriers from the emitter shoot straight across the thin base to the collector — only a tiny fraction leaks out as base current, which is why a small IB controls a large IC.

Transistor switches are wired together to make logic gates — circuits that follow simple rules of logic with inputs and outputs that are only ever 1 (on/high) or 0 (off/low). The easiest way to picture them is as switches lighting a lamp.

  • AND gate — two switches in series. The lamp lights only if both are on. Output 1 only when A AND B are 1.
  • OR gate — two switches in parallel. The lamp lights if either is on. Output 1 when A OR B is 1.
  • NOT gate (inverter) — one input; it flips it. Input 1 gives output 0, input 0 gives output 1.
ABANDORNOT A
00001
01011
10010
11110
Exam point: AND needs all inputs high; OR needs any input high; NOT simply inverts. Combine these three and you can build adders, memory and a whole computer.

Stack these ideas up and you have modern technology. Doped silicon gives carriers; a junction gives a diode; diodes rectify the mains; transistors amplify signals and switch on and off; transistor switches form logic gates; millions of gates etched onto a fingernail-sized integrated circuit (chip) become a processor. That is what powers a computer, a phone, a TV, a calculator and the internet.

  • Intrinsic silicon conducts via equal numbers of free electrons and holes.
  • Doping: pentavalent → n-type (electrons); trivalent → p-type (holes).
  • A p–n junction forms a depletion region and a ~0.7 V barrier.
  • A diode conducts in forward bias, blocks in reverse bias.
  • Rectifiers turn AC into DC: half-wave (1 diode) or full-wave bridge (4 diodes).
  • A transistor: small base current controls a large collector current — amplifier & switch (β = IC/IB).
  • Logic gates AND, OR, NOT (series, parallel, inverter) build every digital circuit.
🧭 Live panelElectronics
Scroll the lecture — this panel plays each concept with an everyday object as you reach it.