7.2 Transistors (BJT, FET), Voltage Regulators & Vacuum Tube Amplifiers

Key Takeaways

  • Bipolar Junction Transistors (BJTs) are current-controlled devices where small base current controls large collector current (I_C = β · I_B), operating in cutoff (open switch), active linear (amplification), or saturation (closed switch).
  • Field-Effect Transistors (FETs) are voltage-controlled devices where gate-to-source voltage (V_GS) modulates drain current (I_D), drawing near-zero DC gate current and presenting extremely high input impedance.
  • MOSFETs contain an ultra-thin silicon dioxide (SiO₂) gate dielectric that is vulnerable to instantaneous catastrophic puncture from low-voltage electrostatic discharge (ESD), requiring strict grounding precautions.
  • Three-terminal linear regulators (78xx / LM317) require input and output capacitors mounted physically close to the IC to prevent high-frequency parasitic oscillation and stabilize transient load response.
  • Vacuum tube RF power amplifiers utilize high-voltage anode supplies, screen grids to suppress grid-to-plate capacitance (C_gp), neutralization circuits in triodes to cancel regenerative feedback, and Pi-network tank circuits tuned for a plate current dip at resonance.
Last updated: August 2026

7.2 Transistors (BJT, FET), Voltage Regulators & Vacuum Tube Amplifiers

Active amplifying components form the core of every amateur radio transmitter, receiver, and power distribution system. Unlike passive components, active devices can control the flow of electrical power from an external supply, converting small input voltages or currents into powerful, amplified output signals.

Amateur radio engineering spans both solid-state semiconductor technologies—including Bipolar Junction Transistors (BJTs), Field-Effect Transistors (FETs), Monolithic Microwave Integrated Circuits (MMICs), and Integrated Voltage Regulators—and thermionic Vacuum Tube Power Amplifiers operating at plate potentials exceeding several thousand volts.


1. Bipolar Junction Transistors (BJTs)

A Bipolar Junction Transistor (BJT) is a three-terminal semiconductor device formed by two back-to-back PN junctions sharing a thin central layer. Conduction involves both majority and minority charge carriers (electrons and holes), hence the name bipolar.

              NPN TRANSISTOR                           PNP TRANSISTOR

            Collector (C)                            Collector (C)
                 |                                        |
                 +---+                                    +---+ 
                     |                                        | 
       Base (B) ----|<- (Current flows in)      Base (B) ----|-- (Current flows out)
                     |                                        |\ 
                 +---+                                    +---+\ (Arrow points IN)
                 | (Arrow points OUT)                     |
                 v                                        |
            Emitter (E)                              Emitter (E)

Current-Controlled Operation & Current Gain ($\beta$)

The BJT is fundamentally a current-controlled device: a small electrical current injected into the Base-Emitter junction ($I_B$) controls a substantially larger current flowing through the Collector ($I_C$).

  • DC Current Gain ($\beta$ or $h_{FE}$): The ratio of collector current to base current in the linear active region: β=hFE=ICIB    IC=βIB\beta = h_{FE} = \frac{I_C}{I_B} \implies I_C = \beta \cdot I_B Typical $\beta$ values range from $30$ to $300+$ in small-signal transistors.
  • Total Emitter Current: The sum of collector and base currents: IE=IC+IB=(β+1)IBICI_E = I_C + I_B = (\beta + 1) \cdot I_B \approx I_C

The Three Operating Regions of a BJT

  1. Cutoff Region (Switch OFF): Both Base-Emitter and Base-Collector junctions are reverse biased ($V_{BE} < 0.6\text{ V}$). Base current is zero ($I_B = 0$), no collector current flows ($I_C \approx 0$), and the full supply voltage appears across the collector-emitter terminals ($V_{CE} = V_{CC}$).
  2. Active (Linear) Region (Amplifier Mode): The Base-Emitter junction is forward biased ($V_{BE} \approx 0.7\text{ V}$ for silicon), while the Base-Collector junction is reverse biased. Collector current is linearly proportional to base current ($I_C = \beta \cdot I_B$). Used for linear RF and audio amplifiers (Class A, AB, B).
  3. Saturation Region (Switch ON): Both Base-Emitter and Base-Collector junctions are forward biased due to heavy base drive. Collector current reaches its maximum limit determined by external load resistance ($I_{C(\text{sat})} \approx V_{CC} / R_L$), and the voltage drop between collector and emitter collapses to its saturation minimum ($V_{CE(\text{sat})} \approx 0.1$ to $0.3\text{ V}$).

