Physics

(Work under progress)

1. Atomic beginnings

1.1 Hydrogen

The hydrogen atom is the simplest bound quantum system — it contains a single electron of charge  \(\color{blue}{-e}\)  bound to a proton of charge  \(\color{blue}{+e}\)  by the Coulomb potential:

\(\color{blue}E_n = -\tfrac{13.6\text{ eV}}{n^2}\) ..... (eq 1.1)


\(\color{#0077cc}V(r) = -\tfrac{e^2}{4\pi\epsilon_0 r}\) ..... (eq 1.2)


\(\color{#7f00ff}E_n = -\tfrac{13.6\text{ eV}}{n^2}\) ..... (eq 1.3)


As shown in eq. 1.1, the energy scales as \(\tfrac{1}{n^2}\).

Code
import math

def run_calc_slider(gamma):
    n = 300
    t = [i * 0.1 for i in range(n)]
    return t
\[\displaystyle \psi_{n\ell m} = R_{n\ell}(r)\,Y_\ell^m(\theta,\phi)\]

The time-independent Schrödinger equation in spherical coordinates is:
\(\displaystyle \left[ -\tfrac{\hbar^2}{2m_e}\nabla^2 + V(r) \right] \psi(r,\theta,\phi) = E\psi(r,\theta,\phi)\)

Separating variables, the wavefunction factorizes as:
\(\displaystyle \psi_{n\ell m}(r,\theta,\phi) = R_{n\ell}(r)\, Y_\ell^m(\theta,\phi)\)

where \(\displaystyle R_{n\ell}\) are the radial wavefunctions and \(\displaystyle Y_\ell^m\) are the spherical harmonics.

Damped Oscillator (Test plot)

Loading Python runtime...

Hydrogen Atom Wave Functions

Loading Python runtime...

1.1 Hydrogen

1.1 Hydrogen

1.1 Hydrogen

1.1 Hydrogen

1.1 Hydrogen