linford86 said:
Thanks for your reply! Can you give an example of either of these methods?
I can give the rough idea :) Let's pick a tensor T
[tex]
T = T_{\mu\nu} dx^{\mu} \otimes dx^{\nu}[/tex]
and perform the coordinate transformation
[tex]
x^{\lambda} \rightarrow x^{\lambda'} = x^{\lambda} - \xi^{\lambda}[/tex]
We know that for our T we have
[tex]
T_{\mu' \nu '}(x') = \frac{\partial x^{\mu}}{\partial x^{\mu '}}\frac{\partial x^{\nu }}{\partial x^{\nu '}}T_{\mu\nu}(x) \ \ \ \ \ \ \ \ (1)[/tex]
For our coordinate transformation we have that
[tex]
\frac{\partial x^{\mu}}{\partial x^{\mu '}} = \delta^{\mu}_{\mu '} + \frac{\partial }{\partial x^{\mu '}}\xi^{\mu}[/tex]
You can plug this into (1). But the Lie derivative of our tensor T with respect to [itex]\xi[/itex] is given by (in components)
[tex]
T_{\mu ' \nu '}(x) - T_{\mu\nu}(x)[/tex]
You can calculate this by performing a Taylor expansion,
[tex]
T(x) = T(x' + \xi) = T(x') + \xi^{\mu}\partial_{\mu}T(x')[/tex]
and recognizing that, to first order in xi,
[tex]
\xi^{\mu}\partial_{\mu}T(x') = \xi^{\mu}\partial_{\mu}T(x)[/tex]
It's been a while that I did these kind of calculations explicitly, but I think you should be able to do it. It maybe helps to first do it for a scalar field, then for a vector or covector, and so on. Notice that the signs depend on how you define your coordinate transformation with either a plus or minus sign! For a general tensor T there always will be a leading term
[tex]
\xi^{\mu}\partial_{\mu}T(x)[/tex]
The other terms will be due to the "pulling back of the coordinate", but that will become clear if you read something about pushforwards and pullbacks; the GR text by Carroll or Nakahara's geometry book are very useful. Hope this helps :)