A CC amplifier (common collector) is a bipolar junction transistor (BJT) circuit configuration where the input signal is applied to the base and the output is taken from the emitter, yielding a voltage gain of roughly one but providing massive current gain and impedance buffering. If you are looking for voltage amplification, you are in the wrong place. The common collector—often called an emitter follower—does not amplify voltage; it isolates stages, matches impedance, and delivers the current needed to drive heavy loads without dragging down the source signal.
What the CC Amplifier Actually Changes in a Circuit
When hobbyists and students first encounter the term 'amplifier,' they almost universally assume it means voltage gain. This is the most common confusion with the CC amplifier. People wire it up, measure the input and output with an oscilloscope, and assume the transistor is broken because the output sine wave is the exact same amplitude as the input (minus a small DC offset).
What the CC amplifier actually changes is impedance and current capacity. Think of it like a power steering system in a car: your hands apply very little physical force (high input impedance, low current draw), but the hydraulic system translates that exact same steering angle into massive force at the wheels (low output impedance, high current delivery).
The output voltage at the emitter 'follows' the input voltage at the base, minus the base-emitter junction voltage drop (VBE). For a standard silicon BJT like the 2N3904 or BC547, this drop is nominally 0.7V at room temperature. Therefore, Vout ≈ Vin - 0.7V.
By presenting a massive input impedance to the preceding stage, the CC amplifier prevents 'loading down' sensitive sources like piezo sensors or high-impedance guitar pickups. Simultaneously, its low output impedance allows it to drive low-resistance loads like speakers or long coaxial cables without the signal amplitude collapsing.
Worked Numeric Example: Biasing a 2N3904 Emitter Follower
Let's move off the whiteboard and onto the bench. We need to buffer a 12V audio signal source to drive a lower impedance load. We will use a standard 2N3904 NPN transistor in a common collector configuration with a stiff voltage divider bias network to ensure thermal stability.
Circuit Parameters:
- Supply Voltage (VCC): 12V
- Voltage Divider: R1 = 27kΩ (top), R2 = 27kΩ (bottom)
- Emitter Resistor (RE): 1kΩ
- Transistor Beta (β / hFE): 150 (typical for 2N3904 at low currents)
Step 1: Find the Base Voltage (VB)
Because the divider is 'stiff' (the current through R1/R2 is much larger than the base current), we can ignore base loading for the DC bias calculation.
VB = VCC × [R2 / (R1 + R2)] = 12V × (27k / 54k) = 6.0V
Step 2: Find the Emitter Voltage (VE) and Current (IE)
VE = VB - VBE = 6.0V - 0.7V = 5.3V
IE = VE / RE = 5.3V / 1000Ω = 5.3mA
Step 3: Calculate the Input Impedance (Zin)
This is where the magic happens. The input impedance looking into the base is the transistor's beta multiplied by the total AC resistance in the emitter leg. Assuming the internal emitter resistance (re) is roughly 25mV / 5.3mA ≈ 4.7Ω:
Zin(base) = β × (re + RE) = 150 × (4.7Ω + 1000Ω) = 150 × 1004.7Ω ≈ 150.7kΩ
Even though RE is only 1kΩ, the preceding circuit 'sees' an impedance of over 150kΩ. The CC amplifier has successfully buffered the source. For a deeper dive into the small-signal models that dictate these calculations, the Georgia State University HyperPhysics BJT reference provides excellent foundational math.
Where You Meet the Common Collector in Practice
You will rarely see a standalone CC amplifier used just to pass a DC signal. Its real value shines in dynamic, real-world applications where impedance mismatches cause signal degradation.
1. Audio Output Stages (Class AB Push-Pull)
Look inside almost any analog audio amplifier, from a 1970s stereo receiver to a modern bench power supply's analog control loop. The final output stage driving the speakers is almost always a pair of complementary BJTs (like the TIP31 NPN and TIP32 PNP) wired as common collector emitter followers. The voltage gain is handled by earlier op-amp or common-emitter stages; the CC output stage simply provides the raw current (often amps, not milliamps) required to move the speaker cone.
2. High-Impedance Sensor Buffering
Piezo vibration sensors and condenser microphones generate usable voltage signals but have virtually zero current capacity. If you connect them directly to an Arduino's ADC (which has a sample-and-hold capacitor that demands a quick burst of current to charge), the voltage will sag, resulting in inaccurate readings. A JFET or BJT common collector stage sits right at the sensor, buffering the high-Z source down to a low-Z output that the microcontroller can easily sample.
3. Capacitive Load Isolation
Driving long coaxial cables or heavy capacitive loads can cause high-frequency oscillation or phase shift in sensitive op-amps. Placing a discrete CC amplifier between the op-amp and the cable isolates the op-amp from the cable's capacitance, maintaining loop stability.
CC Amplifier vs. Common Emitter vs. Common Base
To fully understand the CC amplifier, you need to know what it is not. Here is how the three primary BJT configurations stack up on the bench.
| Parameter | Common Collector (CC) | Common Emitter (CE) | Common Base (CB) |
|---|---|---|---|
| Input Terminal | Base | Base | Emitter |
| Output Terminal | Emitter | Collector | Collector |
| Voltage Gain | ≈ 1 (Unity) | High (Inverted) | High (Non-inverted) |
| Current Gain | High (β + 1) | High (β) | ≈ 1 (Unity) |
| Input Impedance | High (10kΩ - 500kΩ) | Medium (1kΩ - 5kΩ) | Very Low (10Ω - 100Ω) |
| Output Impedance | Low (10Ω - 100Ω) | High (50kΩ+) | High (100kΩ+) |
| Primary Use Case | Impedance buffering, current driving | Voltage amplification, switching | High-frequency (RF) amplification |
For a comprehensive breakdown of how these topologies interact in multi-stage designs, Electronics Tutorials offers excellent schematic walkthroughs of cascaded CE and CC stages.
Common Collector Amplifier FAQ
Why does a CC amplifier have a voltage gain of slightly less than 1?
The voltage gain is technically RE / (re + RE). Because the internal dynamic emitter resistance (re) is never truly zero (it is typically between 2Ω and 25Ω depending on bias current), the output voltage will always be microscopically smaller than the input AC signal. In 99% of practical bench scenarios, we treat the AC voltage gain as exactly 1, but in precision analog design, that missing fraction of a percent matters.
Can I use a MOSFET instead of a BJT for a common collector circuit?
Yes, but the topology changes names. The MOSFET equivalent is called a Common Drain amplifier, or more commonly, a Source Follower. The operating principle is identical: the input goes to the gate, the output is taken from the source, and the drain is tied to VCC. The main advantage of the MOSFET source follower is that the gate draws virtually zero DC current (infinite DC input impedance), whereas the BJT base always requires a small bias current to operate.
What happens if I forget the emitter resistor in a CC amplifier?
If you tie the emitter directly to ground and apply a signal to the base, you have created a dead short across the base-emitter junction once the input exceeds ~0.7V. The transistor will attempt to pull infinite current from your input source, likely destroying the transistor via thermal runaway, melting your breadboard traces, or frying the op-amp driving the base. The emitter resistor (or an active current source load) is strictly mandatory to set the bias current and provide negative feedback for thermal stability.
Is the common collector the exact same thing as an emitter follower?
Yes. 'Common collector' describes the topology relative to the AC ground (the collector is bypassed to ground via a capacitor or tied directly to a stiff DC rail, making it 'common' to both input and output loops). 'Emitter follower' describes the behavioral outcome (the emitter voltage follows the base voltage). In professional EE parlance and datasheets, the terms are used interchangeably.
Why doesn't my CC amplifier output swing all the way to VCC?
The output can never reach the positive supply rail because the base-emitter junction requires forward bias to conduct. To push the emitter up to 12V, the base must be driven to roughly 12.7V. If your circuit only has a 12V supply, the transistor will saturate and clip the top off your waveform. To achieve true rail-to-rail output swings, designers either use a higher voltage supply for the base driver stage or switch to a specialized rail-to-rail op-amp topology.






