About This Section

The rationalised NCERT trimmed Zener diodes, optoelectronic devices and logic gates from the Board text — but JEE Main and NEET syllabi retain them, and they appear nearly every year. Everything here is tagged accordingly: master it for competitive exams; treat it as enrichment for Boards.

The Zener Diode — [JEE/NEET Important]

A Zener diode is a special diode designed to operate in the reverse breakdown region without damage:

  • Heavily doped p and n sides → very thin depletion region (< 10710^{-7} m) → enormous junction field (~5×1065 \times 10^6 V/m) even at small reverse voltages.
  • Breakdown occurs at a sharp, well-defined Zener voltage VZV_Z; beyond it, the voltage across the diode stays essentially constant at VZV_Z over a large current range.
  • Symbol: diode with a bent (Z-shaped) bar.

Zener as a voltage regulator

Connect the Zener (reverse biased) across the load, fed through a series resistance RsR_s:

  • Input rises → extra current flows through the Zener, dropping the excess across RsR_s; load voltage stays at VZV_Z.
  • Input falls (above VZV_Z) → Zener current falls; load voltage still VZV_Z.

Is=VinVZRs,IZ=IsILI_s = \frac{V_{in} - V_Z}{R_s}, \qquad I_Z = I_s - I_L

[JEE Tip] Regulator numericals are plug-ins of these two lines: find the series current, subtract the load current, check IZI_Z stays within ratings.

Zener regulator LED photodiode solar cell and logic gates

Optoelectronic Devices — [JEE/NEET Important]

Junction devices that couple photons and carriers:

LED (Light Emitting Diode)

  • A heavily doped, forward-biased junction: injected minority carriers recombine radiatively near the junction, emitting photons with energy ≈ the band gap (hνEgh\nu \lesssim E_g).
  • Visible LEDs need EgE_g1.8-3 eV (hence GaAs1x_{1-x}Px_x alloys for red through yellow; GaAs itself, 1.4 eV, gives infrared).
  • V-I like an ordinary diode but higher turn-on; advantages over incandescent lamps: low power, long life, fast switching, no warm-up.

Photodiode

  • Operated in reverse bias with a transparent window; photons with hν>Egh\nu > E_g generate electron-hole pairs in/near the depletion region, which the field separates → photocurrent.
  • Photocurrent ∝ light intensity — measuring the easy-to-see change of a μ\muA-scale reverse current is why reverse bias is used (a μ\muA change atop μ\muA is detectable; atop forward mA it would drown).
  • Uses: light detection, optical communication receivers.

Solar Cell

  • A junction with a large exposed area, operated with NO external bias: photogenerated carriers are separated by the built-in field — electrons to n, holes to p — creating a photo-voltage.
  • Delivers power to a load: characterised by open-circuit voltage VocV_{oc} and short-circuit current IscI_{sc}.
  • Materials want EgE_g1.0-1.8 eV (Si 1.1 eV is ideal); criteria: good absorption, high conductivity, availability.

[NEET Important] Bias table: LED — forward; photodiode — reverse; solar cell — no bias. This three-way distinction is asked nearly every year.

Digital Electronics & Logic Gates — [JEE/NEET Important]

Digital circuits use only two voltage levels: 0 (low, 'false') and 1 (high, 'true'). A logic gate applies a Boolean rule to inputs A, B… producing output Y. The five gates:

NOT (inverter) — Y=AˉY = \bar{A}

A Y
0 1
1 0

OR — Y=A+BY = A + B (1 if ANY input is 1)

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

AND — Y=ABY = A \cdot B (1 only if ALL inputs are 1)

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

NOR — Y=A+BY = \overline{A + B} (OR then NOT); NAND — Y=ABY = \overline{A \cdot B} (AND then NOT)

NOR: 1 only when both inputs are 0. NAND: 0 only when both inputs are 1.

Key Point: NAND and NOR are universal gates — each alone can build every other gate (e.g. NOT from NAND by tying inputs together; AND = NAND + NOT; OR from NANDs via De Morgan).

[JEE Tip] Waveform questions: convert the input timing diagrams to 0/1 intervals, apply the truth table interval by interval. Gate-identification questions: check the output at (0,0) and (1,1) first — those two rows distinguish all five gates instantly: (0,0)→1 means NOT-family (NOR gives 1, NAND gives 1); (1,1)→1 with (0,0)→0 means OR or AND — separated by the mixed rows.

Solved Examples

Example 1: Zener regulator basics [JEE Numerical]

A 6.0 V Zener regulates a supply varying from 10-16 V, through RsR_s = 2 kohm, with no load. Find the Zener current range.

Solution:

  1. Series current (all through the Zener at no load): IZ=VinVZRsI_Z = \dfrac{V_{in} - V_Z}{R_s}.
  2. At 10 V: IZ=42000=2I_Z = \dfrac{4}{2000} = 2 mA. At 16 V: IZ=102000=5I_Z = \dfrac{10}{2000} = 5 mA.
  3. Answer: 2-5 mA; the load would always see a steady 6.0 V.
  4. Takeaway: the Zener 'swallows' the input variation as current, dropping the excess volts across RsR_s.

