The Magnetic Quantum Number mₗ
What is the magnetic quantum number?
When solving the Schrödinger equation for the hydrogen atom in spherical coordinates , the wavefunction separates into a radial part and an angular part. The angular part is further factored into a polar piece (depending on ) and an azimuthal piece (depending on ). Imposing that the azimuthal wavefunction must be single-valued — meaning it returns to the same value after a full rotation — forces the separation constant to be an integer. That integer is the magnetic quantum number .
In compact notation the azimuthal factor takes the form
and the single-valuedness condition requires , which holds if and only if is an integer.
The range of mₗ
The polar equation imposes a second constraint: the solutions that remain finite at the poles and — the associated Legendre polynomials — exist only when
Here is the orbital angular momentum quantum number (, where is the principal quantum number). For a given , there are exactly allowed values of .
| | name | values | count | |--------|------|-----------------|-------| | 0 | s | 0 | 1 | | 1 | p | -1, 0, 1 | 3 | | 2 | d | -2, -1, 0, 1, 2 | 5 | | 3 | f | -3, -2, -1, 0, 1, 2, 3 | 7 |
Physical meaning
The -component of the orbital angular momentum is quantized:
The full magnitude is , so reflects the fact that a component of a vector cannot exceed the vector's length. Because can take only discrete values, we say the orbital angular momentum is space-quantized.
Why mₗ matters for chemistry and quantum computing
Each allowed value labels a distinct orbital — a distinct spatial wavefunction — inside a sub-shell. Counting these orbitals gives the degeneracy that underlies the shell structure of the periodic table. For quantum computing, any two-level system (such as the and states of an atomic transition) can serve as a qubit, so understanding how enumerates states is also a bridge to quantum hardware.
Try it
This is a numerical exercise — your code should return a number. For (the f
sub-shell), how many distinct values of are allowed?
Sign in on the full site to ask questions and join the discussion.