Particle in A Box
Particle in A Box
FREE PARTICLE IN A
BOX
AIM:
.
1. Revise particle in a box problem.
2. Write Schrodinger wave equation for a free particle in a box.
3. Convert above equation into eigenvalue problem
4. Write scilab codes to solve Schrodinger equation for the system
and find the energy eigenvalues & eigenfunction.
5. Check validity of the computational output of scilab codes.
PRE LAB
ℏ2 𝑑 2
− 2𝑚 𝑑𝑥 2 + 𝑉 𝜓 = 𝐸𝜓
ℏ2 𝑑 2
H𝜓 = 𝐸𝜓 where H = − 2𝑚 𝑑𝑥 2 + 𝑉 and is known as HAMILTONION.
ℏ2 𝑑 2
For Free particle in a Box, V=0, thus H = −
2𝑚 𝑑𝑥 2
Exercise
Write scilab codes to solve the Schrodinger wave equation of free particle in a box
with given specifications using finite difference method.