Concept Core
From energy bands to transistors and logic gates — the semiconductor framework.
Energy Bands & Types of Semiconductors
| Material | Band Gap | Property |
| Conductor | No gap (bands overlap) | Always conducts |
| Semiconductor | ~1 eV (Si: 1.1 eV, Ge: 0.7 eV) | Conducts at higher T or with doping |
| Insulator | >3 eV (diamond: 5.5 eV) | Rarely conducts |
Intrinsic semiconductor: Pure Si or Ge. Equal holes and electrons: n = p = nᵢ.
n-type: Doped with pentavalent (P, As, Sb). Majority: electrons. Minority: holes.
p-type: Doped with trivalent (B, Al, In). Majority: holes. Minority: electrons.
p-n Junction Diode
At the junction: depletion region forms (no free charge carriers). Built-in potential barrier ~0.3V (Ge) or 0.7V (Si).
Forward bias: p side to +ve terminal. Barrier reduces → current flows easily.
Reverse bias: n side to +ve terminal. Barrier increases → only small leakage current flows.
Diode allows current in one direction → rectification.
Transistor Types & Operation
BJT (Bipolar Junction Transistor): n-p-n or p-n-p. Three regions: Emitter, Base, Collector.
α = I_C/I_E (current gain, CE to EB) α < 1
β = I_C/I_B (current gain, CB to CE) β >> 1
Relation: β = α/(1−α) α = β/(1+β)
I_E = I_B + I_C
β (h_FE) is typically 20–500. Transistor amplifies when in active region (emitter forward, collector reverse biased).
Logic Gates
| Gate | Symbol | Output Y |
| AND | · | Y = A·B (1 only if both 1) |
| OR | + | Y = A+B (1 if either 1) |
| NOT | ¬ | Y = Ā (inverts input) |
| NAND | | Y = ̄(A·B) (AND + NOT) |
| NOR | | Y = ̄(A+B) (OR + NOT) |
| XOR | ⊕ | Y = A⊕B (1 if different) |
NAND and NOR are universal gates — any logic circuit can be built from only NAND gates (or only NOR gates).
Rectifiers
Half-wave rectifier: One diode. Output is one half of AC cycle. Ripple factor = 1.21.
Full-wave rectifier (bridge): 4 diodes. Both halves of AC are rectified. Ripple factor = 0.48.
Centre-tap rectifier: 2 diodes. Similar to full-wave.
Special Diodes
Zener diode: Operates in reverse breakdown. Used as voltage regulator. Maintains constant voltage across it regardless of load changes.
LED: Emits light when forward biased. Energy released as photon when electron recombines with hole: E = hν.
Photodiode: Works in reverse bias. Current increases when light falls on it.
Formula Vault
Semiconductor device formulas and truth tables for EAPCET.
Current Gain α
α = I_C/I_E
Common base; always <1
Current Gain β
β = I_C/I_B
Common emitter; β = 20–500
α-β Relation
β = α/(1−α); α = β/(1+β)
Convert between configurations
Current Relation
I_E = I_B + I_C
KCL at transistor node
Voltage Gain (CE amp)
A_v = β × R_C/R_i
R_C = collector resistance
AND Gate
Y = A · B
High output only when both inputs high
OR Gate
Y = A + B
High output when any input high
NAND Gate
Y = ¬(A · B)
Universal gate
Worked Examples
5 problems — diode biasing, transistor β, logic gates, Zener, and a trap.
EasyFind β if I_B = 50 μA and I_C = 5 mA▾
A transistor has base current I_B = 50 μA and collector current I_C = 5 mA. Find β and α.
1
β = I_C/I_B = 5×10⁻³ / 50×10⁻⁶ = 100
2
α = β/(1+β) = 100/101 ≈ 0.99
3
I_E = I_B + I_C = 50 μA + 5 mA ≈ 5.05 mA
✓ β = 100, α ≈ 0.99
EasyTruth table for NAND gate (A=1, B=0)▾
For a NAND gate, find the output when A=1 and B=0.
1
NAND: Y = ¬(A·B) = ¬(1·0) = ¬0 = 1
✓ Y = 1
MediumIdentify the circuit: two NAND gates, inputs both connected together▾
Two inputs A and A are connected to a NAND gate (both inputs tied together). What is the output?
1
With both inputs tied: A = A. Y = ¬(A·A) = ¬A
2
This is a NOT gate — NAND with tied inputs acts as NOT.
3
This demonstrates NAND is a universal gate.
✓ Output = Ā (NOT gate) — NAND with tied inputs = NOT
EAPCET LevelFind output of logic circuit: Y = AB + ĀB▾
Simplify the Boolean expression Y = AB + ĀB.
2
Since A + Ā = 1 (Boolean identity): Y = B × 1 = B
3
The circuit simplifies to just passing B — output equals B regardless of A.
✓ Y = B
Trap Questionp-type semiconductor has positive charge — True or False?▾
A student says: 'p-type semiconductor is positively charged because it has extra holes.' Evaluate.
1
The trap: p-type semiconductor is created by adding trivalent impurity atoms, which are electrically NEUTRAL.
2
The trivalent atom has 3 valence electrons but accepts one from the lattice, creating a hole (missing electron) in the lattice.
3
However, the impurity atom gains an electron → becomes negatively charged ion. The hole is mobile, not the ion.
4
Net result: the p-type semiconductor as a whole is electrically neutral — the extra negative ions are balanced by mobile holes.
✓ False — p-type semiconductor is electrically neutral overall; doping adds equal + and − charges
Mistake DNA
3 semiconductor errors from EAPCET distractor analysis.
🔌
Reverse Biased Diode Conducts No Current
A reverse-biased diode conducts a very small leakage current (minority carrier current), not exactly zero.
❌ Wrong
Reverse biased diode:
I = 0 exactly ✗
(ideal approximation only)
✓ Correct
Reverse bias: very small
leakage current flows ✓
(minority carriers) ✓
Approximated as ~0 in circuits
In practice, a reverse-biased diode passes a tiny leakage current due to minority charge carriers. For circuit analysis, this is usually negligible (treated as open circuit), but conceptually it's not zero.
⚡
α > 1 for a Good Transistor
α = I_C/I_E. Since I_C < I_E (some current goes to base), α is always less than 1.
❌ Wrong
Good transistor: α > 1 ✗
(more collector than
emitter current?)
✓ Correct
α = I_C/I_E < 1 always ✓
α ≈ 0.95 to 0.99 ✓
β >> 1 (not α)
α < 1 because I_E = I_B + I_C means I_C < I_E. The quantity that is much greater than 1 is β = I_C/I_B, since I_B is very small compared to I_C.
🔢
n-type Has Excess Positive Charge
n-type semiconductor (doped with pentavalent) has excess free electrons but is electrically neutral overall.
❌ Wrong
n-type: excess electrons
→ negatively charged ✗
(it's neutral!)
✓ Correct
n-type: neutral overall ✓
Pentavalent donor atom
gives extra e⁻ but becomes
+ve ion → net neutral ✓
When a pentavalent atom substitutes into the lattice, it provides one extra electron but becomes a fixed positive ion. The semiconductor remains neutral — free electrons and fixed positive ions balance.
Chapter Intelligence
Semiconductors bridges modern physics and electronics — a clean chapter with predictable questions.
EAPCET Weightage (2019–2024)
Transistor β, α calculations~7 Logic gates and Boolean algebra~7 n-type vs p-type properties~4 Zener diode and special diodes~3
High-Yield PYQ Patterns
Find β from I_B and I_Cα from β: α=β/(1+β)Logic gate truth tableForward vs reverse biased diodeNAND/NOR as universal gatesBoolean algebra simplificationZener diode application
Exam Strategy
- Transistor: β = I_C/I_B (large, 20–500). α = I_C/I_E (less than 1, close to 1). Relation: β = α/(1−α).
- Logic gates: learn truth tables for AND, OR, NOT, NAND, NOR, XOR. NAND and NOR are universal (can implement any logic).
- NAND with both inputs tied = NOT gate. NOR with both inputs tied = NOT gate. These are frequently tested configurations.
- Forward bias → current flows (barrier reduced). Reverse bias → negligible current (barrier increased). Zener is used in reverse breakdown for voltage regulation.