Electronic – Transistors in parallel

npnparalleltransistors

I want to use several transistors in parallel to control current through a load. This is to distribute the current through the load across the transistors so that individual transistors with a rated collector current less than that going through the load can be combined to control the load.

Two questions:

  1. Would an arrangement such as in the schematic below work well? (Resistor values only very roughly approximated).

  2. How should the resistor values be calculated? I was thinking of using the range of hfe values for the transistor as follows: calculate two collector currents: for the minimum value of VR, the minimum and maximum collector current for the minimum and maximum hfe values.

Thanks

schematic

simulate this circuit – Schematic created using CircuitLab

Edit: Actually I would remove R-limit, and have VR stretch across the rails, with the wiper connected to R1-R3

Best Answer

This is actually a very common technique to do, both with BJTs (traditional transistors like drawn above) and MOSFETs. With BJTs, you don't need to bother with separate trimmed base resistors, all you need to do is add current sharing resistors or sometimes called ballast resistors. Look at this page for instance, the first one I found with google that explained this design:

http://www.allaboutcircuits.com/vol_3/chpt_4/16.html

If you use MOSFETs, you don't need the current sharing resistors at all, they can just be parallelled 'out of the box'. MOSFETs have negative feedback 'built in': if one MOSFETs gets a larger share of the current, it gets hotter which in turn increases its resistance and reduces the amount of current going through it. This is why MOSFETs are usually preferred for applications where multiple transistors in parallel are required. However, BJTs are easier to built into current sources as they have fairly constant current gain.

Related Topic