I’ve created a new website by signing up with wordpress.com: yizenchu.net. It is still under construction and will likely be so for the coming year.
RIP stargazing.net
I’m grateful for having a completely free web host for the past 2+ decades. Stargazing.net was a host primarily for amateur astronomers, and I used it for both my private website and the amateur astronomy club at Cal. Unfortunately, as of a few weeks ago, it appears to have ceased operations.
For the time being, I’ve uploaded my lecture notes onto github.
Do too few derivatives lead to ill-defined variational principles?
Likely in an upper-level course in classical mechanics, a physicist learns about the calculus of variation for particle mechanics. The basic problem may be stated as follows. Let (usually dubbed the “Lagrangian”) be a function of the trajectory
and its velocity
; and suppose the initial position
and final position
are fixed. What is the trajectory
that extremizes the action integral
?
For instance, what is the shortest distance between two points and
in flat space? In this case
and the answer is of course a straight line.
Generally speaking, extremization means: if is the desired trajectory, any slight perturbation
away from it must yield a zero change in
at first order in this perturbation — just as extremizing an ordinary function
means its derivative must be zero at the turning point,
. Note that, if
satisfies the fixed boundary conditions, then the perturbations must vanish at the end points
in order for the total trajectory
to obey the same boundary conditions. Now, a direct calculation would reveal, the first order change of
upon the replacement
is
(1) ,
where the derivatives of with respect to position are done so with the velocities held fixed, and vice versa.
We see from eq. (1) that for the first order variation to be zero, , not only must the “bulk term” involving the integral be zero, so must the boundary terms at
and
. The first is what yields the Euler-Lagrange equations
(EL):
Unfortunately, once the equations-of-motion are obtained, the boundary terms in eq. (1) are often forgotten. That they vanish is not in fact guaranteed; for, it depends not only on the boundary conditions imposed but the structure of the Lagrangian itself.
Before moving on, let us note that the equations-of-motion in (1) are second order in time, which implies — taken on their own, and not necessarily arising from an action principle — an explicit solution can be determined by either imposing boundary conditions (as we have done here); or, say, initial values for the position and velocity. Fewer than two conditions or more than two conditions would lead respectively to an under-determined or over-determined problem. Hence, the usual variational principle involving two boundary conditions–one for each end of the trajectory–is consistent with the second-order-in-time character of the Euler-Lagrange equations it yields.
Too many derivatives
The case where the Lagrangian contains too many derivatives appears to be well discussed in the recent literature. If depends not only on
and
but also
and/or higher derivatives, the formula in eq. (1) will need to be appended on the right hand side with additional terms involving derivatives of the Lagrangian with respect to them; more boundary conditions will also be needed. In fact, Ostrogradsky tells us, these higher derivative theories generically lead to runaway (i.e., unstable) solutions.
Within the field theory context, the most famous such example is that of Einstein’s General Relativity. The associated Einstein-Hilbert action is often written as
where denotes the region of spacetime under consideration,
is the absolute value of the determinant of the metric tensor, and
is the Ricci scalar.
The first order variation with respect to the metric, , yields
(EH.1):
where is the Einstein tensor and
denotes the directed 3-volume element of the boundary of the spacetime region under consideration. Notice the boundary terms contain the first derivatives of
, and not of
alone; this can be traced back to the fact that the Ricci scalar itself contains terms with two derivatives acting on the metric tensor. Hence, if we wish to define the variation principle with the metric — and not its derivatives — fixed on the boundary, we need to somehow cancel these terms out. This is precisely the purpose of adding to
the Gibbons-Hawking-York term involving the boundary’s extrinsic curvature.
Too few derivatives?
On the other hand, it appears to me, there is also the much less discussed case of a Lagrangian (density) containing too few derivatives. Consider the following flat spacetime action involving the 4-component Dirac spinor .
(Dirac):
where the spacetime volume is the time interval together with the spatial volume
; and the
are the
Dirac matrices obeying the algebra
.
The first order variation of the Dirac action is
(Dirac.1):
We may demand that these semi-classical Dirac fields obey Dirichlet boundary conditions on the spatial boundaries. This would set to zero the last group of terms. Furthermore, the “bulk” terms on the first line also imply the Dirac equation
However, because these are first-order-in-time partial differential equations, it is not possible to simultaneously specify on both the initial
and final
time hypersurfaces; once
is specified on one, its value is determined on the other. Hence, it is not clear to me that we may demand
for both
and
. At the most, when evaluated on the solutions subject to spatial Dirichlet boundary conditions, we have
Is the variational principle leading to the Dirac (and Weyl) equation well defined?
TensoriaCalc
Tensor calculus is messy business. Not only do tensors, by their very nature, contain multiple components, with each component containing possibly very complicated expressions — just, say, taking their covariant derivatives would further incur numerous terms arising from contraction with the rank-3 Christoffel symbols. Since these calculations are not only long and arduous, whose step-by-step details do not deepen physical insight but are oftentimes merely “mechanical” in character, it has been clear to me (and others) that they ought to be automated with Computer Algebra as far as possible.
Since the 2010’s, I started to develop an easy-to-use Wolfram Mathematica package – which I have named TensoriaCalc (added: GitHub) – to tackle concrete (as opposed to abstract) tensor calculus commonly encountered in General Relativity, cosmology, and field theory. (I have already used it to discover a class of GR-MHD cosmological solutions.) To ensure it is indeed user-friendly, I have taken serious effort to construct a framework that is smoothly consistent with the Wolfram language – for instance, there is no need to declare indices; they are just patterns of the form SuperMinus[_Symbol] (upper indices) or SubMinus[_Symbol] (lower indices) – while being versatile enough to accommodate generic multi-component (aka “indexed”) objects as well as future functionality expansion. Just as Graphics is the Head of all graphics-related objects, at the heart of TensoriaCalc, the Tensor object is the basic atom of all “indexed” or “tensorial” quantities, with all relevant information such as coordinates, indices, component(s), etc. stored as Rule’s within it. Differential geometric operations such as covariant, Lie and exterior derivatives, coordinate transformations, Hodge duals, etc. are first defined by how they act on these Tensor’s.
I was very fortunate to have recruited Wei-Hao Chen during the early part of the 2020’s to work intensively on TensoriaCalc. (I also recruited Vaidehi Varma, who worked with us to carefully document the code and write TensoriaCalc’s manual.) He has helped expand its functionality considerably. For example, CoordinateTransformations in my original version was rudimentary, merely generating a List of transformations of the basis 1-forms and vector fields from a given coordinate transformation. But Wei-Hao’s updated version can now implement coordinate transformations on metrics and generic tensors–including the use of orthonormal basis–as well as ‘induce’ them onto a lower dimensional hypersurface. Highly non-trivial!
Update: The arXiv posting is out!
Download TensoriaCalc
Download TensoriaCalc.nb. Then save it in the desired directory, open the notebook and Save. This creates TensoriaCalc.m. To use TensoriaCalc, load this .m file into your Mathematica session.
I recommend working through TensoriaCalc_UserGuide.nb, where we discuss the 3D Euclidean group; the induced metric on the round 2-sphere and the scalar and vector spherical harmonics as eigenfunctions; 3D vector calculus in Cartesian, polar, and spherical coordinates, and their associated eigenfunctions of the Laplacian; the Poincare lemma applied to the Coulomb electric field and the constant magnetic field; the 4D Poincare group and the scalar wave and Maxwell equations; weakly curved static Newtonian spacetimes; the general (positive, negative and flat spatial curvature) Friedmann–Lemaître–Robertson–Walker cosmology; Birkhoff’s theorem and the Schwarzschild black hole, the associated geodesics, as well as the gravitational redshift and light deflection in the weak field limit; and, very briefly, the rotating Kerr black hole. This hands-on approach should provide a good introduction to TensoriaCalc’s functionality.
Please let me know should you have suggestions, constructive criticisms, bug reports, etc.
Generalized Poisson-Arago Spot and Spacetime Causality
Place an opaque disk on the plane centered at its origin; a point source of light at
for
on one side; and a light-sensitive plate — say, a CMOS detector — parallel to the
plane intersecting the
axis at
for
on the other side. In the ancient days, folks debated whether light was comprised of particles or waves. If light were particles, so the argument goes, it would take straight lines — this is the basis of geometric optics — and therefore be obstructed by an opaque disk and the center of the detector at
should not receive any signal at all. (Why can’t the particles bounce off the edges of the disk and reach the center of the detector?) On the other hand, if light were waves, it would be able to spread around the edges of the disk, and some fraction of it would be able to reach the center of the disk.
The Poisson-Arago spot is in fact a prediction of the above “light are waves” argument, based on the Kirchhoff diffraction formula that physics graduate students learn as part of a course on electromagnetism. It states that not only is there a non-zero signal at the center of the detector in the above setup — due to diffraction — there is in fact a bright spot lying in the center of the otherwise darker shadow region due to the obstruction created by the disk itself.
In a recent preprint I posted on the arXiv analysis I carried out with Jia-En Chen — this was his MS thesis work — I turned to examine the Kirchhoff diffraction formula in position spacetime, as opposed to the usual frequency space. This is a warm-up to my attempt to understand gravitational lensing of both electromagnetic and gravitational waves from first principles; to compute their associated Green’s functions and to understand the causal structure of the signals. By causal structure, I mean how these waves propagate both in space and time.
Within Kirchhoff diffraction theory, 3D obstacles are approximated as 2D objects lying on a flat 2D plane — in astrophysics lingo, the “lens screen”. For instance, a basketball would become its cross-section, the above opaque disk, in a manner consistent with the placement of the source and detector. Within this approximation scheme, Jia-En and I asked:
How does the signal emitted from the spacetime point
navigate an arbitrary 2D obstacle or aperture to reach the spacetime point
on the other side of the lens screen?
The key fact about the propagation of zero-mass signals such as electromagnetic or gravitational waves is that — on a flat 4D spacetime background — they do so strictly on the null cone, where time elapsed is equal to the spatial distance traveled. Therefore, in the absence of obstacles, light rays do indeed travel in straight lines, whether you call them waves or particles. However, in the presence of obstacles, they are able to scatter off the edges of these obstacles and continue along a straight path but in a different direction from before. This scattering picture in position spacetime is what is known as diffraction in frequency space. For a given observer at and source at
, we may therefore consider the locus of spacetime points that lie simultaneously on the forward null cone of
and the backward null cone of
— i.e., demand that causality must hold. This in fact, for a fixed elapsed time
, yields an ellipsoid whose focii are
and
. Whenever this ellipsoid is able to intersect the boundaries of this obstacle, there will be a diffracted signal. Whenever there are no intersections, there is no diffraction.

