Silicon and Germanium Transistor Biasing - Part 2

Part 2: Designing a simple common emitter amp:

This article builds on part 1 of the Silicon and Germanium Transistor Biasing series. If you have not read that article, please do so first.

In part 1, we took a general look at common emitter amplifiers and how various circuit components contribute to the bias voltage of common emitter amps. Now, we’ll take a deeper look at how a common emitter amp can be designed with a target bias voltage, voltage gain, etc. We will be required to get a little deeper into the math involved here, but we’ll keep things simple as much as possible.

We are designing these amps with silicon transistors. Everything in this article also applies to germanium transistors, though they have a smaller ~V_{BE}~ (~0.3V) and leakage current, which must be considered. We will discuss the additional considerations that must be made when using germanium in Part 5.

We’ll start with a very simple common emitter amp circuit with the emitter grounded (no emitter resistor). When designing a common emitter amp, usually there would be some design constraints which govern the selection of the load/collector resistor ~R_C~. The load resistor determines the amplifier’s output impedance and its ability to drive the following stage, and it also can have a large effect on the amp’s overall current draw and voltage gain.

Figure 1: Simple common emitter amp with emitter grounded

Figure 1: Simple common emitter amp with emitter grounded

In Figure 1, the capacitors labeled ~C_{in}~ and ~C_{out}~ block DC voltage from entering or exiting, which is necessary to properly bias this transistor stage. Their capacitance value can also determine how much of the low frequency content makes it into or out of the circuit. For now, we will assume their values are selected to let all audio frequencies through.

The bias of a transistor stage refers to its DC voltage. When considering the bias voltages, we are only interested in the DC properties of the circuit. When considering the DC properties of a circuit, capacitors are considered open-circuit. With that in mind, for DC analysis the circuit can be considered to be equivalent to that shown in Figure 2.

Figure 2: DC analysis of the common emitter amp seen in Figure 1

Figure 2: DC analysis of the common emitter amp seen in Figure 1

The collector current (~I_C~) typically plays the largest role in the overall current draw of a common emitter amplifier, and it depends largely on the ~R_C~ collector resistor. In pedal circuits, low current draw was often ideal for long battery life. In an Arbiter Fuzz Face, for example, both transistors should have less than 1mA flowing into the collector. If the common emitter amp needs to drive a large load, it is necessary for the amp to have a larger ~I_C~ and thus a smaller ~R_C~.

Let’s say we want to design a pedal boost that draws a small amount (~ 1mA) of current on a 9V battery supply. This would provide hundreds of hours of use for a 9V battery. We’ll want to bias the collector to

$$\sim 0.5 * V_{cc}$$$$\simeq 4.5 \text{V}$$

This is so that our output signal can swing close to 9V point-to-point (0V to 9V centered around 4.5V) for maximum clean headroom. Biasing the collector closer to either rail will result in lower headroom for one half of the waveform. This results in a lower clipping threshold and asymmetrical clipping. Some degree of asymmetrical clipping can be desirable in dirt pedals, but for a clean boost ~0.5 * V_{cc}~ is ideal.

~R_C~ will drop voltage according to the ohm's law formula:

$$V_{RC} = I_C * R_C$$

We want it to drop ~0.5 * V_{cc}~ or 4.5V. We’ll set ~I_C~ to 1 mA, the target current draw of our pedal. Note that with an ~I_C~ of 1 mA the actual current draw of this pedal would be slightly over 1 mA, since there must be a (much smaller) current into the base as well. The base current is typically very small compared to ~I_C~, so we will consider ~I_C~ to be the approximate total current draw of the pedal. With a known ~V_{RC}~ and ~I_C~, we can solve for ~R_C~:

$$R_C = \frac{V_{RC}}{I_C}$$$$R_C = \frac{0.5 * V_{CC}}{I_C}$$$$R_C = \frac{4.5}{0.001}$$$$R_C = 4500$$$$R_C = 4.5 \text{kΩ}$$

Since 4.5kΩ is not a common resistor value, we’ll settle for 4.7kΩ instead. ~V_{CC}~ does not change, so we can solve for our actual expected ~I_C~ with the new ~R_C~ value:

$$I_C = \frac{V_{RC}}{R_C}$$$$I_C = \frac{0.5 * V_{CC}}{4700}$$$$I_C = \frac{4.5}{4700}$$$$I_C = 957\text{ μA}$$

