Home

/

Physics

/

Semiconductor Electronics

Semiconductor ElectronicsNEET Physics · Class 12 · NCERT Chapter 14

Introduction

Almost every electronic device you own (phone, laptop, TV remote, calculator, charger) runs on semiconductors. This chapter covers the basics: how energy bands explain conductors / insulators / semiconductors, how doping turns pure Si into n-type or p-type, what happens at a p-n junction, how diodes rectify AC, and how logic gates perform digital operations.

Expect 1 to 2 NEET questions every year. Common asks: identifying n-type vs p-type, knee voltage of Si and Ge, output frequency of half-wave vs full-wave rectifiers, Zener diode use, and logic gate truth tables.

Energy bands in solids

Many atoms close together share their valence electrons, and discrete atomic energy levels broaden into bands. The band where electrons fill at the highest energy is the valence band; the next empty band above is the conduction band. The gap between is the band gap E_g.

  • Conductors: bands overlap (E_g = 0). Many free electrons. e.g. Cu, Al.
  • Semiconductors: small gap, ~1 eV. Si: 1.1 eV. Ge: 0.7 eV.
  • Insulators: large gap, > 3 eV. Diamond: 5.5 eV.

Solids have allowed energy bands separated by forbidden gaps. The size of the gap between the topmost filled valence band and the empty conduction band tells you whether the material conducts.

Valence band (filled)Conduction band (empty)E_g1.1 eVSi (1.1 eV), Ge (0.7 eV)

Semiconductor

Small band gap (~1 eV). Heat or light promotes electrons across.

Intrinsic semiconductors

Pure Si or Ge has equal numbers of electrons and holes:

n_i (intrinsic carrier concentration) depends on T and E_g. At 300 K: Si ~10¹⁰ /cm³, Ge ~10¹³ /cm³. So Ge has more carriers but is also less stable (smaller gap means more thermal noise).

Extrinsic semiconductors (doping)

Add a tiny fraction of a different-valence atom (one in 10⁶ Si atoms is a typical ratio). Two cases:

  • n-type: pentavalent dopant (P, As, Sb, Bi). The 5th electron is loosely bound and free at room T. Majority: electrons. Minority: holes.
  • p-type: trivalent dopant (Al, B, Ga, In). One bond has a missing electron, called a hole. Majority: holes. Minority: electrons.

Pure Si is a poor conductor. Adding pentavalent dopant gives n-type (extra electrons); trivalent gives p-type (extra holes).

SiSiSiSiPSiSiSiSiextra e⁻

n-type

Dopant: Pentavalent (P, As, Sb)

Majority carriers: Electrons

Minority carriers: Holes

Pentavalent dopant donates 1 extra electron (loosely bound). At room T it freely contributes to conduction.

Mass-action law

At equilibrium, the product is fixed by temperature alone. So in n-type, n_h = n_i² / N_D drops dramatically. This is why minority carriers are so few.

p-n junction formation

Bring p- and n-type material into intimate contact. Electrons diffuse from n to p; holes from p to n. They recombine near the junction, leaving immobile dopant ions. This region (~ 0.1 µm) is the depletion region. The ions create a built-in barrier potential that stops further diffusion at equilibrium.

  • Si: barrier ≈ 0.7 V
  • Ge: barrier ≈ 0.3 V

Forward and reverse biasing

  • Forward bias: + on p, − on n. Reduces barrier; majority carriers flow easily once V > knee voltage. Depletion narrows.
  • Reverse bias: + on n, − on p. Adds to barrier. Only minority carriers cross, giving a tiny saturation current. Depletion widens. Above breakdown voltage, large current flows (Zener or avalanche).

At the p-n junction, electrons and holes recombine, leaving a thin depletion region of immobile ions. A forward bias narrows it; reverse bias widens it.

p-sidedepletionn-side

No external voltage. Built-in barrier ~0.7 V (Si) prevents net current.

Diode I-V characteristic

For an ideal diode:

In the forward direction, current rises sharply once V exceeds the knee voltage (~0.7 V for Si). In reverse, only the saturation current I_0 flows until breakdown.

Diode I-V: forward current rises sharply after the knee voltage. Reverse current is tiny until breakdown.

V (V)I (mA)V_kneeBreakdownForward (high I)

