📚 StudyHub

⚛️ Physics  ·  Class 12  ·  NEET & JEE

Semiconductor Electronics

Band theory, p-n junction, diodes, transistors, logic gates, and integrated circuits.

Practice Semiconductor Electronics Quiz — 100% Free →
Reading time~7 min
Revision time~2 min
Last updated2026-07-19
1 Read the chapter ~7 min

🎯 Key Points

  • Conductor: bands overlap; Insulator: large gap (>3eV); Semiconductor: small gap (Si=1.1eV, Ge=0.7eV)
  • n-type: doped with pentavalent (P, As) — extra electrons are MAJORITY carriers; p-type: doped with trivalent (B, Al) — holes are MAJORITY carriers
  • p-n junction: depletion region forms by diffusion; built-in field points n→p; Forward bias REDUCES barrier (current flows); Reverse bias INCREASES barrier (blocks current)
  • Zener diode is specifically used in REVERSE breakdown for voltage regulation — unlike a normal diode which is meant to operate forward
  • CE (common-emitter) is the most common transistor amplifier configuration due to its combination of decent current AND voltage gain

Band Theory

Conductorconduction bandvalence bandbands overlapSemiconductorconduction bandvalence bandsmall gap (~1 eV)Insulatorconduction bandvalence bandlarge gap(> 3 eV)

Conductors have overlapping bands, semiconductors have a small energy gap that can be bridged by heat or doping, and insulators have a large gap that blocks conduction.

  • Conductor: overlapping or partially filled bands
  • Insulator: large band gap (> 3 eV)
  • Semiconductor: small band gap (Si: 1.1 eV, Ge: 0.7 eV)
  • Intrinsic semiconductor: pure; equal holes and electrons

Doping

  • n-type: doped with pentavalent (P, As, Sb); extra electrons are majority carriers
  • p-type: doped with trivalent (B, Al, In); holes are majority carriers

p-n Junction

p-typedepletion regionn-type++++----built-in field (n → p)

At the p-n junction, diffusion of carriers creates a depletion region depleted of free charges, with a built-in electric field pointing from the n-side to the p-side.

  • Depletion layer: region of no free charge carriers near junction
  • Forward bias: reduces barrier, allows current flow
  • Reverse bias: increases barrier, blocks current (tiny reverse saturation current)
p-n junction at equilibrium shown as four stacked graphs against position x: carrier concentration of holes and electrons across the p-doped and n-doped neutral regions, the space charge region with negative acceptor ions on the p side and positive donor ions on the n side, the resulting charge density, the electric field pointing from n to p, and the built-in potential step delta V

p-n junction in equilibrium: diffusion leaves a depletion (space-charge) region of fixed ions, setting up an internal field and a built-in potential barrier. Image: TheNoise, CC BY-SA 3.0, via Wikimedia Commons.

Devices

  • Rectifier diode: converts AC to DC (half-wave and full-wave)
  • Zener diode: voltage regulation (operates in reverse breakdown)
  • LED: emits light when forward biased (direct band gap semiconductors)
  • Photodiode: reverse biased; generates current when light absorbed
  • BJT transistor: CB, CE, CC configurations; CE most common amplifier
  • Logic gates: AND, OR, NOT, NAND, NOR, XOR

Intrinsic and Extrinsic Semiconductors

  • Intrinsic: a pure semiconductor (Si, Ge) where thermally generated electrons and holes are equal in number (n_e = n_h = n_i); conductivity is very low and rises with temperature
  • Extrinsic: conductivity greatly increased by adding a controlled impurity (doping), giving one type of carrier in excess
  • n-type: pentavalent dopant (P, As, Sb) donates a free electron; electrons are majority, holes minority (n_e ≫ n_h)
  • p-type: trivalent dopant (B, Al, In) creates a hole; holes are majority, electrons minority (n_h ≫ n_e)
  • In any doped semiconductor the mass-action law holds: n_e·n_h = n_i², and the crystal stays electrically neutral overall

Junction Diode I-V Characteristics

  • Forward bias (p to +, n to −): current stays tiny until the applied voltage exceeds the knee/threshold voltage (~0.7 V for Si, ~0.3 V for Ge), then rises sharply — the diode conducts
  • Reverse bias: only a very small, nearly constant reverse saturation current flows (due to minority carriers)
  • At a large reverse voltage the diode undergoes breakdown and reverse current increases abruptly
  • The diode is a non-ohmic device: its resistance is low in forward bias and very high in reverse bias, making it act as a one-way valve for current

Rectifiers (AC to DC)

  • Half-wave rectifier: a single diode conducts during only one half of each AC cycle, so the output is a pulsating DC present for half the time — low efficiency
  • Full-wave rectifier: uses a centre-tapped transformer with two diodes (or a bridge of four diodes) so both halves of the AC cycle drive current the same way through the load — smoother, higher output
  • The output ripple is reduced using a filter (capacitor) to give steadier DC
  • Rectification is the first stage of almost every DC power supply that runs from the mains

Special Purpose Diodes

  • Zener diode: heavily doped, operated in reverse breakdown at a fixed Zener voltage; it holds the voltage constant across a load, acting as a voltage regulator
  • LED: forward-biased diode that emits light when electrons and holes recombine; photon energy ≈ band gap, so the colour depends on the semiconductor
  • Photodiode: reverse-biased; incident light generates electron-hole pairs, so the reverse current increases with light intensity (used as a light detector)
  • Solar cell: an unbiased junction that directly converts light into electrical energy (photovoltaic effect), generating a voltage across the junction when illuminated

