The Hydrogen Atom Orbitals
Giulio Dujany
Introduction
Almost a century after their modeling in quantum mechanics as wave functions, hydrogen's orbitals have become a common subject in High school and even previous degree of education. In this worksheet is shown as Maple provides useful tools for studying and visualizing the hydrogen's orbitals. In particular interactive components can provide a useful didactic aid easily generating and visualizing the wave functions, and different probability plots (radial, orbital).
In the first part of this worksheet we show that it is easy to define the wave functions using Maples' already implemented special functions as spherical harmonics and Laguerre polynomials. We then produce plots for radial and angular probability and for the iso-probability surfaces combining the two information. We finally use interactive components to produce the mathematical expression, and the probability plots of the orbital from the three quantum numbers.
Spherical harmonics
Solutions of Schrodinger's equation for the Hydrogen atom can be factorize in a function of the distance of the electron from the nucleus (r) and a function of the direction (ϑ, ?), due to the spherical symmetry of the problem.
The function of the direction is a spherical harmonic, an eigenfunction of the square and of the third component of the orbital angular momentum operator (L and Lz respectively). Yl m (ϑ,?) is labeled by two quantum numbers: l, related to the eigenvalue of L and m, related to the eigenvalue of Lz . l and m can assume integer values: 0≤ l ≤ n-1 (where n is the first quantum number related to the eigenvalue of energy) and -l ≤ m ≤ l. ϑ is the colatitude and ? is the azimuth angle of the spherical coordinate system (0≤ϑ≤π, 0≤?<2π).
Maple already knows spherical harmonics so we use the already implemented functions requiring that they are written using elementary functions.
For example:
We check that they are correctly normalized. This is necessary because of the probabilistic interpretation of quantum mechanics: the square of the wave function is the probability density to find the electron. Thus |Yl m(ϑ,?)| is the probability density to find the electron in the direction identified by ϑ and ?. This integral being 1 means that it is sure to find the electron in some direction.
The plots of the squares of spherical harmonics are symmetric for rotation around z-axis (this is because spherical harmonics are eigenfunctions of Lz). In order to have also a dependence from ? we define OrbY making a change of basis in the linear space spanned by spherical harmonics. These functions are no longer eigenfunctions of Lz but their plots are more usually shown in books.
Of course the probabilistic interpretation still stands.
Radial functions
Radial functions make use of generalized Laguerre polynomials, r is the distance of the electron from the nucleus
and r 2 [0,+∞).
a0 is the Bohr radius and Maple already knows its definition and value:
Wave functions
We check that they are normalized. As we work in spherical coordinates the integrand is |ψn l m(r,ϑ,?)| r sin(ϑ).
We also define wave functions using OrbY instead of Y to have the dependence from ? also in their square.
We verify normalization:
Radial probability
Integrating in spherical coordinates we must add the Jacobian determinant of the change of variables. Thus the probability density to find the electron at a given distance from the nucleus is not |Χn l(r)| but |Χn l(r)| r. We define Rn l(r) = r Χn l(r) whose square is the correct radial probability density.
Radial plots
Radial functions are define for r = 0..∞ but, after a given value of r, functions go asymptotically to zero. For this reason in our plots the range of r will go from 0 to the value of r for which the surface under the graph of |Rn l(r)| reaches 0.999.
For |Rn l(r)| this means to plot the 99.9% of probability to find the electron. For |Χn l(r)| instead there is not such probabilistic interpretation but it is only a trick to cut off the tail from the plot.
Angular Plots
Plotting |Yl m(ϑ,?)| we can see that it is symmetric under rotation around the z-axis.
The plot of |OrbYl m(ϑ,?)| instead has a dependence also from ?.
Iso-probability surfaces
We want to plot the surface containing 90% of probability to find the electron.
We therefore evaluate, using radial probability, the value rmax of r for which the cumulative probability reaches 0.9
Using an implicit plot we obtain the surface of all the points whose probability is the cube of the radial probability at rmax.
We can use Orb instead of ψ to have the dependence from ?.
Interactive components
In this section the content of previous paragraphs is automated building interactive components.
In the first combo box it is possible to choose between showing an eigenvalue of Lz or a function whose square depends also by ? as defined in the previous paragraphs (Orbital).
We can then select the three quantum numbers (automatically the values of l and m are only the possible ones according to the choice of n). m is the third quantum number related to the eigenvalue of Lz only selecting the option "Eigenvalue Lz", conversely in "Orbital" it is has a different meaning but it is only a label. The upper limit of n has no physical constraints and can be changed adding values in the corresponding combo box.
n = l = m =
Equation: ψ=
|Χn l(r)| |Rn l(r)| = r |Χn l(r)|
Radial Plots:
|Yl m(ϑ,?)|
Angular Plot:
|ψn l m(r,ϑ,?)|
Iso-probability surface:
References
Harrington D. A., Orbitals Package Examples, Maplesoft Application Center, 2007.
Hercules D., Density of Probability of an Electron near the Nucleus, Maplesoft Application Center, 2010.
Rossetti C., Rudimenti di meccanica quantistica, Levrotto & Bella, Torino, 2008.
Shankar R., Principles of Quantum Mechanics, Plenum Press, New York, 1980.
Watson G. N., Whittaker E. T., A Course of Modern Analysis, Cambridge University Press, 1927.