Minimum Potential for Bound State in Spherically Symmetric Potential Well

  • Thread starter Thread starter noblegas
  • Start date Start date
  • Tags Tags
    Minimum Potential
noblegas
Messages
266
Reaction score
0

Homework Statement



A particle of mass m moves in 3-d in the potential well

V(r)=-V_0 at r<r_0

where V0 and r_0 are positive constants. If there exists a state in which the particle is bound to the potential well, the wave function for the bound state with the lowest energy is spherically symmetric and the radial wave satisfies equations

-h-bar^2/2m*(d^2/dr^2)*u(r)+V(r)*u(r)=Eu(r)

u=\varphi*r

Find the minimum value of the depth V_0<br /> for which there exists a bound state. (recall that the radial function satisfies the condition u(0)=0 , because \varphi(r)= u(r)/r has to be regular at the origin

Homework Equations

-h-bar^2/2m*(d^2/dr^2)*u(r)+V(r)*u(r)=E*u(r)
r^2=(x^2+y^2+z^2)

The Attempt at a Solution



I don't know what they mean when they state ' \varphi(r)= u(r)/r has to be regular at the origin'; I don't know why they want you to find a minimum value for V_0 since it is already given in the problem

Should I apply separation of variables where u=R(r)*THETA(\vartheta)*\Phi(\phi)
and transform should i differentiate r^2 with respect to x?
 
Last edited:
Physics news on Phys.org
noblegas said:

The Attempt at a Solution



I don't know what they mean when they state ' \varphi(r)= u(r)/r has to be regular at the origin';
They mean that u(r)/r approaches a finite value (not ∞) as r→0.

I don't know why they want you to find a minimum value for V_0 since it is already given in the problem
They are not just asking for a minimum value of Vo. They ask for the minimum value for which a bound state exists.

[strike]Note that the particle's total energy is E. What is the relation between E and Vo in the case of a bound state? [/strike]

(EDIT) What must be true about the total energy E in the case of a bound state?

Should I apply separation of variables where u=R(r)*THETA(\vartheta)*\Phi(\phi)
and transform should i differentiate r^2 with respect to x?

Since r is the only variable in your differential equation, you do not need separation of variables. That has already been done to arrive at the equation:
https://www.physicsforums.com/latex_images/23/2335731-4.png
[/URL]
 
Last edited by a moderator:
Redbelly98 said:
They mean that u(r)/r approaches a finite value (not ∞) as r→0.

u -&gt; 0 as r -&gt; 0 but [\phi -> ∞

They are not just asking for a minimum value of Vo. They ask for the minimum value for which a bound state exists.

[strike]Note that the particle's total energy is E. What is the relation between E and Vo in the case of a bound state? [/strike]

(EDIT) What must be true about the total energy E in the case of a bound state?

Total Bound energy must be less than zero, and V_0 &gt; E
.
 
noblegas said:
u -&gt; 0 as r -&gt; 0 but [\phi -> ∞
Yes, u will approach 0 at r=0. Or we can just say that u(0)=0.

Phi does not approach infinity. But since you just need to solve the differential equation for u, we needn't worry about phi here.

Total Bound energy must be less than zero, and V_0 &gt; E
.
Correct that E<0. But also E>-Vo. In other words:

-Vo < E < 0​
 
Redbelly98 said:
Yes, u will approach 0 at r=0. Or we can just say that u(0)=0.

Phi does not approach infinity. But since you just need to solve the differential equation for u, we needn't worry about phi here.

I don't understand why phi isn't approaching infinity; but should I plug in u=r*phi(r) into the Schrodinger equation?
 
0 \leq \phi &lt; 2 \pi as \phi is just the azimuthal angle.

since u=r \phi, the reason u \rightarrow 0 is because r \rightarrow 0 regardless of what \phi does.
 
noblegas said:
I don't understand why phi isn't approaching infinity;
The wavefunction phi must be continuous and have a continuous 1st derivative everywhere. Therefore it can't approach infinity at r=0 or anywhere else.

...but should I plug in u=r*phi(r) into the Schrodinger equation?

No, just solve the equation for u. Making the substitution you suggest would overly complicate things.

noblegas said:
-h-bar^2/2m*(d^2/dr^2)*u(r)+V(r)*u(r)=E*u(r)

Basically, this tells us that the 2nd derivative of u(r) is a constant times u(r). The solution depends on whether that constant is negative or positive, but it is pretty straightforward to solve this.
 
Redbelly98 said:
Basically, this tells us that the 2nd derivative of u(r) is a constant times u(r). The solution depends on whether that constant is negative or positive, but it is pretty straightforward to solve this.

you mean u(r) is a constant times r right? so I would take the first and second derivatives of u(r) to find a solution for u(r)?
 
noblegas said:
you mean u(r) is a constant times r right?

No, I meant what I said. Since V and E are constants,

d2u / du2 = constant × u

where the "constant" here involves Vo, E, and hbar2/2m.

so I would take the first and second derivatives of u(r) to find a solution for u(r)?
Yes.
.

By the way, I'll just mention where this all is going. Solving the differential equation for u(r), you'll eventually end up with an equation for the total energy E, involving the other constants in the problem (Vo, ro, etc.) as well.

The key will be to figure out what values of Vo allow a solution where E agrees with the condition for a bound state,

-Vo < E < 0​
 
  • #10
No, I meant what I said. Since V and E are constants,

d2u / du2 = constant × u

where the "constant" here involves Vo, E, and hbar2/2m.

I am confused. I though I would be taking the second derivative of u with respect to r, being that u=phi(r)*r?
 
  • #11
You have a differential equation in u, the same equation you posted under "Relavent equations" in your post #1. Simply solve it to find u!

If you want to know what phi is, you can always use

phi(r) = u(r) / r

after you have found u(r).


p.s. I'm logging off for a while, good luck :smile:
 
  • #12
-h-bar^2/2m*u_rr + -E-V_0=0 is a homogeneous equation and I can now find a solution for u .
 
  • #13
bump! would my final solution be a homogeneous solution and would it my homogeneous solution look like this:

-h-bar^2/2m*u_rr=(E+V)*u and subsequently find a solution for u.
 
  • #14
That should be (E - V)*u on the right hand side. And yes, you need to solve that differential equation to find u.
 
  • #15
Redbelly98 said:
That should be (E - V)*u on the right hand side. And yes, you need to solve that differential equation to find u.


would my bounds range from 0 to V_0
 
  • #16
noblegas said:
would my bounds range from 0 to V_0

If you mean the bounds on E, then no. See the very end of post #9 for the bounds on E.
 
  • #17
By the way, the solution u(r) will be different for the two regions r<r0 and r>r0, since the value of (E-V) is different for those two regions. You'll have to solve the differential equation for each region.
 
Back
Top