2

Is the time-ordered exponential

$$ \mathcal{T}\exp\left\{-i\int_{t_0}^tdt'V(t')\right\}\tag{1} $$

just a mnemonic device for the series

$$ \begin{aligned} 1 + (-i)\int_{t_0}^tdt_1 \, V(t_1) +{} & (-i)^2\int_{t_0}^t dt_1 \int_{t_0}^{t_1}dt_2 \, V(t_1)V(t_2) \\&+(-i)^3 \int_{t_0}^t dt_1 \int_{t_0}^{t_1} dt_2 \int_{t_0}^{t_2} dt_3 \, V(t_1)V(t_2)V(t_3)+ \cdots \end{aligned}\tag{2} $$

or is there more to it?

The series one gets when expanding the time-ordered exponential is full of time-ordered products and not useful as such. Are there other advantages to the first expression except for compactness?

Andrea
  • 5,310

1 Answers1

2

The time-ordered exponential (1) is the unique solution $U(t,t_0)$ to the first-order initial value problem: $$ i\frac{d}{dt} U(t,t_0)~=~V(t)U(t,t_0), \qquad t~\geq ~t_0, \qquad U(t_0,t_0)~=~\mathbb{1}. \tag{A} $$ The ODE (A) is sometimes useful. See also this related Phys.SE post.

Qmechanic
  • 220,844