With my instated love for Physics, I had wished for this project to be a reality with the recent release of Oppenheimer directed by Christopher Nolan. A marvelous film with amazing cinemotography shedding light on Quantum Mechanics and the world of Nuclear Physics.
Follow the Jupyter file on the explanation of how to execute the file. Restrictions are applied as stated below,
Quantum Number | Limitations |
---|---|
Figure examples are shown below for:
Python (3.11.2 64-bit) was the main method behind the plot file and makes use of many libraries for ease of code visualization. Libraries and main imports include,
- Math (Internal)
- NumPY (1.24.3)
- SciPY (1.11.2)
- Matplotlib (3.7.2)
As the topic of the electron cloud density is complex to calculate, a foundation in Multivariable Calculus, the general idea of Quantum Mechanics, and knowledge of Laugerre Polynomials/Legendre Polynomials would be beneficial. However, I will try my best to explain the process.
If you already have the basis knowledge down you may skip this section as it is a revision and explanation portion. Only necessary ideas will be conveyed in this section, assuming you have the foundation in algebra and function analysis. Resources will be provided as per section explanation.
Spherical Coordinates is formally defined to be a coordinate system for an n-dimension Euclidean space where
-
The Radial Distance (radius, or radial coordinate), being the distance from the origin to the point as a straight line (magnitude).
$$r,ρ \left ( 0 \leq r,ρ \right )$$ -
The Polar Angle, being the angle (typically in radians) from the x - axis, counter clockwise stopping at the xy projection of r.
$$\theta \left ( 0 \leq \theta \lt 2\pi \right )$$ -
The Azimuth Angle, being the angle (typically in radians) from the z - axis, being the direct angle stopping at r.
$$\phi \left ( 0 \leq \phi \leq \pi \right )$$
Note: that theta (
The direct translation from Cartesian to Spherical is as follows:
The Spherical Coordinate System is another way of plotting any particular point in 3D space rather than using the Cartesian Coordinate System
Due note that the possibility of a function may be in terms of Spherical Parameters rather than Cartesian Parameters.
An excellent resource on Spherical Coordinates is linked here from Paul's Online Notes: https://tutorial.math.lamar.edu/classes/calciii/SphericalCoords.aspx
The shape of the atomic is depicted from different models of teachings in North America. We will be analyzing the higher format of energy levels, orbital axes, and formulation of quantum numbers.
The orbitals describe different probability clouds around the nucleus of the atom. Finding these probability clouds will be discussed later on under the wavefunction but for now, we assume there is a set probability distributed around the nucleus.
Examples are shown below for a single electron in Hydrogen below,
The four quantum numbers describe the movement and trajectory of an electron within the atom. With the Pauli Exclusion Principle, there are no pair of electrons that share the exact same quantum numbers. The quantum numbers and their limitations are stated below,
-
$(n)$ - The Principal Quantum Number describes the principal electron shell as it shows the most probable distance from the nucleus. As we increase in$(n)$ , the distance increases from the nucleus to the electron. -
$(ℓ)$ - The Angular Momentum Quantum Number describes the shape of an orbital which is the Angular Distribution. Each$(ℓ)$ indicates a specific subshell$(s,p,d,f)$ each unique with their own shape respectively.$(ℓ)$ -
(
$m_ℓ$ ) - The Magnetic Quantum Number descirbes the number of orbitals and their respective orientation in space within a subshell. It is dependant on$(ℓ)$ -
(
$m_s$ ) - The Electron Spin Quantum Number describes the direction of the electron spin either being strictly either$(\frac{1}{2})$ or$(-\frac{1}{2})$ . It is independant of the 3 other quantum numbers.
Each quantum number has their respective limiation stated below,
Quantum Number | Limitations |
---|---|
For a general overview of the atomic structure and the quantum numbers. I would recommend watching Professor Dave Explains on the topic: https://www.youtube.com/watch?v=Aoi4j8es4gQ
Note that for the probability density and the wavefunction in terms of quantum numbers, we will not consider the electron spin as it does not impose any general effect.
Quantum Mechanics expresses the theory that describes the physical nature of atoms and subatomic particles. A key feature about this theory is that rather than determining the location, momentum, or other physical properties of the particle(s) in a specified system with minimal uncertainty. It is determined with a probability instead.
Some restrictions are set as stated below,
-
$(\Psi)$ and its partial derivative counterpart$(\frac{\partial\Psi(x)}{\partial x})$ must be continuous -
$(\Psi)$ must be a solution to the Schrödinger Equation -
$(\Psi)$ must be normalized.$\lim_{x \to \infty} (\Psi) = 0$
By evaluating
The Schrödinger Equation was formed by Erwin Schrödinger. Considering the eigenvalue equation below,
This is an equation relating the Hamiltonian Operator of n-th eigenfunction to the Energy eigenvalue. Note that the Hamiltonian Operator takes in account of the Potential Energy and Kinetic Energy of the system as expressed below,
as
Through derivations, relations, and assumptions, we find the Partial Differential Equation of time independancy expressed below,
Solving this equation by seperation of variables finds the following,
We can now solve a particular
Note that due to the spherical symmetry of Hydrogen, we will consider Spherical Coordinates in terms of
For the following equations set below, please refer to the reference list stated after as they go in depth of attributing these equations. Please note that these equations are set for a strictly time independant assumption from the initial Partial Differential Equation above.
Some important clarification notes are,
-
$a_0$ is the Bohr radius as a set constant -
$L$ being the Laguerre polynomials with the set bounds stated.
Some important clarification notes are,
-
$e^{im_ℓ \phi}$ is the complex decay term. This results the total solution including a complex number. -
$P$ being the Legendre polynomials with the set bounds stated.