MOSFET (Metal-Oxide-Semiconductor Field-Effect Transistor) amplifiers are widely used in electronics due to their high input impedance, low power consumption, and excellent amplification capabilities. Designing a MOSFET amplifier involves selecting biasing components, calculating gain, and ensuring stability. In this guide, we’ll walk through the steps to draw and calculate a common-source MOSFET amplifier circuit.
1. MOSFET Amplifier Basics
A MOSFET amplifier typically operates in one of three configurations:
- Common-Source (CS) – Provides high voltage gain (most common for amplification).
- Common-Drain (CD) (Source Follower) – Provides unity voltage gain but high current gain.
- Common-Gate (CG) – Provides moderate voltage gain and low input impedance.
Here, we’ll focus on the Common-Source Amplifier, which is widely used for signal amplification.
2. Drawing a Common-Source MOSFET Amplifier Circuit
Components Needed:
- N-channel MOSFET (e.g., IRF540N, 2N7000)
- DC power supply (V<sub>DD</sub>)
- Resistors (R<sub>G1</sub>, R<sub>G2</sub>, R<sub>S</sub>, R<sub>D</sub>)
- Capacitors (C<sub>1</sub>, C<sub>2</sub>, C<sub>S</sub>)
- Load resistor (R<sub>L</sub>)
Circuit Diagram:
VDD
|
RD
|
GND---||--D
C1 |
|
RG1 |
Vin---o---G
|
RG2 |
S
|
RS
|
CS
|
GND
Explanation:
- R<sub>G1</sub> & R<sub>G2</sub>: Voltage divider to set gate bias (V<sub>GS</sub>).
- R<sub>S</sub>: Source resistor for stability (bypassed by C<sub>S</sub> for AC signals).
- R<sub>D</sub>: Drain resistor sets DC operating point and gain.
- C<sub>1</sub>, C<sub>2</sub>: Coupling capacitors to block DC and pass AC signals.
- C<sub>S</sub>: Bypass capacitor to maximize gain (shorts R<sub>S</sub> at signal frequencies).
3. Calculating DC Bias Conditions
Step 1: Determine V<sub>GS</sub> (Gate-Source Voltage)
Using the voltage divider rule: VG=VDD×RG2RG1+RG2VG=VDD×RG1+RG2RG2
Assume MOSFET is in saturation (V<sub>DS</sub> > V<sub>GS</sub> – V<sub>th</sub>).
Step 2: Find I<sub>D</sub> (Drain Current)
For an enhancement MOSFET:ID=K(VGS−Vth)2ID=K(VGS−Vth)2
Where:
- K = Transconductance parameter (from datasheet).
- V<sub>th</sub> = Threshold voltage.
If R<sub>S</sub> is present:VGS=VG−IDRSVGS=VG−IDRS
Step 3: Calculate V<sub>DS</sub> (Drain-Source Voltage)
VDS=VDD−ID(RD+RS)VDS=VDD−ID(RD+RS)
Ensure V<sub>DS</sub> > V<sub>GS</sub> – V<sub>th</sub> for saturation.
4. Calculating AC Parameters (Small-Signal Gain)
Step 1: Find Transconductance (g<sub>m</sub>)
gm=2KIDgm=2KID
orgm=2IDVGS−Vthgm=VGS−Vth2ID
Step 2: Voltage Gain (A<sub>v</sub>)
For a common-source amplifier with bypassed R<sub>S</sub>:Av=−gm(RD∣∣ro∣∣RL)Av=−gm(RD∣∣ro∣∣RL)
Where:
- r<sub>o</sub> = MOSFET output resistance (from datasheet, often ignored in basic designs).
- R<sub>L</sub> = Load resistance.
If R<sub>S</sub> is not bypassed:Av=−gmRD1+gmRSAv=1+gmRS−gmRD
Step 3: Input and Output Impedance
- Input impedance (Z<sub>in</sub>) ≈ R<sub>G1</sub> || R<sub>G2</sub> (very high due to MOSFET gate).
- Output impedance (Z<sub>out</sub>) ≈ R<sub>D</sub> || r<sub>o</sub>.
5. Design Example
Given:
- V<sub>DD</sub> = 12V
- MOSFET: K = 0.1 A/V², V<sub>th</sub> = 2V
- Desired I<sub>D</sub> = 5mA
- Desired A<sub>v</sub> = -10
Calculations:
- Find V<sub>GS</sub>:5mA=0.1(VGS−2)2 ⟹ VGS=2+0.05≈2.23V5mA=0.1(VGS−2)2⟹VGS=2+0.05≈2.23V
- Set R<sub>S</sub> = 100Ω (for stability):VG=VGS+IDRS=2.23+(5mA×100)=2.73VVG=VGS+IDRS=2.23+(5mA×100)=2.73V
- Choose R<sub>G1</sub> & R<sub>G2</sub>:
Let R<sub>G1</sub> = 1MΩ, R<sub>G2</sub> = 270kΩ (using voltage divider). - Calculate R<sub>D</sub> for gain:gm=2×0.1×(2.23−2)=0.046Sgm=2×0.1×(2.23−2)=0.046SAv=−gmRD ⟹ 10=0.046RD ⟹ RD≈220ΩAv=−gmRD⟹10=0.046RD⟹RD≈220Ω
- Verify V<sub>DS</sub>:VDS=12−5mA(220+100)=10.4V(validforsaturation)VDS=12−5mA(220+100)=10.4V(validforsaturation)
6. Simulation & Testing
- Use SPICE (e.g., LTspice) to verify bias points and gain.
- Measure input/output signals with an oscilloscope.
- Adjust R<sub>D</sub>, R<sub>S</sub>, or bypass capacitors to optimize performance.
Conclusion:
Designing a MOSFET amplifier involves:
- Setting proper DC bias conditions.
- Calculating small-signal parameters (g<sub>m</sub>, r<sub>o</sub>).
- Determining voltage gain and impedance.
By following these steps, you can successfully design and analyze a MOSFET amplifier circuit for various applications.





