Is My Approach to Solving the Schrodinger Equation Correct?

  • Thread starter Thread starter cepheid
  • Start date Start date
  • Tags Tags
    Qm
AI Thread Summary
The discussion revolves around solving the Schrödinger equation for a one-dimensional potential involving delta functions. The user outlines their approach, detailing the potential graph and the wave function in different regions, but expresses uncertainty about the correctness of their method. Key points include the need for continuity conditions at the delta function locations and the integration of the Schrödinger equation, where an error in handling the delta function integrals was identified. Suggestions were made to derive additional relationships between the constants in the wave function and to consider the continuity of the wave function at both delta function locations. The complexity of solving the problem with delta potentials is acknowledged, emphasizing the importance of proper boundary conditions.
cepheid
Staff Emeritus
Science Advisor
Gold Member
Messages
5,197
Reaction score
38
I posted a small question about part of this problem earlier and got some tips that kept me going for a while. However, I'm still having trouble and I fear that my approach to the problem may be fundamentally wrong, since I'm not too confident with this stuff yet. So I thought I'd post the entire problem and my attempt at solving it so far:

Given the following one-dimensional potential \inline{ V(x) = -g\delta(x) -g\delta(x-a)} where \inline g and \inline a are positive constansts:

a) Graph the potential

This seemed easy enough. The difference between the two delta functions would be 0-0 everywhere except at x = 0, where the potential would equal \inline{ -\infty}, and at x = a, where it would also be \inline{ -\infty}. So the graph of the potential would consist of two vertical lines starting at the x-axis at those two points and going down to negative infinity. Correct?

b) Solve the time-independent Schrodinger equation for E < 0

My approach was as follows. We derived the time independent equation in class. Assuming the wave function has the following form:

\Psi(x,t) = \psi(x)T(t)

then: -\frac{\hbar^2}{2m}\frac{d^2\psi}{dx^2} + V\psi = E\psi

I then divided the area being considered into three regions:

i) x < 0

E &lt; 0 \therefore E = -|E|

So: \frac{d^2\psi}{dx^2} = -\frac{2m}{\hbar^2}(-|E|)\psi

\frac{d^2\psi}{dx^2} = \frac{2m|E|}{\hbar^2}\psi

Solving this differential equation:

\psi(x) = Ae^{\kappa x} + Be^{-\kappa x}

where \inline{\kappa^2 = \frac{2m|E|}{\hbar^2}}

As far as I know, in the other regions, the differential equation ends up being the same, so we have:

ii) 0 < x < a

\psi(x) = Ce^{\kappa x} + De^{-\kappa x}

iii) x > a

\psi(x) = Fe^{\kappa x} + Ge^{-\kappa x}

It also seemed to me that as \inline{ x \rightarrow -\infty, Be^{-\kappa x} \rightarrow \infty }

and as \inline{ x \rightarrow \infty, Fe^{\kappa x} \rightarrow \infty }

Neither of these situations is physically possible, so \inline{ B = F = 0 }

One continuity condition is \inline{ \psi(0^+) = \psi(0^-) }

Ae^0 = Ce^0 + De^0 \Rightarrow A = C + D

Also: \inline{ \psi(a^+) = \psi(a^-) }

Ce^{\kappa a} + De^{-\kappa a} = Ge^{-\kappa a}

Ce^{2\kappa a} + D = G
and so Ge^{-\kappa x} = Ce^{\kappa(2a-x)} + De^{-\kappa x}

To summarise, my solution is:

