Introduction: When Exact Solutions Don't Exist
Most potentials can't be solved analytically. The shooting method is a numerical technique for finding bound state energies by integrating the TISE and adjusting \(E\) until boundary conditions are satisfied.
The Algorithm
- Choose trial energy \(E\)
- Start from \(x \to -\infty\) with \(\psi \to 0\) (exponentially decaying)
- Numerically integrate TISE from left
- Check behavior as \(x \to +\infty\)
- If \(\psi\) blows up, adjust \(E\) and repeat
- Correct \(E\) found when \(\psi \to 0\) at both ends
Practical Implementation
- Use Runge-Kutta for ODE integration
- Match at a point \(x_m\) (e.g., classical turning point)
- Integrate from both ends, require smooth matching
- Use bisection or Newton's method to find \(E\)
When to Use It
The shooting method works for any 1D bound state problem. It's the go-to numerical method when:
- Potential is too complicated for analytic solution
- You need high-precision eigenvalues
- You want the actual wavefunction, not just \(E\)
The Quantum Connection
Numerical methods are essential in real quantum mechanics. Molecular orbitals, solid-state band structures, and atomic calculations all rely on numerical techniques. The shooting method teaches the physical intuition that bound states are "just right" energies where wavefunctions behave properly at infinity.