Approximation: below V_knee, I ≈ 0; above, I rises rapidly.

Half-wave rectifier

Single diode in series with a load. Diode conducts only on the positive half of the AC cycle. Output:

Output frequency = input frequency. The output is far from steady DC; usually a capacitor filter is added.

Full-wave rectifier

Either centre-tapped (2 diodes) or bridge (4 diodes). Both halves of the AC cycle are flipped to positive.

Output frequency = 2 × input frequency. Smoother, higher average DC, twice the efficiency. Used in most power supplies.

Half-wave passes only positive halves; full-wave flips the negative half too. Output frequency is the same as input for half-wave, twice for full-wave.

Input V_in (AC)Output V_out (rectified)

Output frequency

Same as input (50 Hz)

Average DC output

V_m / π

Practice these on the timed test

Try a free 10-question NEET mock test on Semiconductor Electronics with instant results and no sign-up needed.

Zener diode and regulator

A heavily doped p-n junction designed to operate in reverse breakdown. Beyond V_Z, voltage stays nearly constant. Use it as a regulator: input voltage with ripple goes through R_s, Zener clamps the output.

A Zener diode in reverse breakdown holds its voltage steady at V_Z. Use it as a simple voltage regulator: a series resistor drops the excess.

Input voltage V_in: 20 V

Zener voltage V_Z: 10 V

Series resistor R_s: 1000 Ω

Load R_L: 2000 Ω

Output V_out

10.00 V

Regulating at V_Z

I_load

5.00 mA

I_Zener

5.00 mA

LED, photodiode, solar cell

Three optoelectronic devices, all p-n junctions used differently:

  • LED: forward biased. Recombination releases photons of energy ~E_g.
  • Photodiode: reverse biased. Light creates electron-hole pairs in depletion, increasing reverse current.
  • Solar cell: no external bias. Light generates EMF; powers a load.

Three optoelectronic devices, all built around a p-n junction. Click each to see how it works.

LED
Photodiode
Solar cell

LED

Biasing: Forward biased

How it works: When carriers recombine across the junction, energy is released as a photon. Wavelength corresponds to band gap E_g.

Applications: Indicator lights, displays, lighting (white LED), traffic lights.

Key formula: λ = hc / E_g

Logic gates

Digital signals: HIGH (1) or LOW (0). The seven basic gates:

  • NOT (inverter): Y = NOT A.
  • AND: Y = A · B.
  • OR: Y = A + B.
  • NAND: Y = NOT (A · B). Universal gate.
  • NOR: Y = NOT (A + B). Universal gate.
  • XOR: Y = 1 when A and B differ.

Click each gate to see its symbol, rule and truth table. NAND and NOR are universal: every other gate can be built from one type.

AND gate

Y = A · B

Y is high only when both A and B are high

Set inputs and see output:

A

B

Output Y

0

Truth table

A
B
Y
0
0
0
0
1
0
1
0
0
1
1
1

Worked NEET problems

1

NEET-style problem · Mass-action

Question

An n-type Si has N_D = 10¹⁵ /cm³. n_i = 10¹⁰ /cm³. Find n_h.

Solution

n_e ≈ N_D = 10¹⁵ /cm³ (large compared to n_i).

2

NEET-style problem · Diode

Question

A Si diode has knee voltage 0.7 V. Battery 5 V is connected with a 1 kΩ resistor in series. Find current.

Solution

3

NEET-style problem · Zener

Question

Zener V_Z = 6 V, input V_in = 12 V, R_s = 1 kΩ, R_L = 6 kΩ. Find output and zener current.

Solution

4

NEET-style problem · Logic

Question

Output Y of NAND with A = 1, B = 1.

Solution

NAND: Y = NOT (A AND B) = NOT (1 AND 1) = NOT 1 = 0.

5

NEET-style problem · Rectifier

Question

A full-wave rectifier with V_m = 24 V. Find average DC output and output frequency for 50 Hz mains.

Solution

Output frequency = 2 × 50 = 100 Hz.

Track your accuracy on every chapter

Sign up free to see your chapter mastery, weak areas and predicted NEET score across all 90 NEET chapters.

