6

Lets say we have a finite square potential well like below: finite well

This well has a $\psi$ which we can combine with $\psi_I$, $\psi_{II}$ and $\psi_{III}$. I have been playing around and got expressions for them, but they are not the same for ODD and EVEN solutions but lets do this only for ODD ones.


ODD solutions:

$$ \boxed{\psi_{I}= Ae^{\mathcal{K} x}~~~~~~~~\psi_{II}= - \dfrac{A e^{-\mathcal{K}\tfrac{d}{2}}}{\sin\left( \mathcal{L} \tfrac{d}{2} \right)}\, \sin\left(\mathcal{L} x\right)~~~~~~~~ \psi_{III}=-Ae^{-\mathcal{K} x}} $$

When i applied boundary conditions to these equations i got transcendental equation which is:

\begin{align} &\boxed{-\dfrac{\mathcal{L}}{\mathcal{K}} = \tan \left(\mathcal{L \dfrac{d}{2}}\right)} && \mathcal L \equiv \sqrt{\tfrac{2mW}{\hbar^2}} && \mathcal K \equiv \sqrt{\tfrac{2m(W_p-W)}{\hbar^2}} \\ &{\scriptsize\text{transcendental eq.} }\\ &\boxed{-\sqrt{\tfrac{1}{W_p/W-1}} = \tan\left(\tfrac{\sqrt{2mW}}{\hbar} \tfrac{d}{2} \right)}\\ &{\scriptsize\text{transcendental eq. - used to graph} } \end{align}

Transcendental equation can be solved graphically by separately plotting LHS and RHS and checking where crosssections are. $x$ coordinates of crossections represent possible energies $W$ in finite potential well.

So i can theoreticaly get values for possible energies $W$ and when i get these i can calculate $\mathcal L$ and $\mathcal K$. But i am still missing constant $A$.


ORIGINAL QUESTION:

I would like to plot $\psi_I$, $\psi_{II}$ and $\psi_{III}$ but my constant $A$ is still missing. How can i plot these functions so the normalisation will be applied?


EDIT:

After all of your suggestions i decided to work on a speciffic case of an electron with mass $m_e$ which i put in a finite well. So the constants i know are:

\begin{align} d &= 0.5nm\\ m_e &= 9.109\cdot 10^{-31} kg\\ W_p &= 25eV\\ \hbar &= 1.055 \cdot 10^{-34} Js {\scriptsize~\dots\text{well known constant}}\\ 1eV &= 1.602 \cdot 10^{-19} J {\scriptsize~\dots\text{need this to convert from eV to J}} \end{align}

