What a MOSFET amplifier does, and why you might need to draw one

A MOSFET amplifier is a circuit that takes a small electrical signal and makes it larger. The MOSFET (metal-oxide-semiconductor field-effect transistor) is the component that does the amplifying — it acts like a valve that opens and closes based on the input signal, letting more or less current flow through. Drawing one helps you understand how the parts connect and talk to each other. Calculating the values tells you whether the circuit will actually work the way you want it to.

If you are designing audio equipment, radio circuits, or power supplies, you will need to know how to sketch the basic layout and work through the math. This is not something you do once and forget — every time you change a component value or swap in a different transistor, the numbers change.

Key Takeaways

  • A MOSFET amplifier circuit has three main parts: the input signal path, the MOSFET itself, and the load resistor that produces the output.
  • Drawing the circuit means connecting the gate (input), drain (output), and source (ground) terminals in the right order with resistors and a power supply.
  • Calculating gain requires knowing the transconductance of your MOSFET and the value of your load resistor — multiply them together to find how much the signal grows.
  • Biasing the MOSFET correctly is the hardest part: you need enough gate voltage to turn it on, but not so much that it distorts the signal.
  • Simulation software like LTspice lets you test your design before you build it, catching mistakes that math alone might miss.

The three terminals and what each one does

Every MOSFET has three connection points: the gate, the drain, and the source. The gate is where the input signal goes — it controls how much current can flow. The drain is where current comes out of the transistor. The source is the return path, almost always connected to ground (the reference point for all voltages in the circuit).

In an amplifier circuit, the input signal connects to the gate through a coupling capacitor (which blocks DC voltage but lets the AC signal through). The drain connects to a load resistor, which then connects to your power supply. The source goes to ground. The output signal comes from the drain — it is larger than the input because the MOSFET multiplies the current change by the load resistor value.

Drawing the basic circuit layout

Start by drawing a horizontal line at the top for your power supply (usually labeled +V or +12V, depending on your design). Below that, draw the load resistor (R_load) connecting from the power supply down to a node — this is where your output comes from. From that same node, draw a line down to the drain of the MOSFET symbol (a rectangle with an arrow pointing inward for an N-channel MOSFET).

The source of the MOSFET connects to ground (a horizontal line with three smaller lines underneath, or sometimes a triangle). The gate connects through a coupling capacitor (draw a capacitor symbol — two parallel lines) to your input signal source. You will also need a bias resistor from the gate to ground (or sometimes to the power supply) to set the resting voltage when no signal is present.

Label every component: R_load, C_in (input coupling capacitor), R_bias (gate bias resistor), and the MOSFET part number. Write the power supply voltage next to the top rail. This drawing becomes your schematic — it is the map that tells you what to build or simulate.

Calculating voltage gain from transconductance and load resistance

The voltage gain of a MOSFET amplifier is the ratio of output voltage change to input voltage change. The formula is: Gain = g_m × R_load, where g_m is the transconductance of the MOSFET (measured in siemens, often written as mhos) and R_load is your load resistor in ohms.

Transconductance is listed in the MOSFET datasheet — look for a parameter called g_m, g_fs, or sometimes y_fs. It tells you how much drain current changes when you change the gate voltage by one volt. For example, if a MOSFET has g_m = 0.1 siemens and you use a 1000-ohm load resistor, your voltage gain is 0.1 × 1000 = 100. That means a 10-millivolt input signal becomes a 1-volt output signal.

Higher load resistance gives higher gain, but it also makes the circuit slower and more prone to noise. Lower load resistance is more stable but gives less amplification. The trade-off depends on what you are trying to do — audio amplifiers often use gains between 10 and 100, while RF (radio frequency) circuits might use much higher values.

Setting the bias point so the MOSFET stays in the active region

Biasing is the art of choosing the gate voltage so the MOSFET sits in the middle of its operating range. If the gate voltage is too low, the transistor turns off and no signal comes through. If it is too high, the transistor saturates (turns fully on) and the output clips, distorting the signal. You want the resting drain voltage to be roughly half the power supply voltage — that gives you the most room to swing up and down without hitting either limit.

