Calculating with tensors and simplifying

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
EsmeeDijk
Messages
5
Reaction score
0

Homework Statement


I have a tensor which is given by [itex]t_{ij} = -3bx_i x_j + b \delta_{ij} x^2 + c \epsilon_{ijk} x_k[/itex]
And now I am asked to calculate [itex](t^2)_{ij} : = t_{ik} t_{kj}[/itex]

Homework Equations

The Attempt at a Solution


At first I thought I had to calculate the square of the original tensor and set it equal to the product of the same tensors only with the indices i,j replaced by i, k and k,j.
Later I thought that because of the " : " sign in front of the "= " that I only have to calculate the product of the tensor with the replaced indices because t2 is defined by this. So with these different indices I got 9 different terms of which none have same indices so it is not possible to simplify it any further than just taking the product.
Also in the epsilon tensor there are three indices and I gave the last one a different name evertime so m and n giving me epsilonikm and epsilonkjn.
I hope it is clear what my question is.
 
Physics news on Phys.org
EsmeeDijk said:
So with these different indices I got 9 different terms of which none have same indices so it is not possible to simplify it any further than just taking the product
Could you show us the expression that you got? You might be able to simply it by using the properties of the Kronecker delta as well as certain identities related to the Levi-Civita symbol, such as [itex]\varepsilon_{ijk} \varepsilon^{imn} = \delta_{j}^{m} \delta_{k}^{n} - \delta_{j}^{n} \delta_{k}^{m}[/itex]
 
Fightfish said:
Could you show us the expression that you got? You might be able to simply it by using the properties of the Kronecker delta as well as certain identities related to the Levi-Civita symbol, such as [itex]\varepsilon_{ijk} \varepsilon^{imn} = \delta_{j}^{m} \delta_{k}^{n} - \delta_{j}^{n} \delta_{k}^{m}[/itex]

Yes of course, I got [itex]9b^2x_i x_j (x_k)^2 - 3b^2 x_i x_k x^2 \delta _{kj} - 3bc x_i x_k x_n \epsilon _{kjn} - 3b^2 x_k x_j x^2 \delta _{ik} + b^2 \delta _{ik} \delta _{kj} x^4 + bc x_n x^2 \delta _{ik} \epsilon _ {kjn} - 3bc x_k x_j x_m \epsilon _{ikm} + bc x_mx^2 \delta _{kj} \epsilon _{ikm} + c^2 x_m x_n \epsilon _{ikm} \epsilon _{kjn}[/itex]
We are not making a difference yet between whether the indices are on the top or bottom. Thanks!
 
EsmeeDijk said:
We are not making a difference yet between whether the indices are on the top or bottom. Thanks!
Strictly speaking, the Einstein summation convention only 'works' when one of the indices is up and one is down. But no worries of course - just convert all the up indices on the identities that you see to down indices. In your context, they work in the same way.

You can see that there are many Kronecker deltas [itex]\delta_{kj}[/itex] and whatnot lying around - use them to simplify your expressions. For instance, [itex]x_{i}x_{k}\delta_{kj} = x_{i}x_{j}[/itex]. Notice also that because you are using the summation convention, repeated index terms like [itex]x_{k}x_{k}[/itex] work out to be just [itex]x^{2}[/itex]. Another useful way to combine terms is to notice that dummy indices can be freely relabelled: for example, [itex]x_{k} \epsilon_{ijk}[/itex] is the same as [itex]x_{m} \epsilon_{ijm}[/itex].