Now, these intersections between the ellipsoid determined by causality and the boundaries of the obstacle(s) are usually discrete points; for e.g., four of them, in the above figure. However, if a portion of the boundary forms part or the entirety of an ellipse or circle, then this finite segment — as opposed to the usual discrete points — can be the ellipsoid-boundary intersection. This is, of course, provided the source-observer configuration is adjusted appropriately. When this occurs, we showed that a Dirac function signal forms at the observer location, which we interpret as the central peak of the Poisson-Arago spot. (Note that we no longer need a perfectly circular disk to form the Poisson-Arago spot, as per the usual setup above.) Discrete points of intersection would instead produce a diffuse signal, not an infinitely peaked one.

Moreover, if we do specialize to the usual setup, where the source is at , observer at
and the disk of unit radius is centered at
— we can work out the signal
explicitly.

The function argument follows from the Pythagorean theorem — the time elapsed
is the amount of spatial distance from the source at
to the edge of the circle plus that from the edge of the circle to the observer at
.
Censorship by arXiv
This is my first experience of censorship by the arXiv. I looked up which section of the arXiv the Kirchhoff diffraction formula appears, and not surprisingly, it was physics.optics. Because I have never posted there before, we got a kind physicist to endorse us. After waiting for two whole weeks, we got the following email, devoid of specifics regarding why our paper — discussing a fundamental equation of optics — was not allowed. If we need to get it published in a journal first, why is the arXiv called a “pre-print” server? More importantly: Is this sort of censorship consistent with the scientific ethos?

