2.6 Ohmic Region Operation
As noted in the previous chapter, the JFET’s operational curves span three regions. Two have been discussed: the constant current region is where the normal amplifiers and followers are biased, and breakdown is a region to be avoided due to potential damage. The third region is known as the ohmic region, or triode region. It occurs in the area where ππ·π is less than the pinch-off voltage, ππ. In this area, the device behaves more like a resistor than like a current source. If we were to examine a family of drain curves, like those of Figure 1.2.3, and magnify the area near the origin, we would see something like the plot in Figure 2.6.1 .
If ππ·π is a small value, typically less than 100 mV or so, each of the curves appears as a straight line. Further, the slope of that line is a function of the gate-source voltage, ππΊπ. The closer ππΊπ is to 0 V, the steeper the slope (violet line) and the closer ππΊπ is to ππΊπ(πππ), the more shallow the slope (dark red line). Finally, if ππΊπ=ππΊπ(πππ)Β the slope is nearly zero (aqua line). Because this is a plot of drain current versus drain-source voltage, the slope indicates the conductance of the channel. In somewhat more useful terms, we can say that the reciprocal of the slope indicates the resistance of the channel. Therefore, if ππΊπ=0 V, the channel resistance will be at its minimum, and when ππΊπ=ππΊπ(πππ), the channel resistance will be at its maximum. The maximum channel resistance can be quite high, well into the hundreds of kilo-ohms. The minimum channel resistance varies considerably from device to device. It is found on a data sheet as ππ·π(ππ). ππ·π(ππ) can be as small as a few ohms for specialized JFETs and as large as hundreds of ohms for general purpose devices.[1] For example, the data sheet for the J111 series JFETs found in Figure 10.3.1 shows maximum values of 30 Ξ© , 50 Ξ© and 100 Ξ© for the J111, J112 and J113, respectively. The channel resistance does not follow a linear relation with ππΊπ.
To be more specific, in this region the drain current no longer follows the characteristic equation we used for biasing (Equation 1.2.1). The drain current equation in the ohmic region is:
(2.6.1)
Where ππ=|ππΊπ(πππ)| and ππΊπ is to be taken as an absolute value and lies between 0 and ππ.
Recalling that, in general, ππ·π=ππ·π/πΌπ·, we can substitute Equation 2.6.1 for πΌπ· and, after including the definition of ππ0, arrive at an expression for ππ·π:
*** QuickLaTeX cannot compile formula: \[r_{DS} = \frac{V_P}{g_{m0} \left( V_P -V_{GS} - \frac{V_{DS}}{2} \right) \] *** Error message: File ended while scanning use of \frac . Emergency stop.
For small values of ππ·π, this reduces to a simple equation:
(2.6.2)
What we have created here is voltage-controlled resistor. Equation 2.6.2 shows that the resistance of the channel is a function of the gate-source voltage: the channel resistance will be at its minimum (ππ·π(ππ)) when ππΊπ=0 V, and it approaches infinity when ππΊπ equals ππΊπ(πππ). Generally, there are two applications that make use of the ohmic region: an electronic rheostat/potentiometer and an analog switch. A simple circuit that can be used for either application is shown in Figure 2.6.2.
Note that no external bias is applied to the circuit. Instead, a control voltage, ππΆ, is applied to the gate and the input signal is applied to a resistor attached to the drain terminal. The output is taken across the JFET’s drain-source.
The idea behind this circuit is the basic resistive voltage divider. The JFET’s channel resistance, ππ·π, forms a voltage divider along with π π·.
If ππ·πβ«π π·, π£ππ’π‘ approaches π£ππ. Conversely, if ππ·πβͺπ π·, π£ππ’π‘ approaches zero. Normally, π π· is set somewhere between the maximum and minimum channel resistances in order to obtain the widest range of operation.
As the control voltage ππΆ is ππΊπ, then ππΆ controls the size of π£ππ’π‘. If we set ππΆ to 0 V, ππ·π is very small and thus π£ππ’π‘β0 . On the other hand, if ππΆ is set to a large negative potential (beyond ππΊπ(πππ) ), then π£ππ’π‘βπππ. If ππΆ is set between these extremes then π£ππ’π‘ will be somewhere in the middle range. If ππΆ is continuously variable, then the circuit behaves like a solid-state potentiometer. If, in contrast, ππΆ is only set at the limits, then the circuit behaves like a switch, either allowing or preventing the signal from transferring through. This is known as an analog switch.
A single JFET/resistor combination as shown in Figure 2.6.2 will have limited isolation as an analog switch and only a modest range of adjustment when used as a voltage-controlled potentiometer. To improve performance, multiple circuits can be cascaded or other JFETs can be added to create a βpiβ attenuator network.
This voltage-controlled resistor has a huge advantage over traditional electromechanical potentiometers and switches: speed. In this circuit, the resistance can be changed at very high rates, essentially, as fast as ππΆ can change. Consequently, it would be no big deal to switch the input signal on and off at rates well over 100,000 times per second. No mechanical switch or potentiometer can hope to perform anywhere near that speed, and any attempt to do so would lead to the devices burning up from the friction. In general, flaming potentiometers are frowned upon during the design and development process, although it would make a decent name for an indie rock band. Another advantage is that a switch can be thrown βremotelyβ, that is, we only need to route the control voltage to the switch operator, not the signal itself. This can reduce system noise. It’s also easier to implement if the switch is being βthrownβ programmatically, such as via a microcontroller.
Example 2.6.1
For the circuit shown in Figure 2.6.3 , if the input signal is 50 mV, determine the output voltage for ππΆ=0 VDC and β6 VDC. Assume ππΊπ(πππ)=β5 V, ππ·π(ππ)=30 Ξ© and ππ·π(πππ)=800 k Ξ© .
For ππΆ=0 VDC, the channel resistance will be at its minimum of ππ·π(ππ).
The signal has been reduced by a factor of over 330. That’s not as good as a mechanical switch but if we cascaded two of these the overall reduction would be more than 100,000:1.
For ππΆ=β6 VDC, the channel resistance will be at its maximum of ππ·π(πππ).
*** QuickLaTeX cannot compile formula: \[V_{out} = V_{i n} \frac{r_{DS (off )}{R_D+r_{DS (off )}} \] *** Error message: File ended while scanning use of \frac . Emergency stop.
This represents nearly 99% of the input signal, so the signal is passed through cleanly.
Computer Simulation
To verify the results of the preceding example, the circuit is entered into a simulator as shown in Figure 2.6.4 . A J111 JFET model is used which has parameters similar to those used in the example.
A transient analysis is run twice; the first time is with a control voltage of 0 V and the second with a control voltage of β6 V. In the first case, the output should be just a small residual and in the second, we should see the full input signal. The results of the first trial are shown in Figure 2.6.5 while the second is shown in Figure 2.6.6 .
With ππΆ at 0 V, the output trace (red, at node 2) is nearly flat. The precise value of its peak is 0.167 mV, not far from the value calculated in Example 2.6.1.
In contrast, when ππΆ=β6 V the JFET is off, offering a high impedance and no loss of signal. At first glance, it may appears as though the output trace is missing but what has happened is that it is hidden behind the input trace (blue, node 1). The amplitudes are virtually identical so the blue trace completely obscures the red trace.
- ππ·π(ππ) can be as little as a few milliohms for specialized high power MOSFETs (Chapters 12 and 13). ↵