Electronic – Learning transistor based circuits

bjtcapacitorpower electronicsresistorstransistors

schematic

simulate this circuit – Schematic created using CircuitLab

In one of our electronic circuit tests, this question was asked: What is the output voltage of given circuit?

This circuit looks like a common emitter amplifier circuit to me, but when I tried to calculate the output, I am getting 0.047 V.

My questions are:

  • Why is this circuit not amplifying, is it required to add capacitors?
  • How to select suitable resistor values of Rb, Rc and Re in any transistor based circuits?

I know some of the formulas but I don't know how to implement:

$$I_b = V_{in} – \frac{V_{be}}{R_b}$$
$$V_{be} = 0.7 \mathrm{\;assumed}$$
$$I_b = 0.372\mathrm{\,mA}$$
$$I_c = \beta I_b$$

Considered β = 100, so:

$$I_c = 0.037\mathrm{\,A}$$
$$\mathrm{Gain} = \frac{V_{out}}{V_{in}}$$

Best Answer

You should be able to see immediately from inspection (without doing any calculations) that the transistor is saturated. Generally you figure the C-E voltage of a saturated transistor is 200 mV or less unless the current is unusually large, which in this case it's obviously not due to the size of R1 and R3. The answer for any real electrical engineering purpose is therefore "200 mV or less", which we can see immediately from inspection. Part of designing good circuits is to make sure that this 200 mV uncertainty doesn't matter. If your professor wants a more accurate answer, then he's being academic and unrealistic, and you can tell him I said so.

Now let's do the math to back up what we already know from inspection is happening. Let's say the B-E drop is 700 mV, so there is 9.3 V accross R2, which means the base current is 370 µA. R1, R3, and V1 form a Thevenin source of 7.5 V and 5 kΩ. That means the collector current can't be more than 1.5 mA (C-E drop 0 which can't happen, but is useful to get the guaranteed not to exceed current). (1.5 mA)/(370 µA) = 4, which is the gain required for the transistor to saturate. You can easily rely on a 2N3904 to have well more gain than that at 1.5 mA collector current. The transistor is clearly well into saturation, which is why it was easy to see from inspection without actually running the numbers.

So now the question is what will the C-E drop be for the transistor at 1.5 mA collector current and well into saturation. Again, the basic electrical enginnering answer is "less than 200 mV". If you need a more accurate answer then two things are going on. First, the robustness of your overall circuit design is suspect if this really matters.

Second, you have to look in the datasheet to see what details they tell you about this particular transistor. This is where things get a little tricky since there are various variants of the 2N3904 out there, and different manufacturers will spec it a little differently. I just grabbed the Fairchild datasheet to use as a example. I wouldn't assume that this level of detail applied to 2N3904 from other manufacturers without checking. This is yet another reason it is better if your circuit works with anything in the 0-200 mV range. You don't have to worry about which variant from which manufacturer you are using, and purchasing can get the cheapest generic 2N3904 they can find that week.

On page 2, there is actually a spec for Collector-Emitter Saturation Voltage, which is a maximum of 200 mV for IC at 10 mA and 300 mV for IC at 50 mA. This is typical of datasheets in that they don't explicitly tell you what the part will do at all possible operating points. However, since our collector current is well below 10 mA, we can safely count on the C-E drop to be 200 mV or less. Note that's what we already knew from 3 seconds of inspection in the first place.

With this level of information in the datasheet, "200 mV or less" is actually the only correct answer. This is all the manufacturer promises the transistor will do. Now we know that almost certainly in our particular case the C-E voltage will be lower, but the absolute worst case spec is 200 mV. Claiming anything lower is actually wrong, and I would argue strongly with anyone that accepted a specific lower answer as correct in a engineering course. Second guessing the datasheet is irresponsible engineering.

So if I was grading the test, I'd mark any answer that gave a specific number below 200 mV as wrong. Even if you built the circuit and measured the C-E drop to be 89.3 mV, for example, I still wouldn't accept that as a valid answer to the question because it can't be counted on accross part variations within a batch, and accross parts from various manufacturers.

This is a area where theory and engineering differ, and is something engineering students need to learn. If your professor disagrees with this, and this is in a engineering course, then he's just plain wrong and needs to get out into the real world. And yes, you can (and should) tell him I said so.