Index notation/ Tensors, basic algebra questions.

  • #1
binbagsss
1,326
12
Ok I have T[itex]_{ij}[/itex]=μS[itex]_{ij}[/itex] + λ δ[itex]_{ij}[/itex]δS[itex]_{kk}[/itex].
I am working in R^3.

(I am after S in terms of T) . I multiply by δ[itex]_{ij}[/itex] to attain:

δ[itex]_{ij}[/itex]T[itex]_{ij}[/itex]=δ[itex]_{ij}[/itex]μS[itex]_{ij}[/itex] + δ[itex]_{ij}[/itex] λ δ[itex]_{ij}[/itex]δT[itex]_{kk}[/itex]

=> T[itex]_{jj}[/itex]=δ[itex]_{jj}[/itex]λS[itex]_{kk}[/itex]+μS[itex]_{jj}[/itex] *

My question is , for the LH term of * I choose T[itex]_{jj}[/itex] rathen than T[itex]_{ii}[/itex]. I then get the same decision for μS[itex]_{jj}[/itex] or μS [itex]_{ii}[/itex] on the last term on the RHS. Does this decision need to be consistent with each other?

Next/Main question...
The solution then continues to attain
T[itex]_{kk}[/itex]=(μ+3λ)S[itex]_{jj}[/itex]

Which I can not see how we have got to. δ[itex]_{jj}[/itex]=3, so for RHS of * I get : 3λS[itex]_{kk}[/itex]+μS[itex]_{jj}[/itex] .

I then rename j and k, to get T[itex]_{kk}[/itex] = 3λS[itex]_{jj}[/itex]+μS[itex]_{kk}[/itex].
My 'S's' do not have the same dummy indice?

Many Thanks to anyone who can shed some light on this !
 
Physics news on Phys.org
  • #2
looks like you're having problems with the implicit sums. when in
doubt write it out.

[tex]T_{ij}=\mu S_{ij} + \lambda \delta_{ij} \sum_k \delta S_{kk} [/tex]

You then hit by a [itex] \delta_{ij} [/itex] and sum over both i and j

[tex] \sum_{ij} \delta_{ij} T_{ij}=\mu \sum_{ij} \delta_{ij} S_{ij} + \lambda \sum_{ij} \delta_{ij} \delta_{ij} \sum_k \delta S_{kk}, [/tex]

Using the property that [itex] \delta_{ij} = 0 [/itex] unless i = j, and is 1 if i=j, we have

[tex] \sum_{i} T_{ii}=\mu \sum_{i} S_{ii} + \lambda \sum_{i} \delta_{ii} \sum_k \delta S_{kk}, [/tex]

Answer 1. it doesn't matter what your dummy index is i, j, k. it's a dummy index. however if you
want to be kind to somebody reading you should make the indices match on both sides of an equation.

Answer 2. the factor of three comes from
[tex] \sum_{i} \delta_{ii} = \delta_{11} + \delta_{22} + \delta_{33}= 1+1+1 = 3 [/tex]

This leaves
[tex] \sum_{i} T_{ii}=\mu \sum_{i} S_{ii} + 3 \lambda \sum_k \delta S_{kk}, [/tex]

Does it matter that the summation indices are different? not really but it is ugly. So use
a different letter!
[tex] \sum_{i} T_{ii}=\mu \sum_{i} S_{ii} + 3 \lambda \sum_i \delta S_{ii}, [/tex]
[tex] \sum_{i} T_{ii}= \sum_{i} (\mu + 3 \lambda) S_{ii}, [/tex]

revert to the summation convention
[tex] T_{ii}= (\mu + 3 \lambda) S_{ii}. [/tex]
 
  • #3
Thanks a lot I see now - I thought the rules were that if i rename Skk to Sii, I must also change Tii to Tkk.
 
Back
Top