Orbital Angular Momentum ℓ
Classical mechanics gives us a continuous angular momentum vector that can point in any direction and take any magnitude. Quantum mechanics changes both of those facts: both the magnitude and the component along any chosen axis are quantized, and the quantization is governed by the orbital angular momentum quantum number .
What ℓ quantizes
The magnitude of the orbital angular momentum is not free to vary continuously. It is restricted to the discrete values
where is the principal quantum number and is the reduced Planck constant.
The constraint comes directly from solving the Schrödinger equation in spherical coordinates. Requiring the angular wave function to be single-valued and normalizable forces to be a non-negative integer. The upper bound then comes from the radial equation for the Coulomb potential: a normalizable radial solution exists only when with the radial quantum number , so can be at most .
A few values to build intuition:
| | Letter label | | | |--------|-------------|----------------------|----------------| | 0 | s | 0 | 0 | | 1 | p | | | | 2 | d | | | | 3 | f | | |
The letter labels (s, p, d, f, ...) come from spectroscopic notation and appear in electron shell configurations such as .
Why ℓ = 0 is surprising
For the magnitude is exactly zero — the electron has no orbital angular momentum at all. Classically this would mean the electron flies straight through the nucleus, which is clearly wrong. Quantum mechanically the s-states are spherically symmetric probability clouds with no preferred direction; there is no classical orbit, so "no angular momentum" makes sense.
The shape connection
The quantum number also controls the shape of the orbital:
- (s): spherically symmetric — the wave function depends only on .
- (p): two-lobed, with one nodal plane through the nucleus.
- (d): four-lobed (or ring-shaped for ), with two nodal surfaces.
Each increase in adds one more nodal surface and one more lobe structure to the angular part of the wave function.
Counting the m_ℓ states
Given , the magnetic quantum number specifies the component of along a chosen axis:
There are exactly allowed values of . For example, a -orbital () has distinct values, giving the five -orbitals familiar from chemistry.
Try it
This is a numerical exercise — your code should return a number. For (an -orbital),
how many distinct values can take? Use the formula derived above.
Sign in on the full site to ask questions and join the discussion.