The simplest bias method is a voltage divider: connect two resistors from the power supply to ground, with the gate connected to the junction between them. The ratio of these resistors sets the gate voltage. For example, if your power supply is 12 volts and you want the gate at 3 volts, you can use a 1-megohm resistor to ground and a 3-megohm resistor to the power supply. The gate sees 12 × (1 / (1 + 3)) = 3 volts.

Once you have chosen the gate voltage, calculate the drain current using the MOSFET equation: I_d = (1/2) × k_n × (V_gs - V_t)², where V_gs is gate-to-source voltage, V_t is the threshold voltage (from the datasheet), and k_n is the transconductance parameter. Then multiply that current by your load resistor to find the drain voltage. If it is not close to half the power supply, adjust your bias resistors and recalculate.

Using simulation to test before you build

Simulation software like LTspice (free from Analog Devices) lets you draw your circuit on screen, enter component values, and watch what happens without soldering anything. You can sweep the input voltage and see the output, measure the gain at different frequencies, and spot problems like clipping or instability.

To simulate, draw your circuit in LTspice using the built-in component library, then run a transient analysis (which shows voltage and current over time) or an AC analysis (which shows gain and phase shift across a range of frequencies). If the output looks clean and the gain matches your calculation, you are ready to build. If something is wrong — gain is too low, output is distorted, or the circuit oscillates — you can change a resistor value and simulate again in seconds instead of spending an hour rebuilding.

Most MOSFET datasheets include a SPICE model that you can paste into LTspice, so the simulation uses the real transistor behavior, not a simplified equation. This catches effects like parasitic capacitance and temperature drift that hand calculations miss.

Common mistakes and how to avoid them

The most common mistake is forgetting the coupling capacitor on the input. Without it, the DC bias voltage on the gate gets mixed with your signal, and the amplifier either clips when ready or does not amplify at all. The coupling capacitor blocks DC but passes AC, so your signal goes through clean.

The second mistake is choosing a load resistor that is too large. High resistance gives high gain, but it also makes the output impedance very high, which means the circuit becomes sensitive to whatever you connect to it. If you connect a low-impedance load (like a speaker or another amplifier stage), the gain drops. A load resistor between 100 ohms and 10 kilohms is usually safe for audio circuits.

The third mistake is not checking the power dissipation. The load resistor and the MOSFET both burn power: P = I² × R for the resistor, and P = V_ds × I_d for the transistor. If the total power is more than the transistor can handle (check the datasheet for maximum power dissipation), it will overheat and fail. Use a heat sink if needed, or choose a lower supply voltage.

Frequently Asked Questions

What is the difference between an N-channel and P-channel MOSFET amplifier?

An N-channel MOSFET amplifies when the gate voltage is higher than the source. A P-channel amplifies when the gate voltage is lower than the source. The circuit layout is almost identical, but the power supply polarity and bias voltages flip. N-channel MOSFETs are more common because they have lower on-resistance and higher transconductance.

How do I know if my MOSFET is in the active region or saturated?

The MOSFET is in the active region (where it amplifies) when the drain voltage is higher than the gate voltage minus the threshold voltage. If the drain voltage drops below that point, the transistor saturates and stops amplifying. Check this by calculating the drain voltage from your bias point and comparing it to the threshold voltage listed in the datasheet.

Can I use a MOSFET amplifier for audio frequencies?

Yes, but you need to choose the coupling and bypass capacitors carefully. The input coupling capacitor and any source bypass capacitor form high-pass filters that block low frequencies. For audio (20 Hz to 20 kHz), use coupling capacitors of at least 1 microfarad, or larger if you need to amplify very low bass frequencies.

What happens if I make the load resistor too small?

The gain drops because gain equals transconductance times load resistance. A smaller load resistor also draws more current from the power supply, wasting power as heat in the resistor. The output impedance becomes lower, which is good for driving loads, but the amplifier becomes less sensitive to input signals.

Do I need a heat sink for a MOSFET amplifier?

Only if the power dissipation is high. Calculate P = V_ds × I_d for the MOSFET and P = I² × R_load for the resistor. If the total is more than a few hundred milliwatts, add a heat sink to the MOSFET. For small-signal amplifiers (milliwatts of power), a heat sink is usually not needed.