Solving Schrodinger equation in two dimensions

Click For Summary

Homework Help Overview

The discussion revolves around solving the time-independent Schrödinger equation for an electron in a two-dimensional infinite potential well defined by dimensions Lx and Ly. Participants are exploring the mathematical formulation and implications of the equation, particularly focusing on the separation of variables technique.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the initial setup of the Schrödinger equation and question the appropriateness of the one-dimensional solution as a starting point. There are inquiries about the nature of the potential well (finite vs. infinite) and the implications of using separation of variables. The discussion includes attempts to clarify how to handle second derivatives and the conditions under which functions of different variables can sum to a constant.

Discussion Status

The conversation is active, with participants providing guidance on the separation of variables and the implications of the resulting equations. There is a recognition of the need to consider different cases for the constants arising from the differential equations. While some participants express uncertainty about specific mathematical techniques, others encourage revisiting foundational concepts.

Contextual Notes

Participants note the complexity of the problem and the need for a solid understanding of differential equations, particularly in the context of second-order linear ODEs with constant coefficients. There is an acknowledgment of the potential for confusion regarding the treatment of constants and the nature of solutions in cases of repeated roots.

6021023
Messages
90
Reaction score
0

Homework Statement



Solve the time independent Schrödinger equation for an electron in a 2-D potential well having dimensions Lx and Ly in the x and y directions respectively.

Homework Equations



d^2Y/dx^2 + d^2Y/dy^2 + 2m/h^2*EY = 0

The Attempt at a Solution



Y(x) = A exp(jkx) + B exp(-jkx)

I'm not even sure that is correct as a starting point, as that is what is given for the example in the book for the Schrödinger equation in one dimension, not two dimensions.
 
Physics news on Phys.org
Is this for a finite well or an infinite well?
 
Infinite potential well.
 
Okay, so for |x|\leq L_x and |y|\leq L_y the schroedinger equation reduces to:

\left(\frac{\partial^2}{\partial x^2}+\frac{\partial^2}{\partial y^2}+\frac{2mE}{\hbar^2}\right)\Psi(x,y)=0

right?

Now use separation of variables; assume that \Psi(x,y)=X(x)Y(y)...what do you get when you plug that into Schroedinger's equation?
 
I forgot how to do separation of variables. How do you do that part?
 
You assume the wavefunction is separable (i.e. assume \Psi(x,y)=X(x)Y(y))...substitute that into the Schrödinger equation and simplify...what do you get?
 
I get d^2Y/dx^2 + d^2Y/dy^2 + 2m/h^2*EX(x)Y(y) = 0

But doesn't the substitution also have to be done for the second derivatives? How would that be done?
 
6021023 said:
I get d^2Y/dx^2 + d^2Y/dy^2 + 2m/h^2*EX(x)Y(y) = 0

But doesn't the substitution also have to be done for the second derivatives? How would that be done?

No, you don't get that. And yes, the second derivatives act on \psi(x,y)=X(x)Y(y)
 
When you plug in for each of the second derivatives, do you treat the other variable as a constant?
 
  • #10
You tell me, how does one usually take the partial derivative of a multivariable function?
 
  • #11
I googled it and found out that for multivariable partial derivatives the other variables are held constant.

So is this the answer?

Y(y)X(x)'' + X(x)Y(y)'' + 2m/h^2*E*X(x)Y(y) = 0
 
  • #12
Yes.:approve:

Now, what do you get when you divide both sides of the equation by X(x)Y(y)?
 
  • #13
X(x)''/X(x) + Y(y)''/Y(y) + 2m/h^2*E = 0
 
  • #14
Right, now look carefully at that equation...what variable(s) is the quantity X''(x)/X(x) a function of ? What variable(s) is the quantity Y''(y)/Y(y) a function of? Under what conditions can the add together to get a constant value of \frac{2mE}{\hbar^2}?
 
  • #15
X''(x)/X(x) is a function of x and Y''(y)/Y(y) is a function of y.

Are you asking when

X(x)''/X(x) + Y(y)''/Y(y) + 2m/h^2*E = 0

will be equal to 2m/h^2*E = 0 ?

If that's the case, then it will happen either when both X(x)''/X(x) and Y(y)''/Y(y) are equal to 0, or when X(x)''/X(x) = -Y(y)''/Y(y).
 
  • #16
