Understanding Infinitesimal Transformations in Rotational Symmetry

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
PhyAmateur
Messages
103
Reaction score
2
If we have:

$$F_{\mu\nu} \rightarrow \cos\alpha F_{\mu\nu} +\sin\alpha \star G_{\mu\nu}$$
$$G_{\mu\nu} \rightarrow \cos\alpha G_{\mu\nu} +\sin\alpha \star F_{\mu\nu}$$
for rotation $\alpha$.

If infinitesimal transformation for small alpha one gets

$$\delta F_{\mu\nu} = \delta\alpha~\star G_{\mu\nu}$$
$$\delta G_{\mu\nu} = \delta\alpha~\star F_{\mu\nu}.$$

How do we get the infinitesimal transformation? I didn't understand the procedure. I know that $\cos\alpha \sim1$ and $\sin\alpha \sim\alpha$ but when I am substituting back I am not getting the same $\delta F_{\mu\nu}$ as above.
 
Physics news on Phys.org
Your new tensors are going to be:
$$
\begin{cases}
F_{\mu\nu}^\prime=\cos\alpha F_{\mu\nu}+\sin\alpha\star G_{\mu\nu}\simeq F_{\mu\nu}+\alpha\star G_{\mu\nu} \\
G_{\mu\nu}^\prime=\cos\alpha G_{\mu\nu}+\sin\alpha\star F_{\mu\nu}\simeq G_{\mu\nu}+\alpha\star F_{\mu\nu}
\end{cases}.
$$
The variations of the tensors themselves are defined as the new tensors minus the old ones: [itex]\delta F_{\mu\nu}=F_{\mu\nu}^\prime-F_{\mu\nu}[/itex] and [itex]\delta G_{\mu\nu}=G_{\mu\nu}^\prime-G_{\mu\nu}[/itex]. And thus you obtain what you are looking for.
 
  • Like
Likes   Reactions: PhyAmateur
Thank youuu a lot!