Raising and Lowering Indices and expansion

  • Thread starter Thread starter vertices
  • Start date Start date
  • Tags Tags
    Expansion Indices
vertices
Messages
62
Reaction score
0
Hi

Not sure if this is the best place to post this question but..

Why can we expand (\partial_\mu \phi)^2 in this way:

(\partial_\mu \phi)^2=(\partial_\mu \phi)(\partial^\mu \phi)

I mean [anything]^2 should equal [anything]*[anything] - why have be raised one of the indices above?

thanks.
 
Physics news on Phys.org
Because you are contracting the two indices using the metric, which usually comes down to the Minkowski metric in QFT. What it really means is
<br /> (\partial_\mu \phi)^2=(\partial_\mu \phi)(\partial^\mu \phi) = \eta^{\mu\nu} (\partial_\mu \phi)(\partial_\nu\phi)<br />
The Minkowski metric \eta^{\mu\nu} is sometimes defined as \eta^{00}=-1, and \eta^{ii}= 1 for the spatial indices. Plugging this back in gives a minus
<br /> (\partial_\mu \phi)^2 = -\partial_0\phi\partial_0\phi + \partial_x\phi\partial_x\phi = -(\partial_0\phi)^2 + (\partial_x\phi)^2<br />
This is really different from "just taking the square".

Squaring an expression which contains an index \mu means contracting over that index using the metric. It's not the same as "expanding the square".
 
xepma said:
Because you are contracting the two indices using the metric, which usually comes down to the Minkowski metric in QFT. What it really means is
<br /> (\partial_\mu \phi)^2=(\partial_\mu \phi)(\partial^\mu \phi) = \eta^{\mu\nu} (\partial_\mu \phi)(\partial_\nu\phi)<br />
The Minkowski metric \eta^{\mu\nu} is sometimes defined as \eta^{00}=-1, and \eta^{ii}= 1 for the spatial indices. Plugging this back in gives a minus
<br /> (\partial_\mu \phi)^2 = -\partial_0\phi\partial_0\phi + \partial_x\phi\partial_x\phi = -(\partial_0\phi)^2 + (\partial_x\phi)^2<br />
This is really different from "just taking the square".

Squaring an expression which contains an index \mu means contracting over that index using the metric. It's not the same as "expanding the square".

So its simply a question of definition - how the square of something is defined, in QFT.

Great explanation xepma - thanks:)
 
can you (or anyone else who's happy to) tell me why we can raise and lower matrices in this way:

F_{\mu \nu}=g_{\mu \rho}g_{\nu \sigma} F^{\rho \sigma}

How does the above expression come about?

Thanks.
 
vertices said:
can you (or anyone else who's happy to) tell me why we can raise and lower matrices in this way:

F_{\mu \nu}=g_{\mu \rho}g_{\nu \sigma} F^{\rho \sigma}

How does the above expression come about?

Thanks.

This is about the calculation of tensors.
For the practical use, we can neglect the abstract definition of dual space, linear functional and so on...
And this is just a useful language in physics.

Consider this, in special relativity, some quantities are expressed in terms of so-called 4-vectors, v^\mu, which transform under the Lorentz transformation as v^\mu \rightarrow v&#039;^\mu = \Lambda^\mu{}_\nu v^\nu, where \Lambda^{\mu}{}_\nu is the Lorentz transformation matrix and the Einstein summation convention is used.

The Einstein summation convention is that, whenever we meet two objects, with one upper index and one lower index, we must sum over the index with possible range of the indices. For example, a^\mu b_{\mu} = a^0b_0 + a^1b_1 + a^2b_2 + a^3b_3

So what is the object with one lower index? It's also a vector, which is defined via the introduction of metric tensor. We define the metric tensor as a diagonal matrix, \eta_{\mu_\nu} \equiv \text{diag}(-1,1,1,1). In this way, the lower-index vector is defined as v_\mu \equiv \eta_{\mu\nu}v^\nu.
Define \eta^{\mu\nu} (lets call it metric tensor too) as the inverse matrix of the metric tensor \eta_{\mu\nu}, we see that the metric tensor can be used to pull indices up and down. For example, a^\mu = \eta^{\mu\nu}a_{\nu}

The definition of Lorentz transformation is a linear homogeneous transformation such that the object like a^\mu b_\mu is a scalar under Lorentz transformation.

So, your quantity \partial_\mu \phi \partial^\mu\phi is a scalar, so that it can be put in the Lagrangian as the kinetic energy of a scalar field \phi.
 
Thanks Ismaeli:)

So again, it's just the way a subscripted tensor is defined in QFT...
 
vertices said:
Thanks Ismaeli:)

So again, it's just the way a subscripted tensor is defined in QFT...

It's not in any way specific to QFT. These conventions show up all over the place in relativity. Since you're talking about relativistic QFT, it is natural that they show up there as well.

What should probably be made clear is that the notation you're asking about is simply a conventional shorthand. Fundamentally, the quantity of interest is (\partial_\mu\phi)(\partial^\mu\phi). But, physicists are lazy and would rather write (\partial_\mu\phi)^2 a whole bunch of times than the full expression. And, since it's generally know that any term in the Lagrangian must be a scalar, there's no confusion about how the two indices must relate.
 
Back
Top