How Many Bound States Exist in a Double Delta Function Potential?

Raze2dust
Messages
63
Reaction score
0

Homework Statement


Consider the double delts-function potential
<br /> V(x)=-\alpha[\delta(x+a)+\delta(x-a)]<br />
How many bound states does this possess? Find the allowed energies for
\alpha=\frac{\hbar^{2}}{ma^{2}}and\alpha=\frac{\hbar^{2}}{4ma^{2}}

Homework Equations


The Attempt at a Solution


I divided the region into three parts x<-a(Region 1) ; -a<x<+a(Region 2) ; x>+a(Region 3)
Since we consider bound states, E<0 and solving the SE yields
Ae^{kx} (x&lt;-a)
Be^{kx}+Ce^{-kx} (-a&lt;x&lt;a)
De^{-kx}(x&gt;a)
where k=\frac{\sqrt{-2mE}}{\hbar}
Continuity at x=-a and x=+a respectively give
A-B=Ce^{2ka}.....(1)
D-C=Be^{2ka}.....(2)

For this infinite potentials at points x=-a and x=+a,
\Delta(\frac{d\psi}{dx})=-\frac{2m\alpha}{\hbar^{2}}\psi(\underline{+}a)
So these give two more BC

A(1-\frac{2m\alpha}{k\hbar^{2}})=B-Ce^{2ka}...(3)
D(1-\frac{2m\alpha}{k\hbar^{2}})=C-De^{2ka}...(4)
So I tried to solve these (eqns 1 to 4)and what I got was A=D and B=C
and taking A/B ratios from 1 and 3, i get ke^{4ka}=\frac{2m\alpha}{\hbar^{2}}

And I am not able to solve this equation for k..i'd be grateful for any help :)
 
Last edited:
Physics news on Phys.org
A breakthrough!
I tried graphical solution and its clear that there is only one bound state. But how do I calculate energy corresponding to that state without analytically solving this?
 
so you obtained k?

k=\frac{\sqrt{-2mE}}{\hbar} ?
 
No that's where I am stuck . How do I solve this equation for k?

<br /> ke^{4ka}=\frac{2m\alpha}{\hbar^{2}}<br />

By taking exp(4ka) to the other side, we can graphically find that only one solution exists. But how can we calculate that solution without using computers and numerical methods?
 
Last edited:
Raze2dust said:
No that's where I am stuck . How do I solve that equation?

By taking exp(4ka) to the other side, we can graphically find that only one solution exists. But how can we calculate that solution without using computers and numerical methods?

ah just solve it nummerical. Newton-Rhapson method is good.

It is quite often that in physics we encounter equations that are not analytically solvable, so we have to solve them by nummerical methods. Same holds for integrals and differential equations.
 
Last edited:
ok..thanks a lot!

actually i have not encountered ant problem in griffiths book SO FAR which requires numerical solution..so i was thinking if there is any way to solve it analytically. haven't studued Newton-Raphson method yet..I'll use MATLAB may be for now..
 
I am not 100% sure that a solution to x*exp(x) = konstant, exists analytically.

Newton Raphson is something you do if you only have a pocket calculator. Matlab is easier if you just study on your own.

Good luck!
 
Back
Top