- #1
baseballfan_ny
- 92
- 23
- Homework Statement
- We are given a potential with a particle confined between two wells (see below). Assume that the wavefunction ##\psi## has the form below, and don't worry about the overall normalization. Apply the appropriate boundary conditions to find an equation ##f_{\pm}(k) = 0## (with no unknowns other than k), where ##\pm## indicates the symmetric and antisymmetric solutions.
- Relevant Equations
- Schrodinger's Equation. Boundary Conditions.
The idea here (as I'm told) is to use the boundary conditions to get a transcendental equation, and then that transcendental equation can be solved numerically. So I'm making a few assumptions in this problem:
1. The potential ##V(x)## is even, so the wavefunction ##\psi(x)## is either even or odd so that ## |\psi|^2## is even.
2. ##k## and ##\kappa## can be treated as one unknown, as they're both related to the energy.
3. I am assuming that the symmetric and antisymmetric solutions (represent by the ##\pm##) mean even and odd. Because of this, my representation of the even solution to the wave function is:
$$ \psi_{even}(x) =
\begin{cases}
A_1 \cos(kx), & -a - \frac {b} {2} \leq x \lt \frac {-b} {2} \\
A_2(e^{\kappa x} + e^{-\kappa x}), & \frac {-b} {2} \leq x \lt \frac {b} {2} \\
A_1 \cos(kx), & \frac {b} {2} \leq x \leq a + \frac {b} {2}
\end{cases}$$
And the odd solution:
$$ \psi_{odd}(x) =
\begin{cases}
B_1 \sin(kx), & -a - \frac {b} {2} \leq x \lt \frac {-b} {2} \\
A_2(e^{\kappa x} - e^{-\kappa x}), & \frac {-b} {2} \leq x \lt \frac {b} {2} \\
B_1 \sin(kx), & \frac {b} {2} \leq x \leq a + \frac {b} {2}
\end{cases}$$
Essentially, my reasoning is that for the even solution, the middle part with exponentials must be even and the ends must be even as well, so the odd part (the ##B_1## on the ##\sin(kx)##) should be 0, and analogous reasoning for the odd solution.
Then because I know a given solution is even or odd, I know that the coefficients should be the same on ##-a - \frac {b} {2} \leq x \lt \frac {-b} {2}## and ## \frac {b} {2} \leq x \leq a + \frac {b} {2} ##. This, I believe, allows me to only have to apply boundary conditions on one side of the potential.
However, when I start applying the boundary conditions, I run into an issue. The 3 boundary conditions I'm using are continuity of ##\psi(x)## and ##\frac {\partial \psi} {\partial x}## at ##x = \frac {b} {2}##, as well as ##\psi(x)## being 0 at ##x = a + \frac {b} {2}## (this is for the even solution).
If I apply those first two boundary conditions, I seem to get a transcendental equation for k...
$$A_2(e^{\kappa \frac b 2} + e^{-\kappa \frac b 2}) = A_1 \cos(k \frac b 2) $$
$$ \kappa (e^{\kappa \frac b 2} - e^{-\kappa \frac b 2}) = -k A_1 \sin(k \frac b 2) $$
Dividing these two gives me $$ \frac {1} {\kappa} \frac {e^{\kappa \frac b 2} + e^{-\kappa \frac b 2}} {e^{\kappa \frac b 2} - e^{-\kappa \frac b 2}} = - \frac {1} {\kappa} \cot(\frac {kb} {2}) $$
But the first boundary condition gives me a totally different value of k!
$$A_1 \cos(k(a + \frac b 2)) = 0$$
$$k(a + \frac b 2) = \frac {n \pi} {2} $$
That last line, I'm pretty sure, is not the solution to k. So I'm wondering if one of the assumptions I made earlier is flawed. Perhaps it's not safe to assume that ##B_1=0## for the even solution? But I would think any odd components need to vanish in the symmetric solution...