Dirac-Feynman-action principle and pseudo-differential operators

jostpuur
Messages
2,112
Reaction score
19
I have encountered some mathematical difficulties when examining a one dimensional system defined by a Lagrange's function

<br /> L(x,\dot{x}) = M|\dot{x}|^{\alpha} - V(x),<br />

where \alpha &gt; 1 is some constant. The value \alpha=2 is the most common, but I am now interested in a more general case. The velocity and canonical momentum are related by equations

<br /> p = \alpha M |\dot{x}|^{\alpha - 2} \dot{x},<br />

<br /> \dot{x} = (\alpha M)^{\frac{1}{1 - \alpha}} |p|^{\frac{2-\alpha}{\alpha - 1}} p.<br />

and the Hamilton's function for the system is

<br /> H(x,p) = (\alpha - 1)\alpha^{\frac{\alpha}{1-\alpha}} M^{\frac{1}{1-\alpha}} |p|^{\frac{\alpha}{\alpha - 1}} + V(x).<br />

When one attempts to write down the Schrödinger's equation

<br /> i\hbar\partial_t\Psi(t,x) = H(x,-i\hbar\partial_x)\Psi(t,x),<br />

one encounters the difficulty of interpreting the operator |\partial_x|^{\frac{\alpha}{\alpha - 1}}. To my understanding, the only reasonable answer is to define this as a pseudo-differential operator, meaning as a multiplication operator in the Fourier space. So the Hamilton's operator is

<br /> H(x,-i\hbar\partial_x)\psi(x) = (\alpha - 1)\alpha^{\frac{\alpha}{1-\alpha}} M^{\frac{1}{1-\alpha}} \int \frac{dp\;dx&#039;}{2\pi\hbar} |p|^{\frac{\alpha}{\alpha - 1}} e^{\frac{i}{\hbar}(x-x&#039;)p}\psi(x&#039;) \; + \; V(x)\psi(x).<br />

If \alpha=2, or if \frac{\alpha}{\alpha - 1} is an even number in some other way, then one can check through integration by parts, that this definition gives the ordinary differential operators. But in general, one cannot reduce this operator, defined through Fourier transforms, into the ordinary differentiation operations.

If \alpha=2, an alternative way to arrive at the Schrödinger's equation is available, through the action principle. When the particle propagates from point x&#039; to the point x, in some small time \tau, the corresponding action is given by

<br /> S(x&#039;,x,\tau) = \int\limits_0^{\tau} du\;L\big(x&#039; + (x-x&#039;)\frac{u}{\tau}, \frac{x-x&#039;}{\tau}\big)<br />
<br /> = M\tau^{1-\alpha}|x&#039;-x|^{\alpha} \;-\; \tau\big(V(x) + O(x&#039;-x)\big)<br />

and the time evolution of the wave function is given by

<br /> \Psi(t+\tau, x) = C_{\tau} \int dx&#039;\; \exp\Big(\frac{i}{\hbar}S(x&#039;,x,\tau)\Big)\Psi(t,x&#039;) \;+\; O(\tau^2).<br />

With value \alpha=2 one can compute

<br /> \Psi(t+\tau, x) = C_{\tau} \int dx&#039;\; \exp\Big(\frac{iM}{\hbar\tau} (x&#039;-x)^2\Big) \Big(1 \;-\; \frac{i\tau}{\hbar}\big(V(x) \;+\; O(x-x&#039;)\big) \;+\; O(\tau^2)\Big)<br />
<br /> \Big(\Psi(t,x) \;+\; (x&#039;-x)\partial_x\Psi(t,x) \;+\; \frac{1}{2}(x&#039;-x)^2\partial_x^2\Psi(t,x) \;+\; O((x&#039;-x)^3)\Big) \;+\; O(\tau^2)<br />
<br /> =C_{\tau}\sqrt{\frac{\hbar\pi\tau}{2M}}(1+i)\Big(\big(1 \;-\; \frac{i\tau}{\hbar}V(x)\big)\Psi(t,x) \;+\; \frac{i\hbar\tau}{4M}\partial_x^2\Psi(t,x) \;+\; O(\tau^2)\Big) \;+\; O(\tau^2).<br />

After choosing

<br /> C_{\tau} = \Big(\sqrt{\frac{\hbar\pi\tau}{2M}}(1+i)\Big)^{-1}<br />

we get

<br /> \Psi(t+\tau,x) = \Psi(t,x) \;-\; \frac{i\tau}{\hbar}\Big(-\frac{\hbar^2}{4M}\partial_x^2 \;+\; V(x)\Big)\Psi(t,x) \;+\; O(\tau^2)<br />
<br /> \implies\quad i\hbar\partial_t\Psi(t,x) = \Big(-\frac{\hbar^2}{4M}\partial_x^2 \;+\; V(x)\Big)\Psi(t,x).<br />

My question is, that is it possible to derive the Schrödinger's equation, containing pseudo-differential operator, when \alpha\neq 2, somehow from the action principle. The standard computation with \alpha=2 doesn't generalize immediately, because the Taylor series of \Psi around the point x will never produce the pseudo-differential operators.
 
Physics news on Phys.org
Given a hamilonian H(p,x), the path-integral formula for the transition amplitude is

\langle x_2|e^{-iH(t_2-t_1)/\hbar}|x_1\rangle=\int{\cal D}x\,{\cal D}p\,\exp\!\left[i\int_{t_1}^{t_2}dt\,[p\dot x - H(p,x)]/\hbar\right]

where the integral is over all paths in phase space (position and momentum) that begin at position x_1 at time t_1 and end at position x_2 at time t_2 (with arbitrary momenta at these times). If the hamiltonian is quadratic in p, then the path integral over the momentum is gaussian, and can be performed exactly. This then yields the usual classical action in the exponent. But if the hamiltonian is not quadratic in p, this step cannot be carried out explicitly.
 
I just wanted to add that the part of the Hamiltonian that is quadratic in p can't depend on x for you to take passage into the action. Otherwise the path integral would be the action multiplied by the Sqrt[1/x] or whatever the Gaussian pre-factor is, I think.

This trick only applies to quadratic Hamiltonians though. To me it just seems to be lucky that it works. The integral of a quadratic Gaussian happens to be the value of the integrand at the maximum point: this is exactly the definition of the Legendre transform:

http://en.wikipedia.org/wiki/Legendre_transform
 
Avodyne, I don't believe that you understood what my original problem was, because it was not that I would have encountered some well defined integral, whose computation would have difficult or impossible. The problem is that from what principle is the pseudo-differential operator supposed to emerge, because it is not emerging from Taylor expansion of \psi at least. Anyway, your post made me think about the action in Hamiltonian picture, and it could be that it is the solution to my original problem, so thanks anyway :wink:. It could be that the key is to write the time evolution using the action in terms of the Hamiltonian, integrate first over spatial coordinate, and then over the momenta. That is a kind of computation that could make pseudo-differential operators emerge. I haven't yet tried to carry out the computation, though.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top