Finite potential well- well's depth?

Click For Summary

Homework Help Overview

The problem involves determining the depth of a finite potential well, denoted as Vo, such that an electron trapped within it has two stable states. The well is defined to extend from x=0 to x=L.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss solving the Schrödinger equation for different regions of the potential well and equating boundary conditions to derive equations for potential depth. There are attempts to express potential Vo in terms of energy E and wave numbers k and α.

Discussion Status

Some participants are exploring different approaches to the problem, including graphical methods and numerical solutions. There is an ongoing inquiry into the implications of shifting the potential well and how it affects the equations derived. Guidance has been offered regarding the use of dimensionless variables to simplify the problem.

Contextual Notes

There are discussions about the lack of specific values for constants such as the mass of the electron and reduced Planck's constant (ħ), which are necessary for numerical calculations. Participants also mention the need to consider the relationship between the well's length and these constants.

Someone88
Messages
7
Reaction score
0

Homework Statement


The problem is to find a well's depth Vo that the electron which is trapped inside has two stable states. Well starts at x=0 and ends at x=L.


Homework Equations





The Attempt at a Solution



I tried to solve Schrödinger equation for each area (x<0 0<x<L x>L) but I still can't deduce potential Vo from given statement that electron has to have 2 stable states.

Please people, help =) thanks in advance
 
Physics news on Phys.org
What is the equation that you obtain from the boundary conditions? How many solutions does it have?
 
I'll start from the beginning.

Equation for the area:
x<0 Ψ(x)= Cexp(αx)
0<x<L Ψ(x)= Asinkx+Bcoskx
x>L Ψ(x)= Fexp(-αx)

For boundary values (0, L), when I equalize equations and their derivations I get:
C=B
Cα=Ak
AsinkL+BcoskL=Fexp(-αL)
A*k*coskL-B*k*sinkL= -α*Fexp(-αL)

So I have 4 equations with 4 unknown values (A,B,C,F). When I solve that system, and insert α=sqrt(2m(V-E)/h-bar^2) and k=sqrt(2mE/h-bar^2) I get:
V= E*sec^2(kL/2) for (n-1)pi<kL<npi (n=1,3,5,...)
V=E*csc^2(kL/2) for (n-1)pi<kL<npi (n=2,4,6...)

I have to use second equation I presume (because of the two stable states), but I don't know how, I don't have all needed values.
 
Someone88 said:
I'll start from the beginning.

Equation for the area:
x<0 Ψ(x)= Cexp(αx)
0<x<L Ψ(x)= Asinkx+Bcoskx
x>L Ψ(x)= Fexp(-αx)

For boundary values (0, L), when I equalize equations and their derivations I get:
C=B
Cα=Ak
AsinkL+BcoskL=Fexp(-αL)
A*k*coskL-B*k*sinkL= -α*Fexp(-αL)

So I have 4 equations with 4 unknown values (A,B,C,F). When I solve that system, and insert α=sqrt(2m(V-E)/h-bar^2) and k=sqrt(2mE/h-bar^2) I get:
V= E*sec^2(kL/2) for (n-1)pi<kL<npi (n=1,3,5,...)
V=E*csc^2(kL/2) for (n-1)pi<kL<npi (n=2,4,6...)

I have to use second equation I presume (because of the two stable states), but I don't know how, I don't have all needed values.

You need to use both equations because one solution comes from the odd series and the other from the even (these are the first symmetric/antisymmetric solutions). You will need to look at how you graphically solve these equations and look for a condition on [tex]V_0[/tex] such that n=3 is not a solution.
 
Can you please explain this part in detail, because I don't understand it very well. How am I suppossed to solve these equations? I can draw them, but what then? If you have another way of solving this problem, without these equations I've got (which seem very complicated to solve), I would appreciate if you'd explain it to me.
 
Someone88 said:
Can you please explain this part in detail, because I don't understand it very well. How am I suppossed to solve these equations? I can draw them, but what then? If you have another way of solving this problem, without these equations I've got (which seem very complicated to solve), I would appreciate if you'd explain it to me.

