Related Concepts: 4.01 Digital Systems & Signal Propagation | 4.04 Diode Logic & DTL Logic Families | 4.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).
BJT Inverter Circuit Schematic:
                     Vcc (5V)
                        |
                        [ Rc ]
                        |
 Vin ---> [ Rb ] --->|/  Collector (Vout)
                     |\
                        v Emitter
                        |
                       GND
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 (PYQ 2016, 2019 — 13 marks)

Question (verbatim): Show that the circuit shown in Fig. 4(b) behaves as an inverter with the following parameters:

Standard silicon constants you are expected to supply yourself: , .

Read what is being asked. The question says “show that the circuit behaves as an inverter” — so the answer is not a single number. You must test both input levels and demonstrate that each produces the opposite output level.

Part A: Apply the LOW input,

  1. Base-emitter voltage {below the silicon cut-in threshold, so the junction never turns on}.
  2. The transistor is therefore in cut-off: and .
  3. With no collector current there is no drop across :


Part B: Apply the HIGH input,

  1. Actual base current supplied:

  2. Collector current if the transistor were saturated:

  3. Minimum base current needed to sustain that:

  4. Saturation test: The available base current is roughly twice the minimum required, so the transistor is driven firmly into saturation.

  5. Output:


Conclusion

RegionLogic
Cut-off
Saturation

Both input levels produce the complementary output level, and the output levels are the same and values as the inputs — so the stage can drive another identical stage. The circuit therefore behaves as an inverter (NOT gate).

Where the marks are lost in this question

  • Only testing one input. “Show that it behaves as an inverter” requires both cases. Solving only the saturation half typically caps you at about half the marks.
  • Forgetting the saturation test. Computing and stopping is wrong — that formula only holds in the active region. You must compare against to prove saturation, then state .
  • Not stating and . The paper does not give them. Write down that you are assuming and for silicon; assumptions stated explicitly earn credit.
  • Closing the loop. Finish with an explicit sentence that output levels match input levels, so the gate is cascadable. That is the point of specifying and in the question.

Past Year Questions (PYQs)

Question (as asked)YearsMarksSolved in
Show that the circuit of Fig. 4(b) behaves as an inverter with , , , , , 2016, 201913§1

Pattern to notice: identical wording and identical parameter values in both years — this is one of the most reliably repeated numericals in the paper, worth 13 marks. The method transfers directly to the DTL saturation proof in 4.04 Diode Logic & DTL Logic Families (2021, 2022), which uses the same test with . Learn the procedure once and it covers roughly 23 marks across two questions.