I first used constants above to again draw a graph of transcendental equation and i found 2 possible energies $W$ (i think those aren't quite accurate but should do). This looks like in any QM book (thanks to @Chris White):

enter image description here

Lets chose only one of the possible energies and try to plot $\psi_I$, $\psi_{II}$ and $\psi_{III}$. I choose energy which is equal to $0.17\, W_p$ and calculate constants $\mathcal K$ and $\mathcal L$:

\begin{align} \mathcal K &= 2.3325888\cdot 10^{10}\\ \mathcal L &= 1.5573994\cdot 10^{10}\\ \end{align}

Now when the picture above looks like in a book i will try to use constants $\mathcal K$, $\mathcal L$ and $\boxed{A \!=\! 1}$ (like @Chris White sugested) to plot $\psi_I$, $\psi_{II}$ and $\psi_{III}$. Even now the boundary conditions at $-\tfrac{d}{2}$ and $\tfrac{d}{2}$ are not met:

enter image description here

EXTENDED QUESTION:

It looks like boundary conditions are not met. I did calculate my constants quite accurately, but i really can't read the energies (which are graphicall solutions to the first graph) very accurately. Does anyone have any suggestions on how to meet the boundary conditions?

Here is the GNUPLOT script used to draw 2nd graph:

set terminal epslatex color colortext size 9cm,5cm
set size 1.5,1.0
set output "potencialna_jama_6.tex"

set style line 1 linetype 1 linewidth 3 linecolor rgb "#FF0055"
set style line 2 linetype 2 linewidth 1 linecolor rgb "#FF0055"
set style line 3 linetype 1 linewidth 3 linecolor rgb "#2C397D"
set style line 4 linetype 2 linewidth 1 linecolor rgb "#2C397D"
set style line 5 linetype 1 linewidth 3 linecolor rgb "#793715"
set style line 6 linetype 2 linewidth 1 linecolor rgb "#793715"
set style line 7 linetype 1 linewidth 3 linecolor rgb "#b1b1b1"
set style line 8 linetype 3 linewidth 1 linecolor rgb "#b1b1b1"

set grid

set samples 7000

set key at graph .70, 0.4
set key samplen 2
set key spacing 0.8

m = 9.9109*10**(-31)
d = 0.5*10**(-9)
U = 25 * 1.602*10**(-19)
h = 1.055*10**(-34)

K = 2.3325888*10**10
L = 1.5573994*10**10
A = 1

f(x) = A*exp(K*x)
g(x) = -( A*exp(-L*(d/2)) )/( sin(L*(d/2)) )*sin(L*x)
h(x) = -A*exp(-K*x)

set xrange [-d:d]
set yrange [-8*10**(-2):8*10**(-2)]

set xtics ("$0$" 0, "$\\frac{d}{2}$" (d/2), "$-\\frac{d}{2}$" -(d/2))
set ytics ("$0$" 0)

set xlabel "$x$"

plot [-1.5*d:1.5*d] f(x) ls 1 title "$\\psi_{I}$", g(x) ls 3 title "$\\psi_{II}$", h(x) ls 5 title "$\\psi_{III}$" 
Qmechanic
  • 201,751
71GA
  • 2,555
  • 1
    Your values $d=1$, $\mathcal{L} = 1.5$ and $\mathcal{K} = 2$ don't actually satisfy the boundary condition! You need to choose the values for a solution. – Michael Apr 02 '13 at 07:27
  • So do i have to first get allowed energies $W$ from graphical solution of transcendental equations and use them to find possible $\mathcal L$ an $\mathcal{K}$ and finally calculating $A$ with normalisation. Then finally plotting the equation? – 71GA Apr 02 '13 at 07:38
  • 1
    Yes. The boundary conditions on $\psi$ can only be satisfied for values of $W$ that satisfy the quantization condition (the transcendental equation). – Michael Apr 02 '13 at 08:52
  • Indeed. The steps are: (1) choose any $d$; (2) find a pair $(\mathcal{L},\mathcal{K})$ that satisfies the transcendental equation; (3) choose any $A$ (perhaps via a normalization condition); (4) plot. –  Apr 02 '13 at 15:56
  • Please check my EDIT which is completely reworked. I added a specific case of an electron and tried to plot graphs. Still i didn't get what i expected. I used $A=1$ which shouldn't be signifficant (i havent had nerves to bother calculating that large normalisation integral, but will do it if i really must). – 71GA Apr 02 '13 at 22:50
  • 1
    You have the wrong sign inside the square root in $\mathcal{K}$. Make that change, and you will find exactly 2 bound solutions ($W<W_p$). As it stands currently, the only real solutions for $(\mathcal{L},\mathcal{K})$ correspond to $W>W_p$, but in this case you know the solution in regions I and III will be sines and cosines rather than exponentials, but such solutions cannot be accommodated in the form currently written. –  Apr 02 '13 at 23:28
  • I don't understand this. We define $\mathcal K$ out of stationary Schrödinger equation like this (why would the sign be wrong? I am not using negative potential $W_p$). I am sorry for the formatting but i needed to write it like this: \begin{align} &~W \psi = -\frac{\hbar^2}{2m}, \frac{d^2 \Psi}{d, x^2} + W_p , \psi\nonumber\ &~\frac{d^2 \Psi}{d, x^2} = -\frac{2m}{\hbar^2} \left(W-W_p \right)\psi\nonumber\ &\boxed{\dfrac{d^2 \Psi}{d, x^2} = -\mathcal{K}^2\psi}~~ \boxed{\mathcal{K} \equiv \sqrt{\tfrac{2m(W-W_p)}{\hbar^2}}}\ \end{align} – 71GA Apr 03 '13 at 08:26
  • If you define $\mathcal{K}$ that way, fine, but then the solutions to the equation are of the form $c_1\sin(\mathcal{K}x)+c_2\cos(\mathcal{K}x)$, rather than $c_3e^{\mathcal{K}x}+c_4e^{-\mathcal{K}x}$. In the former case, $\mathcal{K}$ will be imaginary and you will need both $c_1$ and $c_2$, while in the latter case $\mathcal{K}$ will be real and one of the $c$'s can be set to $0$. As it stands, $\psi_\mathrm{I}$ and $\psi_\mathrm{III}$ do not satisfy the Schrödinger equation, since twice-differentiating an exponential does not pull out a negative sign. –  Apr 03 '13 at 15:31
  • I did redraw the graphs using your suggestion. 1st graph now looks like it is ok, but second graph still isnt - check my edit. Does anyone have any more ideas on why my boundary conditions are not met? – 71GA Apr 04 '13 at 08:13

2 Answers2

13

Wavefunctions are found by solving the time-independent Schrödinger equation, which is simply an eigenvalue problem for a well-behaved operator: $$ \hat{H} \psi = E \psi. $$ As such, we expect the solutions to be determined only up to scaling. Clearly if $\psi_n$ is a solution with eigenvalue $E_n$, then $$ \hat{H} (A \psi_n) = A \hat{H} \psi_n = A E_n \psi_n = E_n (A \psi_n) $$ for any constant $A$, so $\psi$ can always be rescaled. In this sense, there is no physical meaning associated with $A$.

To actually choose a value, for instance for plotting, you need some sort of normalization scheme. For square-integrable functions, we often enforce $$ \int \psi^* \psi = 1 $$ in order to bring the wavefunction more in line with the traditional definition of probability (which says the sum of probabilities is $1$, also an arbitrary constant).

In your case, $$ \psi(x) = \begin{cases} \psi_\mathrm{I}(x), & x < -\frac{d}{2} \\ \psi_\mathrm{II}(x), & \lvert x \rvert < \frac{d}{2} \\ \psi_\mathrm{III}(x), & x > \frac{d}{2}. \end{cases} $$ Thus choose $A$ such that $$ \int_{-\infty}^\infty \psi(x)^* \psi(x) \ \mathrm{d}x \equiv \int_{-\infty}^{-d/2} \psi_\mathrm{I}(x)^* \psi_\mathrm{I}(x) \ \mathrm{d}x + \int_{-d/2}^{d/2} \psi_\mathrm{II}(x)^* \psi_\mathrm{II}(x) \ \mathrm{d}x + \int_{d/2}^\infty \psi_\mathrm{III}(x)^* \psi_\mathrm{III}(x) \ \mathrm{d}x $$ is unity.

If you happen to be in the regime $E > W_p$, then $\mathcal{K}$ will be imaginary, $\psi_\mathrm{I}$ and $\psi_\mathrm{III}$ will be oscillatory rather than decaying, and the first and third of those integrals will not converge. You could pick an $A$ that conforms to some sort of "normalizing to a delta function," but there are many different variations on this, especially for a split-up domain like this. In that case I would recommend picking an $A$, if you really have to do it, based on some other criterion, such as $\max(\lvert \psi \rvert) = 1$ or something.

  • I tried to plot this by using some random values in gnuplot. IT came out like nothing what read about in Griffith, Beiser... - check my edit. – 71GA Apr 02 '13 at 06:47
  • That large normalisation integral looks like a challenge :) – 71GA Apr 02 '13 at 22:51
3

I found the case myself. There was a mistake in a GNUPLOT script. The line:

g(x) = -( A*exp(-L*(d/2)) )/( sin(L*(d/2)) )*sin(L*x)

Should have $\mathcal K$ in place of the first $\mathcal L$. This was the first mistake but after i fixed it my graphs still were sloppy, so i redid all the readings for energies from a graphicall solutions to the transcendental equations and recalculated $\mathcal K$ and $\mathcal L$. As it turns out my graphs now came out perfectly!

Here are the images:

enter image description here enter image description here

Thank you all for the help. Reward goes to @Chris White.

71GA
  • 2,555
  • 1
    I forgot to mention that this is for $A=1$. I should do the normalisation, but it is a tricky thing and will leave it for now. – 71GA Apr 05 '13 at 09:24