Basic BJT Amplifier Circuit Configurations

ConfigurationInput TerminalOutput TerminalVoltage Gain ($A_v$)Current Gain ($A_i$)Input Impedance ($Z_{\text{in}}$)Output Impedance ($Z_{\text{out}}$)Phase Shift
Common EmitterBaseCollectorHighHighModerate ($1\text{ k}\Omega$)Moderate ($10-50\text{ k}\Omega$)$180^\circ$ Inverting
Common Collector (Emitter Follower)BaseEmitterLow ($\approx 1$)HighVery High ($100\text{ k}\Omega$)Very Low ($10-50,\Omega$)$0^\circ$ Non-inverting
Common BaseEmitterCollectorHighLow ($\approx 1$)Very Low ($20-50,\Omega$)Very High ($100\text{ k}\Omega+$)$0^\circ$ Non-inverting
  • Common Collector (Emitter Follower): Widely used as an impedance-matching buffer between high-impedance oscillator/filter stages and low-impedance $50,\Omega$ transmission lines.
  • Common Base: Excellent for VHF/UHF RF preamplifiers because the grounded base electrostatically shields the input from the output, eliminating high-frequency regenerative feedback.

2. Field-Effect Transistors (FETs)

A Field-Effect Transistor (FET) is a unipolar three-terminal semiconductor device where current conduction occurs through a single channel (either N-channel or P-channel) modulated by an electric field.

Voltage-Controlled Operation

Unlike the current-controlled BJT, the FET is a voltage-controlled device:

  • An applied Gate-to-Source voltage ($V_{GS}$) creates an electrostatic field that controls the width and conductivity of the channel, regulating Drain current ($I_D$).
  • Because the control gate draws virtually zero direct current ($I_G \approx 0$), the FET presents an extremely high input impedance (typically $10^9,\Omega$ for JFETs and over $10^{12},\Omega$ for MOSFETs), preventing signal loading on preceding tuned circuits.
           JUNCTION FET (JFET)                      INSULATED GATE MOSFET
            (N-Channel Shown)                         (Enhancement Mode)

                Drain (D)                                  Drain (D)
                   |                                          |
                   +---+                                  +---+
                       |                                  |   |
        Gate (G) -----|<--- (N-Channel)     Gate (G) -----| |<-- (Induced Channel)
                       |                       (Insulated |   |
                   +---+                        Dielectric+---+
                   |                             Layer)       |
                Source (S)                                 Source (S)

Junction Field-Effect Transistors (JFETs)

In a JFET, the gate is formed by a reverse-biased PN junction surrounding the conducting channel.

  • Depletion Mode Only: A JFET is inherently normally-on. With zero gate voltage ($V_{GS} = 0\text{ V}$), maximum drain current ($I_{DSS}$) flows through the open channel. Applying a reverse bias (negative $V_{GS}$ on an N-channel JFET) widens the gate depletion region, pinching down channel width until conduction ceases at the pinch-off voltage ($V_P$).
  • Application: Ideal for low-noise receiver front-end RF amplifiers and high-stability VFO buffers.

Metal-Oxide-Semiconductor FETs (MOSFETs)

In a MOSFET, the gate electrode (metal or polysilicon) is electrically insulated from the conducting channel by an ultra-thin layer of silicon dioxide ($\text{SiO}_2$) dielectric.

  1. Depletion-Mode MOSFET: A physical conductive channel exists at $V_{GS} = 0\text{ V}$. Negative $V_{GS}$ depletes the channel (reducing current), while positive $V_{GS}$ enhances channel conductivity.
  2. Enhancement-Mode MOSFET: No channel exists at $V_{GS} = 0\text{ V}$ (normally OFF). Applying a positive gate voltage exceeding the threshold voltage ($V_{GS(\text{th})}$) attracts electrons to form an inversion layer, turning conduction ON. Enhancement MOSFETs are universal in high-power solid-state HF linear amplifiers and switching power supplies.

