Doping & PN Junctions
Level 4 — Application (novel problems, no hints) Time limit: 60 minutes Total marks: 60
Use the following constants where needed: , , thermal voltage at , for silicon, , .
Question 1 — Doping & built-in potential (12 marks)
A silicon PN junction is fabricated by doping the p-side with boron at and the n-side with phosphorus at . Assume full ionisation at .
(a) State which atom is the donor and which is the acceptor, and give the majority carrier on each side. (3)
(b) Compute the built-in potential of the junction. (4)
(c) The n-side phosphorus concentration is increased by a factor of 100. By how many millivolts does change, and in which direction? Justify without full recomputation. (3)
(d) Sketch and label the energy-band diagram of the isolated n-type material, showing , , and the donor level . (2)
Question 2 — Depletion region & junction capacitance (14 marks)
Use the junction of Question 1 (, , from Q1b).
(a) Compute the total depletion width at zero bias. (4)
(b) Determine the fraction of that lies in the n-side, and explain physically why the depletion region is asymmetric. (3)
(c) The junction has cross-sectional area . Compute the zero-bias depletion (junction) capacitance. (3)
(d) The diode is reverse-biased at . Compute the new depletion capacitance and state the ratio to the zero-bias value. Explain why a reverse-biased diode behaves as a voltage-controlled capacitor. (4)
Question 3 — Shockley equation & I-V behaviour (14 marks)
A silicon diode has reverse saturation current at and ideality factor .
(a) Compute the forward current at . (3)
(b) Determine the voltage increase required to raise the forward current by a factor of 10. (3)
(c) At , compute the current predicted by the Shockley equation and comment on how this compares to the actual reverse current of a real diode. (3)
(d) A designer measures the same diode and finds that raising the current tenfold requires , not the value from part (b). Compute the effective ideality factor and briefly state one physical mechanism that produces . (3)
(e) State one reason the Shockley equation fails to describe behaviour near reverse breakdown. (2)
Question 4 — Reverse breakdown & temperature (10 marks)
Two silicon Zener diodes are specified: Diode A breaks down at , Diode B at .
(a) For each diode, identify whether the breakdown is dominated by the Zener mechanism or the avalanche mechanism, and justify using the physics of each. (4)
(b) State and explain the sign of the temperature coefficient of breakdown voltage for each diode. (3)
(c) A designer needs a reference voltage that is nearly temperature independent. Explain, using your answers above, how combining diodes of the two types could achieve this. (3)
Question 5 — Reverse saturation current & scaling (10 marks)
The reverse saturation current of a junction can be written
(a) A junction has at . Estimate at , given that with (treat the pre-factors as constant). (5)
(b) Using your result, estimate the factor by which the reverse leakage current of a silicon diode changes for each rise near room temperature, and state the common "doubles per ~10 °C" rule of thumb. (3)
(c) The p-side doping is increased tenfold while the p-side term dominates . State the effect on and hence on the diode's forward voltage at fixed current. (2)
End of paper
Answer keyMark scheme & solutions
Question 1
(a) Phosphorus = donor (n-side); boron = acceptor (p-side). (1) n-side majority carriers = electrons; p-side majority carriers = holes. (2)
(b) . (1) . (1) . (1) . (1)
(c) increase (~+119 mV). (2) Increasing raises the doping product, so rises logarithmically. (1)
(d) Diagram: at top, at bottom, donor level just below ; close to (above mid-gap). (2)
Question 2
(a) . (1) . Convert doping to m: , . . (1) . (1) . (1)
(b) Charge neutrality: , so . (2) The depletion region extends mostly into the lightly-doped n-side because fewer dopant atoms per volume there require a wider region to expose equal charge. (1)
(c) . . (1) . (2)
(d) , so . (1) ; ratio . (2) As reverse voltage increases the depletion width grows, reducing capacitance; thus is controlled by applied voltage (varactor behaviour). (1)
Question 3
(a) . . (1) . (1) . (1)
(b) For : . (3)
(c) At : , so . (2) Real diodes show much larger reverse current due to generation in the depletion region and surface leakage. (1)
(d) . (2) arises from carrier recombination-generation within the depletion region (recombination current). (1)
(e) The Shockley equation assumes no breakdown; it does not model avalanche multiplication / Zener tunnelling, which cause the large reverse current at breakdown. (2)
Question 4
(a) Diode A (4.3 V, low breakdown voltage) → Zener: high doping ⇒ thin depletion region ⇒ very high field ⇒ direct band-to-band tunnelling. Diode B (12 V) → avalanche: lighter doping, wider depletion region, carriers gain enough energy for impact ionisation. (Crossover ~5–6 V in silicon.) (4)
(b) Zener (Diode A): negative temperature coefficient — higher T reduces band gap, making tunnelling easier so breakdown voltage falls. (1.5) Avalanche (Diode B): positive coefficient — higher T increases phonon scattering, shortening carrier mean free path, so a higher field/voltage is needed for ionisation. (1.5)
(c) Combining a negative-TC Zener diode in series with a positive-TC avalanche diode (or using a ~5.6 V device where both mechanisms coexist) lets the two temperature coefficients cancel, giving a near-zero net TC voltage reference. (3)
Question 5
(a) . . (1) . (1) . ; product . (1) . (1) Ratio ; . (1)
(b) Over 50 K the current rose ~773×; per 10 K factor . (2) This is somewhat above but consistent in spirit with the common "leakage roughly doubles per ~10 °C" engineering rule. (1)
(c) (p-side term), so tenfold reduces by ~10×; at fixed forward current increases by . (2)
[
{"claim":"Vbi = 0.753 V for given doping","code":"VT=0.02585; NA=2e17; ND=5e15; ni=1.5e10; Vbi=VT*log(NA*ND/ni**2); result = abs(float(Vbi)-0.753)<0.005"},
{"claim":"Delta Vbi for 100x ND is ~119 mV","code":"VT=0.02585; d=VT*log(100); result = abs(float(d)-0.119)<0.002"},
{"claim":"Depletion width ~0.447 um","code":"eps=11.7*8.854e-12; q=1.602e-19; NA=2e23; ND=5e21; Vbi=0.753; W=sqrt(2*eps/q*(1/NA+1/ND)*Vbi); result = abs(float(W)-4.47e-7)<0.1e-7"},
{"claim":"n-side fraction of W is ~0.976","code":"NA=2e17; ND=5e15; f=NA/(NA+ND); result = abs(float(f)-0.976)<0.002"},
{"claim":"Forward current at 0.6V ~0.24 mA","code":"IS=2e-14; VT=0.02585; I=IS*(exp(0.6/VT)-1); result = abs(float(I)-2.4e-4)<0.3e-4"},
{"claim":"Decade voltage step ~59.5 mV for n=1","code":"VT=0.02585; dV=VT*log(10); result = abs(float(dV)-0.0595)<0.001"},
{"claim":"Effective n from 118mV decade is ~2","code":"VT=0.02585; n=0.118/(VT*log(10)); result = abs(float(n)-1.98)<0.05"},
{"claim":"IS ratio 300->350K is ~773","code":"k=1.381e-23; q=1.602e-19; Eg=1.12*q; r=(350/300)**3*exp(-Eg/k*(1/350-1/300)); result = abs(float(r)-772.6)<10"},
{"claim":"Per-10K factor ~3.76","code":"f=772.6**(1/5); result = abs(float(f)-3.76)<0.05"}
]