Hybrid parameters of transistor — input/output characteristics

hard CBSE JEE-MAIN 3 min read

Question

Explain the input and output characteristics of an n-p-n transistor in common-emitter (CE) configuration. Define the current amplification factor β\beta. If IB=20μI_B = 20\,\muA and β=100\beta = 100, find ICI_C and IEI_E.

(CBSE 12 + JEE Main pattern)


Solution — Step by Step

With VCEV_{CE} kept constant, we plot base current IBI_B versus base-emitter voltage VBEV_{BE}.

Key features:

  • Looks like a forward-biased diode curve (because B-E junction IS forward biased)
  • IBI_B is very small (microamperes range)
  • Threshold voltage: ~0.6 V for Si, ~0.2 V for Ge
  • Input resistance: ri=ΔVBEΔIBVCE=constr_i = \dfrac{\Delta V_{BE}}{\Delta I_B}\bigg|_{V_{CE} = \text{const}}, typically 1-5 kohm

With IBI_B kept constant, we plot collector current ICI_C versus collector-emitter voltage VCEV_{CE}.

Key features:

  • For small VCEV_{CE}, ICI_C rises steeply (saturation region)
  • Beyond ~0.5 V, ICI_C becomes nearly constant — the active region (used for amplification)
  • Different IBI_B values give different horizontal curves (higher IBI_B = higher ICI_C)
  • Output resistance: ro=ΔVCEΔICIB=constr_o = \dfrac{\Delta V_{CE}}{\Delta I_C}\bigg|_{I_B = \text{const}}, typically 50-100 kohm

Current amplification factor (CE configuration):

β=ICIB\beta = \frac{I_C}{I_B} IC=β×IB=100×20μA=2mAI_C = \beta \times I_B = 100 \times 20\,\mu\text{A} = \mathbf{2\,\text{mA}}

Using Kirchhoff’s current law at the transistor:

IE=IB+IC=20μA+2mA=2.02mAI_E = I_B + I_C = 20\,\mu\text{A} + 2\,\text{mA} = \mathbf{2.02\,\text{mA}}

Since IBICI_B \ll I_C, we can approximate IEICI_E \approx I_C.

flowchart TD
    A["CE Configuration"] --> B["Input: VBE vs IB"]
    A --> C["Output: VCE vs IC"]
    B --> D["Looks like diode curve"]
    B --> E["ri = ΔVBE/ΔIB ~ 1-5 kΩ"]
    C --> F["Active region: IC nearly constant"]
    C --> G["ro = ΔVCE/ΔIC ~ 50-100 kΩ"]
    H["Current relations"] --> I["β = IC/IB"]
    H --> J["IE = IB + IC"]
    H --> K["α = IC/IE = β/(1+β)"]

Why This Works

A transistor is a current-controlled device. A small base current controls a much larger collector current — this is amplification. In CE mode, the base-emitter junction is forward biased (allowing IBI_B), and the collector-base junction is reverse biased. The thin base region (less than 1 micrometer) ensures that most electrons injected from the emitter pass through to the collector without recombining — giving ICIBI_C \gg I_B.

The output characteristics are nearly flat in the active region because the reverse-biased C-B junction efficiently sweeps up all electrons reaching the base. Increasing VCEV_{CE} barely changes this collection efficiency.


Alternative Method — Relating alpha and beta

The common-base current gain α=IC/IE\alpha = I_C/I_E and common-emitter current gain β=IC/IB\beta = I_C/I_B are related:

β=α1α,α=β1+β\beta = \frac{\alpha}{1-\alpha}, \quad \alpha = \frac{\beta}{1+\beta}

For β=100\beta = 100: α=100/101=0.99\alpha = 100/101 = 0.99. This means 99% of emitter current reaches the collector — only 1% is lost as base current.

For JEE Main MCQs, remember: α\alpha is always less than 1 (typically 0.95-0.99), β\beta is always greater than 1 (typically 50-300). If a question gives α=0.98\alpha = 0.98, then β=0.98/0.02=49\beta = 0.98/0.02 = 49. This conversion appears frequently.


Common Mistake

Students confuse the three transistor configurations (CE, CB, CC) and their current gains. In common-emitter: β=IC/IB\beta = I_C/I_B (large, 50-300). In common-base: α=IC/IE\alpha = I_C/I_E (less than 1). In common-collector (emitter follower): current gain β+1\approx \beta + 1. The most-tested configuration is CE because it gives both voltage and current amplification. If a problem does not specify the configuration, assume CE.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next