\psi(x) = \left\{\begin{array}{cc}Ae^{\kappa x} &amp; x &lt; 0 \\Ce^{\kappa x} + De^{-\kappa x} &amp; 0 &lt; x &lt; a\\Ce^{\kappa(2a-x)} + De^{-\kappa x} &amp; x &gt; a \end{array}

(A = C + D)

This may or may not satisfy my prof's requirements for part (b), but I decided to continue in the same way as the example problems in my notes did by integrating Schrodinger's equation:

-\frac{\hbar^2}{2m}\int_{-\epsilon}^{\epsilon}{\frac{d^2\psi}{dx^2}dx} -g\int_{-\epsilon}^{\epsilon}{\delta (x)\psi(x)dx} -g\int_{-\epsilon}^{\epsilon}{\delta(x-a)\psi(x)dx} = E\int_{-\epsilon}^{\epsilon}{\psi dx}

-\frac{\hbar^2}{2m}[\psi&#039;(\epsilon) - \psi&#039;(-\epsilon)] - g\psi(0) - g\psi(a) = 0

Take the limit as \inline{ \epsilon \rightarrow 0} :

-\frac{\hbar^2}{2m}[\psi&#039;(0^+) - \psi&#039;(0^-)] - g\psi(0) - g\psi(a) = 0

\frac{d\psi}{dx} = \left\{\begin{array}{cc}A\kappa e^{\kappa x} &amp; x &lt; 0 \\C\kappa e^{\kappa x} - D\kappa e^{-\kappa x} &amp; 0 &lt; x &lt; a\end{array}

And so -\frac{\hbar^2}{2m}[(C\kappa - D\kappa) - (C\kappa + D\kappa)] - g\psi(0) - g\psi(a) = 0

-\frac{\hbar^2}{2m}(-2D\kappa) = g(C+D) + g(Ce^{\kappa a} + De^{\kappa a})

As it must be clear by now, I'm not exactly sure what I'm doing, and I'm at a loss how to proceed from here. If I had some inkling, then I wouldn't have bothered posting all of this. I'd really appreciate some help with this problem. The last two parts of the question are:

c) Find the energy of the bound states (i.e. E < 0).
d) Find normalized eigen-functions for the energies in part (c).
 
Physics news on Phys.org
No replies...?

Look, I hate to resort to bumping my own thread...but I'm really in a bind here, and as you can see, I'm not asking for a freebie here. I've put a lot of work into this so far and have been thinking about it non-stop. Nevertheless, I'm just not clear enough on this material for that to be fruitful, so I'd really appreciate any assistance that you could offer.

Thanks
 
cepheid said:
Look, I hate to resort to bumping my own thread...but I'm really in a bind here, and as you can see, I'm not asking for a freebie here.

Right, but speaking for myself I actually have to do the problem to answer your question.

Sit tight, I'll get back to you later today.
 
also remeber to take into account the continuity of the wave function at both x = 0 and x = a, this will help you along...

dt
 
Hmm...

cepheid said:
One continuity condition is \inline{ \psi(0^+) = \psi(0^-) }

Ae^0 = Ce^0 + De^0 \Rightarrow A = C + D

Also: \inline{ \psi(a^+) = \psi(a^-) }

Ce^{\kappa a} + De^{-\kappa a} = Ge^{-\kappa a}

Ce^{2\kappa a} + D = G
and so Ge^{-\kappa x} = Ce^{\kappa(2a-x)} + De^{-\kappa x}

Interesting Dr Transport. That's what I thought I was doing here^^. But maybe you were referring to something else that I'm missing??

btw Tom...I apologise for my impatience before.
 
Sorry, but I've still no idea how to proceed with this. Have I gone wrong somewhere? I've posted everything I did so far. Help is much appreciated, thanks.
 
You've integrated incorrectly in:

-\frac{\hbar^2}{2m}\int_{-\epsilon}^{\epsilon}{\frac{d^2\psi}{dx^2}dx} -g\int_{-\epsilon}^{\epsilon}{\delta (x)\psi(x)dx} -g\int_{-\epsilon}^{\epsilon}{\delta(x-a)\psi(x)dx} = E\int_{-\epsilon}^{\epsilon}{\psi dx}

The integral over the second delta function is 0, since the interval -\epsilon&lt;x&lt;\epsilon does not contain x=a.
 
Last edited:
Good point!

That simplifies matters considerably. Thanks!
 
Or not...

So instead I get:

-\frac{\hbar^2}{2m}[(C\kappa - D\kappa) - (C\kappa + D\kappa)] - g\psi(0) = 0

Which gives me:

-\frac{\hbar^2}{2m}(-2D\kappa) = g(C+D)

\frac{\hbar^2 D\kappa}{m} = gA

\kappa = \frac{mgA}{\hbar^2 d}

And since \kappa^2 = \frac{2m|E|}{\hbar^2}

We get: |E| = \frac{m^2 g^2 A^2 \hbar^2}{2m\hbar^4 D^2}

Hopefully that answers part c. I don't know. It bothers me that A and D are still there.

Now for the normalization: \int{\psi^*\psi}dx = 1

I get: A^2\int_{-\infty}^{0} {e^{2 \kappa x}}dx + \int_{0}^{a} {(Ce^{\kappa x} + De^{-\kappa x})^2}dx + \int_{a}^{\infty} {(Ce^{\kappa(2a-x)} + De^{-\kappa x} )^2dx =1

:eek: Any suggestions?!?!
 
Last edited:
  • #10
I've no idea how to evaluate/simplify that^
 
  • #11
^In previous examples it involved combining the integrals somehow, but that doesn't seem possible here
 
  • #12
Well anyways, I gave up on it, so I guess that's that. Thanks to all those who did reply, although I have to say that for a thread that's been going on for more than ten days, the response was not what I had hoped, especially since I took great pains to show what work I had done.

I'm not saying that I don't still want help learning how to solve the problem, I'm just saying that based on the past few days, I'm confident that that help will not be forthcoming.
 
  • #13
cepheid said:
Well anyways, I gave up on it, so I guess that's that. Thanks to all those who did reply, although I have to say that for a thread that's been going on for more than ten days, the response was not what I had hoped, especially since I took great pains to show what work I had done.

I'm not saying that I don't still want help learning how to solve the problem, I'm just saying that based on the past few days, I'm confident that that help will not be forthcoming.

Cepheid,

this is a weird problem, you'd better ask your teacher to explain it if you have given such a problem for beginner students. You did everything well, but you do not have enough skills yet. The normal way of solving a Schroedinger equation is as you did. You assume a solution function, you get two parameters, \pm \kappa. You combined the wavefunction from these functions using constants, A, B, C, G. Now you need to eliminate all the constants but one. For these, you use the continuity of the wavefunction and the conditions for its derivative. For this, you used one at x=0, but missed the other, at x=a. If you write the integral from (a-\epsilon ) to (a + \epsilon ) you get an other relationship between C , D and G. Now you can express C and D with both A and G. Eliminate C and D, and you get two homogeneous equation for A and G. This system of equations has nontrivial solutions only (that is not A=0 and G=0) if its determinant is zero. From that condition you get an equation for \kappa. This equation is transcendental. Something like m \kappa = 1 \pm \exp (- \kappa a), m being a constant that contains m, g and \hbar. The next step is to express G with A , and then C and D with A using the value of \kappa you got to built up the wavefunction. As it contains only one free parameter now, you can calculate it (in principle) from the normality condition.
This is a lot of work, and I am not sure if there is no other solution. Working with delta potentials is really difficult.

ehild
 
  • #14
The one thing I have not seen in any other posts to this is the following: continuity of the wave function at x = a/2. There will then be a boundary condition relating C and D. This problem has intrigued me a little, so I'll try to sit down and work on it some.

dt
 
Back
Top