Perturbation of Potential (Particle in a Box)

Hart
Messages
168
Reaction score
0

Homework Statement



Assume that the particle in the box is perturbed by a potential V_{1}(x) = x.

Calculate the energy shift of the ground state and the first excited state in first-order
perturbation theory.

Homework Equations



Unperturbed wave functions for the particle given by:

\psi_{n}^{0}(x) = \sqrt{\frac{2}{L}}sin(\frac{n\pi x}{L})

[Hint: This energy shift is given by the expectation value of the perturbation.]

The Attempt at a Solution



Perturbation: H' = V_{1}(x) = \gamma x

Correction to energy of 'n'th state is:

E_{n}^{0} = <\psi_{n}^{0}|V_{1}|\psi_{n}^{0}> = V_{1}<\psi_{n}^{0}|\psi_{n}^{0}> = V_{1}

Therefore corrected energy levels defined as:

E_{n} \approx E_{n}^{0}+V_{1}(x)

Don't know where to go from here..
 
Physics news on Phys.org
Hart said:
E_{n}^{0} = <\psi_{n}^{0}|V_{1}|\psi_{n}^{0}> = V_{1}<\psi_{n}^{0}|\psi_{n}^{0}> = V_{1}

What you have here is incorrect and meaningless. To begin with

E_{n}^{0} = <\psi_{n}_{0}|H^{0}|\psi_{n}^{0}>

is the unperturbed energy.

Secondly, V1 is a function equal to γx and cannot be set equal to a constant, i.e. it cannot be pulled of the integral. Don't forget that

<\psi_{n}^{0}|V_{1}|\psi_{n}^{0}> = \int (\psi_{n}^{0})^*\:\gamma x \;\psi_{n}^{0}\;dx

You need to do the integral correctly.
 
\psi_{n}^{0}(x) = \sqrt{\frac{2}{L}}sin(\frac{n\pi x}{L})

(\psi_{n}^{0}(x))^{2} = \left(\sqrt{\frac{2}{L}}sin(\frac{n \pi x}{L})\right)^{2} = \frac{2sin^{2}(\frac{n \pi x}{L})}{L}

<\psi_{n}^{0}|V_{1}|\psi_{n}^{0}> = \int \left( (\gamma x)(\frac{2sin^{2}(\frac{n \pi x}{L})}{L}) \right) dx

<\psi_{n}^{0}|V_{1}|\psi_{n}^{0}> = \frac{2\gamma}{L} \int \left( xsin^{2}(\frac{n \pi x}{L}) \right) dx

Is this now going along the right way?
 
It is. Now do the integral and see what you get.
 
\int \left( xsin^{2}(\frac{n \pi x}{L}) \right) dx = \frac{\left(\frac{x}{2}\right) -sin(\frac{2n \pi x}{L})} {(\frac{4n\pi}{L})}<br /> <br />

<br /> <br /> \int \frac{\left(\frac{x}{2}\right) -sin\left(\frac{2n \pi x}{L}\right)} {(\frac{4n\pi}{L})} = \left(\frac{-L}{4n\pi}\right) \int \left(\frac{x}{2}\right) -sin \left(\frac{2n \pi x}{L}\right) dx<br /> <br />

<br /> <br /> \int \left(\frac{x}{2}\right) -sin\left(\frac{2n \pi x}{L}\right) dx = \left( \frac{x^{2}}{2} \right) + cos\left(\frac{2n \pi x}{L}\right)<br /> <br />

Therefore:

\int \left( xsin^{2}(\frac{n \pi x}{L}) \right) dx = \left(\frac{-L}{4n\pi}\right)[\left( \frac{x^{2}}{2} \right) + cos\left(\frac{2n \pi x}{L}\right)<br /> ]<br /> <br /> <br />

.. where do I go from here? :S
 
What are your limits of integration?
 
This:

\int_{-\infty}^{\infty} \left( xsin^{2}(\frac{n \pi x}{L}) \right) dx = \left(\frac{-L}{4n\pi}\right)\left[\left( \frac{x^{2}}{2} \right) + cos\left(\frac{2n \pi x}{L}\right)\right]_{-\infty}^{\infty}

?
 
Does the box extend from minus infinity to plus infinity?
 
Ah! No.. it goes from x=0 to x=L. Better put the limits in then! ..

\int_{0}^{L} \left( xsin^{2}(\frac{n \pi x}{L}) \right) dx = \left(\frac{-L}{4n\pi}\right)\left[\left( \frac{x^{2}}{2} \right) + cos\left(\frac{2n \pi x}{L}\right)\right]_{0}^{L}

So:

<br /> \left[\left( \frac{x^{2}}{2} \right) + cos\left(\frac{2n \pi x}{L}\right)\right]_{0}^{L} <br /> = <br /> <br /> \left[\left( \frac{L^{2}}{2} \right) + cos\left(2n \pi \right)\right] <br /> - <br /> <br /> \left[1\right]<br /> <br /> <br />
 
  • #10
You forgot the normalization constant in front of the wavefunction. Also, can you simplify your expression?
 
  • #11
Just multiplied everything together and simplified the expression, and got this:

<br /> <br /> \left&lt; \psi_{n}^{0}|V_{1}|\psi_{n}^{0}\right&gt; = \left(\frac{2\gamma}{L}\right)\left( \frac{\left(2L-L^{3}\right)-2Lcos\left(2\pi x\right)}{8n\pi}\right)<br /> <br />

And then just put in n=1 and n=2 to get the 2 expressions for energy shifts.
 
  • #12
Try again. You are evaluating an integral from 0 to L. There should be no "x" in your expression. Also, the 2L - L3 term is dimensionally incorrect.
 
  • #13
\left&lt; \psi_{n}^{0}|V_{1}|\psi_{n}^{0}\right&gt; = \left(\frac{2\gamma}{L}\right)<br /> <br /> <br /> <br /> <br /> <br /> \left( \left(\frac{\left-L^{3}+L}{2}\right) -cos\left(2\pi n\right)}\right)\right)
 
  • #14
Your answer is still dimensionally incorrect. When you say (- L3 + L) you adding something that has dimensions of length cubed to something that has dimensions of length. You cannot do that and have an answer that makes physical sense. Check (or perhaps post) your integration steps; you must be dropping something along the way. Also, can you simplify cos(2πn)?
 
Back
Top