Finite square well potential energy

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Jalo
Messages
117
Reaction score
0

Homework Statement



Hello.

Imagine a particle bound in a square well potential of potential energy
V0 if |x| > a
0 if |x| < a

The wave function of the particle is: (ignoring the time dependency)
-A*exp(kx) if x<-a
B*sin(3*pi*x/4a) if |x|<a
A*exp(-kx) if x>a

where k = sqrt(2mE)/ħ

Find the energy of the particle.

Homework Equations





The Attempt at a Solution



First of all I determined the value of A through the condition of continuity at the boundaries:
A*exp(-k*a) = B*sin(3*pi*a/4a)
A*exp(-k*a) = B/sqrt(2)
A = B*exp(ka)/sqrt(2)

Rewriting the wave function:

-B*exp(k[x+a])/sqrt(2) if x<-a
B*sin(3*pi*x/4a) if |x|<a
B*exp(-k[x-a])/sqrt(2) if x>a

After that I decided to use the normalization condition to find the value of k.

[itex]\int[/itex]dx <ψ|ψ> = 1

Separating the integral into three, one for each region, I concluded that:

∫dx A2 exp(2kx) = B2/4k
∫dx A2 exp(-2kx) = B2/4k
∫dx A2 sin2(3*pi*x/4a) = B2(a+1/2a)

Therefore:
B2/2k + B2(a+1/2a) = 1
B2(1/2k + a + 1/2a) = 1

However this doesn't help me much... I don't know what I should do next, or if what I'm doing is getting me closer to the answer.. The correct answer is:

E = (9/32) π2ħ2/ma2

Thanks for taking the time to read my problem.
 
on Phys.org
TSny said:
To answer the question, you don't need to worry about the normalization.

Think about how E shows up in the Schrödinger equation.

Thank you very much! I completely forgot about that!

Cheers!