Two Occurrences of Same Index in Index Notation?

In summary, the conversation discusses the use of index notation and whether it is "legal" to have multiple occurrences of the same index in the same term. The conversation also explores the concept of functional derivatives and how they are used in the context of variables and functions. Ultimately, it is determined that having a repeated index in index notation indicates that the index is summed over, and using functional derivatives with respect to the components of a function is equivalent to taking partial derivatives with respect to the coordinates in Euler-Lagrange equations.
  • #1
Higgy
45
0
Question
In index notation, can you have more than two occurances of the same index in the same term? Let me provide and example:

Let's say I have a two index tensor, [itex]M{\alpha \beta}[/itex], and I contract it with itself:

[tex]M_{\alpha \beta} M^{\alpha \beta}[/tex]

Then let's say I wish to operate on this product with some sort of two index operator, [itex]\chi_{\alpha \beta}[/itex]. Is it "legal" to write,

[tex]\chi_{\alpha \beta}[M_{\alpha \beta} M^{\alpha \beta}][/tex]

or must I introduce new indices,

[tex]\chi_{\gamma \sigma}[M_{\alpha \beta} M^{\alpha \beta}][/tex]

and then use the metric tensor and delta function to clean things up? None of the primers I've read are particularly clear on this point.
 
Physics news on Phys.org
  • #2
Hmm, I'm not sure that my example makes sense, so I'll give another one.

Let's say I've got some vector [itex]M^{\alpha}[/itex]. Then,

[tex]M_{\alpha} M^{\alpha} = M_{0} M^{0} + \vec{M}\cdot\vec{M} = M_{0} M^{0} + M^{2}[/tex]

Is it "proper" to write:

[tex]\frac{\partial}{\partial M^{\alpha}} \left( M_{\alpha} M^{\alpha} \right) [/tex]?

If so, what is it? If [itex]M^{\alpha}[/itex] were just plain old variable in one dimension, like [itex]x[/itex], then I would just be thinking:

[tex]\frac{\partial}{\partial x} x^{2} = \frac{1}{2} x [/tex]

but I'm not exactly sure what [itex]\frac{\partial}{\partial M^{\alpha}}[/itex] is here. From stuff I've read, I'm tempted to write it as,

[tex]\frac{\partial}{\partial M^{\alpha}} \equiv \partial_{\alpha}[/tex]

where it is simply implied that it only acts on [itex]M[/itex]. Then I might write:

[tex]\partial_{\alpha} \left( M_{\alpha} M^{\alpha} \right) = \left( \partial_{\alpha} M_{\alpha} \right) M^{\alpha} + M_{\alpha} \left( \partial_{\alpha} M^{\alpha} \right)[/tex]

Or am I thinking about this all wrong?
 
  • #3
No, having an repeated index both upper and lower is the Einstein convention indicating that the index is summed over. After you sum over it there is no grammatical sense to introduce another index with the same name.
 
  • #4
Dick said:
No, having an repeated index both upper and lower is the Einstein convention indicating that the index is summed over. After you sum over it there is no grammatical sense to introduce another index with the same name.

Thanks.

(On a side note, I just noticed that a typo in my second post is that:
[tex]\frac{\partial}{\partial x} x^{2} = \frac{1}{2} x \rightarrow \frac{\partial}{\partial x} x^{2} = 2 x[/tex]
...of course.)

So I suppose the correct way to write it would be:

[tex]\frac{\partial}{\partial M^{\beta}} (M_{\alpha} M^{\alpha})[/tex]

I'm still not quite sure if it's alright to do this bit:

[tex]\Rightarrow \partial_{\beta} \left( M_{\alpha} M^{\alpha} \right)[/tex]

which would then give:

[tex]\partial_{\beta} \left( M_{\alpha} M^{\alpha} \right) = (
\partial_{\beta} M_{\alpha} ) M^{\alpha} + M_{\alpha} ( \partial_{\beta} M^{\alpha})[/tex]

which itself isn't very enlightening, but I'll stare at it a bit more.
 
  • #5
Okay, I've answered my question. (But I would appreciate anyone who'd like to look it over and tell me that it's the correct way to go about it.)

I'd like to solve:

[tex]\frac{\partial}{\partial M^{\beta}} ( M_{\alpha} M^{\alpha} ) [/tex]

I first apply the product rule:

[tex] \left( \frac{\partial}{\partial M^{\beta}} M_{\alpha} \right) M^{\alpha} + M_{\alpha} \left( \frac{\partial}{\partial M^{\beta}} M^{\alpha} \right)[/tex]

Then I use a clever trick that took me forever to realize, but was staring me straight in the face:

[tex]M^{\alpha} = \delta_{\beta}^{\alpha} M^{\beta} \Rightarrow \partial M^{\alpha} = \delta_{\beta}^{\alpha} \partial M^{\beta} \Rightarrow \frac{\partial}{\partial M^{\beta}} M^{\alpha} = \delta_{\beta}^{\alpha}[/tex]

Using this for the second term, we get:

[tex] \left( \frac{\partial}{\partial M^{\beta}} M_{\alpha} \right) M^{\alpha} + M_{\alpha} \delta_{\beta}^{\alpha}[/tex]

