Part I: Foundations — Wave Mechanics
There is a moment, somewhere around the third week of a first quantum mechanics course, when a student realizes that the world does not work the way they thought it did. Not in the minor, adjustable sense of learning that Newtonian gravity is really the curvature of spacetime, but in the deep, disorienting sense that the very categories they use to organize experience — "this particle is here," "it went through that slit," "it has this energy right now" — do not survive contact with reality at the atomic scale. That realization is the beginning of quantum mechanics.
Part I is where that realization happens, and where we begin building something solid on the rubble of classical intuition.
What This Part Covers
We begin at the beginning: the experimental crises of the late nineteenth and early twentieth centuries that shattered classical physics. Chapter 1 walks through the five great failures — blackbody radiation, the photoelectric effect, atomic spectra, Compton scattering, and electron diffraction — not as historical curiosities but as active clues that point toward a radically new theory. By the end of that chapter, you will understand why physicists were forced, against every instinct, to accept that nature is quantized and probabilistic.
Chapter 2 introduces the central object of quantum mechanics: the wave function $\Psi(x, t)$, governed by the Schrodinger equation. You will learn what the wave function means (Born's statistical interpretation), how to normalize it, how to extract predictions from it (expectation values), and why probability is conserved. This is the foundation on which everything else is built.
Chapters 3 through 5 put the Schrodinger equation to work on increasingly sophisticated problems. Chapter 3 tackles the infinite square well, the finite square well, and quantum tunneling — the "Hello World" problems of quantum mechanics, where you first see quantized energy levels emerge inevitably from boundary conditions. Chapter 4 treats the quantum harmonic oscillator, arguably the single most important problem in all of physics: it appears in molecular vibrations, photons, phonons, and quantum field theory. You will solve it twice — once with differential equations, once with ladder operators — and the second method will change how you think about quantum mechanics forever. Chapter 5 extends to three dimensions and solves the hydrogen atom completely: spherical harmonics, radial wave functions, the full energy spectrum $E_n = -13.6\,\text{eV}/n^2$, and the beautiful orbital shapes you may have seen in chemistry but never derived.
Chapter 6 steps back from specific problems to build the general framework: Hermitian operators as observables, commutators as the algebra of quantum mechanics, and the generalized uncertainty principle as a mathematical theorem (not a statement about measurement clumsiness). Chapter 7 completes Part I by developing the time-evolution operator, comparing the Schrodinger and Heisenberg pictures of dynamics, and showing how quantum mechanics contains classical mechanics as a limiting case.
Why It Matters
Part I is the foundation of everything that follows. There is no shortcut through it. The problems you solve here — the infinite well, the harmonic oscillator, the hydrogen atom — are not just practice exercises. They are the reference systems against which all of quantum mechanics is calibrated. When we study perturbation theory in Part IV, we will perturb these systems. When we introduce Dirac notation in Part II, we will translate these solutions into the new language. When we build quantum circuits in Part V, the underlying logic will rest on the operator formalism you learn here.
More importantly, Part I is where you build quantum intuition. Not classical intuition awkwardly adapted, but genuine quantum intuition: the sense that a particle in a box must have discrete energies, that tunneling through a barrier is not surprising but inevitable given the wave equation, that the uncertainty principle is not a limitation of technology but a feature of reality. This intuition will serve you for the rest of the book and the rest of your career.
What You Will Be Able to Do
By the end of Part I, you will be able to:
- Solve the time-independent Schrodinger equation for piecewise-constant potentials, the harmonic oscillator, and the hydrogen atom
- Calculate expectation values, uncertainties, and transition probabilities for standard quantum systems
- Apply the operator formalism — commutators, Hermitian operators, the uncertainty principle — to any quantum mechanical problem
- Interpret quantum phenomena physically, distinguishing genuine quantum effects (tunneling, zero-point energy, superposition) from classical analogues
- Write Python code that numerically solves the Schrodinger equation, visualizes wave functions and probability densities, and verifies analytical results
You will also have built the first seven modules of the Quantum Simulation Toolkit: constants, wave functions, 1D solvers, harmonic oscillator tools, hydrogen atom functions, operator algebra, and time evolution.
How It Connects to What Comes Next
Part I works entirely in the "wave mechanics" picture: wave functions $\psi(x)$, differential operators $\hat{p} = -i\hbar\,\partial/\partial x$, and integrals over all space. This picture is concrete and physically transparent, but it is also limited. It obscures the abstract structure that makes quantum mechanics powerful and beautiful.
Part II rebuilds everything you have learned in the language of Hilbert spaces and Dirac notation. Chapter 8 — the bridge chapter — will translate $\psi(x)$ into $|\psi\rangle$, and you will never look back. But you need the physical grounding of Part I to make that abstraction meaningful. Without the concrete experience of solving the hydrogen atom in wave mechanics, Dirac notation would be formalism without content. With it, the notation becomes a lens that reveals structure you could not see before.
So let us begin where physics began: with experiments that broke classical physics, and with the extraordinary theory that rose to take its place.
Chapters in This Part
- Chapter 1: The Quantum Revolution: Why Classical Physics Broke and What Replaced It
- Chapter 2: The Wave Function and the Schrödinger Equation — The Rules of the Game
- Chapter 3: Solving the Schrödinger Equation — The Infinite Square Well and Other Exactly Solvable Problems
- Chapter 4: The Quantum Harmonic Oscillator — The Most Important Problem in All of Physics
- Chapter 5: Quantum Mechanics in Three Dimensions: The Hydrogen Atom
- Chapter 6: The Formalism — Operators, Commutators, and the Generalized Uncertainty Principle
- Chapter 7: Time Evolution and the Schrödinger vs. Heisenberg Pictures