Clearly, this is different from our target ~I_C~ of 1mA. Some degree of variation is to be expected from rounded component values and the tolerance or range of component specifications.

Figure 3: DC analysis of common emitter amp with known <span class="tex2jax">~R_C~</span>

Figure 3: DC analysis of common emitter amp with known ~R_C~

As we outlined in part 1, the relationship between ~I_C~ and ~I_B~ depends on the transistor parameter ~\beta~ (beta), where

$$\beta = \frac{I_C}{I_B}$$

In other words, ~\beta~ is the ratio of output (collector) current to input (base) current. We’ll select BC108B for our transistor, for which a ~\beta~ of 300 is typical. With a selected ~\beta~, the target base current can be solved for:

$$I_B = \frac{I_C}{\beta}$$$$I_B = \frac{957\text{ μA}}{300}$$$$I_B = 3.19\text{ μA}$$

We’ll set the base current using only ~R_{B1}~, and leave ~R_{B2}~ out of the circuit. We’ll do so by using ~R_{B2}~ connected to ~V_{CC}~ as an approximate current source. A voltage source in series with a high value resistor is a rough approximation of a current source. For example, consider the circuit in Figure 4.

Figure 4: Current source approximation

Figure 4: Current source approximation

The resistor labeled ~R_{B1}~ here is a very high value, 5.6 megaohms. The maximum current that can flow can be determined with Ohm’s law:

$$I = \frac{9\text{V}}{5.6\text{MΩ}}$$$$I = 1.6\text{ μA}$$

This is how much current would flow with a 0 ohm load. As impedance of the load increases, the amount of current flowing will decrease, which is not ideal behavior for a current source. However, given the extremely large ~R_{B1}~ value, the effect that ~R_{LOAD}~ has on current is negligibly small for load impedances that are much smaller than ~R_{B1}~. For example, if the load was a 10k resistor, there would be about a 0.125% decrease in current. For smaller load impedances, that decrease is even smaller.

When using a similar arrangement to set the current into the base of a common emitter stage with no emitter resistor, the load seen at the base of the transistor is of small enough impedance that it can be disregarded for a very accurate approximation. The formula for current into the transistor base then becomes the following:

$$I_B = \frac{V_{CC} - V_{BE}}{R_{B1}}$$

We will use 9V for our source voltage and 0.7V for a general silicon BJT ~V_{BE}~ approximation. We know we’d like ~I_B = 3.19\text{}~ to get 957μA to flow through the collector, so we insert this value and solve for ~R_{B1}~:

$$R_{B1} = \frac{V_{CC} - V_{BE}}{I_B}$$$$R_{B1} = \frac{9 - 0.7}{3.19μ}$$$$R_{B1} = \frac{8.3}{3.19 * 10^{-6}}$$$$R_{B1} = \text{2,601,880Ω}$$

This is roughly 2.6MΩ, but the nearest commonly-available resistor value is 2.7MΩ, so we will use that instead. We’ll approximate our base current with the 2.7MΩ resistor:

$$I_B = \frac{V_{CC} - V_{BE}}{R_{B2}}$$$$I_B = \frac{9 - 0.7}{2.7\text{ MΩ}}$$$$I_B = \frac{8.3}{2.7 * 10^{-6}}$$$$I_B = \frac{8.3}{\text{2,700,000}}$$$$I_B = 3.074\text{ μA}$$

Now we will use the base current to determine the collector current:

$$I_C = \beta * I_B$$$$I_C = 300 * {3.074\text{ μA}}$$$$I_C = 922\text{ μA}$$

And now we will use the collector current to determine the voltage drop across RC:

$$V_{RC} = I_C * R_C$$$$V_{RC} = 922\text{μA} * 4.7\text{kΩ}$$$$V_{RC} = 4.33\text{V}$$

With 4.33V dropping across ~R_C~, that leaves 4.67V on the collector.

Figure 5: DC analysis with common emitter amp and known IC and IB

Figure 5: DC analysis with common emitter amp and known IC and IB

This is not exactly our ideal 4.5V, but it is very close. Again, some degree of variation is to be expected in transistor circuits. Bias will depend on available resistor values, component tolerance, supply voltage variations, and transistor parameters. Even among transistors of the same type, ~\beta~ is a parameter that tends to have quite a wide range. For example, though we used an hFE of 300 in the example calculations, BC108B has an hFE range of 200-450. Let’s look at how the bias would vary in this circuit for transistors on the outside of that range:

