Degenerate Perturbation Theory Question

AI Thread Summary
The discussion revolves around applying perturbation theory to a two-dimensional infinitely deep square well, specifically analyzing the potential V(x) = α(x² + y²) and its effect on the first excited states with quantum numbers (1,2) and (2,1). The user calculated the first-order energy corrections and found that the matrix element <1,2|V|2,1> is zero, leading to the conclusion that the perturbation does not lift the degeneracy of these states. Other participants confirmed that the integral evaluates to zero due to the orthogonality of the states involved. The consensus is that the first-order energy correction is the same for both states, indicating that the degeneracy remains intact. The conversation highlights the importance of careful evaluation of integrals in perturbation theory.
T-7
Messages
62
Reaction score
0
Hello,

This is a question on perturbation theory - which I am trying to apply to the following example.

Homework Statement



The two-dimensional infinitely deep square well (with sides at x=0,a; y=0,a) is perturbed by the potential V(x)=\alpha(x^{2}+y^{2}). What is the first-order correction to the energy of the first excited states (that is, those with quantum numbers (1,2), (2,1))?

The Attempt at a Solution



I have calculated \langle\left\right 1,2^{(0)}|\widehat{V}|2,1^{(0)} \rangle. In Maple this is:

> value( Doubleint( (2/a)*sin(Pi*x/a)*sin(2*Pi*y/a)*(x^2+y^2)*(2/a)*sin(2*Pi*x/a)*sin(Pi*y/a) ,x=0...a,y=0...a) );

which is zero.

I have calculated

\langle\left\right 1,2^{(0)}|\widehat{V}|1,2^{(0)} \rangle. In Maple this is:

value( alpha*Doubleint(4*sin(Pi*x/a)*sin(2*Pi*y/a)*(x^2+y^2)*sin(Pi*x/a)*sin(2*Pi*y/a),x=0..a,y=0..a) )

which is

\alpha a^{2}\left( \frac{16\pi^{2}-15}{24 \pi^{2}} \right)

Am I to conclude from this that the perturbation, in *this* case, does not lift the degeneracy, and that the first order correction to the energy is the same for both states, and is given above?

I had expected to form a matrix, work out its eigenvalues and eigenvectors, use that to construct a new basis etc. But the matrix I would form from the above would already be diagonalised, with a repeated eigenvalue of 1.

I'd appreciate some speedy words of wisdom :-)

Thanks folks
 
Physics news on Phys.org
I don't see how your <12|V|21> integral could be zero.
 
pam said:
I don't see how your <12|V|21> integral could be zero.

Why not?

The integral of sin(x) sin(2x) x^2 is zero since it's odd with respect to the center of the well and the integral sin(x) sin(2x) y^2 is obviously zero.

EDIT: Oops, I was wrong on this since I was thinking about a well going from -a/2 to a/2,
 
Last edited:
T-7 said:
Hello,

This is a question on perturbation theory - which I am trying to apply to the following example.

Homework Statement



The two-dimensional infinitely deep square well (with sides at x=0,a; y=0,a) is perturbed by the potential V(x)=\alpha(x^{2}+y^{2}). What is the first-order correction to the energy of the first excited states (that is, those with quantum numbers (1,2), (2,1))?

The Attempt at a Solution



I have calculated \langle\left\right 1,2^{(0)}|\widehat{V}|2,1^{(0)} \rangle. In Maple this is:

> value( Doubleint( (2/a)*sin(Pi*x/a)*sin(2*Pi*y/a)*(x^2+y^2)*(2/a)*sin(2*Pi*x/a)*sin(Pi*y/a) ,x=0...a,y=0...a) );

which is zero.

I have calculated

\langle\left\right 1,2^{(0)}|\widehat{V}|1,2^{(0)} \rangle. In Maple this is:

value( alpha*Doubleint(4*sin(Pi*x/a)*sin(2*Pi*y/a)*(x^2+y^2)*sin(Pi*x/a)*sin(2*Pi*y/a),x=0..a,y=0..a) )

which is

\alpha a^{2}\left( \frac{16\pi^{2}-15}{24 \pi^{2}} \right)

Am I to conclude from this that the perturbation, in *this* case, does not lift the degeneracy, and that the first order correction to the energy is the same for both states, and is given above?

I had expected to form a matrix, work out its eigenvalues and eigenvectors, use that to construct a new basis etc. But the matrix I would form from the above would already be diagonalised, with a repeated eigenvalue of 1.

I'd appreciate some speedy words of wisdom :-)

Thanks folks

It does seem to me that you are right. Here the degeneracy is not lifted.
 
Did you leave out the x^2+y^2 in the integrals from 0 to a?
If you are integrating from -a/2 to +a/2, then change your question.
 
pam said:
Did you leave out the x^2+y^2 in the integrals from 0 to a?
If you are integrating from -a/2 to +a/2, then change your question.

Hi,

I have done the integral on paper and on Maple. On Maple I put:

> value( Doubleint( (2/a)*sin(Pi*x/a)*sin(2*Pi*y/a)*(x^2+y^2)*(2/a)*sin(2*Pi*x/a)*sin(Pi*y/a) ,x=0...a,y=0...a) );

The (x^2+y^2) is there, as you can see. The result is zero (which is what I also get using paper and pen).

Since the well is defined from 0 to a, I have used those as the limits of the integrals.
 
pam said:
I don't see how your <12|V|21> integral could be zero.

|1> and |2> are orthogonal. So,

<1,2|x^2 + y^2 |2,1>

=<1|x^2|2><2|1> + <1|2><2|y^2|1>

= 0 + 0

= 0

OP: It's quite reasonable that the potential doesn't lift the degeneracy since the unperturbed potential (the length of the box) is the same in x and y and the perturbation also treats x and y on equal footing.
 
olgranpappy said:
|1> and |2> are orthogonal. So,

<1,2|x^2 + y^2 |2,1>

=<1|x^2|2><2|1> + <1|2><2|y^2|1>

= 0 + 0

= 0

OP: It's quite reasonable that the potential doesn't lift the degeneracy since the unperturbed potential (the length of the box) is the same in x and y and the perturbation also treats x and y on equal footing.
That's right! Sorry to have said the opposite. I didn't notice the x^2 did not enter the y integral.
 
pam said:
That's right! Sorry to have said the opposite. I didn't notice the x^2 did not enter the y integral.

Ah yes..Ok, my mistake too. Of course, the x integral does not give zero but the y part will give zero so the whole thing is zero. My mistake too...
 
  • #10
Thanks for your thoughts folks. Much appreciated. :-)
 
Back
Top