Monday 2 March 2015

Is operating point calculation the same for P-JFET and N-JFET with voltage-divider bias?


I've seen this calculation of operating point for N-JFET:



Together with the relation \$I_D = I_{DSS}(1-V_{GS}/U_P)^2\$, it is possible to find \$I_D\$ and \$V_{SD}\$.



This method doesn't take into account that it's a N-JFET. Does this mean that the result would be identical for a P-JFET? (I think it is, because we assume that there is no current through the gate, so P/N-ness wouldn't matter.)



Answer



I reckon so: -


enter image description here


Taken from here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...