2.3.7Diodes & Applications

Varactor diodes

1,886 words9 min readdifficulty · medium1 backlinks

1. Where the capacitance comes from (first principles)

WHAT do we have physically? Two conductive regions (the p-side and n-side neutral bulk, full of carriers) separated by an insulating gap (the depletion region). That is literally the geometry of a parallel-plate capacitor:

C=εAWC = \frac{\varepsilon A}{W}

where ε\varepsilon is the semiconductor permittivity, AA the junction area, and WW the depletion width.


2. Deriving the junction capacitance formula

HOW does WW depend on voltage? Start from the depletion approximation of an abrupt junction. Solving Poisson's equation across the junction gives the depletion width:

W=2ε(Vbi+VR)q(1NA+1ND)W = \sqrt{\frac{2\varepsilon (V_{bi}+V_R)}{q}\left(\frac{1}{N_A}+\frac{1}{N_D}\right)}

  • VbiV_{bi} = built-in potential (the junction's own barrier, ~0.7 V for Si).
  • VRV_R = external reverse voltage.
  • qq = electron charge, NA,NDN_A,N_D = doping.

Why this step? Reverse bias adds to the built-in barrier, so the total voltage across the depletion region is Vbi+VRV_{bi}+V_R. More total voltage ⇒ wider depletion.

Now substitute into C=εA/WC=\varepsilon A/W:

Cj=εA[2ε(Vbi+VR)q(1NA+1ND)]1/2(Vbi+VR)1/2C_j = \varepsilon A \cdot \left[\frac{2\varepsilon (V_{bi}+V_R)}{q}\left(\tfrac{1}{N_A}+\tfrac{1}{N_D}\right)\right]^{-1/2} \propto (V_{bi}+V_R)^{-1/2}

So for an abrupt junction Cj(Vbi+VR)1/2C_j \propto (V_{bi}+V_R)^{-1/2}.

Why this step? We rewrote (Vbi+VR)1/2(V_{bi}+V_R)^{-1/2} as C0(1+VR/Vbi)1/2C_0(1+V_R/V_{bi})^{-1/2} because at VR=0V_R=0 the bracket =1=1 and Cj=C0C_j=C_0 — matching the datasheet's specified zero-bias value.


Figure — Varactor diodes

3. Using it: tuning an LC circuit

WHY is a variable CC useful? The resonant (tank) frequency of an LC circuit is:

f0=12πLCf_0 = \frac{1}{2\pi\sqrt{L\,C}}

Why this formula? At resonance inductive and capacitive reactances cancel: XL=XC2πfL=12πfCX_L=X_C \Rightarrow 2\pi f L = \tfrac{1}{2\pi f C}, solve for ff.

If CC is the varactor's Cj(VR)C_j(V_R), then changing the DC tuning voltage changes f0f_0 — electronic tuning. Because CjVRnC_j\propto V_R^{-n} and f0C1/2f_0\propto C^{-1/2}:

f0Cj1/2(Vbi+VR)n/2f_0 \propto C_j^{-1/2} \propto (V_{bi}+V_R)^{n/2}

Raising VRV_R raises f0f_0 (less capacitance, higher frequency). A hyperabrupt device (n2n\approx2) gives f0(Vbi+VR)f_0\propto (V_{bi}+V_R) — nearly linear tuning, which circuit designers love.


4. Circuit rules (HOW to bias one correctly)

  • Isolate DC from AC: a coupling capacitor blocks DC; an RF choke (large L) feeds DC bias while blocking RF.
  • Two varactors are often placed back-to-back so the RF signal never forward-biases either one, reducing distortion.
  • Model: reverse-biased varactor ≈ CjC_j in series with a small series resistance RsR_s → defines its Q: Q=12πfRsCjQ=\dfrac{1}{2\pi f R_s C_j}. High Q = low loss = sharp tuning.

5. Common mistakes (Steel-manned)


6. Active recall

Recall Test yourself (hide and answer)
  • Why does a varactor's capacitance decrease with reverse voltage?
  • What determines the grading coefficient nn, and what value gives near-linear tuning?
  • Why must a varactor never be forward biased in operation?
  • Derive f0(Vbi+VR)n/2f_0 \propto (V_{bi}+V_R)^{n/2}.
What is a varactor diode used as?
A voltage-controlled capacitor (variable capacitance set by reverse-bias voltage).
Which bias region does a varactor operate in?
Reverse bias (depletion/junction capacitance region), never forward.
Physical origin of a varactor's capacitance?
The insulating depletion region separating the conductive p and n bulk, i.e. C=εA/WC=\varepsilon A/W.
As reverse voltage increases, capacitance...?
Decreases, because the depletion width WW increases.
General varactor capacitance law?
Cj=C0/(1+VR/Vbi)nC_j = C_0 /(1+V_R/V_{bi})^{n}.
What is the grading coefficient nn for an abrupt junction?
n=1/2n=1/2.
What nn gives a hyperabrupt varactor (wide, near-linear tuning)?
n1n\approx 1 to 22.
Resonant frequency of an LC tank?
f0=1/(2πLC)f_0 = 1/(2\pi\sqrt{LC}).
How does resonant frequency scale with reverse voltage?
f0(Vbi+VR)n/2f_0 \propto (V_{bi}+V_R)^{n/2} — increasing VRV_R raises f0f_0.
Why avoid forward biasing a varactor?
It collapses the depletion region and conducts, replacing low-loss junction C with lossy diffusion C.
What limits a varactor's Q factor?
Series resistance RsR_s: Q=1/(2πfRsCj)Q = 1/(2\pi f R_s C_j).
Two other names for a varactor?
Varicap / tuning (varicap) diode.

Recall Feynman: explain to a 12-year-old

Imagine two crowds of people (electrons and holes) standing on either side of an empty corridor. That empty corridor is like the space inside a battery-store called a capacitor — it can hold charge. If you pull the crowds further apart (by turning a voltage knob up), the corridor gets wider, and a wider gap stores less charge. So turning the knob changes how much the diode stores — and because a radio "hums" at a pitch set by how much charge its parts hold, turning the knob changes the radio station. No moving parts — just a voltage.

Connections

  • PN Junction Diode — the depletion region physics the varactor exploits.
  • Reverse Bias & Depletion Region — source of the voltage-dependent width WW.
  • Junction vs Diffusion Capacitance — why we use reverse, not forward, bias.
  • LC Resonant Circuits — where varactors set f0f_0.
  • Voltage Controlled Oscillator (VCO) & Phase Locked Loop (PLL) — modern applications.
  • Zener Diode — contrast: another special-purpose reverse-bias diode.

Concept Map

creates

acts as

forms geometry of

C equals eps A over W

widens

decreases

derives

adds to VR

generalised to

set by doping profile

enables

used in

Reverse bias PN junction

Depletion region

Insulating dielectric

Parallel-plate capacitor

Junction capacitance

Reverse voltage VR up

Depletion width W up

Poisson equation, depletion approx

Built-in potential Vbi

Cj law C0 over 1 plus VR over Vbi to the n

Grading coefficient n

Voltage-controlled tuning of resonant circuit

Radios, TVs, PLL and VCO

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Varactor diode ek aisa diode hai jise hum current chalane ke liye nahi, balki ek voltage se control hone wala capacitor ki tarah use karte hain. Har reverse-biased PN junction ke andar ek depletion region banta hai — yeh ek khaali (insulator jaisa) gap hota hai jo p-side aur n-side ke beech me aata hai. Do conducting side aur beech me insulator gap — yeh bilkul ek capacitor ki tarah hai, jiska formula C=εA/WC=\varepsilon A/W hota hai.

Ab magic yeh hai: jab aap reverse voltage badhate ho, carriers aur door chale jaate hain, depletion gap WW chaura ho jaata hai, aur chaura gap matlab kam capacitance. Yaani voltage knob ghumao aur capacitance change karo — bina koi mechanical part hilaye. Formula yaad rakho: Cj=C0/(1+VR/Vbi)nC_j = C_0/(1+V_R/V_{bi})^n, jahan nn doping profile batata hai (abrupt me 1/21/2, hyperabrupt me 2\approx 2).

Iska sabse bada use hai tuning. LC circuit ki frequency f0=1/(2πLC)f_0 = 1/(2\pi\sqrt{LC}) hoti hai. Agar CC varactor ka CjC_j ho, to sirf DC voltage badalke aap radio ya TV ki station (frequency) change kar sakte ho. Isi liye purane radios, TV tuners, aur aaj ke VCO/PLL circuits me varactor lagta hai.

Ek important baat: varactor ko kabhi forward bias mat karo. Forward me depletion region gayab ho jaata hai, diode conduct karne lagta hai, aur lossy diffusion capacitance aa jaati hai — tuning ke kaam ka nahi. Hamesha reverse bias me rakho, DC se operating point set karo, aur RF signal usके upar chhota sa ride karta hai.

Go deeper — visual, from zero

Test yourself — Diodes & Applications

Connections