It's really hard to try to explain this type of graphical solution in a forum post. So please reread your notes and text to get the details. The solution is also discussed in a wikipedia article, so I can refer to the figure at http://en.wikipedia.org/wiki/Finite_potential_well#Finding_wavefunctions_for_the_bound_state In the solution there, they first write the equations down in terms of a dimensionless number [tex]v[/tex], which is related to the energy of a solution, and a dimensionless number [tex]u_0[/tex] which is related to the value of the potential. The graphical solution looks for points of intersection between [tex]\sqrt{u_0^2 - v^2}[/tex] and either [tex]v\tan v[/tex] or [tex]-v \cot v[/tex].

In your case, while the numerical value of [tex]u_0[/tex] is not specified, it's clear that you can find the values of [tex]u_0[/tex] where the 2nd and 3rd solutions appear. This involves finding numerical roots and you can probably use wolframalpha.com or Newton's method if you want to do it by hand. You can then turn the special values of [tex]u_0[/tex] into expressions for the range of [tex]V_0[/tex] where there will be exactly 2 solutions.
 
I know I probably ask too much, but can you solve this part for me, because I really don't understand it. It is very important for me...
 
Can I shift potential well so that the center is in x=0? Does this make any difference? I've found some examples of finite potential well, but in every of them well goes from -L/2 to L/2. Mine, however, goes from 0 to L, and when I insert boundary values in equations and derivations, I get equations which differ from those in examples.
 
Someone88 said:
Can I shift potential well so that the center is in x=0? Does this make any difference? I've found some examples of finite potential well, but in every of them well goes from -L/2 to L/2. Mine, however, goes from 0 to L, and when I insert boundary values in equations and derivations, I get equations which differ from those in examples.

There's no need to shift. The only difference for you is that your dimensionless variables will be defined with a factor of 2 difference.
 
  • #10
I started all over again with a different approach and in the end I've got:

[tex]\frac{2\sqrt{E(V-E)}}{2E-V}[/tex]=tan([tex]\sqrt{\frac{2m*E*L^2}{hbar^2}}[/tex])

Now, I have to plot left and right side of the equation, and look for the intersections, right? I'll try to guess value of V, so that there are only two intersections. But when I plot right side of the equation (in Matlab), I get something that doesn't look like tan function at all. I am obviously doing something wrong. What's the value of m and hbar? There are many values for m (mass of electron), I don't know which one to take.
 
  • #11
Someone88 said:
I started all over again with a different approach and in the end I've got:

[tex]\frac{2\sqrt{E(V-E)}}{2E-V}[/tex]=tan([tex]\sqrt{\frac{2m*E*L^2}{hbar^2}}[/tex])

Now, I have to plot left and right side of the equation, and look for the intersections, right? I'll try to guess value of V, so that there are only two intersections. But when I plot right side of the equation (in Matlab), I get something that doesn't look like tan function at all. I am obviously doing something wrong. What's the value of m and hbar? There are many values for m (mass of electron), I don't know which one to take.

You can avoid using the numerical constants if you define the dimensionless variables

[tex]v= \sqrt{\frac{2m E L^2}{\hbar^2}}, ~~u_0 = \sqrt{\frac{2m V_0L^2}{\hbar^2}}.[/tex]

This will let you find solutions in terms of [tex]u_0,v[/tex] and you can add the dimensionful constants into your solution later.
 
  • #12
I've made some progress, but I have another question. In one example I've seen that Hbar= 197,3 eV nm. Is this correct? Is there a connection between well's length L and hbar?
 
  • #13
Someone88 said:
I've made some progress, but I have another question. In one example I've seen that Hbar= 197,3 eV nm. Is this correct? Is there a connection between well's length L and hbar?

Your solution will involve a particular value of [tex]u_0[/tex]. The potential can be written by inverting the relationship above as

[tex]V_0 = \frac{\hbar^2u_0^2}{2m L^2}.[/tex]
 

Similar threads

Replies
3
Views
2K
Replies
7
Views
3K
Replies
4
Views
5K
  • · Replies 13 ·
Replies
13
Views
5K
  • · Replies 19 ·
Replies
19
Views
3K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
16
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K