Skip to content

Semiconductor Electronics | CBSE

sources:

  • text: Standard textbook reference

Semiconductor electronics covers the physics of semiconductor materials, p-n junction diodes, transistors, and digital logic circuits.

  • Intrinsic semiconductor: pure Si or Ge with equal number of electrons and holes
  • Extrinsic semiconductor: doped with impurities (n-type: excess electrons, p-type: excess holes)
  • p-n junction: forms a depletion region and built-in potential
  • Forward bias: reduces barrier, allows current flow
  • Reverse bias: increases barrier, very small leakage current
  • Zener diode: operates in reverse breakdown for voltage regulation
  • Transistor (BJT): current amplifier with emitter, base, collector
  • Transistor as switch: operates in cutoff and saturation regions
  • Logic gates: AND, OR, NOT, NAND, NOR, XOR

Worked Example 1 — Diode Current Calculation

Section titled “Worked Example 1 — Diode Current Calculation”

Problem: A silicon diode has a reverse saturation current of 10μA10 \, \mu\text{A} at 25°C. Find the forward current when the applied voltage is 0.5 V. (Use kT/e0.026VkT/e \approx 0.026 \, \text{V} at 25°C)

Solution:

Using the diode equation: I=Is(eV/VT1)I = I_s\left(e^{V/V_T} - 1\right)

where VT=kT/e0.026VV_T = kT/e \approx 0.026 \, \text{V}:

I=10×106(e0.5/0.0261)I = 10 \times 10^{-6} \left(e^{0.5/0.026} - 1\right)

=10×106(e19.231)= 10 \times 10^{-6} \left(e^{19.23} - 1\right)

10×106×2.24×108=2.24A\approx 10 \times 10^{-6} \times 2.24 \times 10^8 = 2.24 \, \text{A}

Common mistake: Forgetting that the exponential dominates and the 1-1 term becomes negligible for forward bias.

Worked Example 2 — Zener Voltage Regulator

Section titled “Worked Example 2 — Zener Voltage Regulator”

Problem: A Zener diode with VZ=6VV_Z = 6 \, \text{V} is used to regulate the output of a 10 V source through a series resistor R=200ΩR = 200 \, \Omega. If the load resistance is RL=1kΩR_L = 1 \, \text{k}\Omega, find the load voltage and current.

Solution:

Voltage across series resistor: VR=VinVZ=106=4VV_R = V_{in} - V_Z = 10 - 6 = 4 \, \text{V}

Current through series resistor: IR=VRR=4200=0.02A=20mAI_R = \frac{V_R}{R} = \frac{4}{200} = 0.02 \, \text{A} = 20 \, \text{mA}

Load voltage (equal to Zener voltage): VL=VZ=6VV_L = V_Z = 6 \, \text{V}

Load current: IL=VLRL=61000=6mAI_L = \frac{V_L}{R_L} = \frac{6}{1000} = 6 \, \text{mA}

Zener current: IZ=IRIL=206=14mAI_Z = I_R - I_L = 20 - 6 = 14 \, \text{mA}

Common mistake: Assuming all current flows through the Zener diode. The Zener current is the difference between the total current and the load current.

Worked Example 3 — Transistor as an Amplifier

Section titled “Worked Example 3 — Transistor as an Amplifier”

Problem: A common-emitter transistor amplifier has β=100\beta = 100, RC=2kΩR_C = 2 \, \text{k}\Omega, and VCC=12VV_{CC} = 12 \, \text{V}. If the base current is 20μA20 \, \mu\text{A}, find the collector current, collector-emitter voltage, and voltage gain.

Solution:

Collector current: IC=βIB=100×20×106=2mAI_C = \beta I_B = 100 \times 20 \times 10^{-6} = 2 \, \text{mA}

Collector-emitter voltage: VCE=VCCICRC=122×103×2×103=124=8VV_{CE} = V_{CC} - I_C R_C = 12 - 2 \times 10^{-3} \times 2 \times 10^3 = 12 - 4 = 8 \, \text{V}

For the voltage gain (assuming re25mV/IE25mV/2mA=12.5Ωr_e \approx 25 \, \text{mV} / I_E \approx 25 \, \text{mV} / 2 \, \text{mA} = 12.5 \, \Omega):

Av=RCre=200012.5=160A_v = -\frac{R_C}{r_e} = -\frac{2000}{12.5} = -160

The negative sign indicates a 180180^\circ phase shift.

Common mistake: Forgetting that the transistor must be in the active region (VCE>0.2VV_{CE} > 0.2 \, \text{V} approximately) for amplification.

Problem: For a 2-input NAND gate, write the truth table and identify when the output is LOW.

Solution:

ABOutput
001
011
101
110

The output is LOW (0) only when both inputs are HIGH (1).

Y=ABY = \overline{A \cdot B}

Common mistake: Confusing NAND with AND. NAND is the inverse of AND: it gives 0 only when all inputs are 1.

Confusing n-type and p-type semiconductors. N-type has excess electrons (donor impurity), p-type has excess holes (acceptor impurity). Students often assume n-type is negative and p-type is positive — both are electrically neutral overall. The “n” and “p” refer to the charge carrier type, not the net charge.

Assuming a diode conducts in both directions equally. A p-n junction diode conducts efficiently in forward bias (low resistance) but blocks current in reverse bias (very high resistance, only tiny leakage current). Students sometimes treat diodes as resistors that work both ways.

Forgetting that transistors need biasing to work. A transistor in cutoff (no base current) acts like an open switch; in saturation (high base current) it acts like a closed switch. Students often assume a transistor works without proper biasing voltages.

  • Current Electricity: Semiconductor circuits follow Ohm’s law and Kirchhoff’s rules — understanding circuits is prerequisite to understanding semiconductor devices.
  • Dual Nature: Band theory of semiconductors involves energy levels and photon absorption, connecting to quantum concepts.
  • Electrostatics: The built-in potential in a p-n junction arises from charge separation, connecting to electrostatic principles.
  • Derivatives (Mathematics): The diode equation involves exponential functions whose analysis uses calculus concepts.
  1. A Zener diode with VZ=4.7VV_Z = 4.7 \, \text{V} is connected to a 9 V source through a 500Ω500 \, \Omega resistor. Find the Zener current when no load is connected.
  2. A transistor has IB=50μAI_B = 50 \, \mu\text{A} and β=80\beta = 80. Find ICI_C and IEI_E.
  3. Write the truth table for a 3-input NOR gate.

Semiconductors are materials that can be taught to conduct: Think of a semiconductor as a material that’s neither a good conductor nor a good insulator — it’s like a gate that can be opened or closed. Pure silicon has all its electrons locked in bonds, but doping it with impurities (adding a few “guest” atoms) creates free electrons or holes that can carry current. A p-n junction is like a one-way valve for electricity — current flows efficiently in one direction but is blocked in the other, which is the basis of diodes and transistors.

Why it matters: Semiconductors are the foundation of all modern electronics — every computer chip, smartphone, LED, solar cell, and digital device depends on semiconductor physics. Without semiconductors, there would be no internet, no digital cameras, no GPS, and no modern medicine imaging. Understanding semiconductors means understanding the technology that defines our era.

The key insight: The transistor is the most important invention of the 20th century — it acts as a tiny electronic switch that can be turned on and off millions of times per second, enabling all digital computation.

  • Diode problems use the diode equation or the ideal diode approximation
  • Zener regulator problems involve KVL around the circuit
  • Transistor biasing problems require ensuring the transistor is in the correct region
  • Logic gate problems often combine multiple gates to form circuits
  • Remember: AND = multiplication, OR = addition, NOT = inversion