Lesson 328: Numerical Solutions: The Shooting Method

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

  1. Choose trial energy \(E\)
  2. Start from \(x \to -\infty\) with \(\psi \to 0\) (exponentially decaying)
  3. Numerically integrate TISE from left
  4. Check behavior as \(x \to +\infty\)
  5. If \(\psi\) blows up, adjust \(E\) and repeat
  6. Correct \(E\) found when \(\psi \to 0\) at both ends

Practical Implementation

When to Use It

The shooting method works for any 1D bound state problem. It's the go-to numerical method when:

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.