Common-Collector & Common-Drain Follower — Worked Example

Analog Electronics · Common-Collector & Common-Drain Follower · Example

Buffering a CE pre-amp into 16 Ω headphones

Scenario: A CE pre-amp (Rᴄ = 2 kΩ, Iᴄ = 2 mA, β = 150) must drive a pair of 16 Ω headphones. First we calculate what happens without a buffer, then we add a CC emitter-follower and compare.

Parameters: VCC=12VV_{CC} = 12\,\text{V}, IC=2mAI_C = 2\,\text{mA}, β=150\beta = 150, RC=2kΩR_C = 2\,\text{k}\Omega, RL=16ΩR_L = 16\,\Omega, RE2=100ΩR_{E2} = 100\,\Omega.

  1. Spec — drive 16 Ω headphones from a 2 kΩ CE pre-amp.
    gm=ICVT=2mA25mV=80mA/V,rπ=βgm=1500.08=1,875Ωg_m = \frac{I_C}{V_T} = \frac{2\,\text{mA}}{25\,\text{mV}} = 80\,\text{mA/V}, \quad r_{\pi} = \frac{\beta}{g_m} = \frac{150}{0.08} = 1{,}875\,\Omega
    The problem: Rᴄ = 2 kΩ is 125× larger than Rʟ = 16 Ω. Direct coupling will collapse the gain.
  2. Without a follower — direct drive into 16 Ω.
    Av,direct=gm(RCRL)=0.08×2000×162000+16A_{v,\text{direct}} = -g_m(R_C \| R_L) = -0.08 \times \frac{2000 \times 16}{2000 + 16}
    =0.08×15.91.3V/V(collapsed!)= -0.08 \times 15.9 \approx \mathbf{-1.3\,\text{V/V}} \quad \text{(collapsed!)}
    The headphone load is so heavy it essentially short-circuits the collector — gain disappears.
  3. Add a CC follower — compute R_in of the CC stage.With RE2=100ΩR_{E2} = 100\,\Omega and RL=16ΩR_L = 16\,\Omega:
    RE2RL=100×16100+16=13.8ΩR_{E2} \| R_L = \frac{100 \times 16}{100 + 16} = 13.8\,\Omega
    Rin,CC=rπ+(β+1)(RE2RL)=1,875+151×13.83,960ΩR_{in,CC} = r_{\pi} + (\beta+1)(R_{E2} \| R_L) = 1{,}875 + 151 \times 13.8 \approx \mathbf{3{,}960\,\Omega}
    The CC follower presents nearly 4 kΩ to the CE collector — a manageable load.
  4. Pre-amp gain with R_in_CC as the effective load.
    RCRin,CC=2,000×3,9602,000+3,960=1,328ΩR_C \| R_{in,CC} = \frac{2{,}000 \times 3{,}960}{2{,}000 + 3{,}960} = 1{,}328\,\Omega
    Av,CE=gm(RCRin,CC)=0.08×1,328106V/VA_{v,CE} = -g_m(R_C \| R_{in,CC}) = -0.08 \times 1{,}328 \approx \mathbf{-106\,\text{V/V}}
    The CE gain is largely restored because Rin,CCR_{in,CC} is much larger than RLR_L.
  5. CC stage gain and total system gain.
    Av,CC=gm(RE2RL)1+gm(RE2RL)=0.08×13.81+0.08×13.8=1.102.100.52A_{v,CC} = \frac{g_m(R_{E2} \| R_L)}{1 + g_m(R_{E2} \| R_L)} = \frac{0.08 \times 13.8}{1 + 0.08 \times 13.8} = \frac{1.10}{2.10} \approx 0.52
    Av,total=Av,CE×Av,CC=106×0.5255V/VA_{v,\text{total}} = A_{v,CE} \times A_{v,CC} = -106 \times 0.52 \approx \mathbf{-55\,\text{V/V}}
    Note: with a larger RE2R_{E2} (e.g. 1 kΩ), Av,CCA_{v,CC} approaches 1 but Rin,CCR_{in,CC} grows further — the designer trades off gain per stage vs. impedance ratio.
The CC follower turns a crushing 16 Ω load into a manageable ≈ 4 kΩ load that the CE stage can drive without collapsing. Without the buffer: Aᵥ ≈ −1.3 V/V (useless). With the buffer: Aᵥ ≈ −55 V/V (restored). The follower trades a small gain reduction (Aᵥ_CC ≈ 0.5 in this case) for the ability to drive a heavy load at all.