2

As far as I know the only reason beta is not reliable because it is temperature dependent.

I have seen some diagrams about biasing to obtain stable beta. I read the negative feedback provides this but by looking at these biasing circuits I don understand how it happens logically.

Null
  • 7,448
  • 17
  • 36
  • 48
user1999
  • 1,465
  • 3
  • 20
  • 35
  • 1
    \$\beta\$ is not only temperature dependent, but also current dependent (it's small at very low and very high currents). Anyway, one does not stabilize \$\beta\$, but the gain of the closed loop. (which will depend on \$\beta\$ with a relation similar to \$\beta/(\beta+1)\$. Think of a common emitter with degeneration Re resistance). – next-hack Sep 22 '17 at 10:55

2 Answers2

3

A circuit with feedback doesn't change the gain of a transistor. It makes the circuit tolerant of a wide range of gain.

The main reason to make circuits tolerant of a wide range of transistor gain is because there is large variation between individual transistors, even from the same batch. Note that most BJT datasheets only promise a minimum gain at a few operating points. Very rarely do they ever spec a maximum gain. Even when they do, it is several times the minimum gain.

BJT gain also varies with temperature and operating point.

Negative feedback can be used to get a low but consistent gain from a high but variable gain. This is not limited to BJTs, and was around long before there even were transistors. There is much written about negative feedback and the math behind it, so I won't repeat it here. I go into more detail about negative feedback at https://electronics.stackexchange.com/a/50472/4512, for example.

In BJT circuits, a simple way to get local negative feedback around individual transistors is to use emitter resistors. A resistor from collector to base also provides local feedback. That is often used to feed back only DC to stabilize the operating point.

A multi-stage amplifier will have more open loop gain than overall desired gain. The overall gain is then made stable with global feedback.

Olin Lathrop
  • 310,974
  • 36
  • 428
  • 915
1

When biasing a transistor you control its gain, its \$V_{be}\$ and the collector current.

Beta is in some circles considered a very bad design parameter, as it can vary with 400% due to slight differences in process variation. Beta is the collector current divided by the base current. But the base current is made with several different physical effects, that vary quite much. In addition, there is DC and AC betas (called hFE (or h21 from the h-parameters) and hfe), and both vary with current, hfe ("AC beta") varies with frequency (the hfe is measured when \$V_{ce} = 0\$ aka into a short circuit). My education in electronics includes this bias against using beta in the design of bjt circuits.

(The base current is the sum of the hole diffusion current, the base recombination current, and the base-emitter depletion layer recombination current (from ecee colorado))

in the case of the common-emitter circuit:

\$V_{be}\$ varies in temperature, seen from the Ebers-Moll model, to counter this temperature dependence, an emitter voltage is set up with biasing resistor \$ R_E \$ (this resistor is often bypassed with a large capacitor) This gives negative feedback, as the current increases (\$V_{be}\$ up) the voltage drop over \$ R_E \$ goes up, forcing \$V_{be}\$ down, effectively stabilizing the collector current. (this is negative feedback in action)

Stabilizing the collector current, and at the same time designing for a "constant" base current, using this emitter degeneration resistor, could be called "stabilizing" the beta. But in my mind it is a misrepresentation of the term beta, as beta is only measured by the manufacturer at a specific \$V_{ce}\$ and collector current \$I_c\$.

A final note on beta, it might seem subjective to say that beta should not be used as a design parameter, but there are several published works that take the same view.

I hope this explains how the bjt is stabilized through biasing, but also how calling it "beta stabilization" is not really a good way of explaining the action of biasing.

user55924
  • 720
  • 3
  • 13
  • 1-) Collectror base juntion is reverse biased. And the reverse leakage current is temperature dependent as in a diode. Is the reason for variation of the beta with with temperature the "increase of leakage current" and so the Ic with temperature? But for the beta to increase Ic/Ib must get bigger and for this Ic must increase but Ib doesnt increase much. Is that what happens? 2-) Are the main reasons for beta to be not stable being temperature dependent and manufacturer dependence? – user1999 Sep 22 '17 at 14:13
  • At higher VCE, the collector-base junction depletion region intrudes into the base region, narrowing the "base" and upping the effective beta, because more emitter current successfully reaches the collector before any recombination occurs. – analogsystemsrf Sep 22 '17 at 16:45
  • It is correct that uncertainties in the design caused by beta variations can and should be reduced. However, much more important is the temperature sensitivity of the saturation current Is which appears as a factor in Shockleys equation Ic=f(Vbe). A good design (low-resistive voltage divider at the base) gives will result only in a small dependence on beta value. – LvW Oct 04 '17 at 08:47