Transistor
Definition pending verification.
A transistor is a fundamental semiconductor device used to amplify or switch electronic signals and electrical power. It is one of the basic building blocks of modern electronic devices and is ubiquitous in integrated circuits (ICs), such as microprocessors, memory chips, and logic gates. Transistors typically consist of three terminals: a base (or gate), an emitter (or source), and a collector (or drain). The operation relies on controlling the flow of current between two terminals (emitter-collector or source-drain) by modulating the voltage or current applied to the third terminal (base or gate). There are two primary types of transistors: Bipolar Junction Transistors (BJTs) and Field-Effect Transistors (FETs). BJTs use a small current injected into the base to control a larger current flowing between the collector and emitter. FETs, on the other hand, use an electric field generated by the voltage applied to the gate to control the conductivity of a channel between the source and drain. The invention of the transistor in 1947 at Bell Labs by John Bardeen, Walter Brattain, and William Shockley revolutionized electronics, replacing bulky and inefficient vacuum tubes and enabling the miniaturization and complexity of modern technology.
graph LR
Center["Transistor"]:::main
Pre_physics["physics"]:::pre --> Center
click Pre_physics "/terms/physics"
Rel_antimatter_propulsion["antimatter-propulsion"]:::related -.-> Center
click Rel_antimatter_propulsion "/terms/antimatter-propulsion"
Rel_arpanet["arpanet"]:::related -.-> Center
click Rel_arpanet "/terms/arpanet"
Rel_artificial_consciousness["artificial-consciousness"]:::related -.-> Center
click Rel_artificial_consciousness "/terms/artificial-consciousness"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Explain Like I'm 5
It's like a tiny electronic faucet; a small turn (signal) on the handle controls a much bigger flow of water (electricity) through the pipe.
🤓 Expert Deep Dive
Transistors operate based on the principles of semiconductor physics, typically involving doped silicon or germanium. BJTs utilize a sandwich structure (NPN or PNP) where the base region is thin and lightly doped. Current injection into the base creates charge carriers that diffuse into the collector region, enabling current amplification. The common-emitter current gain is denoted by $\beta$. FETs, such as MOSFETs (Metal-Oxide-Semiconductor FETs), use an insulated gate to create or modulate a conductive channel. The gate voltage creates an electric field that attracts or repels charge carriers in the channel, controlling its resistance. MOSFETs are dominant in digital ICs due to their low static power consumption and scalability. Key parameters include threshold voltage ($V_{th}$), transconductance ($g_m$), and breakdown voltage. The continuous scaling of transistors, as described by Moore's Law, has driven exponential growth in computing power, but faces physical limits related to quantum tunneling, heat dissipation, and lithographic precision.