Electronic – do KVL around transistors? (MOSFET and BJT)

bjtmosfet

I'm having a lot of trouble with more complex transistor DC circuits (can't wait for the AC, heh). Basically, what I want to ask is does KVL holds "around" a transistor as well?

For example, if I have a p-type MOSFET, and I successfully calculate Vsd and Vdg, can I find Vsg like Vsg=Vsd+Vdg? I think I remember seeing that this is true only in saturation mode, but I can't seem to find it again anywhere for the life of me.
Similarly, can I go "through" a wire when doing BJT circuits? What I mean is, if I know that BJT is in saturation (and Vbe=0.7, Vce=0.2), is it allowed to have both of them in the equation while doing KVL (effectively going through the emitter wire).

TL;DR: Is it valid to write Ib*Rb+Vbe-Vce=0 regardless of the mode of operation. Same for the MOSFETs?

Example circuit

Best Answer

I won't say a blanket "yes," since I'm not totally sure what you are asking. Looking at your examples, though:

  1. Yes, if you know \$V_{sd}\$ and \$V_{dg}\$, you can easily calculate \$V_{sg}\$ as you describe. To check the signs, expand each of the terms \$V_{xy}\$ into \$(V_x - V_y)\$. This gives: $$V_{sg} = V_s - V_g = (V_s - V_d) + (V_d - V_g) = V_{sd} + V_{dg}$$. I wouldn't call it KVL though (I don't really ever call anything KVL though, so maybe it actually is).

  2. I'm not quite sure what you mean by going "through" the BJT emitter. You can form different voltage loops through the BJT depending on which path you take, and if your problem tells you what the voltage drop is between those two terminals, then you should be able to use those values. The more complicated case is when you aren't given specific voltages and need to use various transistor equations to solve for the voltages in the circuit.