How do I derive a wave function for an electron in a finite potential well?

liquidFuzz
Messages
107
Reaction score
6
I'd like to get some help and pointers on how to derive a wave function. Since I'm not really good at physics I'm just going to use brute force, if anyone spot a mistake please please point it out.

If I look at an electron in an well with infinite potential walls. The well has the dimensions -a<x<a

\displaystyle \frac{\hbar^2}{2m} \frac{\Psi d^2}{dx^2} = E \Psi

\displaystyle k^2 = \frac{2mE}{\hbar^2}

Gives
\displaystyle \frac{\Psi d^2}{dx^2} = -k^2 \Psi

Solutions to diff equation

\displaystyle \Psi(x) = A \cos kx + B \sin kx

Boundarys \displaystyle \Psi(\pm a) = 0 \rightarrow B = 0 and \displaystyle A = 0 or \displaystyle \cos ka = 0

\displaystyle k=\frac{\pi(2n - 1)}{2a}

Now
\displaystyle \Psi(x) = A \cos \frac{\pi(2n - 1)}{2a} x

I also know that the integral from -a to a of the square should be equal to one.

\displaystyle \int^{-a}_a \left|\Psi(x) \right|^2\,dx = 1

Can now be written like this

\displaystyle \int^{-a}_a A^2 \cos^2 \left( \frac{\pi(2n - 1)}{2a} x \right) \,dx = 1

Some trigonometry

\displaystyle A^2 \int^{-a}_a \frac{1}{2} \,dx + A^2 \int^{-a}_a \cos \left( \frac{\pi(2n - 1)}{a} x \right) \,dx = 1\displaystyle A^2 a + A^2 \frac{\pi(2n - 1)}{a} \sin \left( \frac{\pi(2n - 1)}{a}(+a) \right) - A^2 \frac{\pi(2n - 1)}{a} \sin \left( \frac{\pi(2n - 1)}{a} (-a) \right) = 1

Since the sin parts becomes zero.

\displaystyle A = \frac{1}{\sqrt{a}}

Finally

\displaystyle \Psi(x) = \frac{1}{\sqrt{a}} \cos \frac{\pi(2n - 1)}{2a} x

I take it this solution is in the interval -a < x < a, in all other points the function is zero. If this is somewhat correct, is there a more elegant way of doing this, or are there some standard solutions that can be used to find a particular solution?

Edit, how do I derive a wave function if a wall is at a certain potential, not infinite? For instance an electron in the third state in a 5 eV potential wall. I know that the function is exponential declining. But how do I determine where the nodes are and how high the wave function is at x = a?
 
Last edited:
Physics news on Phys.org
liquidFuzz said:
Solutions to diff equation

\displaystyle \Psi(x) = A \cos kx + B \sin kx

Boundarys \displaystyle \Psi(\pm a) = 0 \rightarrow B = 0 and \displaystyle A = 0 or \displaystyle \cos ka = 0

Better: (A = 0 and sin ka = 0) or (B = 0 and cos ka = 0). This leads to a second set of solutions using sines, with different energies. The total set of solutions is the union of the two sets.

I take it this solution is in the interval -a < x < a, in all other points the function is zero. If this is somewhat correct, is there a more elegant way of doing this, or are there some standard solutions that can be used to find a particular solution?

This is pretty much the standard way to do it for the infinite square well, which you can find in any number of textbooks and Web pages. It doesn't actually derive the fact that the general solution consists of sines and cosines, but you can get that from standard methods for solving ordinary differential equations; see a textbook on differential equations for that.

Edit, how do I derive a wave function if a wall is at a certain potential, not infinite? For instance an electron in the third state in a 5 eV potential wall. I know that the function is exponential declining. But how do I determine where the nodes are and how high the wave function is at x = a?

At x = a the wave function for -a < x < a must match the wave function for x > a, that is:

A \cos ka = Ce^{-ka} (and B = 0)

or

B \sin ka = Ce^{-ka} (and A = 0)

The functions must also match at x = -a (the other boundary) but this simply leads you to the same results as the above equations.

Unfortunately you cannot solve for a (and therefore E) using only algebra. You have to do it numerically. After you've done that you can find A, B and C. This is also a standard topic. If you do a Google search for "finite square well" you'll probably find some methods for doing it.
 
Mhmm... when I got the cos() function I thought, all right an even function. Since the well I presumed was symmetric I thought that was a good thing. Wouldn't the sin(some angle) variant just be a image of the cos(the angle I calculated) solution..? (Considering the boundary conditions.)

C1 sin(some angle) = C2 cos(the angle a calculated)

Edit
I get the boundaries explanation a with a non infinite potential. By just looking at it: If I know the potential isn't it quite easy to determine C e^{-ka}?
 
Last edited:
I just found a nice series of videos on youtube and in Physics Handbook the solutions are stated for different potentials(Ep). Like you said:

\displaystyle \Psi(x) A e^{ikx} + B e^{-ikx} where \displaystyle k = \frac{1}{\hbar} \sqrt{2m(E-E_p)}

If the potential is higher than the particle energy.

\displaystyle \Psi(x) C e^{lx} + B e^{-lx} where \displaystyle l = \frac{1}{\hbar} \sqrt{2m(E_p-E)}

By the way, thanks a heap!
 
liquidFuzz said:
Mhmm... when I got the cos() function I thought, all right an even function. Since the well I presumed was symmetric I thought that was a good thing.

A symmetric potential has both even and odd eigenfunctions of energy. See these graphs:

http://en.wikipedia.org/wiki/File:Particle_in_a_box_wavefunctions_2.svg

n = 1 and 3 in this diagram correspond to your n = 1 and 2.

n = 2 and 4 in this diagram are the first two energy eigenfunctions that use sines. Their energies and wavelengths fall in between those for the cosines.
 
liquidFuzz said:
I just found a nice series of videos on youtube and in Physics Handbook the solutions are stated for different potentials(Ep).

These are for non-zero potential inside the well, and infinite outside. I thought you were asking about the case where the potential is zero inside and non-infinite outside.
 
Thanks for the clarification!
 
Back
Top