Probability for finding particle outside potential well

Eric_meyers
Messages
64
Reaction score
0

Homework Statement


A particle in the harmonic oscillator potential is in the first excited state. What is the probability of finding this particle in the classically forbidden region?


Homework Equations



probability of finding particle = integral of abs[psi squared] [a,b]

The Attempt at a Solution



So, I'm using mathematica to find the intersection point of my x probability distribution with the oscillator potential function.

Solve[ ((m*w)/(\[Pi]*h))^(1/4)*(2*m*w/h)^(1/2)*
Exp[-((m*w)/(2*h))*x^2] - (1/2) (w^2)*m*x == 0, x]

but I get the answer
{{x -> -(Sqrt[h] Sqrt[
ProductLog[(8 Sqrt[(m w)/h])/(h^2 Sqrt[\[Pi]] w^2)]])/(
Sqrt[m] Sqrt[w])}, {x -> (
Sqrt[h] Sqrt[
ProductLog[(8 Sqrt[(m w)/h])/(h^2 Sqrt[\[Pi]] w^2)]])/(
Sqrt[m] Sqrt[w])}}

and then when I use this in my integral I get the answer
1/Sqrt[\[Pi]]2 ((m w)/h)^(3/2) If[Re[1/h] Re[m w] > 0

which obviously isn't a number as expected and seems to contain imaginary numbers. I don't understand what I'm doing wrong but this problem doesn't seem like it should be so complicated.
 
Physics news on Phys.org
It doesn't make any sense at all to intersect the probability distribution with the potential. They don't even have the same units. The classically allowed region of x is the region where E>V(x), where E is the energy of the first excited state.
 
Right, I've corrected that part using the energy of the first excited state and finding those x intersection points. However the integral I get still involves an error function, and I'm wanting to get a numerical approximation.
 
Eric_meyers said:
Right, I've corrected that part using the energy of the first excited state and finding those x intersection points. However the integral I get still involves an error function, and I'm wanting to get a numerical approximation.

Try doing a change of variables so the exponential part becomes exp(-u^2). What's u in terms of x? If you do that the other constants in the integral should drop out too.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top