Update May 2026: I’ve updated the paper and one of the figures above.
Energy-Momentum of Non-Local Gravity Theories
Long range forces such as electromagnetism and gravitation are usually associated with zero mass particles — namely, the photon and the graviton respectively. When quantum effects are included the resulting effective action for these basic force laws become non-local; namely, the Lagrangian density no longer involves the photon or graviton (really, the metric) field at a single point in spacetime, but rather, at more than one location. To preserve the general covariance of the action, this non-locality oftentimes involves the inverse wave operator of the spacetime geometry itself.
Over the course of two papers, in arXiv: 1811.04647 (with Sohyun Park) and 2410.24076 (with Afidah Zurioda), I examined the amount of energy momentum transported by the emission of gravitational waves in the Deser-Woodard I and II, Vardanyan-Akrami-Amendola-Silvestri and Amendola-Burzilla-Nersisyan non-local models of modified gravity theories. These models were inspired either by the need to account for Dark Energy or quantum gravitational effects. What I found was that — provided we take their non-local properties seriously** — the energy-momentum fluxes of gravitational waves at large distances from their material sources do not even make sense: the total energy transported to infinity is, well, infinite.
In more detail, because the area element on the sphere of radius scales as
, we expect the flux to scale as
1/(source-observer distance
, in order for the total flux to be finite at large distances. However, in these models, due to the non-local self interactions of the graviton, the flux instead scales as
etc. We extracted the flux in the same way the gravitational wave flux is extracted in General Relativity: Expand the geometric (matter-independent) terms in the equations-of-motion up to 2nd order in the metric perturbations; then, identify the gravitational wave (pseudo-)stress tensor as these second order terms divided by
. That we obtained a
flux in some of these non-local models is not unlike the computation of the first nonlinear corrections to the gravitational perturbation solution in General Relativity itself; for there it necessarily involves a non-local 3-point function, which in turn leads to a
contribution.
** Capozziello et al appeared to have avoided these divergent gravitational wave fluxes altogether by simply converting the non-local interactions of the gravitons into local ones, through the introduction of auxiliary field variables — see, for instance, arXiv:2412.13629 and its equation 2.4. However, these auxiliary variables were originally introduced to obtain the final non-local equations-of-motion for these non-local gravity models in a more tractable manner; not as a means to itself, so to speak. In other words, I do not believe these auxiliary variables to be physical ones, if we were to take the non-local properties seriously. Instead, one would likely have to start from the fundamental theory from which these four effective models arose in the first place, to obtain a sensible gravitational wave flux.
Scalar Gravitational Waves in a Dark Energy Dominated Universe
In the recent years, I have been curious if the notion of “gravitational waves” ought to be enlarged once the background spacetime in question is not Minkowski spacetime, but the large scale expanding universe
In particular, the massless helicity-2 character of the gravitational wave traveling in a flat background is no longer the only allowed polarization pattern. In a previous post, I discussed the existence of spin-0 gravitational polarizations in a radiation dominated universe.
Dark Energy versus Cosmological Constant
In my recent work with Li-Ying Chou (my former undergrad, now Master’s student) and Yen-Wei Liu (my former postdoc), I turned my attention to a nearly de Sitter spacetime, engendered not by a cosmological constant in Einstein’s equations, but by a slowly rolling canonical scalar field with Lagrangian density
On a cosmological constant driven de Sitter geometry, the linearized Einstein’s equations have been studied quite a bit over the past decade and a half or so; and the result is that gravitational radiation does only have massless spin-2 components. However, it has been clear to me for quite some time now, that when this de Sitter-like behavior is instead due to a Dark Energy scalar–or, more generally, some extra field degrees of freedom–there will be mixing between the first order perturbations of this Dark Energy with those of the scalar metric ones. In other words, there will be a discontinuous change in the number of allowed gravitational polarization modes when comparing the two scenarios, even though the background geometry is nearly indistinguishable. For the specific case of a Dark Energy scalar driven universe, I expected massless helicity zero gravitational waves.
Traceless Tidal Forces
The key object we computed was , the electric portion of the linearized Weyl tensor, as sourced by some isolated astrophysical system. By recalling the geodesic deviation equation, we see that these components describe the traceless tidal forces acting on a pair of infinitesimally nearby free-falling test masses. Importantly, the linearized Weyl tensor in an expanding universe is invariant under infinitesimal coordinate transformations because of conformal/Weyl invariance. This, in turn, allows us to un-ambiguously identify the “scalar” and “tensor” contributions to these traceless tidal forces.
We found that these canonical scalar Dark Energy cosmological spin-0 gravitational waves, unlike their radiation dominated cousins, propagate at the speed of light; and, in particular, the null cone spin-0 contribution to the traceless tidal force reads
(1)
where is retarded conformal time;
is the source-observer proper spatial distance; and
is the system’s total mass. We have assumed the source is non-relativistic; and here,
is the (conformal time) acceleration of the spatial trace of its mass quadrupole moment. Moreover, we have parametrized the Dark Energy equation-of-state (its pressure-to-energy density) as
where the deviation is presumably small; and the retarded time is
.
Of course, even though the number of polarization modes are different — as one might expect — the scalar gravitational ones are suppressed relative to their tensor cousins due to the presence of in eq. (1). On the other hand, note that this spin-0 signal is directly proportional to
; i.e., it is directly sensitive to the Dark Energy equation of state.
Compact Binary System
Since mass is conserved on astrophysical timescales, the high frequency part of the spin-0 traceless tidal forces in eq. (1) is the term. For a compact binary system with total mass
, reduced mass
, orbital angular frequency
, and eccentricity
, the high frequency portion of eq. (1) becomes
(2)
where is the (retarded) orientation angle of the binary on the 2D plane they lie on. On the other hand, the spin-2 contribution reads
(3)
where the are spherical coordinates defined by treating the orbital plane of the binary system as the
plane; and the helicity-2 polarization tensors
are perpendicular to the propagation direction — i.e., the unit radial vector
— so that
. By comparing equations (2) and (3), one readily recognizes the isotropic character of the former spin-0 signal. Moreover, eq. (2) is directly sensitive to the eccentricity of the orbital motion engendering the gravitational radiation.
Summary
Because we deliberately did not couple ordinary matter to the Dark Energy scalar, I expect the existence of scalar gravitational waves to be rather generic — albeit highly suppressed — in Dark Energy models of accelerated cosmic expansion, provided of course the theory itself is valid down to astrophysical length scales. I believe eq. (2) is the first concrete illustration of such spin-0 gravitational radiation emitted from the sort of compact binary systems LIGO, Virgo, etc. have been hearing from to date.
References
- L.Y.Chou, Y.Z.Chu and Y.W.Liu, “Scalar Gravitational Waves Can Be Generated Even Without Direct Coupling Between Dark Energy and Ordinary Matter,” [arXiv:2310.14547 [gr-qc]].
- A.Ashtekar, B.Bonga and A.Kesavan, “Asymptotics with a positive cosmological constant: I. Basic framework,” Class. Quant. Grav. 32, no.2, 025004 (2015) [arXiv:1409.3816 [gr-qc]].
- A.Ashtekar, B.Bonga and A.Kesavan, “Asymptotics with a positive cosmological constant. II. Linear fields on de Sitter spacetime,” Phys. Rev. D 92, no.4, 044011 (2015) [arXiv:1506.06152 [gr-qc]].
- A.Ashtekar, B.Bonga and A.Kesavan, “Asymptotics with a positive cosmological constant: III. The quadrupole formula,” Phys. Rev. D 92, no.10, 104032 (2015)[arXiv:1510.05593 [gr-qc]].
- H.J.de Vega, J.Ramirez and N.G.Sanchez, “Generation of gravitational waves by generic sources in de Sitter space-time,” Phys. Rev. D 60, 044007 (1999) [arXiv:astro-ph/9812465 [astro-ph]].
- Y.Z.Chu, “Gravitational Wave Memory In dS
and 4D Cosmology,” Class. Quant. Grav. 34, no.3, 035009 (2017) [arXiv:1603.00151 [gr-qc]].
- B.Bonga and J.S.Hazboun, “Power radiated by a binary system in a de Sitter Universe,” Phys. Rev. D 96, no.6, 064018 (2017) [arXiv:1708.05621 [gr-qc]].
Where are the wavefunctionals in the QFT transition amplitudes?
Struggles
As I’ve previously confessed, there are many seemingly basic issues in physics that I struggle to understand properly. One such issue I’m going to discuss in this post is the path integral representation of the vacuum to vacuum transition in quantum field theory (QFT) and the ensuing prescription for the Feynman propagator.
To begin, let us recall that in quantum mechanics, the transition amplitude from some state to some other state
, over the time interval
, is given by the path integral
(1)
where
for some appropriately defined “Lagrangian” governing the dynamics of the quantum system, that we assume is a function of position
and momentum
.
The key observation I wish to highlight in eq. (1) is the need to integrate the path integral itself against the initial
and final
wavefunctions, corresponding respectively to the initial
and final
states we are interested in. However, for some mysterious reason, when we go on to do QFT, the vacuum-to-vacuum transition amplitude somehow makes no reference whatsoever to the vacuum wavefunctional itself. For instance, the computation of the two-point function (aka the Feynman Green’s function) for a Heisenberg-picture scalar field
is often asserted to be given by
(2)
where the integrals over field configurations in both the numerator and denominator run over at each point in spacetime and — rather crucially — do not seem to contain any explicit quantum-state dependence.
Gaussian Theory in Minkowski: Infinite Spacetime
Now, in infinite flat spacetime — i.e., examining the asymptotic past to future
transition amplitude — and for a non-interacting theory with mass
, namely
(Gaussian)
the above vacuum expectation value in eq. (2) can readily be computed within the canonical formalism, to yield
(3)
The here tells us the
integral’s contour needs to dip below the
pole and skirt above the
one; i.e., if we viewed the
integral as running over the reals, the poles are located at
. One way to justify this contour prescription, as well as the well-known Feynman propagator result in eq. (3) is to begin with the observation that the ordinary integral
(4)
is well defined only when the imaginary part of is positive; so that the integral itself is damped out in the large
region. Next, the action of eq. (Gaussian) in Fourier spacetime,
(Gaussian.2)
tells us the scalar field of different momenta are decoupled from one another. Hence, up to an overall normalization, the path integral itself amounts to an infinite product of integrals of the form in eq. (4).
where we have now introduced an — this amounts to rendering
in eq. (4) — for otherwise the integral would be ill defined for each and every fixed
. Up to a factor of 2 that I’ve not been able to hunt down thus far, I was able to show using such a Fourier spacetime calculation that eq. (2) does indeed lead to eq. (3); Peskin and Schroeder (in their path integral Chapter) does a similar calculation by placing the quantum system in a box, by doing the path integral over discrete Fourier spacetime.
To sum: For non-interacting theories, it appears to be possible to justify the apparent lack of vacuum state dependence within the path integral representation of the vacuum-to-vacuum transition amplitude, albeit in a round-about manner, if one takes the infinite past to infinite future limits.
Finite Time Propagation
Why should we, though, restrict our attention only to the asymptotic past and future? Surely we may learn more physics by demanding that the transition take place over a finite interval ? For instance, in cosmological applications, physicists have become interested in whether the perturbations imprinted in the cosmic microwave sky are due to an initial quantum state other than the vacuum one. This ‘initial state’ is usually released at a finite time, not the infinite past.
To this end, let us return to eq. (Gaussian) but take this finite range into account:
(Gaussian.3)
with the positive energy defined as
By expressing the action in mixed frequency-real space, we see that non-interacting field theories in infinite space are really a continuous infinity collection of simple harmonic oscillators (SHOs), with oscillation angular frequency , described by the Lagrangian
. From quantum mechanics, we already know that its ground state is the Gaussian
.
This immediately informs us that our non-interacting massive field theory has a vacuum wavefunctional
Now, what we actually need to compute in QFT involves insertions of operators; namely,
The well-known trick to achieve this, which facilitates perturbation theory for interacting fields, is to introduce a source in the action. Here, I shall simply sketch the construction for the quantum mechanical SHO:
where the SHO propagator — i.e., the path integral — is
This introduction of allows the insertion of
by taking functional derivatives:
The itself can be tackled by first shifting the integration variables
where is the classical trajectory of the SHO that begins at
and ends at
;
is the quantum trajectory that now needs to be integrated over all trajectories joining
to
, namely
; whereas
is the Green’s function of the SHO operator obeying Dirichlet boundary conditions. (These boundary conditions on
,
, and
ensure the total
obeys the boundary condition
and
, as required by the definition of
itself.) After quite a bit of work, I find
where
The reader already familiar with QFT would recognize this to be intimately related to the Feynman Green’s function. As we have already previously identified, going from the quantum mechanical SHO to the QFT of a massive scalar amounts to replacing followed by multiplying all the relevant transition amplitudes over all momenta
. The result is
If we re-write the above exponent in real space and time, for e.g., and
,
we uncover the Feynman Green’s function
(Feynman)
This result would also be obtained by performing the integral in eq. (3) while ensuring the
prescription is taken into account; thereby justifying the latter by explicitly taking into account the vacuum state dependence at the ends of the time interval
.
Closing Remarks
I was quite happy to see Richard Woodard recently paying tribute to the amazing Steven Weinberg, where he explained how Weinberg was one of the few field theorists who did carefully take into account the vacuum state dependence in the path integral formulation.
References
- R.P. Woodard, “Big Steve and the State of the Universe,” Symmetry 15, no.4, 856 (2023) doi:10.3390/sym15040856 [arXiv:2303.05111 [hep-th]].
- M.E.Peskin and D.V.Schroeder, “An Introduction to quantum field theory,” Addison-Wesley, 1995, ISBN 978-0-201-50397-5
Quantum Damped Harmonic Oscillator
Density Operator
The central object in computing statistical and quantum expectation values is the density operator, which at a specific initial time , is given as the following sum over all relevant quantum states
:
These linearly independent states need not be orthogonal; whereas the
describes the statistical probability that the
-th state be `measured’; in the sense that — for some arbitrary operator
— the quantum statistical expectation value is given by
These probabilities may parametrize partial knowledge of the quantum system at hand; or may result from `coarse graining’ the system from a more fundamental one — below, we will exploit the latter perspective. In any case, the reason why we use the density operator to compute the above expectation value, is because the latter can be expressed as a trace involving the former:
.
For example, the trace of the density operator itself is
;
and the trace of the square of the density operator — aka purity — is
;
where I have exploited the Hermitian character of to phrase its purity in terms of its eigensystem, namely,
. Thus, we have not only shown that its eigenvalues must be bounded between 0 and 1, their sum of the squares — which yields purity itself — must also be similarly bounded:
.
Time Evolution
If our quantum system were self-contained, i.e., `closed’, the time evolution of each and every is simply governed by
where the time evolution operator itself obeys the Schrodinger equation. With
denoting its total Hamiltonian,
Its solution in the position representation is often phrased as a path integral:
This in turn tells us, the density operator evolves in time via a pair of path integrals — one for the ket and one for the bra:
For notational convenience, we re-phrase it as
(Time.Evol)
where we may write the double path integrals as
To reiterate: for a closed system, the path integrals factorize because the bra and the ket evolve independently. However, if the system arose out of coarse graining or `tracing out’ some other degrees of freedom that is otherwise irrelevant to the problem at hand, it is then entirely possible that the
s become coupled. Hence, eq. (Time.Evol) still represents the time evolution of an initial density operator, but the time-evolution operator itself now reads
(In.In)
This doubled-path integral is usually considered part of the Schwinger-Keldysh formalism, though it should really be known as the Feynman-Vernon path integral.
As an example how such coupling may arise, if we had started with an additional degree of freedom
, where
is the Lagrangian involving only the
s and
only the
s, while
couples the
s and
s; the total time evolution operator would be
We see the influence action arises from
The presence of the on the LHS is due to the fact that, if we further traced over the
degrees of freedom, the result of the time-evolution
must be an identity, so that total probability is always preserved to be unity. This argument is likely not a proof, but I believe ought to be satisfied by a non-trivial fraction of closed many- or few-body quantum systems. Note, too, that this integration over the
may be viewed as `coarse graining’, by `averaging’ the
dynamics over its interaction with the
s.
To preserve probability for any initial density operator in eq. (Time.Evol), we therefore need
(Prob.Conserv)
We also expect the purity to remain bounded between 0 and 1:
(Pu.Bound) .
Quantum DHO
If we start from the outset with the following Lagrangians
and
— where and, for now,
— then we will discover that this describes a damped harmonic oscillator. In particular, its one-point position expectation value is
where
and, hence, both obey the DHO oscillator equation
with initial conditions ,
,
and
. Furthermore, we may identify the DHO retarded Green’s function as
The appearance of in
, which
is built out of, indicates we must impose the non-negativity of
to prevent a runaway solution:
.
Next, if one proceeds to impose probability conservation in eq. (Prob.Conserv), it turns out
;
for otherwise the ensuing integrals may not yield the Dirac functions on the RHS.
Moreover, to guarantee that purity be bounded — i.e., eq. (Pu.Bound) holds — even in the asymptotic future (), one would find that
In other words, as long as we have a damped harmonic oscillator — namely, — its quantization appears to require a non-zero imaginary part of its frequency-squared; and this imaginary part cannot be arbitrarily small, since it must be greater than or equal to
. In fact, had we set
from the start, the purity would blow up exponentially as
in the asymptotic future, violating the requirement that it stays below unity.
Finally, the variance of the position operator , in the
limit, can be shown to be completely independent of the initial density operator
. The infinite time limit of the density operator
is in fact a thermal one, provided one identifies the inverse temperature as
References
- N. Agarwal and Y.Z. Chu, “Initial value formulation of a quantum damped harmonic oscillator,” [arXiv:2303.04829 [hep-th]].
A Message of Hope
Just 3 months ago — at the beginning of August 2022 — I got promoted from Associate Professor to Professor here at NCU: I finally have tenure! This is after 4 years of undergraduate studies; 6 years of graduate school combined with one intermediate year of hiatus; followed by 7 years of postdoctoral appointments; and, finally, 5 years as Associate Professor. A total of 23 years! I do hope this only signals a new beginning in my research and teaching career.
Fired from Graduate School
My journey grew rough soon after I got to Yale for graduate school: there is a reason why this blog is dubbed Struggles in Physics — the pain is real! Those familiar with the US system know, physics graduate school is usually a direct-PhD program, even if one is awarded a M.S. along the way. For my case, I had to file to obtain a M.S. degree because I was getting fired by my then-boss; and, hence, was being effectively kicked out of Yale if I had wanted to continue my pursuit of theoretical physics. Was I a poor performer? I have never been a terribly fast worker; but by the end of the summer I was fired, I was close to putting out my second paper on the arXiv. Moreover, I had played significant roles in both papers; independently carrying out the core calculations in the first and devising the lepton number conserving (phenomenological) neutrino density matrix equations central to the second. Academics-wise, I also remember being one of the few who passed the PhD qualifying exams during the trial run, namely, just upon reaching Yale — I should thank my education at Cal for that.
My boss at Yale was not even the person I had initially wanted to work with. I wanted to become a theoretical cosmologist, having learned cosmology itself was a science entering its growth period. There was in fact a brand-new cosmologist at the high energy theory group then; but it was only during my second year at Yale, despite having spoken to him on several occasions, that I realized he was taking for his very first PhD student someone from a different institution. Why have no social life work one’s butt off during 4 years of undergraduate school, so that one can get into a supposedly elite school, just to get displaced by a student from a completely different institution? And, is this sort of behavior considered professionally ethical? I will always remember the then Dean of Graduate Students at Yale Physics sniggering when this topic was briefly alluded to — I believe he knew what the cosmologist had done — when I had to speak to him about withdrawing from the program. I also wrote a letter to the Dean of the Graduate School and several folks at Yale Physics regarding the ill treatment I received from my boss; but perhaps unsurprisingly, the responses were extremely vague — American institutes are afraid of lawsuits.
Personal Responsibility
One of the key life lessons I learned during my first few years as a graduate student, was that of personal responsibility; for instance, the need to take the initiative when seeking out opportunities in a competitive field like theoretical physics. I was fortunate that Lawrence Krauss was in town to give a talk sometime during the Fall of 2006, just months after I had officially withdrawn from Yale. He agreed to meet me briefly, and when I asked if the theory group at CWRU Physics had openings, he suggested that I visit Cleveland, OH to give a talk. My short visit to CWRU gave me the impression the faculty were accessible and quite willing to work with students; and in April 2007 when Tanmay Vachaspati agreed to be my PhD advisor I turned down offers from Penn State, UCLA (whose Chair at the time told me CWRU was “not even on the map”), and University of Maryland. (NYU’s Physics Department offered me a position, but its Graduate School rescinded it, likely because it was offered too late.) I would say going to CWRU was an overall decent decision, though recent events likely mean I will not be visiting my PhD alma mater anytime soon — like many US academic institutions, it has swung to the extreme Left by adopting the anti-American DIE Religion.
One key insight into physics research I did learn from my time at Yale was the upcoming revolution in experimental gravitational wave physics and the creation of an entirely new field of gravitational-signal driven astrophysics. (This has come to pass.) Upon learning that my boss at Yale was employing quantum field theory techniques to systematize higher order calculations in the post-Newtonian program (General Relativity’s modifications of Newtonian gravity) necessary for the modeling of gravitational waveforms from inspiraling compact binary systems, I suggested developing software to, at least partially, automate the computation of the Feynman diagrams. Not surprisingly — our relationship was already rather poor by then — it was summarily dismissed. During my time at CWRU I took the deliberate effort to see to fruition my computer-automation suggestion, or at least a rudimentary version of it. I still remembered wrestling with a small section of code for several weeks, during the final stages of the project, just to make sure the 2-body portion of my second post-Newtonian calculations recovered the results in the literature. But I knew the completion of the project itself was important, so as to concretely demonstrate — i.e., personal responsibility! — that I did not leave Yale because of incompetence. It was also due to this project that gave me the expertise and experience to help out an ongoing project at UPenn during my postdoc days at ASU; this, I believe, directly led to my hiring as postdoc at Ben Franklin’s institute afterwards.
Unfortunately, my troubles did not end after leaving Yale. One of my postdocs left me rather disillusioned about the severe lack of support, opportunity for real scientific growth, and the political nature of academic dynamics. For example, I learned how it felt to be an Academic Whore when I came up with the ideas, implemented them in a long paper that took months to complete, put my boss’ name on it; only to be thrown under the bus by the same boss because he was too cowardly and too scientifically inept (relative to our competitors) to stand up for me when we were scooped. (I needed my boss’ recommendation letter; otherwise, I would have written it up as a single-author work.) Though this experience did spur me to begin pursuing my own interests — i.e., personal responsibility! — in the causal structure of waves in curved spacetimes, a topic I am still currently working on. Going it alone may not be easy; but it does reap the pleasure that comes with the freedom of inquiry.
Almost Fired Again
During my third and final postdoc at the University of Minnesota Duluth, the Dean of my College tried to fire me (likely for personal-political reasons) before my contract was up; the UMD Physics Department Chair was clearly onboard with my dismissal too. This occurred despite my teaching of mathematical methods to undergraduate physics students in the previous semester, where some of them who double-majored in math were then allowed to take a more advanced version of Linear Algebra from the math department as a result of taking my course. One would have thought that raising the bar, improving the standards of education, would earn for oneself some security against professional dismissal at an institute of higher learning. But this instead turned out to be the first time in my life I officially threatened to sue my own employer. As of this writing, I am still waiting to — though do not think I will ever — hear back from the University of Minnesota: is it OK or not OK to play politics with the education of students, and mislead them regarding the scientific validity of course content?
Hope
On the other hand, amongst those I have known over the past 23 years, many more well educated, better trained, and perhaps smarter folks than I, have since left academic physics. But here I am — tenured Physics Professor! (Being stubborn helps.) If you have a good sense that you do have the relevant chops as a physicist, but are wrestling with the realities of a tough academic job market, irresponsible supervisor(s) and/or collaborators, etc. — may I say:
Persist! Don’t give up!