[!CAUTION] Electrostatic Discharge (ESD) Hazards with MOSFETs: The silicon dioxide ($\text{SiO}_2$) gate insulation layer is only nanometers thick and can withstand only $20$ to $80\text{ Volts}$ before dielectric breakdown. Static electricity generated by ordinary human movement on carpet or handling (often $3,000$ to $15,000\text{ Volts}$) will instantly puncture the dielectric oxide layer, destroying the MOSFET. Required ESD Precautions:

  • Wear grounded antistatic wrist straps and work on conductive ESD bench mats.
  • Keep component pins embedded in conductive black antistatic foam or shorted with wire loops until soldered.
  • Ensure soldering iron tips are grounded to earth.

3. Monolithic Microwave Integrated Circuits (MMICs)

A Monolithic Microwave Integrated Circuit (MMIC) is a complete, multi-stage solid-state RF amplifier fabricated entirely on a single gallium arsenide (GaAs), indium phosphide (InP), or silicon-germanium (SiGe) semiconductor die.

                     TYPICAL MMIC RF GAIN BLOCK APPLICATION CIRCUIT

                       +V_CC (Supply)
                          |
                         [R_bias]   (Sets Operating DC Current)
                          |
                         [RFC]      (Radio Frequency Choke - Blocks RF to DC)
                          |
                          +------------------------+
                          |                        |
            C_in          |    +--------------+    |         C_out
   RF In ---||------------+--->| 1   MMIC   3 |--->+----------||--- RF Out (50 Ω)
  (50 Ω) (DC Block)            |   Gain Blk   |   (DC Bias & (DC Block)
                               +-------+------+    RF Out)
                                       | 2,4
                                      === (Ground)
  • Standardized $50,\Omega$ Impedance: MMICs feature internal matching networks providing precision $50,\Omega$ input and output impedances across massive frequency spans (e.g., $100\text{ kHz}$ to over $6\text{ GHz}$).
  • Simple Circuit Integration: Often packaged in miniature 4-pin surface-mount packages. They require only DC blocking capacitors on the input and output ports, and a series RF choke (RFC) with a current-dropping resistor ($R_{\text{bias}}$) to supply operating DC current to the output pin.

4. Linear Integrated Circuit Voltage Regulators

Stable DC operating voltages are required for sensitive oscillators, DSP microcontrollers, and receiver front-ends. Three-terminal linear voltage regulators provide clean, hum-free regulated DC.

                  THREE-TERMINAL LINEAR REGULATOR APPLICATION CIRCUIT

          Unregulated                                        Regulated
          DC Input (+V_in)    +-------------------+          DC Output (+V_out)
       -----------------------| 1  IN       OUT 3 |-------------------------
                  |           +---------+---------+           |
                 === C_in               | 2                  === C_out
                 === (0.1 μF - 1 μF)   === GND               === (1 μF - 10 μF)
                  |                     |                     |
       -----------+---------------------+---------------------+-------------
                               Common Ground Return

Popular Voltage Regulator Families

  • 78xx Series (Fixed Positive): Standard positive fixed regulators where the last two digits specify output voltage (e.g., 7805 = $+5\text{ V}$, 7808 = $+8\text{ V}$, 7812 = $+12\text{ V}$, 7815 = $+15\text{ V}$).
  • 79xx Series (Fixed Negative): Fixed negative output voltage regulators (e.g., 7912 = $-12\text{ V}$).
  • LM317 Series (Adjustable Positive): Precision adjustable regulator using an external two-resistor voltage divider to set output voltage from $+1.25\text{ V}$ to $+37\text{ V}$: Vout=1.25 V(1+R2R1)+IadjR2V_{\text{out}} = 1.25\text{ V} \cdot \left(1 + \frac{R_2}{R_1}\right) + I_{\text{adj}} R_2

