Related Concepts: 01 Digital Systems & Signal Propagation | 03 Logic Gate Characteristics & Buffer Gates

02 BJT as NOT Gate & Inverter Operation

Concept Overview

A Bipolar Junction Transistor (BJT) can be used as an electronic switch to perform the Boolean NOT (Inverter) logic operation.

Instead of operating in its active linear region {used for linear analog signal amplification}, the transistor is forced between two extreme non-linear operating states: the Cut-off region (OFF switch) and the Saturation region (ON switch).


Circuit Configuration & Operating Diagram

To configure an NPN transistor as a logic inverter:

  • Emitter (): Connected directly to common ground ().
  • Collector (): Connected to supply voltage () through collector resistor ().
  • Base (): Connected to input voltage () through base resistor ().
  • Output (): Extracted directly from the collector terminal ().
            +Vcc (+5V)
              |
             [Rc]
              |
      Rb      +-----> Vout (Collector Terminal)
Vin -[===]---| B (NPN)
              \-> E 
              |
             GND (0V)
graph TD
    Vin{Input Voltage Vin} -->|Vin = LOW 0.2V| Cutoff[Cut-off Region: BE Junction Off]
    Vin -->|Vin = HIGH 5.0V| Sat[Saturation Region: BE Junction Heavily On]
    
    Cutoff -->|Ib = 0, Ic = 0| Open[Transistor Acts as Open Switch]
    Open -->|No drop across Rc| HighOut[Vout = Vcc = 5V HIGH]
    
    Sat -->|Ib Large, Ic = Ic-sat| Closed[Transistor Acts as Closed Switch]
    Closed -->|Vce = Vce-sat = 0.2V| LowOut[Vout = Vce-sat = 0.2V LOW]

Principle of Inverter Operation

The circuit acts as an inverter because is always the logical complement of :

1. Input is LOW (Logic 0) Cut-off Region (OFF State)

  • Condition: {voltage below cut-in threshold }.
  • Base Current: The base-emitter PN junction is not forward-biased, so base current .
  • Transistor State: With , collector current . The transistor acts as an open switch.
  • Output Voltage: Since zero current flows through , there is no voltage drop ().
  • Logic Result: The output equals full supply voltage:
  • Internal Resistance: Cut-off resistance is extremely high ().

2. Input is HIGH (Logic 1) Saturation Region (ON State)

  • Condition: {e.g., }.
  • Base Current: The base-emitter junction is heavily forward-biased, drawing a large base current:
  • Transistor State: The base current drives the BJT into saturation. The collector-emitter channel acts as a closed switch to ground.
  • Output Voltage: Collector voltage drops to saturation voltage (typically ).
  • Logic Result: Output voltage becomes minimal:
  • Internal Resistance: Saturation resistance is virtually zero ().

Mathematical Condition for Saturation

For the circuit to reliably operate as a digital switch, base current must be sufficient to drive collector current to its saturation limit ().

The condition that MUST be satisfied is: Where:

  • (or ) = Transistor DC current gain.
  • = Collector saturation current.

Past Year Questions (PYQs) & Step-by-Step Solution

Standard Exam Verification Problem (2016 - 13 Marks, 2019 - 13 Marks)

Question: Show that the circuit behaves as an inverter with the following parameters: , , , , (High input), (Low input), , .

Step-by-Step Proof Solution:

Step 1: Test LOW Input ()

  • Since , the base-emitter junction is OFF.
  • Base current .
  • Output .

Step 2: Test HIGH Input ()

  • Calculate actual base current ():

Step 3: Calculate Collector Saturation Current ()

  • Calculate maximum collector current in saturation:

Step 4: Verify Saturation Condition ()

  • Compute minimum collector current available from base drive:
  • Compare with saturation current:
  • Since , the transistor is driven heavily into saturation.
  • Output voltage drops to .

Conclusion: A LOW input () yields a HIGH output (), and a HIGH input () yields a LOW output (). Therefore, the BJT circuit is mathematically proven to operate as an inverter (NOT gate).