Particle in a box, stuck at normalizing the wave function

I don't want to say it's not "good" but you know what I mean. Or maybe it's because of notation, the ##A_n##'s and ##B_n##'s are just constants and not complex numbers? I don't know.Edit: It's clear to me now why the eigenfunctions should be normalized. I'll just prove that ##|A_n|=|B_n|=\frac{1}{\sqrt L}##.But I still need help in finding those constants.
  • #1
fluidistic
Gold Member
3,923
261

Homework Statement


A particle of mass m is inside a 1 dimensional "box" of length L such that it's restricted to move between ##x=-L/2## and ##x=L/2## where the potential vanishes.
1)Determine the eigenvalues ##E_n## and the eigenfunctions ##\psi _n## of the Hamiltonian imposing that the eigenfunctions vanish at the extrema of the box.
2)Graph the first 3 eigenfunctions and analyze their nodes.
The problem continues up to part 5) but I'll post the rest only if I get stuck later.

Homework Equations


Schrödinger's equation.
Normalization of the wave function.


The Attempt at a Solution


1)I solved Schrödinger's equation ##\psi ''+ \varepsilon \psi =0## where ##\varepsilon = \frac{2mE}{\hbar ^2}##.
I've reached that the only possible physical solution is when ##\varepsilon >0## in which case ##\psi (x)=A\cos (\sqrt \varepsilon x )+B \sin (\sqrt \varepsilon x )##.
I applied the boundary conditions to that psi of x, it gave me a system of 2 equations:
[tex]A\cos \left ( \frac{L\sqrt \varepsilon }{2} \right )- B \sin \left ( \frac{L\sqrt \varepsilon }{2} \right )=0[/tex] (*)
[tex]A\cos \left ( \frac{L\sqrt \varepsilon }{2} \right )+ B \sin \left ( \frac{L\sqrt \varepsilon }{2} \right )=0[/tex] (**)
I wrote it under matricial form, I've seen that the matrix of the system is not invertible for some values of epsilon, so I've checked out what condition ##\det M =0## gives me, and it gives me the condition that ##\varepsilon _n=\left ( \frac{n\pi}{L} \right ) ^2##. For such values of epsilon, the matrix is not invertible and those epsilon's describe are directly related to the allowed energies such that the psi_n's are not 0. I should mention that ##n \in \mathbb{N}##, ##n>0##.
This gave me that ##E_n= \frac{\hbar^2 n^2 \pi ^2}{2mL^2}##. So far, so good.
Coming back to (*) (or (**) for that matter) and plugging the values of ##\varepsilon _n## I've found, I've reached that for when n is odd, ##\psi _n(x) =A_n \cos \left ( \frac{n\pi x}{L} \right )## while for when n is even, ##\psi _n (x)=B_n \sin \left ( \frac{n\pi x}{L} \right )##.
So I've answered part 1).
Now for part 2), I must normalize, else I can't graph the first ##3 \psi _n##'s. Normalizing implies finding the constants ##A_n##'s and ##B_n##'s.
I've tried to use ##\int _{-L/2}^{L/2} |\Psi(x)|^2dx=1## where ##\Psi (x)## is an infinite linear combinations of the eigenfunctions, i.e. ##\Psi (x)=\sum _{\text{n odd}} A_n \cos \left ( \frac{n\pi x}{L} \right ) - B_{n+1} \sin \left ( \frac{n\pi x}{L} \right ) ## but this lead me to an integral of an infinite series with 3 terms and I see absolutely no simplications.
I'm stuck at finding those constants, i.e. normalizing the wave function. Am I missing something?
Thanks!
 
Physics news on Phys.org
  • #2
This expression of the wavefunction is, in fact, just a Fourier series expansion, right? I.e. the basis functions (what you call eigenfunctions) are already orthogonal, even if they aren't yet orthonormal. So I think you'll find that, for each term in ψψ* = ψ2, the integral of that term vanishes unless it happens to be a product of the same two basis functions i.e. m = n.
 
  • #3
cepheid said:
This expression of the wavefunction is, in fact, just a Fourier series expansion, right? I.e. the basis functions (what you call eigenfunctions) are already orthogonal, even if they aren't yet orthonormal. So I think you'll find that, for each term in ψψ* = ψ2, the integral of that term vanishes unless it happens to be a product of the same two basis functions i.e. m = n.

Thanks for the reply. I don't know what m is. If that's related to product of the sine and cosine functions I think I get your point. The integral of the terms with those product will vanish because they are orthogonal with respect to the dot product.
Using ψψ* = ψ2, I get that ##|\Psi (x)|^2=\sum _{\text{odd n}} A_nA^* _n \cos ^2 \left ( \frac{n\pi x}{L} \right ) +B_{n+1}B^* _{n+1} \sin ^2 \left ( \frac{n\pi x}{L} \right )=\sum _{\text{odd n}} |A_n|^2 \cos ^2 \left ( \frac{n\pi x}{L} \right ) + |B_{n+1}|^2 \sin ^2 \left ( \frac{n\pi x}{L} \right )##. I must integrate this with respect to x, from -L/2 to L/2. Does this look good so far?