Summary cheat sheet

  • Bands: conductor (overlap), semiconductor (~1 eV), insulator (>3 eV).
  • Intrinsic: n_e = n_h = n_i.
  • Mass-action: n_e n_h = n_i².
  • n-type: pentavalent dopant. p-type: trivalent dopant.
  • Knee voltage: Si 0.7 V, Ge 0.3 V.
  • Half-wave: output f = input f. Full-wave: output f = 2 × input f.
  • Avg DC half: V_m / π. Avg DC full: 2 V_m / π.
  • Zener: reverse breakdown, voltage regulator.
  • LED: forward bias. Photodiode: reverse bias. Solar cell: no bias.
  • Universal gates: NAND and NOR.

Next: try the interactive widgets for diodes, rectifiers and logic gates, or work through the 32 NEET PYQs with full solutions. To time yourself, take the free 10-question mock test.

Frequently asked questions

How many questions come from Semiconductor Electronics in NEET 2027?

You can expect 1 to 2 questions in NEET 2027. Common asks: identifying n-type vs p-type, knee voltage / barrier potential of Si and Ge, identifying half-wave vs full-wave rectifiers (output frequency), Zener diode operation, special diodes, and logic gate truth tables.

How are conductors, insulators and semiconductors different?

Conductors have overlapping conduction and valence bands (no band gap), so electrons flow freely. Insulators have a large band gap (Eg > ~3 eV), so very few electrons reach the conduction band. Semiconductors have a small band gap (Eg ~1 eV; Si: 1.1 eV, Ge: 0.7 eV), so heat or light easily promotes electrons.

What is the difference between intrinsic and extrinsic semiconductors?

Intrinsic: pure Si or Ge. n_e = n_h = n_i, set entirely by temperature. Extrinsic: doped semiconductor. Adding a tiny amount of impurity (1 part in 10^6 or so) drastically changes carrier counts. n-type uses pentavalent dopants (P, As, Sb): extra electrons. p-type uses trivalent dopants (Al, B, Ga): extra holes.

What is the mass-action law?

n_e × n_h = n_i^2, where n_i is the intrinsic concentration. This holds at thermal equilibrium even after doping. So if doping makes n_e huge, n_h drops below n_i.

What is the depletion region in a p-n junction?

When p and n materials are joined, electrons from the n-side diffuse into the p-side and holes diffuse the other way. They recombine near the junction, leaving immobile ions on both sides. This narrow region without free carriers is the depletion region. The trapped ions create a built-in barrier potential (~0.7 V for Si, ~0.3 V for Ge).

How does forward and reverse biasing work?

Forward: positive terminal of battery on p-side, negative on n-side. The applied voltage opposes the barrier; once it exceeds the knee voltage, current flows easily. Reverse: opposite polarity widens the depletion region; only a tiny saturation current flows from minority carriers, until reverse breakdown.

What is the difference between a half-wave and a full-wave rectifier?

Half-wave uses 1 diode and conducts only on the positive half of the AC cycle. Output frequency = input frequency. Full-wave (centre-tapped or bridge) uses 2 or 4 diodes and conducts in both halves of the cycle. Output frequency = 2 × input frequency. Full-wave gives smoother DC and higher efficiency.

What is a Zener diode?

A heavily doped p-n junction designed to operate in reverse breakdown. Beyond a sharp Zener voltage V_Z, the voltage across it stays nearly constant for a wide range of currents. Used as a voltage regulator: load gets a steady voltage even when input fluctuates.

What is the difference between LED, photodiode and solar cell?

LED: forward-biased p-n junction emits light when electrons recombine with holes. Energy of photon ≈ E_g. Photodiode: reverse-biased p-n junction. Light incident on the depletion region creates electron-hole pairs that increase the reverse current. Solar cell: large-area p-n junction with no external bias. Photons drive minority carriers across the junction, generating an EMF.

Why are NAND and NOR called universal gates?

Because every other logic gate (NOT, AND, OR, XOR, etc.) can be built using only NAND or only NOR. NOT is just NAND with both inputs tied together. AND is NOT(NAND). OR can be built from De Morgan with NAND chains, etc. So you can build any digital circuit from one type of gate.

Continue with the next chapter notes

Stay in NCERT order — the next chapter's notes are one click away.

Track Your NEET Score Across All 90 Chapters

Free 14-day trial. AI tutor, full mock tests and chapter analytics — built for NEET 2027.

Free 14-day trial · No credit card required