Contracting dummy indices tensors

In summary: I think I understand. So if I want to change the symbol for one of the indices, I need to change the symbol for all the indices, right?Correct. To change the symbol for one of the indices, you would need to change the symbol for all the indices.
  • #1
whatisreality
290
1

Homework Statement


Write out this covariant derivative in terms of partial derivatives and Christoffel symbols:

##\nabla_{\mu} S^{\nu}_{\nu \rho}##

Homework Equations

The Attempt at a Solution


I think you can contract that so it reads
##\nabla_{\mu} S_{\rho}##, in which case the solution would be ##\partial _{\mu} S_{\rho} - \Gamma^{\varepsilon}_{\mu \rho} S_{\varepsilon}##. But I thought I'd just check it without contracting, fully expecting them to be equal, but sadly it isn't obvious to me that they are. If I don't contract before taking the covariant derivative then I get:

##\partial_{\mu} S^{\nu}_{\nu \rho} + \Gamma^{\nu}_{\mu\varepsilon} S^{\varepsilon}_{\nu\rho} - \Gamma^{\varepsilon}_{\mu\nu} S^{\nu}_{\varepsilon\rho} - \Gamma^{\varepsilon}_{\mu\rho} S^{\nu}_{\nu\varepsilon}##

So I just want the middle two terms to cancel and then it would be fine, but I'm not sure I can do that. Are both my solutions the same or are they different? If they're different then which one is valid?

Any help is much appreciated, thank you. :)
 
Physics news on Phys.org
  • #2
They are the same. You can rename dummy indices without changing the expression (it does not matter what you call your summation indices) so make the exchange ##\varepsilon \leftrightarrow \nu## in the second term.
 
  • Like
Likes whatisreality
  • #3
Orodruin said:
They are the same. You can rename dummy indices without changing the expression (it does not matter what you call your summation indices) so make the exchange ##\varepsilon \leftrightarrow \nu## in the second term.
I don't understand why it doesn't matter. Ok, so yes the symbol I initially choose is random and I could swap out every epsilon for a theta, for example. What I don't understand is why I can relabel an index in just one term, without also making the swap in all the rest.

If the epsilon in the third term is completely unrelated to the epsilon in the second term, then maybe I can see why they can just be changed. But if they're completely different, then why choose the same symbol for them? Isn't that like me writing ##x + y + x^2 = 9## and then saying the first ##x## and the ##x## in ##x^2## are completely different?

Potentially that's a silly question... sorry if it is, I'm struggling to get my head round tensors in general, and this notation!
 
  • #4
whatisreality said:
What I don't understand is why I can relabel an index in just one term, without also making the swap in all the rest.
Because summation is linear. Writing out the sums explicitly, you would have (only writing out the two relevant terms)
$$
\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu
= \sum_\nu \sum_\varepsilon (\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu)
= \sum_\nu \sum_\varepsilon \Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \sum_\nu \sum_\varepsilon \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu.
$$

whatisreality said:
If the epsilon in the third term is completely unrelated to the epsilon in the second term, then maybe I can see why they can just be changed. But if they're completely different, then why choose the same symbol for them? Isn't that like me writing ##x + y + x^2 = 9## and then saying the first ##x## and the ##x## in ##x^2## are completely different?
No, it is not the same. Your ##x## is not a dummy variable, it is an actual variable of your equation. If you integrated over ##x## it would be a dummy variable and you could change it for another variable ##t## in one of the terms (assuming you also change the integration in that term to be over ##t## instead of ##x##, just as here you change the sum over one dummy index to the sum over the dummy index you replace it by - the difference here is that you have sums over two dummy indices and you change them so you get the same sums in the end).

If you feel uncomfortable changing both directly. Start by changing one in the second term to a completely unrelated index. Note that, if the indices run over ##n## values, you would have (skipping some indices for brevity)
$$
\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon = \Gamma_{\mu 1}^\varepsilon S^1_\varepsilon + \Gamma_{\mu 2}^\varepsilon S^2_\varepsilon + \ldots + \Gamma_{\mu n}^\varepsilon S^n_\varepsilon,
$$
which is exactly the same thing you would get if you expanded the sum over ##\rho## in ##\Gamma_{\mu\rho}^\varepsilon S^\rho_\varepsilon## in the same fashion and so you can replace ##\nu\to \rho##. Then change ##\varepsilon \to \nu## in the same manner and finally ##\rho \to \varepsilon##.
 
  • Like
Likes whatisreality
  • #5
Orodruin said:
Because summation is linear. Writing out the sums explicitly, you would have (only writing out the two relevant terms)
$$
\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu
= \sum_\nu \sum_\varepsilon (\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu)
= \sum_\nu \sum_\varepsilon \Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon - \sum_\nu \sum_\varepsilon \Gamma_{\mu\varepsilon}^\nu S^\varepsilon_\nu.
$$No, it is not the same. Your ##x## is not a dummy variable, it is an actual variable of your equation. If you integrated over ##x## it would be a dummy variable and you could change it for another variable ##t## in one of the terms (assuming you also change the integration in that term to be over ##t## instead of ##x##, just as here you change the sum over one dummy index to the sum over the dummy index you replace it by - the difference here is that you have sums over two dummy indices and you change them so you get the same sums in the end).

If you feel uncomfortable changing both directly. Start by changing one in the second term to a completely unrelated index. Note that, if the indices run over ##n## values, you would have (skipping some indices for brevity)
$$
\Gamma_{\mu\nu}^\varepsilon S^\nu_\varepsilon = \Gamma_{\mu 1}^\varepsilon S^1_\varepsilon + \Gamma_{\mu 2}^\varepsilon S^2_\varepsilon + \ldots + \Gamma_{\mu n}^\varepsilon S^n_\varepsilon,
$$
which is exactly the same thing you would get if you expanded the sum over ##\rho## in ##\Gamma_{\mu\rho}^\varepsilon S^\rho_\varepsilon## in the same fashion and so you can replace ##\nu\to \rho##. Then change ##\varepsilon \to \nu## in the same manner and finally ##\rho \to \varepsilon##.
Oh, I get it! Thank you very much for your help, and for taking the time to write such a detailed answer. I really appreciate it!
 

1. What is the purpose of contracting dummy indices tensors?

The purpose of contracting dummy indices tensors is to simplify the mathematical representation of a tensor. By contracting, or summing over, two indices that are repeated in a tensor equation, the resulting tensor will have fewer indices and be easier to work with mathematically.

2. How do you contract dummy indices tensors?

To contract dummy indices tensors, you first identify two indices that are repeated in a tensor equation. Then, you use the Einstein summation convention to sum over those indices, resulting in a contracted tensor with fewer indices.

3. Can you contract more than two indices at once?

Yes, it is possible to contract more than two indices at once. This is known as multiple or repeated contraction and can be done as long as all the repeated indices are paired together in the equation.

4. What happens to the values of the contracted indices?

When contracting dummy indices tensors, the values of the contracted indices are summed together. This means that the values of the contracted indices are no longer present in the resulting contracted tensor.

5. Are there any rules or restrictions for contracting dummy indices tensors?

There are a few rules to keep in mind when contracting dummy indices tensors. First, the indices must be repeated exactly twice in the equation. Second, the repeated indices must be paired together and appear in the same order in the equation. Finally, the contracted indices cannot be contracted with any other indices in the equation.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
727
  • Special and General Relativity
Replies
1
Views
72
  • Differential Geometry
Replies
34
Views
2K
  • Special and General Relativity
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Special and General Relativity
Replies
10
Views
711
  • Science and Math Textbooks
Replies
5
Views
148
  • Special and General Relativity
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
328
Back
Top