Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Chemistry LibreTexts

Particle in an Infinite Potential Box (Python Notebook)

( \newcommand{\kernel}{\mathrm{null}\,}\)

Precode Loading

On the next cell we are going to import the libraries used in this notebook as well as call some important functions.

In the next cell we are shutting down eventual warnings displayed. This cell is optional.

Executing the next cell prints on the screen the versions of IPython, Python and its libraries on your computer. Please check if the versions are up-to-date to facilitate a smooth running of the program.

The next cell configures matplotlib to show figures embedded within the cells it was executed from, instead of opening a new window for each figure.

Particle in a 1D Box

download.png

Inside the box, the potential is equal to zero, therefore the Schrödinger equation for this system is given by:

22m2ψn(x)x2=Eψn(x)

Since the potential is infinity outside the box, the wavefunction must obey the following Boundary Condition:

ψn(0)=ψn(L)=0

where L is the length of the box.

After solving the Schrödinger equation, the normalized eigenfunctions obtained are given by:

ψn(x)=2Lsin(nπLx)

where n=1,2,...,.

It is important to emphasize that the quantization (n being only positive integers) is a consequence of the boundary conditions. Here are a few questions to think about before we move on:

Questions

  • Q1: Can you infer, just looking at the graphical representations of ψn(x) or |ψn(x)|2, what is the quantum state (labeled by its quantum number) n?
  • Q2: What is a node? How do the nodes relate to the Kinetic Energy of the system?
  • Q3: Is it possible to find the particle outside the box?
  • Q4: Does it matter that ψn(x) has negative values?
  • Q5: What variables and parameters does ψn(x) depend on?

Some of these questions can be answered by plotting the Wavefunction, ψn(x) and the Probability Density, |ψn(x)|2 for different values of n.

Wavefunctions and Probability Densities

Length Dependence on Wavefunctions

 
We can explore the changes in the Wavefunction and Probability Density for a given state n in boxes of different length L:

Wavefunctions and Probability Densities as a Function of size of Box

Energies

We can also look at the allowed values of energy, given by:

En=n2h28mL2

where m is the mass of the particle.

Note: Did you notice that ψn(x) does not depend on the mass of the particle (Equation ???), but the energies do (Equation ???)?

In contrast to the solution in the free particle system, for a particle confined within the box, not every energy value is allowed. We see that quantization is a direct consequence of the boundary condition. In other words: confinement leads to quantization.

Let's now analyze how the Energy Levels En for an electron change as a function of the size of the box.

Energy Levels as a Function of the Size of the Box

and how the Energy Levels, En change as a function of the mass of the particle.

Energy Levels as a Function of the Mass of Particle

We can combine the information from the wavefunctions, probability density, and energies into a single plot that compares the wavefunctions and the probability densities for different states, each one represented at its energy value. These plots are made using the electron mass.

Combined presentation of Energy Levels, Wavefunctions and Probability Densities

Once we know the properties of a 1D box, we can use separation of variables to find the solutions to the 2D and 3D box problem.

Particle in a 2D box

Since the 2-D Hamiltonian can be separated into two 1-D Hamiltonians, one depending only on the variable x and one depending only on the variable y, the solution to the 2D Schrödinger equation will be a wavefunction that is the product of the 1D solutions in the x and y directions with independent quantum numbers n and m:

Ψn,m(x,y)=ψn(x) ψm(y)=2LxLysin(nπLxx)sin(mπLyy)

Wavefunctions for a Particle in a 2D Box as a Function of the Quantum numbers

Since the variables are independent, a vertical slice in this plot shows the y dependence of the wavefunction, thus it would look like a 1D particle in a box. Similarly, a horizontal slice gives the x dependence, and behaves as a 1D wavefunction. Let's see that:

Slices Through Wavefunctions for a Particle in a 2D Box 

Questions

Here are some questions to consider from the plots (answer for arbitrary values of quantum numbers):

  • Q1: How many nodes does Ψn,m have in the x axis?
  • Q2: How many nodes does Ψn,m have in the y axis?
  • Q3: Can you sketch the equivalent plot for a non-symmetric box (for example, with Lx=2Ly)?

How about the energies?

When the Hamiltonian can be separated into independent Hamiltonians, the wavefunction can be built as the product of independent wavefunctions and the energy will be given by the sum of the 1D energies:

En,m=En+Em=h28mpn2L2x+h28mpm2L2y=h28mp(n2L2x+m2L2y)

Depending on the values of Lx and Ly (the length of the box on each side), we may get degenerated states: more than one state with the same energy.

Let's look at these Energy Levels as a function of quantum numbers and box sizes:

Energy Levels as a Function of Quantum Numbers and Box Sizes

In this graph, each state is represented by the quantum numbers (n,m). For example, if Lx=Ly then the state described by (a,b) will be degenerate with the state described by (b,a).

Going back and plotting the wavefunction for (a,b) and then for (b,a) you will notice that their properties are different since the number of nodes in one direction will be different from the number of nodes in the other direction (unless a=b).

The quantum numbers identify individual states, whereas the energies are associated with levels.

We are now ready to tackle "A Particle in a box a box with finite-potential walls"


This page titled Particle in an Infinite Potential Box (Python Notebook) is shared under a not declared license and was authored, remixed, and/or curated by Vinícius Wilian D. Cruzeiro, Xiang Gao, and Valeria D. Kleiman.

Support Center

How can we help?

PYTHON Session: NOT STARTED