Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Purpose of emitter resistor in a common collector amplifier

+3
−0

I see a lot of common collector amplifiers with the output taken across an emitter resistor.

What is the purpose of doing it this way instead of connecting your load directly to the emitter?

I should mention that I am referring to an emitter follower biased by the collector output of a previous common emitter stage.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

4 answers

You are accessing this answer with a direct link, so it's being shown above all other answers regardless of its score. You can return to the normal view.

+4
−0

If you are AC coupling to a load then you need an emitter resistor to set the DC operating point and quiescent current of the amplifier. An external AC coupled load cannot do this and, it needs to be done to ensure the amplifier works as intended.

If your load is a resistor and directly connected to the emitter then you may be able to avoid having an extra emitter resistor.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+5
−0

First, let's nail down what circuit you are asking about. Your description is somewhat vague, so I picked this interpretation:

Image

Q2 is the emitter follower stage, driven by the previous common emitter stage of Q1. Your question seems to be why R2 exists.

Some load is needed at DC to pull the emitter of Q2 low when its base is being driven low. R2 is therefore needed whenever the load does not provide this pulldown function. There are various reasons for this. Some are:

  1. The load is capacitively coupled.
  2. The load itself is capacitive or has a substantial capacitive component. R2 and this capacitance form a time constant to bring the output low "fast enough" for whatever the application is.
  3. The circuit is designed to work with a wide range of loads.
  4. The circuit must still have a valid output signal even with no load.
History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (1 comment)
+3
−0

In most cases, the common-collector stage (emitter follower) is used as a buffer stage (unity gain). It is, therefore, an independent stage, whose mode of operation should not be determined by the next stage (which is to be decoupled).

That means: Even without a connected load this stage should offer a low impedance output voltage. Therefore, it must have an emitter resistor RE, which allows the desired DC operating point.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

General comments (2 comments)
+2
−0

In addition to the previous considerations, I will add a few more.

Stages with voltage output (such as a voltage follower) are implemented as voltage dividers consisting of two elements in series "stretched" between supply rails. One of them is "pulling up" and the other is "pulling down" the common middle point (circuit output). Thus the circuit output can both source and sink current to/from the load.

If the stage consists of only one active element, it can only source or sink current. In the considered example, the emitter follower implemented by an n-p-n transistor can only source current. This can create more problems besides those already listed.

If the load contains a positive voltage source or a "pull-up" resistor (as TTL gates that try to inject current to the previous stage) the base-emitter junction may become backward biased... the transistor cuts off... and a breakdown can even occur. The same can happen with a capacitive load (charged capacitor).

So a pull-down resistor is necessary... and it has to be low resistive enough to handle any load. But it does not work well when the input voltage varies widely because the current will also significantly vary (a typical example is an emitter follower driving the output stage of a power amplifier). In this cases, the ordinary ohmic resistor is replaced by a "dynamic pull-down resistor" (current sink).

The best solution is to change the pull-down resistance in an opposite direction to the pull-up change. This idea is implemented by replacing the pull-down resistor with another but p-n-p transistor in "complementary emitter followers" (aka "push-pull stages"). They can both source and sink significant current.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »