July 15, 2026
One of the most basic quantum mechanics problems is the square potential well. The basic description is that there is a quantum particle in a small well made of a potential field. The particle only has one degree of freedom, so this is considered a one-dimensional problem. First, we start with a drawing to visualize the problem.

Problem Definition
We have three regions, I, II, and III. Our goal is to find the wavefunction of our particle in each of the regions. In regions I and III, the potential is , and in region II, the potential is 0. Mathematically, we define this:
We are going to be working in the basis, and the goal is to find the allowed energy states.
Solving the Problem
We are going to start with the Schrödinger equation:
rearranging this, (as well as writing the second spatial derivative of the wavefunction as ), we get
This is a differential equation that will be the starting point for each section. This is a type of differential equation that will always result in an exponential. We will begin with section III.
We now have the equation
Solving, we get
where
We can similarly solve sections I and II to get the equations
where
We have some boundary conditions on any wave function. A wave function must be normalizable, meaning that it must be square integrable, so it has to go to 0 on both ends. Therefore, in sections I and III, we can impose the restrictions . This gives us . With this information, we can change the equation for region II to
We also need the wavefunction to be continuous, so we can equate the functions for regions I and II at and the functions for regions II and III at . We also have to equate their derivatives at the same points. Doing this, we get two types of equations, called symmetric and antisymmetric. The symmetric case is where and and the antisymmetric case is where and . For the symmetric case, we get
and for the antisymmetric case we get
Since both and depend on energy, this means that there cannot be arbitrary energy levels in this situation. This is where the “quantum” part of quantum mechanics comes from; energy is not a continuous spectrum, but quantized into discrete levels.
Going back to the initial values of and , we can see that, as , . Therefore, we must find the values of where .
The best way to solve from here is to graph them. First, we note that
This will graph a circle for us, based on the value we have for . Now, we choose our coordinate system. We choose , . We now have the equations
We plot these as orange, blue, and green, respectively.

For this arbitrarily chosen value of (which, in this case, happens to be ), we have three instances where the graphs cross the circle. These are called “bound states,” which refers to any states where the energy leaves the particle inside of the well. “Unbound states” are what we call the states where the energy level allows the particle to be above the well.
At this point, all we have to do is solve the graph, which can be done in a few ways. Any way that gives you the intersection of the two lines will do. Commonly, you’ll want to use a numerical method and a computer to do this, as it may be hard or impossible to do analytically.
What’s Next?
After doing this problem, there are a few different things you can try. There is the particle in a box, which is the same problem, but with . The particle in a box tends to be easier, but I personally find the potential well to be more informative. You can also try to solve the problem when the left and right side potentials are different. Another interesting thing you can try is to increase the number of dimensions; instead of just the x direction, try x and y. Eventually, you can build up to finding the energy states of a hydrogen atom, which adds a lot of complexity, but is not out of reach for people who understand the concepts and math of this problem.
Further Reading
Pretty much any good introductory textbook on quantum mechanics will give this problem either as an exercise, or as a worked example. My personal recommendation is Shankar’s “Principles of Quantum Mechanics.”
Leave a comment