$$V_C = V_{CC} - V_{RC}$$$$V_C = V_{CC} - (I_C * R_C)$$$$V_C = V_{CC} - (I_B * \beta * R_C)$$

With a transistor ~\beta~ of 200:

$$V_C = 9 - (3.07\mu * 200 * 4700)$$$$V_C = 6.1142\text{V}\text{ - 67.9% of }V_{CC}$$

With a transistor ~\beta~ of 450:

$$V_C = 9 - (3.07\mu * 450 * 4700)$$$$V_C = 2.50695\text{V}\text{ - 27.9% of }V_{CC}$$

There is roughly a 3.6V range of bias voltages we can expect from ~\beta~ variation alone. Though obviously these get further from our ideal bias voltage, this kind of range is typical for this common emitter amp topology. You might wonder how we can minimize this variation for a set range of ~\beta~ values. Without a change in circuit topology, there is not much that can be done. It may appear at first glance that a different ~R_C~ value would result in a different bias range, but because ~R_C~ is inversely proportional to ~I_C~, to keep the bias range centered around ~0.5 * V_{cc}~, any changes to ~V_C~ should be offset by changes to ~I_B~.

To demonstrate, let’s look at an example with ~R_C = 10\text{k}~ instead of ~R_C = 4.7\text{k}~.

With a 10k resistor, 449μA needs to drop across ~R_C~ for ~V_C~ to bias to ~0.5V_{CC} = 4.5\text{V}~

Using our typical ~\beta~ value, we determine that the base current needs to be

$$I_B = \frac{449}{300}$$$$I_B = 1.497\text{ μA}$$

We calculate our base resistor with

$$R_{B1} = \frac{V_{CC} - V_{BE}}{I_B}$$$$R_{B1} = \frac{9 - 0.7}{1.497\mu}$$$$R_{B1} = \frac{8.3}{1.497\mu}$$$$R_{B1} = 5.54\text{ MΩ}$$

which we will round to 5.6MΩ. We then calculate the real base current with this resistor:

$$I_B = \frac{V_{CC} - V_{BE}}{R_{B1}}$$$$I_B = \frac{9 - 0.7}{5.6\text{ MΩ}}$$$$I_B = \frac{8.3}{5.6\text{ MΩ}}$$$$I_B = 1.482\text{ μA}$$

Calculating ~V_C~ with the new base resistor and ~\beta~ of 200:

$$V_C = V_{CC} - V_{RC}$$$$V_C = V_{CC} - (I_C * R_C)$$$$V_C = V_{CC} - (I_B * \beta * R_C)$$$$V_C = 9 - (1.482\mu * 200 * 10\text{k})$$$$V_C = 6.036\text{V}\text{ - 67.1% of }V_{CC}$$

Calculating ~V_C~ with the new base resistor and ~\beta~ of 450:

$$V_C = V_{CC} - V_{RC}$$$$V_C = V_{CC} - (I_C * R_C)$$$$V_C = V_{CC} - (I_B * \beta * R_C)$$$$V_C = 9 - (1.482\mu * 450 * 10\text{k})$$$$V_C = 2.331\text{V}\text{ - 25.9% of }V_{CC}$$

Even with ~R_C~ more than doubled, the range of bias voltages effectively stays the same.

Note that ~R_C~ has other effects on the circuit. You can see in the above equations that it has an effect on the current draw. With a ~\beta~ of 300 and a 10kΩ ~R_C~ instead of a 4.7kΩ ~R_C~, the current draw is

$$I_C + I_B = 449\text{μA} + 1.48\text{μA} = 450\text{μA}$$

With the 4.7kΩ ~R_C~, the current draw was

$$I_C + I_B = 922\text{μA} + 3.074\text{μA} = 925\text{μA}$$

Again, when designing a common-emitter amp, there will be some variation due to varying component specs and tolerance, but with the same target bias voltage, the current draw can be considered to be inversely proportional to collector resistance.

$$I_{TOTAL} = I_E = I_C + I_B$$

where

$$I_B = \frac{I_C}{\beta}$$

so

$$I_{TOTAL} = I_C + \frac{I_C}{\beta}$$$$I_{TOTAL} = I_C * (1 + \frac{1}{\beta})$$$$I_{TOTAL} = \frac{V_C}{R_C} * (1 + \frac{1}{\beta})$$

