Tensor help -- Write out this tensor in a simplified sum

AI Thread Summary
The discussion focuses on simplifying the tensor expression FαβFαγ, starting with the decomposition into terms involving indices 0 and i, where i represents spatial dimensions. The user outlines a method akin to nested loops in programming, suggesting an expansion for the indices γ and β. By iterating through these indices, the user anticipates generating a total of 16 equations for Fβγ. The conversation emphasizes the systematic approach to tensor manipulation in the context of theoretical physics. The goal is to achieve a clearer representation of the tensor components through this methodical expansion.
user1139
Messages
71
Reaction score
8
Homework Statement
Write out $$F_{\alpha\beta}F^{\alpha\gamma}$$ in a simplified sum where $$F$$ is the stress tensor and Einstein summation convention is implied.
Relevant Equations
$$F_{\mu\nu}$$ is the usual stress tensor
I managed to write

$$F_{\alpha\beta}F^{\alpha\gamma}=F_{0\beta}F^{0\gamma}+F_{i\beta}F^{i\gamma}$$

where $$i=1,2,3$$ and $$\gamma=0,1,2,3=\beta$$.

How do I proceed?
 
Physics news on Phys.org
It's like two "for" loops in programming:

0) You have four terms when summing ##\alpha##

1) Start with ##\gamma## and expand to four equations for 0,1,2, and 3 with ##\beta## still there.

Repeating with the same expansion with ##\beta##, you should now have 16 equations for ##F _{\beta}^{\gamma}##.
 
Last edited:
Thread 'Help with Time-Independent Perturbation Theory "Good" States Proof'
(Disclaimer: this is not a HW question. I am self-studying, and this felt like the type of question I've seen in this forum. If there is somewhere better for me to share this doubt, please let me know and I'll transfer it right away.) I am currently reviewing Chapter 7 of Introduction to QM by Griffiths. I have been stuck for an hour or so trying to understand the last paragraph of this proof (pls check the attached file). It claims that we can express Ψ_{γ}(0) as a linear combination of...
Back
Top