Edit: Integrating and skipping several steps, I get that ##\int _{-L/2} ^{L/2} \Psi (x) \Psi ^* (x)dx=1 \Rightarrow \sum _{odd n} |A_n|^2 \left [ x+\sin \left ( \frac{n\pi x}{L} \right ) \cos \left ( \frac{n\pi x}{L} \right ) \right ] +|B_{n+1}|^2 \left [ x-\sin \left ( \frac{n\pi x}{L} \right ) \cos \left ( \frac{n\pi x}{L} \right ) \right ]=1##.
Apparently at best I could get ##|A_n|## in terms of ##|B_{n+1}|## but I don't even know how to get that. I'm missing something for sure.
 
Last edited:
  • #4
You want to normalize each eigenfunction ##\psi_n(x)## separately.

Once you have the normalized eigenstates, you can expand an arbitrary state ##\Psi(x)## in terms of them:
$$\Psi(x) = \sum_n c_n \psi_n.$$ Without knowing what ##\Psi(x)## is specifically, the best you can do in this case is show that ##\displaystyle\sum_n |c_n|^2 = 1##.
 
  • #5
vela said:
You want to normalize each eigenfunction ##\psi_n(x)## separately.

Once you have the normalized eigenstates, you can expand an arbitrary state ##\Psi(x)## in terms of them:
$$\Psi(x) = \sum_n c_n \psi_n.$$ Without knowing what ##\Psi(x)## is specifically, the best you can do in this case is show that ##\displaystyle\sum_n |c_n|^2 = 1##.

Thanks for the help vela!
Well if that's the case then I reach that both ##|A_n|^2## and ##|B_n|^2## are worth ##2/L##.
I've got a question. How can I get ##A_n## and ##B_n## from it? In principle they are complex numbers so I can't just say that they are worth, let's say, ##\sqrt {\frac{2}{L}}##.

Also it's not clear to me as why each eigenfunction should be normalized. I understand that the general solution (which is a linear combinations of the eigenfunctions) must be normalized if we want to interpret its squared modulus as a probability density. I guess it's because if the eigenfunctions are not normalized, the general Psi is not either.
 
  • #6
You can arbitrarily choose the phase of ##A_n## and ##B_n##, so just make them real and positive.

Normalized eigenfunctions make calculations easier. The inner product of two eigenstates becomes the Kronecker delta. You don't have to worry about some weird factor being introduced from unnormalized eigenstates.
 
  • #7
Okay thank you very much!
I'm going to proceed further alone, for now at least.
 

1. What is a particle in a box?

A particle in a box is a theoretical model used in quantum mechanics to describe the behavior of a particle confined to a one-dimensional space, such as a potential well. It is a simplified system that allows for easier analysis and understanding of quantum principles.

2. What does it mean for a wave function to be normalized?

Normalization refers to the process of ensuring that the total probability of finding a particle in a certain region is equal to 1. In the case of a particle in a box, the wave function must be normalized to ensure that the particle has a finite probability of being found within the box. This is a fundamental principle in quantum mechanics and allows for accurate predictions of particle behavior.

3. How do you normalize the wave function for a particle in a box?

The normalization of the wave function for a particle in a box involves finding the normalization constant, which is the square root of the inverse of the integral of the square of the wave function over the entire region. This constant is then multiplied by the original wave function to ensure that the total probability of finding the particle within the box is equal to 1.

4. Why is it important to normalize the wave function?

Normalization is crucial in quantum mechanics because it ensures that the total probability of finding a particle is equal to 1. This allows for accurate predictions of particle behavior and is a fundamental principle in the field. Additionally, normalized wave functions are required for the application of certain mathematical operations and equations in quantum mechanics.

5. Can the wave function for a particle in a box ever be non-normalizable?

No, the wave function for a particle in a box must always be normalized. If the wave function is not normalized, it means that the total probability of finding the particle within the box is not equal to 1, which violates the fundamental principles of quantum mechanics. In some cases, the normalization constant may be infinite, resulting in a non-normalizable wave function, but this is not applicable to the particle in a box model.

Similar threads

  • Advanced Physics Homework Help
Replies
9
Views
1K
Replies
16
Views
540
  • Advanced Physics Homework Help
Replies
24
Views
800
  • Advanced Physics Homework Help
Replies
26
Views
2K
  • Advanced Physics Homework Help
Replies
15
Views
2K
  • Advanced Physics Homework Help
Replies
0
Views
658
  • Advanced Physics Homework Help
Replies
1
Views
871
  • Advanced Physics Homework Help
Replies
6
Views
361
  • Advanced Physics Homework Help
Replies
4
Views
941
  • Advanced Physics Homework Help
Replies
2
Views
1K
Back
Top