Demonstrate the matrix represents a 2nd order tensor

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
2 replies · 2K views
Dazed&Confused
Messages
190
Reaction score
3

Homework Statement


Demonstrate that matrix ##T## represents a 2nd order tensor

##T = \pmatrix{ x_2^2 && -x_1x_2 \\ -x_1x_2 && x_1^2}##

Homework Equations



To show that something is a tensor, it must transform by ##T_{ij}' = L_{il}L_{jm}T_{lm}##. I cannot find a neat general form for ##T_{ij}##

The Attempt at a Solution



This has been difficult to do, so I'm running of options. A hint may be helpful.
 
Physics news on Phys.org
Try ##T_{ij} = - x_i x_j + \delta_{ij} A##. Compute ##A## by comparing the trace of this expression with the trace of that matrix.
 
  • Like
Likes   Reactions: Dazed&Confused
Thanks. The A is going to be ##x_kx_k##. This is a scalar, so the transformation looks correct.