2

In a monostable multivibrator, one of the transistors will be fed with a trigger pulse using a capacitor. I have heard about capacitor coupled circuits like stagger tuned amplifier where one single stage is capacitively tuned to the other stage. May I know why a capacitor was used in the feeding section of the trigger pulse?

Kaswechiha
  • 474
  • 4
  • 11

1 Answers1

5

"Inventing" the CR circuit

Necessity. Circuits with avalanche-like positive feedback like this (timers, triggers, latches, etc.) must be controlled with short pulses which only start the process but then leave the circuit alone. Another example from our daily lives is the staircase timer which we turn on with a short press. In all these cases, we have to shorten the continuous input signal (pulse).

C differentiator. For this purpose, we need an element that initially passes current but interrupts it after a short time. Such an element is the capacitor. While it is charging, current flows in the circuit; but after charging to a voltage (almost) equal to the input voltage but with opposite polarity, it interrupts the current in the circuit. The same trick is used in bootstrapped circuits where the current is stopped by inserting an opposing voltage source (in another answer, I have summarized this trick into a "thirth golden rule for stopping current":) See also my RG question about the capacitor behavior.

CR differentiator. Now all we have to do is connect a resistor in series to the capacitor to convert the current into voltage and our "shortening circuit" is ready. So we actually "invented" the differentiating CR circuit in an intuitive way, instead of taking it for granted as it appears in textbooks.

Implementation

A typical implementation of this idea for the case of the OP's circuit is shown in the picture below taken from Electronics Tutorials:

Monostable transistor multivibrator

Operation

One strange feature of the differentiating circuit is that it produces a sequence of two short pulses with alternating polarity. This is because, in this configuration, the capacitor acts as a floating voltage source (a kind of a "rechargeable battery").

While the input voltage is high, the capacitor is charged with a positive voltage and the transistor is turned on. When the input voltage becomes zero, the positive capacitor terminal is connected to ground. The capacitor begins to discharge in the opposite direction and a negative pulse appears on the resistor. Since this is undesirable for the NPN transistor, a diode is connected to stop it.

Note that this circuit will work properly if "zero input voltage" means "grounded input"... not "open circuit". Otherwise, the capacitor will be always charged.

Coupling capacitor

The capacitor here is the same coupling capacitor as in AC amplifiers you mentioned but here it is a pulse controlled while in AC amplifiers the input voltage is sinusoidal.

The difference between the two applications is that here the capacitor is fully charged and discharged while, in AC amplifiers, it stays constantly charged and acts as a "shifting battery". This is because here the capacitor must pass the current (input signal) only for a short time, while there it must pass it continuously. As a university lecturer would tell to their students, "Here the differentiating circuit has a small time constant while there it is large."

See more about the idea behind the coupling capacitor in my RG question.

Why not an inductor?

The inductor has an opposite behavior - while the capacitor in series passes the current in the beginning and stops it after a while, the inductor stops the current in the beginning and passes it after a while. It is an inconvenient element, but if you still have a special desire to use it, you have to connect it in place of the resistor (swap the elements). It does this by the same means - by opposing an equivalent voltage to the input voltage at the first moment.

So, in the first moment it will not prevent the input voltage to pass current through the base-emitter junction of the transistor but after a while it will divert the current through itself (first "golden rule for stopping current" from the link above:)

See more about the difference between the capacitor and inductor behavior in my RG question.

And why not a resistor?

Well, this can no longer happen because the behavior of the resistor does not depend on time. The single resistor in series will allow you to control the transistor without problems but you will have to do it with short pulses. Its resistance will have to be significantly less than R3 because a voltage divider is formed.

Circuit fantasist
  • 13,593
  • 1
  • 17
  • 48
  • 1
    Nice answer. I just wish to suggest some extra thinking. A differentiator could also be approximated by a current driven inductor, E=Ldi/dt after all. A small flyback stage connected to the base diode in the circuit you posted could do the trick. Also two coupled inductors or a pulse transformer could do the same. Of course these would be bulkier and probably more power hungry than the capacitor but they may prove useful in some scenario. I would not rule them out as not possible – carloc May 02 '21 at 16:33
  • 1
    @carloc, Thanks for the response. I always thought that such an exchange of additional thoughts after the answer further develops it and is useful for the OP and all of us; but it rarely happens... and I wonder why... You may have guessed that my idea is to reveal in the simplest possible way what a capacitor and inductor does. This is a great challenge for all of us and everyone here is striving to learn this art of explanation... – Circuit fantasist May 02 '21 at 17:17
  • 1
    I agree with the "current driven inductor" with the remark that the better the current source, the higher the voltage spike will be when switching. But if it is made with a simple resistor in series to the input voltage source, there will be no problems. Maybe the pulse transformer would be useful when there is a need of galvanic isolation... – Circuit fantasist May 02 '21 at 17:17
  • 1
    I warmly welcome your replies and agree. Friendly opinion exchange is, sadly, seldom seen around. – carloc May 02 '21 at 17:28