Semiconductors & Electronic Devices
Apply concepts from Semiconductors & Electronic Devices to problem-solving. Focus on numerical practice and real-world applications.
Concept Core
Energy bands arise because atomic energy levels split when atoms form a solid. The valence band is the highest occupied band, the conduction band is the lowest unoccupied band, and the forbidden energy gap separates them.
Classification: Conductors ( = 0, bands overlap; examples: Cu, Ag, Al), Semiconductors ( small, 0.1-3 eV; Si: = 1.1 eV, Ge: = 0.67 eV), Insulators ( > 3 eV; diamond: = 5.4 eV).
Intrinsic semiconductors are pure Si or Ge with equal electron and hole concentrations: = = (intrinsic carrier concentration). Their conductivity increases with temperature (negative temperature coefficient — opposite to metals) because thermal energy excites electrons across the gap.
Extrinsic semiconductors are doped to enhance conductivity.
n-type: pentavalent dopant (P, As, Sb — group 15) donates extra electrons; majority carriers = electrons, minority = holes; >> .
p-type: trivalent dopant (B, Al, Ga, In — group 13) creates holes (electron deficiency); majority carriers = holes, minority = electrons; >> .
The mass action law x = holds for BOTH intrinsic and extrinsic semiconductors — doping increases one carrier type but proportionally decreases the other. Important: n-type and p-type semiconductors are both electrically NEUTRAL (the dopant atoms provide equal numbers of protons).
A p-n junction forms when p-type and n-type materials are joined. Majority carriers diffuse across the junction, creating a depletion region with immobile positive ions on the n-side and negative ions on the p-side. This sets up an internal electric field (from n to p) and a barrier potential (~0.7 V for Si, ~0.3 V for Ge) that opposes further diffusion.
Forward bias (p to +, n to -) reduces the barrier potential, narrows the depletion region, and allows significant current flow once the applied voltage exceeds the knee voltage (~0.7 V Si, ~0.3 V Ge). Reverse bias (p to -, n to +) increases the barrier, widens the depletion region, and allows only a tiny reverse saturation current (due to minority carriers). At high reverse voltage, breakdown occurs (sharp current increase).
The I-V characteristic shows: forward region with exponential rise after knee voltage; reverse region with small constant current until breakdown.
Rectifiers convert AC to pulsating DC. A half-wave rectifier uses one diode (conducts only during positive half cycle; output frequency = input frequency f). A full-wave rectifier uses two diodes with center-tapped transformer or four diodes in a bridge configuration (output frequency = 2f).
Special purpose diodes: The Zener diode is heavily doped and operates in reverse breakdown at a stable voltage — used as a voltage regulator. The photodiode operates in reverse bias; incident photons create electron-hole pairs in the depletion region, generating current proportional to light intensity — used in optical communication. The LED (Light Emitting Diode) operates in forward bias; recombination at the junction emits photons with wavelength determined by the semiconductor's band gap (GaAs for IR, GaAsP for red/yellow, GaP for green). The solar cell operates with no external bias; the photovoltaic effect generates an EMF (~0.5-1 V per cell) when light falls on the p-n junction.
Logic gates: OR gate: Y = A + B (output 1 if any input is 1). AND gate: Y = A . B (output 1 only if all inputs are 1). NOT gate: Y = A' (inverts input). NAND gate: Y = (A . B)' (output 0 only when all inputs are 1). NOR gate: Y = (A + B)' (output 1 only when all inputs are 0). NAND and NOR are called universal gates because any Boolean function can be constructed using only NAND gates or only NOR gates. De Morgan's theorems: (A + B)' = A' . B' and (A . B)' = A' + B'.
The key testable concept is logic gate truth tables and identification, combined with p-n junction biasing and special diode applications, which together account for the majority of NEET questions from this chapter.
Solved Numericals
N1. In a pure silicon crystal at 300 K, the intrinsic carrier concentration = 1.5 x /.
If the crystal is doped with phosphorus to give = 4.5 x /, find the hole concentration. Identify the semiconductor type and majority/minority carriers.
Using mass action law: x = . = / = (1.5 x )2 / (4.5 x ) = 2.25 x / 4.5 x = 5.0 x /.
Semiconductor type: n-type (phosphorus is pentavalent, group 15 dopant; provides extra electrons).
Majority carriers: electrons ( = 4.5 x /). Minority carriers: holes ( = 5.0 x /).
Note: >> (by a factor of ~), confirming n-type behavior. The hole concentration has decreased dramatically from the intrinsic value (1.5 x ) due to doping — the mass action law ensures that increasing electrons decreases holes proportionally.
N2. Determine the output of the combination: first an OR gate with inputs A and B, then a NOT gate on the output. Write the Boolean expression and truth table. Identify which single gate this combination is equivalent to.
The OR gate output is A + B. The NOT gate inverts this: Y = (A + B)'.
Truth table:
| A | B | A + B (OR output) | Y = (A + B)' (final output) |
|---|---|---|---|
| 0 | 0 | 0 | 1 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 1 | 0 |
| 1 | 1 | 1 | 0 |
This truth table matches the NOR gate: output is 1 only when ALL inputs are 0.
Boolean expression: Y = (A + B)' — this is exactly the definition of a NOR gate.
By De Morgan's theorem: (A + B)' = A' . B', so the NOR output can also be expressed as "NOT-A AND NOT-B."
Key Testable Concept
By De Morgan's theorem: (A + B)' = A' . B', so the NOR output can also be expressed as "NOT-A AND NOT-B."
Comparison Tables
A) Semiconductor Classification
| Type | Energy Gap () | Examples | Temperature Effect on Conductivity | Resistance Coefficient |
|---|---|---|---|---|
| Conductor | = 0 (bands overlap) | Cu, Ag, Al, Au | Conductivity decreases with temperature | Positive (resistance increases) |
| Semiconductor | small (0.1-3 eV) | Si (1.1 eV), Ge (0.67 eV), GaAs | Conductivity increases with temperature | Negative (resistance decreases) |
| Insulator | > 3 eV | Diamond (5.4 eV), glass, rubber | Conductivity very low; slight increase at very high T | Negative |
B) n-type vs p-type Comparison
| Feature | n-type | p-type |
|---|---|---|
| Dopant valence | Pentavalent (5 valence electrons) | Trivalent (3 valence electrons) |
| Dopant examples | P (phosphorus), As (arsenic), Sb (antimony) | B (boron), Al (aluminum), Ga (gallium), In (indium) |
| Majority carriers | Electrons | Holes |
| Minority carriers | Holes | Electrons |
| Energy level | Donor level (just below conduction band) | Acceptor level (just above valence band) |
| Fermi level position | Shifts toward conduction band | Shifts toward valence band |
| Carrier relation | >> | >> |
| Net charge | Electrically neutral | Electrically neutral |
C) Special Diodes
| Diode | Bias Condition | Working Principle | Key Application | Material Examples |
|---|---|---|---|---|
| Zener diode | Reverse bias (at breakdown) | Constant voltage at breakdown | Voltage regulator | Heavily doped Si |
| Photodiode | Reverse bias | Photons create e-h pairs in depletion region | Light detection, optical communication | Si, Ge, InGaAs |
| LED | Forward bias | e-h recombination emits photons | Display, lighting, indicators | GaAs (IR), GaAsP (red/yellow), GaP (green) |
| Solar cell | No external bias | Photovoltaic effect generates EMF | Power generation, calculators | Si (crystalline/amorphous) |
D) Logic Gates Master Table
| Gate | Boolean Expression | A=0,B=0 | A=0,B=1 | A=1,B=0 | A=1,B=1 | Key Property |
|---|---|---|---|---|---|---|
| OR | Y = A + B | 0 | 1 | 1 | 1 | Output 1 if any input is 1 |
| AND | Y = A . B | 0 | 0 | 0 | 1 | Output 1 only if all inputs are 1 |
| NOT | Y = A' | 1 (A=0) | — | 0 (A=1) | — | Single input; inverts |
| NAND | Y = (A . B)' | 1 | 1 | 1 | 0 | Universal gate; output 0 only when all inputs are 1 |
| NOR | Y = (A + B)' | 1 | 0 | 0 | 0 | Universal gate; output 1 only when all inputs are 0 |
| XOR | Y = A xor B | 0 | 1 | 1 | 0 | Output 1 when inputs differ |
Study Materials
Available in the NoteTube app — start studying for free.
100 Flashcards
SM-2 spaced repetition flashcards with hints and explanations
100 Quiz Questions
Foundation and PYQ-style questions with AI feedback
20 Study Notes
Structured notes across 10 scientifically grounded formats
10 Summaries
Progressive summaries from comprehensive guides to cheat sheets
Frequently Asked Questions
Common questions about studying Semiconductors & Electronic Devices for NEET 2026.