1

In Introduction to QFT by Peskin & Schroeder, p. 18, the authors have described infinitesimal change in field as a result of infinitesimal translation as

$$x^\mu\rightarrow x'^{\mu} =x^\mu-a^\mu \tag{2.16a}$$

Which then leads to (1st order variation in the parameter)

$$\phi(x)\rightarrow \phi(x+a)=\phi(x)+ a^\mu\partial_\mu\phi(x)\tag{2.16b}$$

My question is: Why is there a plus sign in second equation? Shouldn't the equation be

$$\phi(x)\rightarrow \phi(x-a)=\phi(x)- a^\mu\partial_\mu\phi(x)~ ?$$

DanielC
  • 4,497
  • 2
  • 25
  • 39
solphy101
  • 111

2 Answers2

7

You should be very very careful with field transformations. In a quantum field theory, only the field transforms -- coordinates DO NOT TRANSFORM, even for spacetime transformations. However, describing spacetime transformations as acting on the coordinates is often a useful tool to describe how the fields themselves transform. But you must always remember that at the end of the day, the action on the coordinates is a tool.

Every single symmetry transformation is described by a field transformation $$ \phi(x) \to \phi'(x) $$ To describe the symmetry, we must then explain what is $\phi'(x)$ in terms of $\phi(x)$. For instance, for a $U(1)$ gauge transformation, we write $$ \phi'(x) = e^{i Q \alpha(x)} \phi(x)~. $$

When the field transformation corresponds to a spacetime transformation, it is convenient to describe $\phi'(x')$ as opposed to $\phi'(x)$. For instance, for scalar operators, we write $$ \phi'(x') = \phi(x)~. $$ Note that this is just a tool for us to determine what is $\phi'(x)$. For instance, for translations, we have $x'=x-a$ so that $$ \phi'(x') = \phi'(x-a) = \phi(x) \quad \implies \quad \phi'(x) = \phi(x+a)~. $$ For Lorentz transformations, $x' = \Lambda x$ so that $$ \phi'(x') = \phi'(\Lambda x) = \phi(x) \quad \implies \quad \phi'(x) = \phi(\Lambda^{-1} x)~. $$

Prahar
  • 29,157
4

The author is using here an active transformation. Imagine a laboratory in which you transform the field by displacing, you'd get then a new field of the form $\phi_{\rm new}(x)$. There are two things here to notice

  1. The field is still being evaluated at the old coordinates

  2. If you transform the coordinates by a translation, then $\phi_{\rm new}(x_{\rm new}) = \phi(x)$, where

$$ x_{\rm new} = x-a $$

Or in the notation of the author

$$ \phi'(x - a) = \phi(x) $$

which is equivalent to

$$ \phi'(x) = \phi(x + a) \stackrel{\mathcal{O(a)}}{=} \phi(x) + a^\mu\partial_\mu\phi(x) $$

caverac
  • 6,802