or

[tex] \left( \frac{\partial}{\partial M^{\beta}} M_{\alpha} \right) M^{\alpha} + M_{\beta}[/tex]

For the first term, I raise the index using the metric tensor, so that we have:

[tex] \left( \frac{\partial}{\partial M^{\beta}} g_{\alpha \gamma} M^{\gamma} \right) M^{\alpha} + M_{\beta}[/tex]

Then pulling out the metric tensor, and using the same trick, that is:

[tex]M^{\gamma} = \delta_{\beta}^{\gamma} M^{\beta} \Rightarrow \frac{\partial}{\partial M^{\beta}} M^{\gamma} = \delta_{\beta}^{\gamma}[/tex]

we can change the first term, and the whole thing is:

[tex] g_{\alpha \gamma} \delta_{\beta}^{\gamma} M^{\alpha} + M_{\beta}[/tex]

or

[tex] \delta_{\beta}^{\gamma} M^{\alpha} + M_{\beta}[/tex]

which is

[tex]M_{\beta} + M_{\beta} = 2 M_{\beta}[/tex]

...the anticipated result!
 
  • #6
You've got it. What you are doing there is taking the functional derivative with respect to the components of the function M. As opposed to taking the partial derivative with respect to the coordinate x.
 
  • #7
Thanks Dick. The math mostly makes sense, but I think I'm still only barely comfortable with the concepts. I saw the functional derivative earlier, but in a different context (where [itex]q[/itex] and [itex]\dot{q}[/itex] were the variables). Let me try to take it a step further to make sure I understand.

(Let me just mention that when I preview my posts, it inserts all of the TeX from the above posts instead of what I've actually written, so this post might just look like jibberish when I submit it... if not, then just ignore this comment.)

Let's say I have some functions (or functionals?):

[tex] f_{i} = f (\dot{q} (t) , q (t), t) [/tex]

and that

[tex] f_{1} = q^{2}[/tex]

then

[tex]\frac{\partial}{\partial q} f_{1} = 2 q[/tex]

and

[tex]\frac{\partial}{\partial \dot{q}} f_{1} = 0[/tex].

But then if,

[tex] f_{2} = \dot{q}^{2}[/tex]

then

[tex]\frac{\partial}{\partial q} f_{2} = 0[/tex]

and

[tex]\frac{\partial}{\partial \dot{q}} f_{1} = 2 \dot{q}[/tex]?
 
  • #8
pf1.jpg


?
 
  • #9
The TeX is clear enough. Yes, they are 'functionals' (functions of other functions). And, yes, your derivatives look correct. It's the same as in Euler-Lagrange equations.
 
  • #10
Dick said:
The TeX is clear enough. Yes, they are 'functionals' (functions of other functions). And, yes, your derivatives look correct. It's the same as in Euler-Lagrange equations.

Excellent, thanks! Then it would appear that

[tex]\frac{\partial}{\partial (\partial^{\sigma} M^{\beta})} M_{\alpha} M^{\alpha} = 0 [/tex]

while


[tex]\frac{\partial}{\partial (\partial^{\sigma} M^{\beta})} \partial_{\alpha} M^{\alpha} = 1 [/tex]

This has been really helpful.
 
  • #11
Shouldn't your second example have a delta function with sigma and beta in it?
 
  • #12
Oh yes, right! Otherwise the indices don't work out.
 

1. What is "Two Occurrences of Same Index in Index Notation"?

"Two Occurrences of Same Index in Index Notation" refers to a mathematical notation used to represent repeated multiplication of a number by itself. It is commonly used in scientific and mathematical equations.

2. How is "Two Occurrences of Same Index in Index Notation" written?

In index notation, "Two Occurrences of Same Index" is written as a number raised to a power, with the index indicating the number of times the number is multiplied by itself. For example, 23 means 2 multiplied by itself three times, or 2 x 2 x 2 = 8.

3. What are the benefits of using "Two Occurrences of Same Index in Index Notation"?

Using "Two Occurrences of Same Index in Index Notation" allows for a more compact representation of mathematical equations, making them easier to read and understand. It also simplifies calculations and allows for easier manipulation of equations.

4. How is "Two Occurrences of Same Index in Index Notation" different from exponential notation?

Exponential notation is another way of writing repeated multiplication, but it uses a different format. In exponential notation, the number being multiplied is written first, followed by the exponent, whereas in index notation, the number is written second after the exponent.

5. Where is "Two Occurrences of Same Index in Index Notation" commonly used?

"Two Occurrences of Same Index in Index Notation" is commonly used in various fields of science and mathematics, including physics, chemistry, and engineering. It is also used in computer science and programming to represent algorithms and data structures.

Similar threads

Replies
3
Views
614
  • Advanced Physics Homework Help
Replies
13
Views
3K
  • Special and General Relativity
Replies
1
Views
658
  • Advanced Physics Homework Help
Replies
26
Views
3K
  • Advanced Physics Homework Help
Replies
1
Views
3K
  • Special and General Relativity
Replies
8
Views
2K
  • Advanced Physics Homework Help
Replies
3
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
1K
Replies
5
Views
2K
  • Advanced Physics Homework Help
Replies
7
Views
2K
Back
Top