Critical Circuit Requirements & Internal Protections

  1. Bypass Capacitors for Stability: High-frequency parasitic oscillation is common in linear regulators unless external capacitors are connected physically close to the IC pins. A small capacitor ($0.1,\mu\text{F}$ ceramic) on the Input absorbs line lead inductance and prevents oscillation; a capacitor ($1-10,\mu\text{F}$ tantalum or electrolytic) on the Output improves load transient response.
  2. Dropout Voltage: Linear regulators require the unregulated input voltage to be at least $1.5$ to $2.5\text{ Volts}$ higher than the desired output voltage ($V_{\text{in}} \ge V_{\text{out}} + V_{\text{dropout}}$) to maintain regulation.
  3. Built-in Self-Protection: Standard linear regulator ICs include internal thermal overload shutdown (turning off output current if junction temperature exceeds $\approx 150^\circ\text{C}$), internal short-circuit current limiting, and safe operating area (SOA) protection.

5. Vacuum Tube Power Amplifiers

In high-power amateur radio HF linear amplifiers (delivering $500$ to $1,500\text{ Watts PEP}$), thermionic vacuum tubes (valves) remain widely used due to their ruggedness, tolerance of high SWR, and linearity under high anode voltages.

                           VACUUM TUBE ELECTRODE STRUCTURE

                                  Plate / Anode (+1,000 V to +3,500 V DC)
                              ==============================================
                               - - - - - - - - - - - - - - - - - - - - - -  Suppressor Grid (Pentodes)
                               ============================================= Screen Grid (+250 V to +400 V DC)
                               . . . . . . . . . . . . . . . . . . . . . .  Control Grid (-DC Bias & RF In)
                              ---------------------------------------------- Cathode (Emits Electrons)
                                  ~~~~~~~~~~~~~ Heater / Filament ~~~~~~~~~~~~

Vacuum Tube Electrodes & Operational Functions

  1. Cathode (and Heater): Coated with barium/strontium oxides and heated to incandescence ($800-1000^\circ\text{C}$) by the filament, releasing a cloud of free electrons via thermionic emission.
  2. Control Grid: A fine wire mesh positioned close to the cathode. Biased with a negative DC voltage. Small RF input voltages applied to the grid control the flow of electrons toward the plate, providing high power amplification.
  3. Screen Grid (Tetrodes & Pentodes): Positioned between the control grid and plate, held at a steady positive DC potential ($+250$ to $+400\text{ V}$). The screen grid accelerates electrons and acts as an electrostatic shield, reducing the internal grid-to-plate capacitance ($C_{gp}$) by $90%$ to $99%$. This eliminates the need for neutralization in tetrodes and pentodes.
  4. Suppressor Grid (Pentodes): Positioned between screen grid and plate, connected to the cathode (zero volts). It repels low-energy secondary emission electrons (knocked off the plate by high-velocity electron impact) back into the plate, preventing screen grid overheating and distortion.
  5. Plate (Anode): Heavy metallic cylinder connected to the high-voltage DC power supply ($+1,000\text{ V}$ to $+3,500\text{ V}$), collecting the electron stream and transferring high RF power to the output network.

Neutralization in Triode Power Amplifiers

