MOSFET amplification relies on the transconductance ($g_{fs}$) of the device to convert a small input voltage swing at the Gate into a proportionally larger output current swing at the Drain. Unlike BJTs, which are current-controlled, MOSFETs are voltage-controlled, offering near-infinite DC input impedance. For a robust, low-distortion 9V audio preamp or sensor signal amplifier, the 2N7000 N-channel MOSFET is the optimal default. When biased via a 470kΩ/220kΩ voltage divider with a 100Ω source degeneration resistor and a 1kΩ drain load, it provides stable MOSFET amplification without the thermal runaway risks inherent to power MOSFETs operating in linear mode.
Safe Default Part Numbers for Amplifier Designs
Not all MOSFETs are created equal. Power MOSFETs (like the IRF540N) are optimized for hard switching (fully on or fully off) and can suffer from localized die heating—known as the thermal spiral effect—when operated in the linear (active) region required for amplification. For linear amplification, you want small-signal MOSFETs or specific lateral/audio MOSFETs.
| Part Number | Package | Vds (max) | Id (max) | Vgs(th) Range | Best Application |
|---|---|---|---|---|---|
| 2N7000 | TO-92 | 60V | 200mA | 0.8V - 3.0V | Small-signal preamps, RF oscillators, sensor buffering |
| BS170 | TO-92 | 60V | 500mA | 0.8V - 3.0V | Low-impedance microphone preamps, LED drivers |
| IRF510 | TO-220 | 100V | 5.6A | 2.0V - 4.0V | Low-power audio output stages, ham radio RF amps |
| IRFP240 | TO-247 | 200V | 20A | 2.0V - 4.0V | High-fidelity audio power amps (Class AB/B) |
| IRF540N | TO-220 | 100V | 33A | 2.0V - 4.0V | Avoid for linear amps; use for PWM/switching only |
Understanding the Pinout and Operation Regions
Before wiring a circuit, you must understand the physical layout and the terminology trap that catches many beginners transitioning from BJTs. In a standard TO-92 package (like the 2N7000), facing the flat side with pins pointing down, the pins are Source (1), Gate (2), Drain (3). In a TO-220 package, facing the front with the tab in back, the pins are Gate (1), Drain (2), Source (3). Crucially, the Drain pin is internally connected to the metal mounting tab. Furthermore, all power MOSFETs contain an intrinsic body diode pointing from Source to Drain (cathode at Drain), which will conduct if you reverse-bias the device.
When designing for MOSFET amplification, you must bias the device in the correct region. Note the terminology inversion compared to BJTs: what a BJT calls the "active" region, a MOSFET calls the "saturation" region.
| Region Name | Gate Condition | Drain-Source Condition | Behavior & Application |
|---|---|---|---|
| Cutoff | $V_{GS} < V_{th}$ | Any $V_{DS}$ | Device is OFF. $I_D \approx 0$. Used for switching. |
| Linear (Ohmic) | $V_{GS} > V_{th}$ | $V_{DS} < (V_{GS} - V_{th})$ | Acts as a voltage-controlled resistor. Used for analog switches, not voltage amplification. |
| Saturation (Active) | $V_{GS} > V_{th}$ | $V_{DS} \ge (V_{GS} - V_{th})$ | Acts as a voltage-controlled current source. This is the amplification region. |
For a deeper look at the physics governing these regions, the All About Circuits semiconductor textbook provides excellent mathematical derivations of the channel pinch-off effect that creates the saturation region.
Designing a Common-Source Amplifier Circuit
The common-source configuration is the MOSFET equivalent of the common-emitter BJT amplifier. It provides high voltage gain and inverts the phase of the input signal. Below is a complete, breadboard-ready design for a 2N7000 audio preamplifier operating from a standard 9V battery.
Component Values and Schematic Netlist
- Q1: 2N7000 N-Channel MOSFET
- VDD: 9V DC Supply
- R1 (Gate to VDD): 470kΩ (Sets upper voltage divider)
- R2 (Gate to GND): 220kΩ (Sets lower voltage divider; $V_G \approx 2.86V$)
- Rd (Drain Load): 1kΩ (Converts $I_D$ changes to voltage swing)
- Rs (Source Degeneration): 100Ω (Provides DC thermal stability)
- Cs (Source Bypass): 100µF electrolytic (Parallel to Rs; restores AC gain)
- Cin (Input Coupling): 1µF film/ceramic (Blocks DC from signal source)
- Cout (Output Coupling): 10µF electrolytic (Blocks DC from load)
- Rg (Gate Pulldown): 1MΩ (Optional, placed after Cin to provide a DC return path for gate leakage if the source is capacitor-coupled)
Step-by-Step Biasing Verification
- Calculate Gate Voltage ($V_G$): The R1/R2 divider yields $V_G = 9V \times (220k / (470k + 220k)) = 2.86V$.
- Estimate Source Voltage ($V_S$): Assuming a typical $V_{GS}$ of 2.4V for the 2N7000 at low currents, $V_S = V_G - V_{GS} = 2.86V - 2.4V = 0.46V$.
- Calculate Quiescent Drain Current ($I_D$): $I_D = V_S / R_s = 0.46V / 100\Omega = 4.6mA$.
- Verify Drain Voltage ($V_D$): $V_D = V_{DD} - (I_D \times R_d) = 9V - (4.6mA \times 1k\Omega) = 4.4V$. This places the Drain at roughly half the supply voltage, maximizing symmetrical AC voltage swing before clipping.
Failure Modes and Multimeter Testing
MOSFETs fail differently than BJTs. Understanding these failure modes is critical for troubleshooting amplifier circuits on the bench.
How MOSFET Amplifiers Fail
- Gate Oxide Puncture (ESD): Results in a dead short between Gate and Source, or Gate and Drain. The amplifier will either rail to VDD or cut off completely.
- Thermal Spiral (Linear Mode Abuse): If you use a modern trench power MOSFET (like an IRF540N) in a linear amplifier at low $V_{GS}$ and high $V_{DS}$, the die does not heat evenly. Localized hotspots form because the threshold voltage has a negative temperature coefficient at low currents. The hotspot hogs current, heats up further, and melts the silicon, causing a Drain-Source short.
- Miller Effect Oscillation: At high frequencies, the Gate-Drain capacitance ($C_{gd}$) feeds output signal back to the input. Without a low-impedance gate drive or a ferrite bead on the gate lead, the amplifier will turn into an RF oscillator and overheat.
Testing a MOSFET with a Digital Multimeter
You can verify a MOSFET's health using the Diode Test mode on your DMM. Follow this exact sequence to avoid false readings caused by residual gate charge.
- Discharge the Gate: Touch the multimeter's black probe to the Source and the red probe to the Gate simultaneously for 2 seconds. This bleeds off any trapped charge in $C_{gs}$, ensuring the device is fully OFF.
- Test the Body Diode (Forward): Place the red probe on the Source and the black probe on the Drain. You should read a standard silicon diode drop (typically 0.45V to 0.65V).
- Test the Body Diode (Reverse): Swap the probes (red on Drain, black on Source). The meter should read "OL" (Open Loop). If it reads near 0V or a low resistance, the Drain-Source channel is shorted; the MOSFET is dead.
- Verify Gate Isolation: Measure resistance between the Gate and Source, and Gate and Drain. Both must read "OL". Any finite resistance indicates a blown gate oxide.
Selecting and Biasing for Your Specific Job
When moving beyond the 2N7000 to design custom MOSFET amplification stages for higher power or higher frequency, you must evaluate three specific datasheet parameters that dictate real-world performance.
1. Forward Transconductance ($g_{fs}$ or $g_m$)
Transconductance defines the voltage gain potential of the stage. It is the ratio of the change in drain current to the change in gate-source voltage ($\Delta I_D / \Delta V_{GS}$), measured in Siemens (S) or mhos. A 2N7000 has a relatively low $g_{fs}$ of about 100mS to 300mS, yielding modest gain. An audio lateral MOSFET might boast 2S or higher. Higher $g_{fs}$ means more gain, but it also makes the bias point highly sensitive to temperature and part-to-part $V_{GS(th)}$ variations, necessitating tighter source degeneration (larger $R_s$).
2. Input and Miller Capacitance ($C_{iss}$ and $C_{rss}$)
For RF or high-speed sensor amplification, parasitic capacitance is your enemy. $C_{iss}$ (Input capacitance) acts as a low-pass filter with your source impedance. More critically, $C_{rss}$ (Reverse transfer capacitance, or Miller capacitance) is multiplied by the voltage gain of the amplifier and reflected back to the input. As detailed in Electronics Tutorials' amplifier guides, this Miller effect severely limits high-frequency bandwidth. If you are amplifying signals above 1MHz, select RF-specific MOSFETs like the BF998 or J310, which are engineered with minimized gate-drain overlap.
3. Safe Operating Area (SOA) for Linear Use
If you are building a high-power audio amplifier or an electronic dummy load, never rely solely on the maximum $I_D$ and $V_{DS}$ ratings. You must consult the SOA graph in the datasheet. Look for the DC line on the SOA chart. Many modern switching MOSFETs exhibit a steep "kink" in the DC SOA line, meaning they cannot safely dissipate their rated wattage at high $V_{DS}$ in continuous linear mode. For heavy linear dissipation, always select MOSFETs explicitly marketed for "Linear Switching" or audio applications, and mount them to an adequately sized heatsink using thermal paste and insulating mica pads.
By respecting the terminology of the saturation region, utilizing source degeneration for DC stability, and selecting parts based on their linear SOA rather than their switching specs, you can build MOSFET amplifiers that deliver clean, low-distortion signal gain for years of reliable bench and field use. For further reading on advanced thermal management in linear MOSFETs, refer to Toshiba's semiconductor knowledge base on linear MOSFET characteristics.






