3.6 E-MOSFET Biasing

As the E-MOSFET operates only in the first quadrant, none of the biasing schemes used with JFETs will work with it. First, it should be noted that for large signal switching applications biasing is not much of an issue as we simply need to confirm that there is sufficient drive signal to turn the device on. For linear amplifiers we can use variations on constant voltage bias such as voltage divider bias, or on drain feedback bias.

Voltage Divider Bias

Voltage divider bias is reminiscent of the divider circuit used with BJTs. Indeed, the N-channel E-MOSFET requires that its gate be higher than its source, just as the NPN BJT requires a base voltage higher than its emitter. The major differences between the two are that the E-MOSFET’s input gate current is negligible compared to base current and that the gate-source voltage will be most likely higher than the 0.7 volt drop seen across the base-emitter junction. Also, the gate-source voltage will not be locked to a specific voltage but will vary depending on the remainder of the circuit.

Figure 3.6.1: Voltage divider bias for E-MOSFET.

The prototype for the voltage divider bias is shown in Figure 3.6.1 . In general, the layout it is the same as the voltage divider bias used with the DE-MOSFET. The resistors 𝑅1 and 𝑅2 set up the divider to establish the gate voltage. As the source terminal is tied directly to ground, this means that 𝑉𝐺𝑆=𝑉𝐺 . The potential across 𝑅2 needs to be set above 𝑉𝐺𝑆(π‘‘β„Ž) for proper operation in accordance with Equation 3.4.1. Knowing the value of 𝑉𝐺, either the characteristic equation or the corresponding normalized drain current plot can be used to determine the drain current. The only factor missing is the device constant, π‘˜. This can be computed for any particular device based on the 𝐼𝐷(π‘œπ‘›) , 𝑉𝐺𝑆(π‘œπ‘›) coordinate pair specified in the data sheet (or measured in lab). An example is shown in Figure 3.6.2 .

Figure 3.6.2 : Coordinate pair on E-MOSFET curve.

The constant π‘˜ is found via a rearrangement of Equation 3.4.1:

    \[k = \frac{I_{D(on )}}{(V_{GS (on )} -V_{GS (th )} )^2} \]

This value can then be used for other biasing points.

Example 3.6.1

For the circuit and matching device curve of Figure 3.6.3 , find 𝐼𝐷 and 𝑉𝐷𝑆 .

Figure 3.6.3π‘Ž: Circuit for Example 3.6.1 .
Figure 3.6.3𝑏: Device curve for Example 3.6.1 .

First find the value of π‘˜ :

    \[k = \frac{I_{D(on )}}{(V_{GS (on )}-V_{GS (th )} )^2} \]

    \[k = \frac{6 mA}{(3 V -2 V)^2} \]

    \[k = 6 mA/V^2 \]

Now determine the gate voltage:

    \[V_G = V_{DD} \frac{R_2}{R_1+R_2} \]

    \[V_G = 25 V \frac{1.5M \Omega}{10 M \Omega +1.5M \Omega} \]

    \[V_G = 3.26 V \]

The source is grounded so 𝑉𝐺𝑆=𝑉𝐺 .

    \[I_D = k (V_{GS} -V_{GS (th)} )^2 \]

    \[I_D = 6mA/V^2 (3.26 V -2 V)^2 \]

    \[I_D = 9.54 mA \]

    \[V_{DS} = V_{DD} -I_D R_D \]

    \[V_{DS} = 25V-9.54 mA \times 1.8 k \Omega \]

    \[V_{DS} = 7.83 V \]

In closing, note that it is possible to decouple the voltage divider using the same method employed with BJTs in Figure 7.3.11. Very large value resistors are available in only a limited variety of sizes so this technique has an added benefit. The divider resistors can use more convenient sizes because 𝑅1 and 𝑅2 will not set the input impedance; it will be set by the decoupling resistor.

Drain Feedback Bias

Drain feedback bias utilizes the aforementioned β€œon” operating point from the characteristic curve. The idea is to establish a drain current via an appropriate selection of the drain resistor and power supply. The prototype of the drain feedback circuit is shown in Figure 3.6.4 .

Figure 3.6.4: Drain feedback bias prototype.

This is relatively simple layout using few components. The key to understanding its operation is the KVL summation:

    \[V_{DD} = V_{R_{D}} +V_{R_G} +V_{GS} \]

    \[V_{DD} = I_D R_D+I_G R_G+V_{GS} \]

Gate current is negligible which means that

    \[V_{DD} = I_D R_D+V_{GS} \]

and also

    \[V_{DS} = V_{GS} \]

Therefore,

    \[V_{GS} = V_{DS} = V_{DD} - I_D R_D \]

(3.6.1)

Equation 3.6.1 can be used as the basis for the design of the bias circuit.

Example 3.6.2

Utilizing the prototype of Figure 3.6.4 , determine values for 𝑅𝐷 and 𝑅𝐺 such that the drain current is 8 mA. Assume 𝑉𝐷𝐷=20 V, 𝐼𝐷(π‘œπ‘›)=5 mA at 𝑉𝐺𝑆(π‘œπ‘›)=4 V, and 𝑉𝐺𝑆(π‘‘β„Ž)=2.5 V.

First find the value of π‘˜ :

    \[k = \frac{I_{D(on)}}{(V_{GS (on)} - V_{GS (th)} )^2} \]

    \[k = \frac{5mA}{(4 V -2.5 V)^2} \]

    \[k = 2.22mA/V^2 \]

Now determine the required 𝑉𝐺𝑆 to obtain 8 mA of drain current by rearranging Equation 3.4.1.

    \[I_D = k(V_{GS} -V_{GS (th)} )^2 \]

    \[V_{GS} = V_{GS (th)} + \sqrt{\frac{I_D}{k}} \]

    \[V_{GS} = 2.5V+ \sqrt{\frac{8mA}{2.22 mA/V^2}} \]

    \[V_{GS} = 4.4 V \]

And finally,

    \[V_{GS} = V_{DS} = V_{DD} -I_D R_D \]

    \[R_D = \frac{V_{DD} - V_{GS}}{I_D} \]

    \[R_D = \frac{20 V -4.4 V}{8mA} \]

    \[R_D = 1.95 k \Omega \]

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Avionics II Copyright © 2023 by NSCC is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book