Wave function in Infinite/Finite Potential Wells

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
10 replies · 4K views
lee_sarah76
Messages
17
Reaction score
0

Homework Statement


What is the functional form of the wave function in the ground state in the
five regions x<0, 0<x<a, a<x<b, b<x<L, and x>L?

I've attached the picture of the potential well as well here:
Screen Shot 2014-02-14 at 6.05.31 PM.png


Homework Equations



Schrödinger time independent equation

The Attempt at a Solution



I understand that for x < 0 and x > L, ψ = 0 because there's no possibility of the particle being there.

And then between a and b: ψ = A*sin(kx) + B *cos(kx) where k = √(2mE)/(hbar)2

It's between 0 < x < a and b < x < L that I'm having issues. Can anyone point me in the right direction?

Thanks!
 
Physics news on Phys.org
So remember how you get k in the first place in the region where the potential is 0:

[itex]\frac{-\hbar^2}{2m}\frac{∂^2\psi}{∂x^2}=E\psi[/itex]

The solution comes from 'guessing' [itex]ψ = A\sin(kx) + B\cos(kx)[/itex], and plugging this into the differential equation and algebraically solving for k.

Now consider the regions where [itex]V=U_0[/itex]


[itex]\frac{-\hbar^2}{2m}\frac{∂^2\psi}{∂x^2}+U_0\psi=E\psi[/itex]

[itex]\frac{-\hbar^2}{2m}\frac{∂^2\psi}{∂x^2}=(E-U_0)\psi[/itex]

Notice how this is the same equation as above, the only difference being [itex]E-U_0[/itex] instead of [itex]E[/itex].

At this point you just assume a similar solution for [itex]\psi[/itex] in the two regions with potential [itex]U_0[/itex] as you did with in the 0 potential region. Note however that the coefficients infront of the sines and cosines in each of the 3 regions are different in each region; to solve for each one continuity conditions, boundary values and normalizationmust be applied.
 
So I get that it will be the same as the function for a < x < b except that the constants in front of the sine/cosine will be different and k = √2m(E - Uo)/ (hbar)2?

Is that right?
 
The others have a point; the solutions you 'should' assume had the form

[itex]\psi(x)=Ce^{zx}+De^{-zx}[/itex]


For some z that may end up being real, imaginary or complex; this is how you get the original ('particle in a box') solution in the first place.
 
Okay I think I see that. But how do we determine if the wavefunction will be sinusoidal or exponential?
 
lee_sarah76 said:
Okay I think I see that. But how do we determine if the wavefunction will be sinusoidal or exponential?

Recall the finite square well problem. What is the condition to get exponential behavior of the wavefunction outside the well?
 
Oh I see. So if the particle is bound by the potential, we know V > E, so we "guess" the exponential solution. But if the particle is free and E > V, then we guess the sinusoidal solution? Is that the correct interpretation?
 
Yes, although I wouldn't say it involves "guessing". If you study the form of the Schrödinger equation for the case where Vo > E, then you can see that the solution must be exponential. (But maybe you're using "guessing" more loosely.) Anyway, you're on the right track!
 
Ah, yes, I'm using "guessing" in the the sense that as I'm learning differential equations, the book tells us to "guess" solutions to the second order differential equations. It's not really guessing, but I've gotten used to the term.

Thanks so much!