phy-520/project/writeup.mth

150 lines
8.7 KiB
Plaintext
Raw Permalink Normal View History

2020-12-23 21:28:58 +00:00
PHY 520: Group Project Written Documentation
Steven Wallbrown, Henry Colburn, Bruce He, Otho Ulrich
We present descriptions of our models in three parts. In this document, the infinite square well and 1/r potential models are presented. The simple harmonic oscillator is described in word document, accompanying this submission. In each case, a model was built in mathematica that parallels the developments in "Introduction to Quantum Mechanics" [Griffiths] and Dr. Chris Crawford's course notes for the PHY 520 course at UK, 2017.
The states were easy to model without normalization. We found that normalizing the states was a difficult consideration. We were pleased to see the qualitative behaviour we expected, at least, and look forward to developing similar models more fully. The simple harmonic oscillator is plotted in 1d and 2d, and the infinite square well and 1/r potential solutions are plotted in 1d. Mathematica programs are included in this submission.
Modeling the infinite square well potential
─────────────
The concept behind the simulation created is that of the infinite square well potential of a one-dimensional wave. The basics behind the idea is that a particle trapped in an area bordered by infinite potential must be composed of waves whose nodes correspond to the distance from one infinite potential barrier to another. The waves must be zero at the boundaries but are not required to have their derivatives be zero since there is no exponential decay of the wave, due to the infinite potential. Thus, the classical equation, sin(nπx/a) (where a is the well width and n is an integer) works for this situation where as the full quantum equation is not neccesary. This gives rise to the quantization of the energy levels so only discrete values are allowed. The program in Mathematica is designed so that up to three different waves can be plotted of different energy levels. The Y axis is the energy levels of the waves and the x axis is the width of the well. The program demonstrates the relationship between the number of nodes of a wave (entered in as n1, n2, and n3) and the energy levels associated with those waves. The simulation also draws attention to the spreading out of each successive wave from its predecessor in terms of separation energy, e.g. to go from n=5 to n=6 requires less energy input than n=100 to n=101. Within each wave function being plotted there is a horizontal line that represents the energy level of the wave that is on top of it. This is for a clearer representation of the energy level of the wave. The plotting range was also modified within each function so as to guarantee the plot would be large enough to fit up to the highest energy wave. With continued playing, the relationship between energy increases and node variation would become apparent to a user.
Modeling the 1/r potential - Hydrogen Atom
─────────────
To model a quantum particle in a radial potential, we addressed the derivation of the wave function parallel with the development in Griffiths, pg. 145, and in Dr. Crawford's course notes, and some various online sources.
The potential V(r) = 1/r in spherical coordinates describes the system as having constants of motion in the angular coordinates theta and phi, thus conserving angular momentum. Still, it admits an effective potential that includes a centrifugal factor,
V[eff](r) = V(r) + ħ²/2m l(l+1)/r².
The Schrodinger Equation with this potential may be solved using separation of variables. In this development, we focus on the radial wave function. The Schrodinger equation reads
-ħ²/2m d²/dr² ψ + [-1/r + ħ²/2m l(l+1)/r²] ψ = E ψ.
[-1/r + ħ²/2m l(l+1)/r²] ψ = E ψ + ħ²/2m d²/dr² ψ.
1/-E [-1/r + ħ²/2m l(l+1)/r²] ψ = -ψ + ħ²/-2mE d²/dr² ψ.
[1/rE + ħ²/-2mE l(l+1)/r²] ψ + ψ = ħ²/-2mE d²/dr² ψ.
We can introduce the variable κ = √(-2mE)/ħ, giving
[1 + 2m/ħ²κ 1/κr + l(l+1)/(κr)²] ψ = 1/κ² d²/dr² ψ.
Set ρ = κr, revealing ρ₀ = 2m/ħ²κ, which now gives
[1 + ρ₀/ρ + l(l+1)/ρ²] ψ = d²/dρ² ψ.
Note that by scaling ρ, we can translate this problem from the problem V(r) = 1/r to that of the hydrogen atom, with its specific radius. This is planned for later in the development.
Using an asymptotic breakdown, we can find the solution in three parts,
ρ → ∞: d²/dρ² ψ = ψ,
with solution ψ(ρ) = A exp(-ρ) + B exp(ρ),
and since the second factor is not normalizable,
ψ(ρ) = A exp(-ρ).
ρ → 0: d²/dρ² ψ = l(l+1)/ρ² ψ,
with solution ψ(ρ) = C ρˡ⁺¹ + D ρ⁻ˡ,
but Dρ⁻ˡ disobeys normalizability, so
ψ(ρ) = C ρˡ⁺¹.
The complete solution is then constructed assuming a power series v(ρ),
ψ(ρ) = A exp(-ρ) C ρˡ⁺¹ v(ρ),
where v(ρ) = ∑ cⱼ ρʲ.
j=0
The recursion relationship for the cⱼ coefficients is given by
2020-12-23 21:28:58 +00:00
⎧ 2(j + l + 1) - ρ₀ ⎫
cⱼ₊₁ = ⎨───────────────────⎬ cⱼ,
⎩(j + 1)(j + 2l + 2)⎭
where c₀ is normalized by total probability equal to one.
In general, this power series does result in unnormalizable states. There must be a maximum value of j, then, above which the coefficients are all zero. This jmax is related to the quantum numbers n and l by
jmax = n - l + 1.
Looking back at the recursion relationship, it becomes clear that
2(j + l + 1) - ρ₀ = 2n - ρ₀, and ρ₀ = 2n.
This gives us a relationship between the principle quantum number n and the energy of a state n, recalling that the angular momentum is conserved and so the energy value does not rely on the quantum numbers l or m.
Eₙ = -ħ²κ²/2m.
κ = 2m/ħ²ρ₀.
Eₙ = -2m/ħ²ρ₀² = -m/2ħ²n² = E₁/n², n = 1,2,3... ,
where E₁ = -m/2ħ².
Actually, this is not an energy. The scaling factor bringing this to solutions of the hydrogen atom would make it an energy. It comes back to the units of V(r) = 1/r. This of course has units of energy, but what are the constants that make it that way? We've used no constants here. This should at least be V(r) = E₀/r, for some energy.
This reveals the dependence on the principle quantum number of the previous quanties,
κ = 2m/ħ²ρ₀ = a/n,
where a = m/ħ² is the Scrodinger constant factor relating the action and mass of this system (or if scaled to the correct units, the inverse of the Bohr radius of the Hydrogen atom);
ρ = κr = ar/n.
This is where it becomes obvious the scaling would be good, because here we would see that the form reveals r/(bohr radius).
The spatial wave function is defined by three quantum numbers n, l, and m, and as previously stated, can be solved by separation of various such that
Ψₙₗₘ(r,θ,ϕ) = Rₙₗ(r) Yₗᵐ(θ,ϕ),
where we have already found the radial function R,
Rₙₗ(r) = 1/r exp(-ρ) ρˡ⁺¹ v(ρ).
The model we've developed is nearly capable of handling the associated LaGuerre polynomials, but they become difficult to plot. So, for now, we focus on the radial function, only.
Substituting our new information back into the recursion relationship gives us the recursion in terms of the quantum numbers,
2020-12-23 21:28:58 +00:00
⎧ 2(j + l + 1 - n) ⎫
cⱼ₊₁ = ⎨───────────────────⎬ cⱼ.
⎩(j + 1)(j + 2l + 2)⎭
This is sufficient information to model the radial component of the wave function, except for normalizing the coefficient c₀. This is done using the expression of probability conservation
∫ │Rₙₗ│² r² dr = 1.
o
2020-12-23 21:28:58 +00:00
We want to simulate the hydrogen atom, where V(r) ≠ -1/r, but instead V(r) = -e²/(4πε₀) 1/r. This changes some of our parameters, i.e.,
2020-12-23 21:28:58 +00:00
ρ = κr = r/an and ρ₀ = m e²/(2π ε₀ ħ² κ),
2020-12-23 21:28:58 +00:00
where a now represents the Bohr Radius,
2020-12-23 21:28:58 +00:00
a = 5.29 × 10⁻² nm.
2020-12-23 21:28:58 +00:00
The rest of the development is essentially the same.
2020-12-23 21:28:58 +00:00
In general, the normalization is given by
2020-12-23 21:28:58 +00:00
⎛ (2/na)³ (n-l-1)!⎞ 1/2
⎜ ────────────── ⎟
⎝ 2n [(n+l)!]³ ⎠.
2020-12-23 21:28:58 +00:00
We will notate this normalization as α. If we also notate the generalized Laguerre polynomials of x as L[q,p](x), then our model is
2020-12-23 21:28:58 +00:00
α exp(-r/na) (2r/na)ˡ L[n-l-1,2l+1](2r/na) Yₗᵐ(θ,ϕ).
2020-12-23 21:28:58 +00:00
We have not plotted this, but here Yₗᵐ refers to the spherical harmonics, which have the form (to within a normalization constant)
Yₗᵐ(θ,ϕ) = exp(ιmϕ) Pₗᵐ (cosθ),
2020-12-23 21:28:58 +00:00
where Pₗᵐ(x) are the Legendre Polynomials in x.
2020-12-23 21:28:58 +00:00
This model is implemented in mathematica, and will be presented to the Physics 520 class on Dec. 8, 2017.