4

This relates to Peskin & Schroeder's QFT book, equation 4.70 on page 104.

To define in and out states we take our initial state and evolve it far into the past, and do the same for our final state. Peskin & Schroeder write this:

$$_{out}\langle p_1p_2...|k_\mathcal Ak_\mathcal B\rangle_{in}=\lim_{T\rightarrow \infty}\langle p_1p_2...|e^{-iH(2T)}|k_\mathcal A k_\mathcal B\rangle \tag{4.70},$$

in which the time evolution operator has a negative sign. However, in my attempt to explain this I have written the following:

$$|k_\mathcal Ak_\mathcal B\rangle_{in}=\lim_{T\rightarrow\infty}e^{iHT}|k_\mathcal Ak_\mathcal B\rangle,$$

since $U(T,0)=e^{-iHT}$ is the forward time evolution operator and $U(0,T)=e^{iHT}$ is the backward time evolution operator (or rather, the inverse), since we are evolving the initial state back to the far past this (perhaps naively) seems like the correct choice. I would then expect an analogous statement to hold for the out state, and combining the two would give:

$$_{out}\langle p_1p_2...|k_\mathcal Ak_\mathcal B\rangle_{in}=\lim_{T\rightarrow \infty}\langle p_1p_2...|e^{+iH(2T)}|k_\mathcal A k_\mathcal B\rangle,$$

in which there is a $+$ sign in the exponential. What have I done wrong?

Qmechanic
  • 220,844
Charlie
  • 7,159

1 Answers1

4

The 'in' and 'out' states are the (asymptotically free) initial and final states of particals interacting at $t=t_0$: $$|k_1k_2...\rangle_{in/out}=|k_1k_2...(t=\pm\infty)\rangle_{interacting}$$ The 'in' and 'out' states are independent on time, however the interacting states are not. $$ |k_1k_2...(t)\rangle_{interacting} = e^{-iH(t-t_0)}|k_1k_2...(t_0)\rangle_{interacting} $$ What we are interested in is e.g. an initial state $|k_1k_2...(t=-T)\rangle_{interacting}$ long before ($-T\ll t_0$) the particles in it interact with each other and we want to know how this states looks like long after ($T\gg t_0$) the interaction $|p_1p_2...(t=+T)\rangle_{interacting}$. The overlap is $$ S_{fi} = \langle p_1p_2...(t_0)|k_1k_2...(t_0)\rangle = \langle p_1p_2...(T)|e^{-iH2T}|k_1k_2...(-T)\rangle $$ If we take the limit $T\rightarrow\infty$, we can relate these interacting states to the 'in' and 'out' states. $$ S_{fi}\rightarrow {}_{out}\langle p_1p_2...|k_1k_2...\rangle_{in} $$ The reason for wanting to relate the transition amplitude of interacting states to those of free states is, that we know the explicit form of the creation and annihilation operators only for free theories. Another important subtlety is that $a_{in}(p)\neq a_{out}(p)$, which means, that the overlap of the asymptotically free states does not simply produce a bunch of delta functions, but is instead more complicated and can be calculated e.g. using the LSZ reduction formula.

KilianM
  • 468