Skip to content
Atoms and Electrons

Atoms and Electrons

To understand why silicon behaves the way it does, you have to zoom in past the crystal, past the molecules, all the way down to a single atom — and specifically, to the electrons sitting in its outermost layer. Those outer electrons, and only those, decide whether a material conducts electricity, insulates against it, or does something in between.

A quick picture of the atom

The simplified but very useful “Bohr model” of an atom pictures it like a tiny solar system: a dense nucleus (protons and neutrons) sits in the center, and electrons orbit around it — not in a continuous smear, but in specific, distinct layers called shells. Each shell can only hold a fixed maximum number of electrons: the first shell holds up to 2, the second up to 8, the third up to 8 (for the elements relevant here), and so on.

Silicon has 14 electrons. They fill in from the inside out: 2 in the first shell, 8 in the second shell, and the remaining 4 sit in the third and outermost shell.

🧩 Think of it like… a stadium filling up section by section. The seats closest to the field (inner shells) fill first, and they're basically irrelevant to what happens outside the stadium. It's only the outermost, "last-filled" section — the one closest to the exit — that interacts with the world outside. In an atom, that outermost section is the valence shell, and its occupants are the valence electrons.

Why the outer shell matters so much

Electrons in inner shells are held tightly by the nucleus’s electrical pull and are shielded from outside influence by all the electron layers between them and the outside world. Electrons in the valence shell (the outermost occupied shell) are the ones that:

  • Determine how an atom bonds with its neighbors (chemistry)
  • Determine whether those bonds leave any electrons “spare” to move around and carry current (electronics)

This is why the entire subject of semiconductor physics can, in a real sense, be reduced to one question: what are the valence electrons doing?

Silicon has exactly 4 valence electrons. This number is not a coincidence — it’s the reason silicon (and germanium, also with 4 valence electrons) makes such a good semiconductor base material.

The silicon crystal: four perfect handshakes

When silicon atoms come together to form a solid crystal, each atom shares one valence electron with each of its four nearest neighbors, forming four covalent bonds — think of a covalent bond as two atoms shaking hands by both holding onto a shared pair of electrons. Since each silicon atom has exactly 4 valence electrons and forms exactly 4 bonds, every single valence electron in the ideal crystal is locked up in a bond.

    graph TD
    Si0((Si)) --- Si1((Si))
    Si0 --- Si2((Si))
    Si0 --- Si3((Si))
    Si0 --- Si4((Si))
    Si1 --- SiA((Si))
    Si2 --- SiB((Si))
    Si3 --- SiC((Si))
    Si4 --- SiD((Si))
  

At absolute zero temperature, this lattice would have essentially no free electrons — every valence electron is busy holding a bond together, so there’s nothing left over to carry current. This is exactly why pure (“intrinsic”) silicon is a poor conductor at low temperature: there simply aren’t many charge carriers available.

Compare this to copper, which has just 1 valence electron loosely attached — it doesn’t need that electron for bonding, so it’s free to wander through the metal at all times. That’s why copper conducts so well even at room temperature, while pure silicon does not.

Where free electrons come from

At room temperature, thermal energy constantly jostles the crystal. Occasionally, a jolt of energy is enough to knock a valence electron clean out of its bond, freeing it to move through the crystal and carry current. When this happens, it leaves behind an empty spot in the bond called a hole, which can also effectively move as neighboring electrons hop into it. This electron-hole pair is the basic mechanism behind all semiconductor conduction, and it’s the starting point for the next topic — Energy Bands — which gives a more precise, energy-based picture of exactly how much of a “jolt” is needed to free an electron.

It’s also the starting point for doping, covered in Doping: N-Type and P-Type, where instead of waiting for random thermal jolts, engineers deliberately introduce atoms with 3 or 5 valence electrons to create a controlled, predictable supply of extra electrons or holes.

Key takeaways

  • Electrons occupy discrete shells around the nucleus; only the outermost (valence) shell affects bonding and conduction.
  • Silicon has 4 valence electrons, which lets it form 4 covalent bonds with neighboring atoms in a crystal lattice.
  • In a perfect silicon crystal, valence electrons are mostly locked in bonds, which is why pure silicon conducts poorly at low temperatures.
  • Thermal energy can free an electron from a bond, creating an electron-hole pair — the basic unit of conduction in a semiconductor.
  • This valence-electron picture connects directly to Energy Bands and Doping: N-Type and P-Type.