Semiconductor electronics

Semiconductor Electronics

1. Energy Bands & Classification

Classification of materials based on Energy Band Gap (Eg).

Conductors: Valence Band (VB) and Conduction Band (CB) overlap (Eg ≈ 0).
Semiconductors: Small gap (Eg < 3 eV). (Si: 1.1 eV, Ge: 0.7 eV).
Insulators: Large gap (Eg > 3 eV). (Diamond: 6 eV).
Energy Band Diagram

Types of Semiconductors

Intrinsic: Pure form (ne = nh = ni).
Extrinsic: Doped with impurity.
- n-type: Pentavalent impurity (P, As, Sb). Electrons are majority.
- p-type: Trivalent impurity (B, Al, In). Holes are majority.

(Asked in NEET 2017, 2020)

2. P-N Junction Diode

Forward Bias: P-side +ve, N-side -ve. Depletion width decreases. Conducts current.
Reverse Bias: P-side -ve, N-side +ve. Depletion width increases. No current (ideally).
PN Junction Biasing
Applications:
- Rectifier: Converts AC to DC. Half Wave (1 diode), Full Wave (2 diodes or Bridge).
- Zener Diode: Operates in Reverse Breakdown region. Used as Voltage Regulator.
- Photodiode: Reverse biased. Detects light intensity.
- LED: Forward biased. Emits light.

(Asked in NEET 2016, 2018, 2019, 2021, 2023)

3. Logic Gates

Digital circuits performing logical operations.

Basic Gates:
- OR: Y = A + B (Any 1 is High → High).
- AND: Y = A . B (Both High → High).
- NOT: Y = A' (Inverter).
Universal Gates:
- NAND: Y = (A.B)' (NOT-AND).
- NOR: Y = (A+B)' (NOT-OR).
Logic Gates Symbols

(Asked in NEET 2016, 2017, 2018, 2020, 2022)

Numericals: Semiconductors

Q1. Inputs A=1, B=0 are fed to a NAND gate. The output is fed to a NOT gate. Final output?
Solution:
NAND Output Y1 = (A.B)' = (1.0)' = (0)' = 1.
NOT Input = 1.
Final Output Y = (1)' = 0.
Q2. Zener diode (Vz=5V) is used for regulation. Series resistance R=1kΩ. Supply V=10V. Find current through R.
Solution:
Voltage drop across R = Vsupply - Vz = 10 - 5 = 5V.
I = VR / R = 5 / 1000 = 5 mA.
Current = 5 mA.
Q3. Two ideal diodes D1 and D2 connected in parallel. D1 forward biased, D2 reverse biased. Find current if R=10Ω and V=5V.
Solution:
D2 acts as open circuit (infinite resistance).
D1 acts as short circuit (zero resistance).
I = V/R = 5 / 10 = 0.5 A.
Q4. Intrinsic Si is doped with As. Electron concentration increases to 5×1022. If ni=1.5×1016, find hole concentration.
Solution:
Using Mass Action Law: ne nh = ni2.
nh = (1.5 × 1016)2 / (5 × 1022).
nh = 2.25 × 1032 / 5 × 1022.
nh = 0.45 × 1010 = 4.5 × 109 m-3.
Q5. When voltage across diode changes from 0.6V to 0.7V, current changes by 10mA. Find dynamic resistance.
Solution:
rd = ΔV / ΔI.
ΔV = 0.1 V. ΔI = 10 × 10-3 A.
rd = 0.1 / 0.01 = 10 Ω.
Q6. p-side of diode connected to -5V and n-side to -10V. Is it forward or reverse biased?
Solution:
Vp = -5V, Vn = -10V.
Since -5 > -10, Vp > Vn.
The diode is Forward Biased.
Q7. Input frequency to full wave rectifier is 50Hz. Output ripple frequency?
Solution:
Full wave rectifier doubles the frequency component.
Output Frequency = 2 × Input Frequency.
fout = 2 × 50 = 100 Hz.
Q8. Simplify Y = (A + B)'.(A' + B')'.
Solution:
Using De Morgan's: (A+B)' = A'.B' and (A'+B')' = (A')'.(B')' = A.B.
Y = (A'.B') . (A.B) = A'.A . B'.B.
Since A.A' = 0 and B.B' = 0.
Y = 0 (Always Low).
Q9. Depletion width is 5×10-7m. Electric field is 1.6×106 V/m. Barrier height?
Solution:
V = E × d.
V = 1.6 × 106 × 5 × 10-7.
V = 8 × 10-1 = 0.8 V.
Q10. Identify gate: Output low only when both inputs high.
Solution:
Truth Table check:
0,0 → 1
0,1 → 1
1,0 → 1
1,1 → 0
This is opposite of AND (0,0,0,1).
It is a NAND Gate.

Important Formulae

1. Conductivity & Current

Total Current:

I = Ie + Ih

Conductivity (σ):

σ = e (neμe + nhμh)

Mass Action Law:

ne nh = ni2
2. Diode Characteristics

Dynamic Resistance:

rd = ΔV / ΔI

Rectifier Efficiency:

Half Wave: 40.6%
Full Wave: 81.2%
3. Boolean Algebra

De Morgan's Theorems:

(A+B)' = A'.B'
(A.B)' = A' + B'

Identities:

A + 1 = 1, A . 1 = A
A + A' = 1, A . A' = 0

20 NEET Golden Facts

  • 1. Temp Coeff of Resistance: Negative for semiconductors (Resistance decreases with Temp). Positive for conductors.
  • 2. 0 Kelvin: At absolute zero, intrinsic semiconductor acts as a perfect insulator.
  • 3. Mobility (μ): μe > μh (Electrons are more mobile than holes).
  • 4. Electric Field (Depletion): High E-field exists in depletion region from N to P side.
  • 5. Potential Barrier: For Si ~0.7 V, for Ge ~0.3 V.
  • 6. Forward current: Due to diffusion of majority carriers. (mA range).
  • 7. Reverse current: Due to drift of minority carriers. (Temperature dependent, μA range).
  • 8. Zener Doping: Heavily doped to have thin depletion layer and sharp breakdown voltage.
  • 9. Photodiode mode: Always operated in Reverse Bias.
  • 10. Solar Cell: No biasing is used. Generates EMF upon illumination.
  • 11. LED material: GaAs or GaP (Direct Band Gap) to emit visible/IR light. Si/Ge emit heat.
  • 12. NAND/NOR: Universal gates. Can construct any other gate using only NAND or only NOR.
  • 13. Ripple Factor: Ratio of AC component to DC component in output.
  • 14. Depletion Width: Width ∝ 1/√(Doping). Heavy doping → Thin width.
  • 15. Ideal Diode: Resistance is 0 in Forward, ∞ in Reverse.
  • 16. Carbon: Insulator or Semiconductor? Insulator (Diamond) due to large band gap (6eV).
  • 17. Transistor (BJT): Removed from NEET syllabus (But basics often useful). Emitter heavily doped.
  • 18. Digital Signals: Discrete values (0 or 1). Analog are continuous.
  • 19. Bridge Rectifier: Uses 4 diodes. Does not require center-tapped transformer.
  • 20. Capacitor Filter: Used to smooth out pulsating DC from rectifier.
📱 Practice MCQs for this topic inside our App
📱 Practice MCQs for this topic inside our App
📱 Practice MCQs for this topic inside our App
📱 Practice MCQs for this topic inside our App