Quantum mechanics: free partical in spherical coordinates

AI Thread Summary
The discussion centers on calculating the expectation value of radial momentum, <p_r>, and its uncertainty, Δp_r, for a given wavefunction in spherical coordinates. The user initially encounters issues with integral convergence, particularly with the term involving 1/r, which leads to confusion about the limits and the volume element in spherical coordinates. It is clarified that the correct volume element should include r^2 sin(θ), which resolves the convergence problem. Ultimately, the user finds that the expectation value for radial momentum is zero, prompting questions about its physical significance and the interpretation of results in quantum mechanics. Understanding these concepts is crucial for correctly applying quantum mechanics principles to wavefunctions.
liorda
Messages
28
Reaction score
0

Homework Statement


My wavefunction is \psi (r, \theta, \phi )=N cos(\theta) e^{-(r/R_0)^2}.

I need to calculate &lt;p_r&gt; and \Delta p_r where p_r is the radial momentum.


Homework Equations


I think i know p_r=\frac{\hbar}{i} \left( \frac{d}{dr}+\frac{1}{r} \right).


The Attempt at a Solution



When I try to calculate the observation value I got infinity (the integral does not seem to converge):

&lt;\psi | p_r | \psi &gt; = \int_0^{2 \pi}d\phi \int_0^\pi d\theta \int_0^{\infty}dr [\psi^\star p_r \psi]

Are the limits for the integral correct? What am I doing wrong? :(

thank.
 
Physics news on Phys.org
( \psi |p_r|\psi) = \frac{\hbar}{i} \left( \frac{d}{dr}+\frac{1}{r} \right) N^2 cos^2( \theta) e^{-2(r/R_0)^2}...agreed?

So,

&lt; \psi |p_r| \psi&gt; = \frac{N^2 \hbar}{i} \int_0^{\pi}cos^2(\theta)d \theta \int_0^{2 \pi}d \phi \int_0^{\infty} \left \frac{d}{dr}- \frac{1}{r} \right e^{-2(r/R_0)^2} dr

= \frac{ N^2 \hbar \pi^2}{i} \int_0^{\infty} \left \frac{d}{dr}- \frac{1}{r} \right e^{-2(r/R_0)^2} dr

Since the theta int. goes to pi/2 and the phi int. goes to 2pi

Is this the integral you ended up computing?

Josh
 
Hi Josh,
Thanks for answering.

I ended up with this:
&lt; \psi |p_r| \psi&gt; = \frac{N^2 \hbar}{i} \int_0^{\pi}cos^2(\theta)d \theta \int_0^{2 \pi}d \phi \int_0^{\infty} \left( \frac{d}{dr}+ \frac{1}{r} \right) \right e^{-2(r/R_0)^2} dr

My problem is with \int_0^\infty \frac{1}{r} e^{-2(r/R_0)^2} dr which does not converge.
 
Ok, we're on the same page then with the equations.

The r integral will separate into two integrals after you distribute the variables in parenthesis... that is, one term is d/dr of the e-fcn, and the other is 1/r times the e-fcn.

Because of this, its ok for the 1/r term to blow up as long as the other one does not (I haven't computed either one of them, so let me know if there is an additional problem..)

Easiest way to integrate these, in case you didnt already know, is with the wolfram online integrator:

http://integrals.wolfram.com/
 
kreil said:
Ok, we're on the same page then with the equations.
Because of this, its ok for the 1/r term to blow up as long as the other one does not (I haven't computed either one of them, so let me know if there is an additional problem..)

Are you sure? Can I just disregard the inf in the equation?!?

thanks again for answering.
 
Yes, if a term goes to infinity it is called 'blowing up'

This is a common situation when evaluating boundary criterion in, for example, the finite square well, where the psi contains e^x and e^-x for x>0, and since as x-> infty e^x blows up, psi reduces to just the e^-x term.
 
the integral you have is incorrect, i believe.
dV = r^{2} sin\theta d\theta d\phi dr

Edit: in your equation you have:
dV = dr d\phi d\theta
 
the r^2*sin(t) is the |Jacobian| isn't it? I thought it should only be added when making a transformation between Cartesian and spherical coordinates, i.e \int\int\int dxdydz = \int\int\int r^2 sin(\theta) d\phi d\theta dr...

although the r^2 sin(t) will solve the integral convergence problem, i don't understand yet if it is necessary.
 
Last edited:
Well, the volume element I suggested to you is just the general form of a volume integral in spherical coordinates. Check it on a sphere to see what you get. The transformation you give is correct. You are essentially doing a transformation from cartesian to polar spherical here (if you want to look at it like you started in cartesian). Regardless of which, you must use dV = r^2 sin(theta) dphi dtheta dr if you're integrating over phi, theta, and r, in spherical coordinates. You should draw out the element, and you will see why you must do this. dV = dr dtheta dphi doesn't make sense as you will see if you try to draw out the element.
 
  • #10
<br /> \int\int\int_{D} \Psi(x,y,z)^{*}p\Psi(x,y,z) dxdydz = \int\int\int_{D} \Psi(r,\phi,\theta)^{*}p\Psi(r,\phi,\theta) r^2 sin(\theta) d\phi d\theta dr
 
  • #11
kreil and EngageEngage: thanks a lot!

I now get that the observation value for the radial momentum is 0. does it have a physical meaning? is there any way of anticipating that result by looking at the wavefunction? and should I even try to search physical meanings in quantum mechanics questions?

thanks again.
 
Back
Top