The two materials normally used to construct transistors are Silicon (Si) and Germanium (Ge). While modern power electronics are branching into wide-bandgap materials like Silicon Carbide (SiC) and Gallium Nitride (GaN), silicon and germanium remain the foundational semiconductor materials in circuit theory, historical design, and practical hobbyist electronics.

Silicon dominates the modern market due to its thermal stability and the ease of growing a silicon dioxide (SiO2) insulating layer, which is critical for MOSFET manufacturing. Germanium, the material used in the very first point-contact and junction transistors in the late 1940s, survives today primarily in niche analog audio circuits, vintage fuzz pedals, and RF detection due to its uniquely low forward voltage drop. In this guide, we will break down how these two materials behave on the workbench, how to bias them, and how to test them when they fail.

Silicon vs. Germanium: Material Properties and Safe Default Part Numbers

The fundamental difference between silicon and germanium on the bench comes down to the bandgap energy, which directly dictates the base-emitter voltage drop (Vbe) required to turn the device on, and the maximum junction temperature before thermal runaway destroys the part.

Table 1: Silicon vs. Germanium BJT Material Characteristics
Parameter Silicon (Si) Germanium (Ge)
Typical Vbe (Turn-on) 0.6V to 0.7V 0.2V to 0.3V
Max Junction Temp (Tj) 150°C to 200°C 85°C to 100°C
Reverse Leakage Current Extremely low (nA range) High (µA to mA range)
Thermal Runaway Risk Moderate (requires emitter degeneration) Severe (requires heavy bias stabilization)

Safe Default Part Numbers for the Workbench

When prototyping, you need reliable, cheap, and well-documented parts. Never use a part number without verifying its absolute maximum ratings (Vceo, Ic, Pd) against your circuit.

  • Silicon NPN Default: 2N3904 or 2N2222. The ON Semiconductor 2N3904 datasheet specifies a Vceo of 40V and an Ic of 200mA. The 2N2222 handles up to 800mA, making it better for small relays and motors.
  • Silicon PNP Default: 2N3906 (40V, 200mA) or 2N2907A (60V, 600mA).
  • Germanium PNP Default: AC128 or NKT403. The AC128 is rated for roughly 32V Vceo and 400mA Ic. It is heavily used in audio output stages and tone-bending guitar effects.
Bench Tip: If you are repairing vintage 1960s radios, expect to find germanium transistors. Do not swap them directly for silicon 2N3906 equivalents without redesigning the biasing resistor network; the 0.4V difference in Vbe will push a silicon replacement into hard saturation or cutoff.

Transistor Pinouts, Symbols, and Biasing for the Job

Bipolar Junction Transistors (BJTs) are current-controlled devices. To select and bias one for a job, you must understand its physical pinout and its operating regions.

Symbol and Pinout Identification

The schematic symbol for an NPN transistor features an arrow on the emitter leg pointing away from the base (remember: 'Not Pointing iN'). A PNP transistor has the arrow pointing inward toward the base. The three pins are the Base (B), Collector (C), and Emitter (E).

For the ubiquitous TO-92 through-hole package (like the 2N3904), hold the transistor with the flat face toward you and the leads pointing down. From left to right, the pins are Emitter, Base, Collector. Always verify this with a datasheet, as Japanese (2SC/2SA) and European (BC/BD) prefix transistors often use an E-C-B or B-C-E layout.

Operation Regions and Biasing

Biasing a transistor means setting its DC voltages and currents so it operates in the correct region for your application: switching (saturation/cutoff) or amplification (active/linear).

Table 2: BJT Operation Regions (NPN Silicon)
Region Base-Emitter (Vbe) Collector-Emitter (Vce) Application
Cutoff < 0.6V Equals Supply Voltage (Vcc) Open Switch (OFF)
Active (Linear) ~0.65V ~0.2V to (Vcc - 1V) Audio Amplification
Saturation > 0.7V < 0.2V (Vce_sat) Closed Switch (ON)

To bias a silicon BJT as a switch, you must drive enough base current (Ib) to force the transistor into saturation. The rule of thumb is to assume a forced Beta (hFE) of 10 to 20, rather than the datasheet's linear hFE of 100+, ensuring the switch turns fully on despite temperature variations.

Practical Application: Silicon BJT Switching Circuit

Let's build a complete, real-world switching circuit. We will use an ESP32 microcontroller (3.3V logic) to switch a 12V, 100mA relay using a 2N2222 silicon NPN transistor.

Component List and Values

  • Q1: 2N2222 (NPN Silicon BJT, Vceo=40V, Ic=800mA)
  • R1 (Base Resistor): 1kΩ (0.25W)
  • D1 (Flyback Diode): 1N4007 (1A, 1000V)
  • K1 (Load): 12V DC Relay (Coil resistance = 120Ω, drawing 100mA)

