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.
 
##|\Psi|^2=\frac{1}{\sqrt{\pi b^2}}\exp(\frac{-(x-x_0)^2}{b^2}).## ##\braket{x}=\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dx\,x\exp(-\frac{(x-x_0)^2}{b^2}).## ##y=x-x_0 \quad x=y+x_0 \quad dy=dx.## The boundaries remain infinite, I believe. ##\frac{1}{\sqrt{\pi b^2}}\int_{-\infty}^{\infty}dy(y+x_0)\exp(\frac{-y^2}{b^2}).## ##\frac{2}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,y\exp(\frac{-y^2}{b^2})+\frac{2x_0}{\sqrt{\pi b^2}}\int_0^{\infty}dy\,\exp(-\frac{y^2}{b^2}).## I then resolved the two...
Hello everyone, I’m considering a point charge q that oscillates harmonically about the origin along the z-axis, e.g. $$z_{q}(t)= A\sin(wt)$$ In a strongly simplified / quasi-instantaneous approximation I ignore retardation and take the electric field at the position ##r=(x,y,z)## simply to be the “Coulomb field at the charge’s instantaneous position”: $$E(r,t)=\frac{q}{4\pi\varepsilon_{0}}\frac{r-r_{q}(t)}{||r-r_{q}(t)||^{3}}$$ with $$r_{q}(t)=(0,0,z_{q}(t))$$ (I’m aware this isn’t...
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
Back
Top