In a triode (which lacks a screen grid), the physical proximity of the plate and control grid creates a significant internal inter-electrode capacitance ($C_{gp}$).

  • Regenerative Feedback: At radio frequencies, $C_{gp}$ feeds an in-phase portion of the amplified high-voltage plate signal back to the input grid, creating positive feedback that causes the tube to self-oscillate.
  • Neutralization Technique: A neutralization circuit takes a small sample of the plate RF signal, shifts its phase by $180^\circ$, and feeds it back to the grid through an adjustable neutralizing capacitor ($C_n$). This cancels the internal feedback across $C_{gp}$, ensuring stable, oscillation-free linear amplification.
                    PI-NETWORK OUTPUT TANK CIRCUIT & TUNING

             Plate RF Block              Tank Coil (L)
                Capacitor         +-------((((((((((------+       Output to 50 Ω
       Plate --+---||-------------+                       +-------||--> Antenna
               |                  |                       |       DC Block
              ===                ===                     === 
              === C_Tune         === C_Tune              === C_Load (Loading Cap)
               |  (Plate Tune)    |  (Plate Dip)          |  (Power Output)
              GND                GND                     GND

Manual Pi-Network Tank Circuit Tuning Protocol

The high impedance of a vacuum tube plate circuit ($2,000$ to $5,000,\Omega$) must be transformed to match the $50,\Omega$ antenna system while attenuating harmonic emissions. This is accomplished using an adjustable Pi-network tank circuit.

+---------------------------------------------------------------------------------------------------+
|                         STEP-BY-STEP VACUUM TUBE AMPLIFIER TUNING PROTOCOL                        |
|                                                                                                   |
| Step 1: Initial Setup     Set the LOAD capacitor to maximum capacitance (minimum loading coupling)|
|                           to protect the tube from excessive plate dissipation.                   |
| Step 2: Apply Low Drive   Apply a low-power carrier (CW or tune tone) from the transceiver.       |
| Step 3: Tune for Dip      Adjust the TUNE (Plate) capacitor until the DC PLATE CURRENT meter      |
|                           reaches a sharp, distinct minimum dip (indicating tank resonance).      |
| Step 4: Increase Load     Advance the LOAD (Loading) capacitor slightly (reducing capacitance) to |
|                           couple more RF power to the load, which slightly raises the dipped      |
|                           plate current.                                                          |
| Step 5: Peak and Dip      Re-adjust the TUNE capacitor to restore the plate current dip. Alternate|
|                           between Load and Tune until maximum rated RF output power is achieved at|
|                           the bottom of the plate current dip.                                    |
+---------------------------------------------------------------------------------------------------+

6. Integrated Circuit Families & RF Connector Standards

Analog vs. Digital ICs: Op-Amps, TTL & CMOS

  • Operational Amplifiers (Op-Amps): An integrated circuit operational amplifier is an analog device — a high-gain differential DC-coupled voltage amplifier used for audio preamplifiers, active filters, AGC loops, and instrumentation signal conditioning. (It is not a digital logic device.)
  • TTL vs. CMOS Logic: TTL (Transistor-Transistor Logic) bipolar digital ICs draw substantial supply current even when idle. The principal advantage of CMOS (Complementary Metal-Oxide-Semiconductor) integrated circuits over TTL is dramatically lower power consumption — CMOS gates draw almost no current except during switching transitions — plus wider supply voltage tolerance and higher noise immunity, at the cost of greater ESD sensitivity.

RF Connector Quick Reference

Connectors are tested because choosing the wrong one introduces loss, leakage, and mismatch at higher frequencies:

ConnectorMechanical StyleFrequency RangeTypical Amateur Application
PL-259 / SO-239 (UHF)Large threaded barrelHF to ~150 MHzHF base transceiver coax outputs and antenna feeds.
Type NThreaded, weather-sealedMoisture-resistant RF connector useful to 10 GHzOutdoor VHF/UHF/microwave antenna and repeater feeds.
BNCQuarter-turn bayonetDC to ~2 GHzHandheld radios, scanners, oscilloscope and test leads.
SMASmall threadedUp to several GHzHT antenna ports, SDR receivers, microwave modules.
RCA PhonoPush-on frictionAudio / low frequency / DCLow-frequency or DC signal connections to a transceiver (keying lines, audio patch cords).
Loading diagram...
Active Device Architectures: Solid-State Transistors, Regulators, and Vacuum Tube Power Amplifiers
Test Your Knowledge

Why must MOSFET devices be handled with strict electrostatic discharge (ESD) precautions during assembly and maintenance?

A
B
C
D
Test Your Knowledge

What is the primary purpose of neutralizing a triode vacuum tube RF power amplifier?

A
B
C
D
Test Your Knowledge

What is the primary function of the screen grid in a tetrode or pentode vacuum tube?

A
B
C
D
Test Your Knowledge

What meter indication signifies that a vacuum tube RF power amplifier's output Pi-network tank circuit is properly tuned to resonance?

A
B
C
D
Test Your Knowledge

Which statement correctly describes Type N and SMA coaxial RF connectors?

A
B
C
D