6021023 said:
X''(x)/X(x) is a function of x and Y''(y)/Y(y) is a function of y.

Right, and 'x' and 'y' are independent variables, right?

Are you asking when

X(x)''/X(x) + Y(y)''/Y(y) + 2m/h^2*E = 0

will be equal to 2m/h^2*E = 0 ?

No, I'm asking when X(x)''/X(x) + Y(y)''/Y(y) can equal -2m/h^2*E? How can a function of 'x' added to a function of 'y' result in a constant?
 
  • #17
Yes, x and y are independent. A function of x and a function of y added together will result in a constant when the variables cancel each other out or become 0.
 
  • #18
Well, the variables can't cancel each other out, since they are independent.

What if both functions are constants?
 
  • #19
If both functions are constant, then adding them together would result in a constant, but I don't see how they can be constants since they have variables in them.
 
  • #20
Are you telling me that you don't consider f(x)=1 to be a function of x? But you do consider f(x)=0 to be a function of x?
 
  • #21
I just remembered that they can be constants since they are second derivatives. A variable can disappear when taking derivatives.
 
  • #22
Even if they weren't derivatives, a function of a variable can be equal to a constant...I'm not sure why you would think otherwise.

Anyways, yes they must be equal to some unknown constants...so, let's say X''(x)/X(x)=C, what does that make Y''(y)/Y(y)...do you know how to solve these two differential equations?
 
  • #23
Yes, functions of a variable can be equal to a constant, I just suspected that wasn't the case here.

If X''(x)/X(x) = C, then X(x)''/X(x) + Y(y)''/Y(y) = -2m/h^2*E
C + Y(y)''/Y(y) = -2m/h^2*E
Y(y)''/Y(y) = -2m/h^2*E - C

If that is correct, then I think that the integral should be taken twice. However, I don't think that I know how to do that as the Y(y) on the bottom makes things more complicated.
 
  • #24
6021023 said:
Yes, functions of a variable can be equal to a constant, I just suspected that wasn't the case here.

If X''(x)/X(x) = C, then


X(x)''/X(x) + Y(y)''/Y(y) = -2m/h^2*E
C + Y(y)''/Y(y) = -2m/h^2*E
Y(y)''/Y(y) = -2m/h^2*E - C

Right, now X''(x)/X(x)=C means X''(x)-CX(x)=0 right?...Surely you know how to solve a 2nd order linear, homogeneous ODE with constant coefficients? This is 1st year calc stuff...
 
  • #25
It's been a while so I'm not too confident with solving the ODE. I think that I have to create a characteristic equation, and I'll find solutions s1 and s2, and plug that into an equation like Ae^(s1)+Be^(s2), then plugin initial values to find A and B? Is it something like that?
 
  • #26
Yes, exactly like that...Now just crack open your old calc textbook, review the section on constant coefficient ODEs and get to it...
 
  • #27
X'' - CX = 0
r^2 - C = 0
r^2 = C
r1 = C
r2 = -C
X = Ae^(Cx) + Be^(-Cx)

Is that much correct? Now do I plugin initial and final conditions to solve for the constants, or do I first have to find the particular solution?
 
  • #28
Ermm... if r^2=C, doesn't that mean r=\pm\sqrt{C}?...And you'll want to look at 3 different cases: (1) C\equiv k^2>0; (2) C\equiv-k^2<0; and (3) C=0...what do the general solutions look like in each case?
 
  • #29
X = Ae^(sqrt(C)x) + Be^(-sqrt(C)x)

if C = k^2 then the equation is
X = Ae^(kx) + Be^(-kx)

if C = -k^2 then it is
X = Ae^(ikx) + Be^(-ikx) (not sure about this one)

if C = 0 then it is
X = Ae^0 + Be^0 = A + B
 
  • #30
6021023 said:
X = Ae^(sqrt(C)x) + Be^(-sqrt(C)x)

if C = k^2 then the equation is
X = Ae^(kx) + Be^(-kx)

Right.

if C = -k^2 then it is
X = Ae^(ikx) + Be^(-ikx) (not sure about this one)

Also correct, but it is more useful if you write it in the form X(x)=Asin(kx)+BCos(kx)

if C = 0 then it is
X = Ae^0 + Be^0 = A + B

No, if C=0 then your ODE becomes X''(x)=0...just integrate twice...what do you get?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K