Transistor as Current Source. Forward Active?

Click For Summary
SUMMARY

A transistor with a constant base voltage (VB = 1V) can function as a current source with a collector voltage (VC) of approximately 0.3V, despite concerns that this may not keep the transistor in forward active mode. The discussion highlights the use of PSpice for simulating this behavior, specifically with the model definition for an NPN transistor. The analysis suggests that while this method can yield a constant current source, it is sensitive to variations in base-emitter voltage (VBE), making it less reliable in practical applications.

PREREQUISITES
  • Understanding of transistor operation, specifically NPN transistors.
  • Familiarity with PSpice simulation software.
  • Knowledge of base-emitter voltage (VBE) and its impact on transistor behavior.
  • Basic concepts of current sources in electronic circuits.
NEXT STEPS
  • Explore PSpice documentation for advanced simulation techniques.
  • Learn about the effects of varying VBE on transistor performance.
  • Investigate alternative methods for creating stable current sources.
  • Study the impact of base current on transistor operation and stability.
USEFUL FOR

Electrical engineers, circuit designers, and students studying transistor applications in current source configurations.

fallen186
Messages
41
Reaction score
0

Homework Statement


Why does a transistor with a constant V_{B} (e.g. V_{B}=1V) only need V_{C} \approx 0.3V to act as a current source;

If V_{C} < V_{B} doesn't that mean the transistor is not in forward active mode and thus not a mode we want to work in.


Homework Equations





The Attempt at a Solution


PSpice Code:
Understanding Transistors as Current Sources

.model my_npn NPN(BF=150 NF=1.1 VAF=80V CJC=6P CJE=10P)

*Voltage Sources
VC 1 0 dc 0;
VB 2 0 dc 1;

*Transistor C B E
Q1 1 2 0 my_npn;

.Probe
.OP
.DC VC 0.1 1 0.001;
.end
 

Attachments

  • CurrentSourceTransistor.jpg
    CurrentSourceTransistor.jpg
    37.8 KB · Views: 523
Physics news on Phys.org
So you were allowing base current to reduce (in whatever way it chose to) as Ic increased? You have no idea what the base current is doing here, do you? Try plotting it, too. What you have is an unusual way of making a constant current source (and I'm not sure that we could have foreseen how well it would perform, on paper, anyway). I'd say we don't usually make a controlled current source this way because of the extreme difficulty of holding VBE perfectly constant. Try varying VBE by a tiny amount, and your "constant" current source will probably reveal its extreme vulnerability.

It is easy to hold IB relatively constant by a resistor from a voltage V where V>>VBE.

http://www.du.edu/secs/departments/ece/media/images/TransistorGraph.jpg

Just my thoughts. I could be way off.
 
Last edited:
I'm hoping to see your plot of base current needed to maintain VBE=1.0 v.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 16 ·
Replies
16
Views
5K
Replies
10
Views
4K
Replies
16
Views
11K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
7
Views
2K
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K