Solving seperable wavefunction in 2D infintie square well using parity operator

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
Qbit42
Messages
45
Reaction score
0

Homework Statement


You are given in a earlier stage of this problem that the wavefunction is separable, ie.)

[tex]\Psi(x,y) = X(x)Y(y)[/tex]

The problem asks you to solve for the wavefunction of a particle trapped in a 2D infinite square well using Parity. ie.) solve

[tex]\Psi(-x,-y) = \Psi(x,y)[/tex] and [tex]\Psi(-x,-y) = -\Psi(x,y)[/tex].

The potential is defined by [tex]U(x,y) = 0[/tex] if [tex]-a \leq x \leq a[/tex] and [tex]-b \leq y \leq b[/tex] and infinite everywhere else.

Homework Equations


Since the wavefunction is separable I just solved the 1D infinite square potential for both X(x) and Y(y). The results are:

[tex]X(x) = ACos(\frac{n\pi x}{2a})[/tex] for n odd and [tex]X(x) = ASin(\frac{n\pi x}{2a})[/tex] for n even

and Likewise for Y(y)

My question is can I just combine these two results together to get the parity solutions for the total wavefunction?

[tex]\Psi(-x,-y) = \Psi(x,y)[/tex]

[tex]\Psi(x,y) = ACos(\frac{n_{x}\pi x}{2a})Cos(\frac{n_{y}\pi y}{2b})[/tex] [tex]n_{x}[/tex] odd, [tex]n_{y}[/tex] odd

[tex]\Psi(x,y) = ASin(\frac{n_{x}\pi x}{2a})Sin(\frac{n_{y}\pi y}{2b})[/tex] [tex]n_{x}[/tex] even, [tex]n_{y}[/tex] even

[tex]\Psi(-x,-y) = -\Psi(x,y)[/tex]

[tex]\Psi(x,y) = ACos(\frac{n_{x}\pi x}{2a})Sin(\frac{n_{y}\pi y}{2b})[/tex] [tex]n_{x}[/tex] odd, [tex]n_{y}[/tex] even

[tex]\Psi(x,y) = ASin(\frac{n_{x}\pi x}{2a})Cos(\frac{n_{y}\pi y}{2b})[/tex] [tex]n_{x}[/tex] even, [tex]n_{y}[/tex] odd

Is this correct?
 
Last edited:
Physics news on Phys.org
Those are correct, but you can simplify them by considering n = 2k + 1 when n is odd and n =2k when n is even. It cuts down on the number of separate cases you need to list.