Circuit Wiring Steps

  1. Connect the ESP32 GPIO pin to one end of the 1kΩ base resistor (R1).
  2. Connect the other end of R1 to the Base (B) pin of the 2N2222.
  3. Connect the Emitter (E) pin of the 2N2222 directly to the shared system Ground (GND).
  4. Connect one side of the 12V relay coil to the 12V power supply positive rail.
  5. Connect the other side of the relay coil to the Collector (C) pin of the 2N2222.
  6. Place the 1N4007 flyback diode in parallel with the relay coil, with the diode's cathode (stripe) pointing toward the 12V rail and the anode pointing toward the Collector. This is mandatory to prevent inductive voltage spikes from destroying the transistor.

Biasing Math Verification

The ESP32 outputs 3.3V. The silicon base-emitter junction drops 0.7V. The voltage across R1 is 3.3V - 0.7V = 2.6V.
Using Ohm's Law: Ib = 2.6V / 1000Ω = 2.6mA.
The relay requires 100mA (Ic). Our forced Beta is Ic / Ib = 100 / 2.6 = 38.4.
Because the 2N2222 has a minimum linear hFE of 100 at this current, a forced Beta of 38 guarantees the transistor will enter deep saturation, dropping less than 0.3V across the Collector-Emitter junction and safely actuating the relay.

Failure Modes and Multimeter Testing

Transistors rarely fail without a reason. Understanding how they die helps you troubleshoot the root cause, rather than just replacing a doomed part.

Common Failure Modes

  • Thermal Runaway: Primarily a germanium issue. As the junction heats up, leakage current increases, which causes more heating, leading to a catastrophic short. Silicon is more stable but can still fail if the heatsink is undersized.
  • Secondary Breakdown: Occurs in silicon BJTs when high voltage and high current exist simultaneously across the Collector-Emitter junction, creating localized hot spots that melt the silicon die.
  • Overvoltage Punch-Through: Exceeding the Vceo rating (e.g., applying 50V to a 40V 2N3904) causes the depletion region to span the entire base, effectively shorting the collector to the emitter.

How to Test with a Digital Multimeter (DMM)

Set your multimeter to the Diode Test mode. You are testing the internal PN junctions, which behave exactly like two diodes connected back-to-back.

  1. Base to Emitter (Forward): Red probe on Base, Black on Emitter (NPN). Expect a reading of 0.600V to 0.750V for silicon, or 0.200V to 0.300V for germanium.
  2. Base to Collector (Forward): Red probe on Base, Black on Collector. Expect the same readings as above.
  3. Reverse Bias Check: Swap the probes (Black on Base, Red on Emitter/Collector). A healthy silicon transistor will read OL (Over Limit). A germanium transistor may show slight leakage (e.g., 1.5V to 2.5V depending on the meter's test voltage) due to its inherent material properties; this is normal.
  4. Collector to Emitter: Test both directions. Both must read OL. If you read a short (0.00V) or a low resistance in either direction, the transistor has suffered a dielectric breakdown and is in the trash.

Frequently Asked Questions

Why did silicon replace germanium in most transistor applications?

Silicon replaced germanium primarily because of its superior thermal characteristics and the discovery of silicon dioxide (SiO2) as a native insulator. Germanium transistors suffer from severe thermal runaway at temperatures above 85°C, making them unreliable in power supplies or automotive environments. Furthermore, the ability to grow a high-quality SiO2 layer directly on silicon enabled the invention of the MOSFET and the integrated circuit, which germanium could not support effectively. For a deeper dive into BJT physics and material history, the Electronics Tutorials BJT guide provides excellent foundational context.

Are there other semiconductor materials used to construct transistors today?

Yes. While silicon and germanium are the historical 'two materials,' modern high-power and high-frequency electronics rely on wide-bandgap materials. Silicon Carbide (SiC) is used in EV inverters and solar charge controllers because it can switch high voltages (1200V+) with minimal heat. Gallium Nitride (GaN) is used in modern laptop chargers and RF amplifiers due to its incredibly fast switching speeds. Gallium Arsenide (GaAs) remains a staple in microwave and satellite communication transistors.

How do I test a germanium transistor with a modern digital multimeter?

Testing germanium requires knowing what not to panic about. Modern DMMs output a low test voltage in diode mode. When reverse-biasing a germanium junction, the inherent high leakage current of the material will often cause the meter to display a partial voltage reading (like 1.8V) instead of 'OL'. This does not mean the germanium transistor is shorted. To confirm it is healthy, ensure the forward voltage drop reads between 0.2V and 0.3V, and verify that the Collector-Emitter path reads strictly 'OL' in both directions.

Can I use a MOSFET instead of a BJT for switching?

In almost all modern digital switching applications, a logic-level N-channel MOSFET (like the IRLZ44N) is superior to a BJT. MOSFETs are voltage-controlled, meaning they draw virtually zero steady-state current from your microcontroller GPIO pin, whereas a BJT requires continuous base current. However, BJTs remain superior for linear audio amplification and ultra-low-noise analog front-ends due to their smoother transconductance curves and lack of gate capacitance switching noise.