Monostable

Comprehensive study notes, diagrams, and exam preparation for Monostable.

Monostable

Definition

A monostable multivibrator is a regenerative switching circuit with only one stable state and one quasi-stable (temporary) state, which produces a pulse of predetermined width in response to an external trigger.

In simple words, it is a circuit that:

  • stays normally in one fixed state,
  • changes state only when triggered,
  • and after a certain time automatically returns to the original stable state.

The pulse width is mainly determined by circuit components such as resistor-capacitor (RC) network or by timing elements in integrated monostable ICs.


Main Content

1. Stable State and Quasi-Stable State

Stable state

  • This is the normal resting condition of the circuit. The monostable remains here indefinitely until a trigger signal is applied. In this state, one transistor may be ON and the other OFF, or in IC implementations, the output may be at logic HIGH or LOW depending on the design.

Quasi-stable state

  • This is the temporary state entered after triggering. It lasts for a fixed time and is not permanent. During this period, the circuit output changes state, and after the timing interval ends, it automatically returns to the stable state.

A simple way to understand this is to imagine a push-button timer light: when pressed, the light turns on for a short fixed duration and then switches off automatically.

Example:
If a monostable multivibrator is triggered by a pulse, it may produce a 10 ms output pulse regardless of how short the trigger pulse is, provided the trigger is sufficient to activate the circuit.


2. Triggering and Pulse Generation

Triggering action

  • The circuit changes state only when an external trigger pulse is applied. The trigger can be a negative pulse, positive pulse, or edge trigger depending on the circuit type. The trigger must exceed a threshold level to initiate the timing cycle.

Pulse generation

  • Once triggered, the monostable generates a single output pulse whose duration is controlled by the time constant of the circuit. The output remains active for a fixed time even if the trigger pulse is very short.

This property is useful when a very narrow input pulse must be converted into a wider, more usable pulse. The circuit can also be used to reject unwanted noise by responding only to valid trigger events.

Example:
In a digital system, a short pulse from a sensor may be too narrow for a microcontroller to detect. A monostable can stretch it into a longer pulse so it can be reliably processed.


3. Timing Components and Pulse Width

RC timing network

  • In many monostable designs, the pulse duration depends on the charging and discharging of a capacitor through a resistor. The RC combination determines how long the circuit stays in the quasi-stable state.

Pulse width formula

  • For a basic transistor or op-amp monostable, the pulse width is proportional to the RC time constant. In many practical circuits, the output pulse width is approximated as T = kRC,
    where k is a constant depending on the circuit configuration.
    For the widely used 555 timer monostable, the pulse width is:
    T = 1.1RC

The value of R and C is selected based on the required output pulse duration. Larger resistor or capacitor values increase pulse width, while smaller values reduce it.

Example:
If a 555 monostable uses R = 100 kΩ and C = 10 µF, then
T = 1.1 × 100,000 × 10 × 10⁻⁶ = 1.1 s.
This means the output pulse stays high for about 1.1 seconds after triggering.


Working / Process

1. Circuit remains in stable state

  • Initially, the monostable stays in its normal stable condition.
  • The output is at its default logic level, and the timing capacitor is in a reset or discharged condition depending on the circuit design.
  • No pulse is produced until an external trigger is applied.

2. Trigger input activates the circuit

  • A trigger pulse is applied to the trigger terminal.
  • The circuit responds by switching from the stable state to the quasi-stable state.
  • The output changes immediately, producing a pulse.
  • At the same time, the timing capacitor begins charging or discharging through the resistor.

3. Automatic return after timing interval

  • The capacitor voltage changes gradually until it reaches a threshold level.
  • Once the threshold is reached, the circuit switches back to its original stable state.
  • The output returns to its initial condition.
  • The circuit is now ready for the next trigger.

A general timing behavior can be understood from this simplified sequence:

Trigger:     ___|‾|________________________________
Output:      ____‾‾‾‾‾‾‾____________________________
Time:        ---------------------------------------

This shows that a short trigger produces a longer fixed-width output pulse.


Advantages / Applications

Pulse stretching and shaping

  • It converts narrow or irregular pulses into clean, uniform pulses of fixed duration, which is useful in digital circuits and signal conditioning.

Timing and delay circuits

  • Monostables are widely used to create time delays, controlled switching, and timeout functions in alarm systems, timers, and control electronics.

Triggering and gating applications

  • They are used to generate single pulses for counters, clocks, frequency division, debouncing switches, and synchronizing operations in digital systems.

Common applications include:

  • Switch debouncing
  • Missing pulse detectors
  • Pulse width generation
  • Time delay circuits
  • Alarm and warning systems
  • Frequency measurement systems
  • Automated control circuits
  • A/D converter trigger timing
  • D/A converter control pulse generation

Example:
When a mechanical push button is pressed, it may bounce and create multiple false transitions. A monostable can turn this into one clean pulse, preventing unwanted multiple counts.


Summary

  • A monostable multivibrator has one stable state and one temporary state.
  • It produces a single output pulse of fixed width when triggered.
  • The RC network or timing elements decide the pulse duration.

Important terms to remember

  • Stable state
  • Quasi-stable state
  • Trigger pulse
  • Pulse width
  • RC time constant
  • One-shot multivibrator