Example 2: Regulator with a load [JEE Numerical]

Same regulator (VZV_Z = 6 V, RsR_s = 2 kohm, VinV_{in} = 16 V) now feeds a 3 kohm load. Find IsI_s, ILI_L and IZI_Z.

Solution:

  1. Series current: Is=1662000=5I_s = \dfrac{16 - 6}{2000} = 5 mA.
  2. Load current: IL=63000=2I_L = \dfrac{6}{3000} = 2 mA.
  3. Zener current: IZ=IsIL=3I_Z = I_s - I_L = 3 mA.
  4. Takeaway: the junction rule at the Zener node — series current splits between load and Zener; the Zener takes whatever the load doesn't.

Example 3: LED colour from band gap [NEET Numerical]

An LED emits at 650 nm. Estimate the semiconductor's band gap.

Solution:

  1. Photon energy ≈ EgE_g: Eg=1240650E_g = \dfrac{1240}{650}.
  2. Compute: ≈ 1.9 eV — a red LED (GaAsP territory).
  3. Takeaway: EgE_g(eV) = 1240/λ\lambda(nm); visible spans ~1.8 eV (red) to ~3.1 eV (violet) — hence the 1.8-3 eV LED-material window.

Example 4: Why photodiodes run in reverse bias [JEE Conceptual]

Justify operating a photodiode in reverse rather than forward bias.

Solution:

  1. Illumination adds a photocurrent of microampere scale (proportional to intensity).
  2. In reverse bias the dark current is itself only μ\muA — the photo-induced fractional change is large and easily measured.
  3. In forward bias the mA injection current would swamp the tiny photocurrent.
  4. Takeaway: detect small signals where the background is small — the measurement logic behind the bias choice.

Example 5: Solar cell vs photodiode [NEET Discriminator]

Contrast the two light-sensitive junctions in bias, purpose and output.

Solution:

  1. Photodiode: reverse biased; a detector — output is a current signal tracking intensity.
  2. Solar cell: no external bias; a power generator — the built-in field separates photo-carriers, producing VocV_{oc} and driving current through a load.
  3. Solar cells have large areas (collect maximum light); photodiodes are small and fast.
  4. Takeaway: same physics (photogeneration + field separation), opposite purposes — signal vs power.

Example 6: Identify the gate [JEE Pattern]

A two-input gate outputs 1 only when both inputs are 0. Name it and give its Boolean expression.

Solution:

  1. Check the signature row: (0,0) → 1, all other rows → 0.
  2. That is NOR: Y=A+BY = \overline{A + B} — OR followed by NOT.
  3. Takeaway: each gate has one signature row — NOR: only (0,0)→1; NAND: only (1,1)→0; AND: only (1,1)→1; OR: only (0,0)→0.

Example 7: NAND as universal gate [JEE Construction]

Build NOT, AND and OR using only NAND gates.

Solution:

  1. NOT: tie both NAND inputs together: Y=AA=AˉY = \overline{A \cdot A} = \bar{A}.
  2. AND: NAND followed by the NAND-NOT: Y=AB=ABY = \overline{\overline{A \cdot B}} = A \cdot B (two gates).
  3. OR: invert each input, then NAND them: Y=AˉBˉ=A+BY = \overline{\bar{A} \cdot \bar{B}} = A + B (De Morgan; three gates).
  4. Takeaway: NAND alone rebuilds all logic — the meaning of 'universal gate' (NOR enjoys the same status).

Example 8: Waveform through a gate [JEE Waveform]

Inputs: A = 1 during t = 0-2 s and 4-6 s (else 0); B = 1 during t = 1-5 s. Sketch the AND output.

Solution:

  1. AND = 1 only when both are 1.
  2. Overlaps: A ∩ B = (1-2 s) and (4-5 s).
  3. Output: 1 in 1-2 s and 4-5 s, 0 elsewhere.
  4. Takeaway: intersect the high intervals for AND, union them for OR, complement for the N-gates — set language solves every waveform question.

Example 9: Cascaded gates [JEE Multi-step]

The output of an OR gate (inputs A, B) feeds one input of an AND gate whose other input is A. Simplify Y.

Solution:

  1. Expression: Y=A(A+B)Y = A \cdot (A + B).
  2. Expand: =AA+AB=A+AB=A(1+B)=A= A\cdot A + A \cdot B = A + AB = A(1 + B) = A.
  3. Answer: Y = A — the circuit ignores B entirely (the absorption law).
  4. Takeaway: simplify algebraically before tabulating; Boolean identities collapse many cascade questions to one letter.

Example 10: Choosing a solar-cell material [NEET Conceptual]

Why is silicon (EgE_g = 1.1 eV) preferred for solar cells over, say, a 3 eV material?

Solution:

  1. The solar spectrum peaks near ~1.5 eV photons; a cell converts photons with hν>Egh\nu > E_g.
  2. EgE_g ≈ 1.0-1.8 eV catches the bulk of solar photons; a 3 eV gap would reject most of the spectrum.
  3. Si adds practical virtues: good absorption, high carrier mobility/conductivity, and abundance.
  4. Takeaway: band gap must match the source spectrum — the same 1240/λ logic that painted the LED question, now run in reverse.