Learning Tensor Basics: Overcoming Difficulties

  • Context: Undergrad 
  • Thread starter Thread starter grzz
  • Start date Start date
  • Tags Tags
    Difficulty Tensors
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
5 replies · 2K views
grzz
Messages
1,042
Reaction score
29
I am learning about tensors. Can somebody give me some help. Thanks.
 

Attachments

Physics news on Phys.org
What you did was correct. You used[tex] \frac{\partial X^\mu}{\partial x^\alpha} \, \frac{\partial X^\nu}{\partial x^\beta} R_{\mu \nu} = r_{\alpha \beta}[/tex]and put [itex]r_{\alpha \beta} = 0[/itex] to prove [itex]R_{\mu \nu} = 0[/itex]. You could have done it the other way round, i.e. put [itex]R_{\mu \nu} = 0[/itex] to prove [itex]r_{\alpha \beta} = 0[/itex]. As we are talking about two arbitrary coordinate systems, that is equally valid.
 
You can kind of see this directly. If all of the tensor components are zero in one coordinate system, they must be zero in all others as well. So to show this, just show that the tensor itself is zero,

[tex]R = R_{\mu \nu} (dx^{\mu} \otimes dx^{\nu}) = 0[/tex]

and since the tensor itself is a geometric, coordinate independent object, you're done.
 
Here's another way of doing the problem. Write the starting equation out in component form. You will realize before you are finished writing that the starting equation represents a set of 16 linear homogeneous algebraic equations in 16 unknowns (the 16 components of R). Since the equations are homogeneous, the only solution to this set of equations is for each and every unknown to be zero.

chet
 
DrGreg said:
What you did was correct. You used[tex] \frac{\partial X^\mu}{\partial x^\alpha} \, \frac{\partial X^\nu}{\partial x^\beta} R_{\mu \nu} = r_{\alpha \beta}[/tex]and put [itex]r_{\alpha \beta} = 0[/itex] to prove [itex]R_{\mu \nu} = 0[/itex]. You could have done it the other way round, i.e. put [itex]R_{\mu \nu} = 0[/itex] to prove [itex]r_{\alpha \beta} = 0[/itex]. As we are talking about two arbitrary coordinate systems, that is equally valid.

So to remove [itex]\frac{∂X^{μ}}{∂x^{α}}[/itex][itex]\frac{∂X^{σ}}{∂x^{β}}[/itex] from the lhs of [itex]\frac{∂X^{μ}}{∂x^{α}}[/itex][itex]\frac{∂X^{σ}}{∂x^{β}}[/itex] R[itex]_{μσ}[/itex] = 0, do I have to show all the steps as I did before (see the pdf in my origianal post) or can I just say that I divided both sides by [itex]\frac{∂X^{μ}}{∂x^{α}}[/itex][itex]\frac{∂X^{σ}}{∂x^{β}}[/itex]?

Thanks everybody for all your help.