~\frac{1}{\beta}~ is very small compared to 1, so ~\frac{V_C}{R_C}~ is an approximation of the total current draw, where ~V_C~ is the voltage on the collector (our bias voltage - usually ~~0.5 * V_{cc}~).

~R_C~ also controls the voltage gain of the circuit. The voltage gain of a common emitter amplifier is given by the formula:

$$A = -\frac{R_C}{R_E}$$

The value is negative because a common emitter amplifier is an inverting amplifier. The above equation may look like we’re trying to divide by zero given that we have no emitter resistor, but the effective internal resistance of the emitter plays a part here. The total emitter resistance ~R_E~ can be considered to be ~R_e + r_{e’}~ where ~R_e~ is the emitter resistor and ~r_{e’}~ is the effective internal resistance of the transistor’s emitter. Here, ~R_e = 0~. The formula for internal emitter resistance of a small signal BJT is given by:

$$r_{e’} = \frac{25\text{mV}}{I_E}$$

This is an approximation of the effective emitter resistance at room temperature (68°F). ~I_E~ is ~I_B + I_C~, which is effectively the current draw of the entire circuit. In other words, ~r_{e’}~ is inversely proportional to the current draw. However, remember that current draw is itself inversely proportional to collector resistance, so ~r_{e’}~ is roughly proportional to ~R_C~. This means that as ~R_C~ increases, so does ~r_{e’}~, resulting in a voltage gain that stays roughly the same with changing ~R_C~ given the formula:

$$A = -\frac{R_C}{R_E}$$

With ~I_E = 925\text{ μA}~:

$$r_{e’} = \frac{25\text{mV}}{I_E}$$$$r_{e’} = \frac{25\text{mV}}{925\text{μA}}$$$$r_{e’} = 27Ω$$

The voltage gain of this amp is:

$$A = -\frac{R_C}{R_E}$$$$A = -\frac{4700}{27}$$$$A = -174.07$$$$A = 44.8\text{dB}$$

There will be some minor differences in voltage gain depending on the actual collector voltage, transistor specs, temperature, and the small amount of base current, but with no emitter resistor, the voltage gain will stay roughly the same for changing ~R_C~ values if the collector is biased similarly. When ~R_e~ is non-zero, the voltage gain formula is:

$$A = -\frac{R_C}{R_e + r_{e’}}$$

Increasing ~R_e~ will decrease gain, so we maximize the voltage gain by leaving out the emitter resistor (~R_e = 0~).

This common emitter amp is far from perfect, but it is perfectly usable. It may have a larger range of bias voltages due to transistor ~\beta~ (beta) variations than we’d like, but even in the worst case of beta and supply voltage that we are likely to see, the bias voltage range is near enough to ~0.5 * V_{cc}~ and far enough from the rails that it will be capable of amplifying a guitar signal relatively cleanly up to a certain point. With transistor betas that are on the outer edge of the 200-450 range, the signal will clip on one half of the waveform earlier than the other half. With a small amount of clipping, this can result in some subtle dirt being added to the sound.

Clipping is often meant to be avoided at all costs in amplifier circuits, but not in the guitar world. You may find circuits that are intentionally biased in a way that results in asymmetrical clipping. Target bias voltages for the Dallas Rangemaster Treble Booster, for example, are often closer to the -9V rail (around -7V) than to 0V. Note however that having a target bias voltage that is not centered between the rails is quite a bit different from targeting ~0.5 * V_{cc}~ but allowing for a widely varying range of biases. Aiming for an offset bias voltage is usually done to achieve a certain asymmetrical clipping sound, whereas varying bias is going to have unpredictable results on the sound if the signal is hot enough to clip.

Unpredictable bias voltages are undesirable across the board, but with the common emitter amp topology seen in Figure 1, there is little we can do to minimize the bias variance. In part 3 of the Silicon and Germanium Transistor Biasing series, we’ll look at a very effective way of limiting the bias variations in a common emitter amplifier with just a few simple tweaks to the circuit.

Note that the information presented in this article is for reference purposes only. Antique Electronic Supply makes no claims, promises, or guarantees about the accuracy, completeness, or adequacy of the contents of this article, and expressly disclaims liability for errors or omissions on the part of the author. No warranty of any kind, implied, expressed, or statutory, including but not limited to the warranties of non-infringement of third party rights, title, merchantability, or fitness for a particular purpose, is given with respect to the contents of this article or its links to other resources.