deedsy
- 81
- 0
Homework Statement
The potential for a particle mass m moving in one dimension is:
V(x) = infinity for x < 0
= 0 for 0< x <L
= V for L< x <2L
= infinity for x > 2L
Assume the energy of the particle is in the range 0 < E < V
Find the energy eigenfunctions and the equation that determines the energy eigenvalues. Don't worry about normalizing the eigenfunctions.
Homework Equations
The Attempt at a Solution
I believe I've found the equation for the energy eigenvalues...
in the region 0 < x < L the wave equation has the form:
\psi_1(x) = e^{ikx} + Be^{-ikx} where k = \sqrt{2mE}/\hbar
for L < x < 2L, the wave equation is:
\psi_2(x) = Ce^{-qx} + De^{qx} where q = \sqrt{2m(E-V)}/\hbar
applying the boundary condition \psi_1(x=0) = 0,
I find B = -1 and the wave equation can be rewritten and simplified as \psi_1(x) = A' sin(kx)
applying the boundary condition \psi_2(x=2L) = 0,
I find D = -C e^{-4qL} and the wave equation can be simplified to \psi_2(x) = C' sinh[q(x-2L)]
Now, equating these two equations at x = 0 and their derivatives at x=L, and then dividing the two results gave me a solution i can use to solve for E, the energy eigenstates: q tan(kL) = -k tanh(qL)
But now, I'm not sure how to go about finding the energy eigenfunctions... For the plain infinite well, it was easy because you just had one equation, sin(something) = 0 , so something = n*pi. Then you just rewrote the equation with n in it...
I'm thinking this involves another application of the boundary conditions, but I don't see how quantized energy functions will arise from equating my solutions at x = L...