Logic Gates and Truth Tables

  • OR: output 1 if any input is 1 (A + B). Inputs 00,01,10,11 give outputs 0,1,1,1
  • AND: output 1 only if all inputs are 1 (A·B). Inputs 00,01,10,11 give outputs 0,0,0,1
  • NOT: single input inverter; output is the opposite of the input (input 0 gives 1, input 1 gives 0)
  • NAND (AND then NOT): outputs for 00,01,10,11 are 1,1,1,0
  • NOR (OR then NOT): outputs for 00,01,10,11 are 1,0,0,0
  • NAND and NOR are universal gates — any logic circuit can be built using only NAND gates or only NOR gates

🚀 JEE Advanced Edge

Transistor as an amplifier — current/voltage gain: Current gain β=ΔI_C/ΔI_B (typically 50-200 for a BJT); voltage gain = β × (R_C/R_in). A small base current change controls a much larger collector current change, which is the basis of all transistor amplification.

NAND/NOR as universal gates: Any logic function (AND, OR, NOT, XOR, etc.) can be built using ONLY NAND gates (or only NOR gates) — this universality is why NAND/NOR are the actual building blocks used in real IC fabrication, not AND/OR directly.

Worked problem: A transistor has β=100 and base current 0.02 mA. Find the collector current and emitter current. Approach: I_C=β×I_B=100×0.02=2mA. I_E=I_B+I_C=0.02+2=2.02mA (Kirchhoff's current law applied to the transistor's three terminals).

2 Revise ~2 min before the exam

📐 Formula Sheet

  • Conductivity: σ = e(neμe + nhμh)
  • Mass action law: ne·nh = ni² (holds for any doping)
  • Doping: n-type uses pentavalent donors (P, As) ⇒ electrons are majority; p-type uses trivalent acceptors (B, Al) ⇒ holes are majority
  • Band gap: conductor ≈ 0, semiconductor ≈ 1 eV (Si 1.1, Ge 0.7), insulator > 3 eV
  • Diode: forward bias conducts (low resistance), reverse bias blocks; barrier ≈ 0.7 V (Si), 0.3 V (Ge)
  • Rectifier ripple frequency: half-wave = f, full-wave = 2f
  • Transistor: IE = IB + IC  |  α = IC/IE  |  β = IC/IB
  • Relations: β = α/(1 − α)  |  α = β/(1 + β)
  • Logic gates: NAND and NOR are universal — any gate can be built from them
3 Practice apply it

✍️ Worked Examples

Example 1 — Transistor current gain
Q: A transistor has α = 0.98. Find β, and the collector current when the base current is 20 μA.
Step 1 — Use β = α/(1 − α): β = 0.98/(1 − 0.98) = 0.98/0.02 = 49.
Step 2 — Use β = IC/IB: IC = βIB = 49 × 20 μA.
Step 3 — Compute: IC = 980 μA = 0.98 mA.
Answer: β = 49, IC = 0.98 mA. Note: α is always just under 1, which is exactly why β is large — a tiny change in α swings β enormously.

Example 2 — Carrier concentration in doped silicon
Q: Intrinsic silicon has ni = 1.5 × 10¹⁶ m⁻³. It is doped so that ne = 5 × 10²² m⁻³. Find the hole concentration.
Step 1 — Apply the mass action law: nenh = ni².
Step 2 — Rearrange: nh = ni²/ne = (1.5 × 10¹⁶)²/(5 × 10²²).
Step 3 — Compute: (2.25 × 10³²)/(5 × 10²²) = 4.5 × 10⁹ m⁻³.
Answer: 4.5 × 10⁹ m⁻³. Note: doping raised electrons enormously and suppressed holes — this is n-type material.

Example 3 — Identifying a gate
Q: A two-input gate outputs 1 only when both inputs are 0. Which gate is it?
Step 1 — Write the truth table: (0,0)→1, (0,1)→0, (1,0)→0, (1,1)→0.
Step 2 — Compare with OR: OR gives (0,0)→0 and 1 otherwise — exactly the inverse.
Step 3 — So this is OR followed by NOT.
Answer: a NOR gate. Note: NOR is universal — you can build AND, OR and NOT using only NOR gates.

Practice Semiconductor Electronics Quiz — 100% Free →

Frequently Asked Questions — Semiconductor Electronics

What are the key concepts in Semiconductor Electronics?
Band theory, p-n junction, diodes, transistors, logic gates, and integrated circuits.
Is Semiconductor Electronics important for NEET & JEE?
Yes. Semiconductor Electronics is part of the Physics Class 12 NCERT syllabus and is directly tested in NEET and JEE examinations. StudyHub provides structured notes, diagrams, and practice questions covering all exam-level subtopics.
How can I practice Semiconductor Electronics questions on StudyHub?
Open StudyHub and select Physics → Semiconductor Electronics. Choose Easy, Medium, or Hard difficulty. Hard-tier questions are at NEET & JEE level with full step-by-step explanations.

References

  1. NCERT Class 12 Physics Textbook — Chapter: Semiconductor Electronics
  2. CBSE Curriculum — Physics (Class 12)
  3. NTA NEET UG Official Syllabus — subject-wise topic list
  4. NTA JEE Main Official Syllabus — subject-wise topic list