Solids and Semiconductor Devices
On mobile, swipe inside the PDF to read all pages and pinch to zoom.
1. Foundation: Energy Bands in Solids
In an isolated atom, electrons occupy discrete energy levels. When a very large number of atoms form a solid, interactions between neighboring atoms split closely spaced atomic energy levels into groups called energy bands.
Diagram 1: Conductor, semiconductor and insulator using band theory
2. Conductors, Insulators and Semiconductors
| Property | Conductor | Semiconductor | Insulator |
|---|---|---|---|
| Conductivity | High | Intermediate and strongly controllable | Very low |
| Band structure | Partially filled/overlapping bands | Small forbidden gap | Large forbidden gap |
| Effect of temperature | Resistance usually increases with temperature | Conductivity generally increases with temperature | Remains very poor over ordinary range |
| Examples | Cu, Al, Ag | Si, Ge | Glass, mica, many ceramics |
3. Intrinsic Semiconductor
Silicon and germanium are tetravalent. In a simplified crystal picture, each atom shares four valence electrons with neighboring atoms through covalent bonds.
When sufficient thermal energy is available, a valence electron may reach the conduction band, leaving behind a vacant state called a hole.
Here n is electron concentration, p is hole concentration and ni is intrinsic carrier concentration.
Diagram 2: Electron–hole pair generation in an intrinsic semiconductor
4. Extrinsic Semiconductors and Doping
4.1 N-Type Semiconductor
Doping silicon or germanium with a pentavalent donor such as phosphorus, arsenic or antimony provides extra electrons.
- Majority carriers: electrons.
- Minority carriers: holes.
- The material as a whole remains electrically neutral.
4.2 P-Type Semiconductor
Doping with a trivalent acceptor such as boron, aluminium or gallium creates holes.
- Majority carriers: holes.
- Minority carriers: electrons.
- The material as a whole remains electrically neutral.
| Feature | N-type | P-type |
|---|---|---|
| Dopant type | Pentavalent donor | Trivalent acceptor |
| Majority carrier | Electron | Hole |
| Minority carrier | Hole | Electron |
| Examples of dopant | P, As, Sb | B, Al, Ga |
Diagram 3: N-type and P-type semiconductors
5. Formation of a P-N Junction
5.1 Diffusion of Majority Carriers
Immediately after junction formation:
- Electrons diffuse from N-side to P-side.
- Holes diffuse from P-side to N-side.
- Near the junction, electrons and holes recombine.
5.2 Depletion Region
Recombination leaves behind immobile ionized donor ions on the N-side and ionized acceptor ions on the P-side. The region near the junction becomes depleted of mobile majority carriers and is called the depletion layer.
5.3 Barrier Potential
The fixed ions create an internal electric field and a potential barrier that opposes further majority-carrier diffusion. Typical room-temperature barrier potentials are roughly 0.7 V for silicon and 0.3 V for germanium, though exact values depend on device conditions.
Diagram 4: Depletion layer and built-in field of a P-N junction
6. Semiconductor Diode
Terminals:
- Anode: P-side.
- Cathode: N-side.
Diagram 5: P-N junction diode circuit symbol
7. Forward Bias of a P-N Junction Diode
A diode is forward biased when:
- P-side is connected to the positive terminal.
- N-side is connected to the negative terminal.
The external field opposes the junction field, reducing the barrier potential and narrowing the depletion region. Majority carriers can cross the junction more easily, so current increases strongly once the applied voltage is sufficiently large.
Diagram 6: Forward bias reduces the junction barrier
8. Reverse Bias of a P-N Junction Diode
A diode is reverse biased when:
- P-side is connected to the negative terminal.
- N-side is connected to the positive terminal.
The external field reinforces the junction field, increasing the barrier potential and widening the depletion layer. Majority-carrier conduction is suppressed. A small reverse saturation current remains due mainly to minority carriers.
Diagram 7: Reverse bias increases the junction barrier
9. Forward and Reverse I-V Characteristics
9.1 Forward Characteristic
At small forward voltage, current is low. Near the knee/cut-in voltage, current begins increasing rapidly. Typical approximate cut-in values are around 0.7 V for silicon and 0.3 V for germanium devices.
9.2 Reverse Characteristic
Reverse current remains small over a wide voltage range. At sufficiently large reverse voltage, breakdown occurs and current can rise sharply. Ordinary rectifier diodes must be operated within their specified reverse-voltage limits.
Diagram 8: Idealized diode forward and reverse characteristics
10. Zener Diode
10.1 Zener Breakdown Concept
When reverse voltage reaches the rated Zener voltage VZ, reverse current increases sharply while the diode voltage remains approximately constant over its regulated operating range.
10.2 Zener as a Voltage Regulator
A Zener diode connected in reverse across a load can help maintain an approximately constant load voltage. A series resistor is required to limit current.
Diagram 9: Zener breakdown and voltage-regulation concept
11. Rectifier
Semiconductor diodes are useful for rectification because they conduct preferentially in one direction.
11.1 Half-Wave vs Full-Wave
| Feature | Half-wave | Full-wave |
|---|---|---|
| Input half-cycles used | Only one | Both |
| Output pulse frequency | f | 2f |
| Average DC output | Lower | Higher |
| Ripple | Greater | Less than half-wave before filtering |
| Current syllabus emphasis | Definition/background | Full-wave rectification |
12. Full-Wave Rectification Using Semiconductor Diodes
A center-tapped full-wave rectifier commonly uses a center-tapped transformer secondary and two diodes.
12.1 Positive Half-Cycle
One end of the secondary becomes positive relative to the center tap. The corresponding diode conducts, and current passes through the load in one direction.
12.2 Negative Half-Cycle
The opposite secondary end becomes positive relative to the center tap. The second diode conducts. Load current still flows in the same direction.
For an ideal full-wave rectified sine wave with load-voltage peak Vm:
Diagram 10: Center-tapped full-wave rectifier
12.3 Input and Output Waveforms
Diagram 11: AC input and full-wave rectified output
13. Bridge Full-Wave Rectifier — Useful Extension
A bridge rectifier uses four diodes and does not require a center-tapped secondary. In each half-cycle, a different pair of diodes conducts so that load current remains in the same direction.
14. Digital Logic and Logic Gates
Binary values are represented as:
- 0 = LOW / false
- 1 = HIGH / true
15. AND Gate
The output is 1 only when all inputs are 1.
| A | B | Y = A·B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
Diagram 12: AND, OR and NOT gate symbols
16. OR Gate
The output is 1 when at least one input is 1.
| A | B | Y = A + B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
17. NOT Gate
The NOT gate inverts its single input.
| A | Y = A̅ |
|---|---|
| 0 | 1 |
| 1 | 0 |
18. NAND Gate
NAND is an AND gate followed by NOT. Its output is 0 only when both inputs are 1.
| A | B | Y = (A·B)̅ |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
19. NOR Gate
NOR is an OR gate followed by NOT. Its output is 1 only when both inputs are 0.
| A | B | Y = (A + B)̅ |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
Diagram 13: NAND and NOR gate symbols
20. Combined Truth Table Summary
| A | B | AND | OR | NAND | NOR |
|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 | 1 | 0 |
| 1 | 1 | 1 | 1 | 0 | 0 |
| A | NOT A |
|---|---|
| 0 | 1 |
| 1 | 0 |
21. Worked Examples
Silicon is doped with phosphorus.
Phosphorus is pentavalent and donates an extra electron.
Answer: N-type semiconductor; majority carriers are electrons.
P-side is connected to +5 V and N-side to 0 V.
Answer: the diode is forward biased. The barrier is reduced and the depletion layer narrows.
Mains frequency = 50 Hz.
fripple = 2f = 100 HzPeak rectified load voltage Vm = 12 V.
Vdc = 2Vm/π Vdc = 24/π ≈ 7.64 VFor A = 1 and B = 0:
- AND = 0
- OR = 1
- NAND = 1
- NOR = 0
If A = 0:
Y = A̅ = 122. High-Yield Comparison Tables
22.1 Intrinsic vs Extrinsic Semiconductor
| Feature | Intrinsic | Extrinsic |
|---|---|---|
| Purity | Pure semiconductor | Doped semiconductor |
| Carrier concentrations | n = p | One carrier type is majority |
| Conductivity | Relatively lower | Higher and controllable |
| Examples | Pure Si, Ge | N-type or P-type Si/Ge |
22.2 Forward vs Reverse Bias
| Feature | Forward bias | Reverse bias |
|---|---|---|
| Connection | P to +, N to − | P to −, N to + |
| Barrier potential | Decreases | Increases |
| Depletion width | Narrows | Widens |
| Majority-carrier current | Large after knee | Strongly suppressed |
| Typical current | Relatively large | Small until breakdown |
22.3 Ordinary Diode vs Zener Diode
| Feature | Ordinary rectifier diode | Zener diode |
|---|---|---|
| Normal useful operation | Forward conduction / reverse blocking | Reverse breakdown regulation |
| Doping | Normal device design | Heavily doped for sharp rated breakdown |
| Reverse breakdown | Usually avoided | Intended operating region within ratings |
| Main application here | Rectification | Voltage regulation/reference |
23. Common Exam Mistakes
- Calling every solid a semiconductor. Solids may be conductors, semiconductors or insulators.
- Confusing valence band with conduction band.
- Writing that intrinsic semiconductor has only electrons. It has equal electron and hole concentrations.
- Writing that N-type material is negatively charged overall. It remains electrically neutral.
- Writing that P-type material contains no electrons. Electrons exist but holes are the majority carriers.
- Confusing donor and acceptor impurities.
- Forgetting that a depletion region contains very few mobile majority carriers.
- Drawing the built-in junction field in the wrong direction.
- Reversing forward-bias connections. Remember: P to +, N to −.
- Reversing reverse-bias connections. Remember: P to −, N to +.
- Writing that reverse current is exactly zero. A small minority-carrier current flows before breakdown.
- Confusing ordinary reverse breakdown with normal forward conduction.
- Writing that a Zener diode is normally used forward biased for regulation. It is used in its specified reverse-breakdown region.
- Forgetting a current-limiting resistor in the Zener regulator concept.
- Calling a rectifier an AC amplifier. Its function is AC-to-unidirectional conversion.
- Drawing opposite load-current directions in the two halves of a full-wave rectifier. Load current must remain in the same direction.
- Writing full-wave ripple frequency as f. It is 2f.
- Confusing AND and OR truth tables.
- Forgetting the inversion bubble in NAND/NOR/NOT symbols.
- Using ordinary arithmetic addition for Boolean OR. In Boolean algebra, 1 + 1 = 1.
- Writing NAND = A·B instead of (A·B)̅.
- Writing NOR = A + B instead of (A + B)̅.
24. Important Exam Questions
Very Short / Short Questions
- What is an energy band?
- Define valence band, conduction band and forbidden energy gap.
- Differentiate conductor, semiconductor and insulator using band theory.
- Define intrinsic semiconductor.
- What is a hole?
- Define doping.
- Differentiate N-type and P-type semiconductors.
- What are majority and minority carriers?
- Define a P-N junction.
- How is a depletion region formed?
- What is barrier potential?
- Define semiconductor diode.
- What is forward bias?
- What is reverse bias?
- Draw the forward characteristic of a diode.
- Draw the reverse characteristic of a diode.
- What is breakdown?
- Define a Zener diode.
- What is the main use of a Zener diode?
- Define rectifier.
- Why is a diode suitable for rectification?
- Define full-wave rectification.
- What is the output ripple frequency of a full-wave rectifier?
- Define logic gate.
- Write the Boolean expression of AND, OR, NOT, NAND and NOR gates.
- Which gates are called universal gates?
Long Questions
- Explain formation of a P-N junction, depletion layer and barrier potential.
- Explain forward and reverse bias of a semiconductor diode with diagrams.
- Draw and explain the complete I-V characteristic of a P-N junction diode.
- Explain the concept and characteristic of a Zener diode.
- Describe the principle of voltage regulation using a Zener diode.
- Define rectification and explain a center-tapped full-wave rectifier with circuit and waveforms.
- Explain the working of a full-wave rectifier during both half-cycles.
- Draw symbols, Boolean expressions and truth tables of AND, OR and NOT gates.
- Draw symbols, Boolean expressions and truth tables of NAND and NOR gates.
- Show that NAND and NOR outputs are complements of AND and OR respectively.
Diagram Questions
- Energy-band diagrams for conductor, semiconductor and insulator.
- Intrinsic electron–hole pair.
- N-type and P-type semiconductor.
- P-N junction and depletion region.
- Diode circuit symbol.
- Forward-biased P-N junction.
- Reverse-biased P-N junction.
- Diode I-V characteristic.
- Zener reverse-breakdown characteristic and regulator concept.
- Center-tapped full-wave rectifier.
- Input and output waveforms of full-wave rectifier.
- AND, OR and NOT symbols.
- NAND and NOR symbols.
25. One-Minute Revision
- Semiconductors have conductivity between conductors and insulators.
- Valence and conduction bands are separated by a relatively small forbidden gap in a semiconductor.
- Intrinsic semiconductor is pure; thermally generated electrons and holes occur in equal numbers.
- Doping produces extrinsic semiconductors.
- Pentavalent donor → N-type → electrons are majority carriers.
- Trivalent acceptor → P-type → holes are majority carriers.
- P-N junction formation causes majority carriers to diffuse and recombine.
- The junction region depleted of mobile carriers is the depletion layer.
- Fixed ions create a built-in electric field and barrier potential.
- Forward bias: P to +, N to −.
- Forward bias narrows the depletion region and gives large current.
- Reverse bias: P to −, N to +.
- Reverse bias widens the depletion region and gives small reverse current.
- Silicon forward knee is typically around 0.7 V; germanium around 0.3 V.
- Zener diode is designed to operate in a specified reverse-breakdown region.
- A Zener regulator requires current limiting.
- A rectifier converts AC into a unidirectional output.
- Full-wave rectifier uses both input half-cycles.
- Full-wave output ripple frequency = 2f.
- Ideal full-wave average voltage Vdc = 2Vm/π.
- AND: Y = AB; output 1 only for 1,1.
- OR: Y = A + B; output 1 if at least one input is 1.
- NOT: Y = A̅; output is input complement.
- NAND: Y = (AB)̅.
- NOR: Y = (A + B)̅.
- NAND and NOR are universal gates.
26. Diagram Practice
Students should practice these labelled diagrams for the NEB examination:
- Band theory: conductor, semiconductor and insulator.
- Intrinsic electron–hole pair.
- N-type and P-type doping.
- P-N junction depletion region.
- Diode symbol.
- Forward-bias diagram.
- Reverse-bias diagram.
- P-N diode I-V characteristic.
- Zener breakdown and regulator concept.
- Center-tapped full-wave rectifier.
- Full-wave input/output waveforms.
- AND, OR and NOT gate symbols.
- NAND and NOR gate symbols.
Discussion
Share a helpful question, idea, or explanation with other students.