Mode of operation for transistor

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Mode Transistor
AI Thread Summary
The discussion revolves around determining the mode of operation for a transistor circuit with given parameters, including a beta (β) value of 50. The user applies Kirchhoff's Voltage Law (KVL) to analyze the circuit but is confused about the node connections and the voltages across the resistors. It is clarified that the base voltage (Vb) can be calculated as Vcc - Vbe, leading to a base voltage of 1.8V. The user concludes that the transistor is not in active mode since the calculated VEC is less than the required threshold, prompting a reevaluation for saturation mode. The conversation emphasizes the importance of correctly identifying currents and voltages in the circuit to confirm the operational mode.
magnifik
Messages
350
Reaction score
0
I am trying to determine the mode of operation for the following circuit and find the voltages and currents:
zsmgkh.png


I am given that β = 50

I know that VEC > VEC,sat for a transistor in active mode
I applied KVL on the right loop and got:
VCC = 300Ic + 1000Ic + VEC
VEC = VCC - 1300Ic

i'm not sure if the above is right or where to go from here. what is throwing me off is the 300 Ω resistor connected to the 1kΩ resistor. is the node between the two B or C? or are B and C equal in this case?

thanks in advance.
 
Physics news on Phys.org
Assuming the transistor is on, what must be the base voltage without writing down any equations at all?
 
rude man said:
Assuming the transistor is on, what must be the base voltage without writing down any equations at all?

VBE = VBE,on = 0.7 V (as defined in the text)
 
That's the voltage between the base and the emitter. So what's the voltage at the base?
 
rude man said:
That's the voltage between the base and the emitter. So what's the voltage at the base?


i'm unsure. is it the voltage at that node between the two resistors?
 
Why yes, the base is the node between the two resistors.
 
what confuses me about this is the position of Vc. normally, it is the voltage across the bottom resistor, but since there are two resistors with a node in between, is Vc the voltage across the 300-ohm resistor? or does Ic occur in both the 300-ohm and 1k-ohm resistor
 
Vc is the collector voltage to ground. "c" stands for "collector".

The base voltage is Vb = Vcc - Vbe = Vcc - 0.7V.

Ic is the current flowing out of the collector.
 
Vcc = Vbe,on + Vb
--> Vb = 2.5 - 0.7 = 1.8

Vb/1000 + (Vb-Vc)/300 = 0
1.8/1000 + 1.8-Vc/300 = 0
--> Vc = 2.34

Ic = 1.8/1000 = 1.8 mA

2.5 = Vec + 300Ic + 1000Ic
--> Vec = .16

since Vec = 0.2 in this problem and Vec is less than this, the transistor is not in active mode so i re-solve for saturation mode?
 
  • #10
magnifik said:
Vcc = Vbe,on + Vb
--> Vb = 2.5 - 0.7 = 1.8

Vb/1000 + (Vb-Vc)/300 = 0
1.8/1000 + 1.8-Vc/300 = 0
--> Vc = 2.34

Ic = 1.8/1000 = 1.8 mA

2.5 = Vec + 300Ic + 1000Ic
--> Vec = .16

since Vec = 0.2 in this problem and Vec is less than this, the transistor is not in active mode so i re-solve for saturation mode?

Yes that's exactly right, sorry for the delay in answering.

So now what do you do? (Hint - the base current is no longer assumable to be ic/50).
 
  • #11
i solve for Ie then do the KVL for the CE loop. then solve for Ic from that equation. then get Ib from the relationship Ib = Ie - Ie. if Ib and Ic are both positive then the saturation mode assumption is correct.

thanks for pointing me in the right direction!
 
  • #12
Yer' welcome! Post your results if you care to.
 
Back
Top