Related Concepts: 01 Digital Systems & Signal Propagation | 04 NPN Transistor Basics & DTL Logic | 05 TTL Logic Families & Open Collector Bus Systems

4.03 BJT as NOT Gate & Inverter Operation

BJT Transistor Switch Concept

In digital logic, a Bipolar Junction Transistor (BJT) operates strictly as a digital switch driven between two extreme operating states:

  1. Cut-off Region (OFF Switch): Base-Emitter junction reverse-biased (Logic HIGH).
  2. Saturation Region (ON Switch): Base-Emitter junction forward-biased (Logic LOW).
graph TD
    Input[Input Voltage Vin] --> Check{Vin Level}
    
    Check -->|Vin = LOW e.g. 0.2V| Cutoff[Cut-off Region: BE Junction OFF]
    Cutoff --> ICZero[Collector Current IC = 0]
    ICZero --> OutHigh[Output Vout = VCC = HIGH Logic 1]
    
    Check -->|Vin = HIGH e.g. 5V| Saturation[Saturation Region: BE Junction ON]
    Saturation --> ICSat[Max Collector Current IC-sat]
    ICSat --> OutLow[Output Vout = VCE-sat = 0.2V = LOW Logic 0]

1. Mathematical Saturation & Cut-off Proof

Major Exam Numerical Problem (2016, 2019 - 13 Marks)

Given Circuit Parameters:

  • , ,
  • Base Resistor , Collector Resistor
  • Minimum Current Gain
  • Transistor Constants: ,

Part A: Operation when (Logic LOW)

  1. Base-Emitter voltage {below cut-in threshold}.
  2. Transistor is in Cut-off. Base current , Collector current .
  3. Output voltage:

Part B: Operation when (Logic HIGH)

  1. Calculate actual base current ():

  2. Calculate saturation collector current ():

  3. Calculate minimum base current required for saturation ():

  4. Saturation Condition Check: Since , the transistor is driven deep into saturation.

  5. Output voltage drops to saturation voltage:


Past Year Questions (PYQs)

  • [PYQ 2016, 2019]: BJT inverter operation: Mathematical proof of saturation/cut-off given circuit parameters. (13 Marks)