A question about Curved Spaces: Gauss and Riemann (Einstein Gravity in a Nutshell by Zee)

Click For Summary
SUMMARY

The discussion centers on the transformation of matrices under coordinate changes in the context of curved spaces, specifically referencing Zee's "Einstein Gravity in a Nutshell." The participants clarify the relationship between the original matrix M and the transformed matrix M' using the rotation matrix R. The correct transformation is established as M' = RMR^{-1}, with the distinction between active and passive transformations being crucial to understanding the context. The mathematical derivations provided confirm the transformation rules and their implications in the study of curved spaces.

PREREQUISITES
  • Understanding of matrix transformations in physics
  • Familiarity with rotation matrices and their properties
  • Knowledge of active vs passive transformations in coordinate systems
  • Basic concepts of quadratic forms and their representations
NEXT STEPS
  • Study the properties of rotation matrices in linear algebra
  • Explore the concept of quadratic forms in multivariable calculus
  • Learn about the implications of active vs passive transformations in physics
  • Review Zee's "Einstein Gravity in a Nutshell," focusing on the transformation equations in Chapter 2
USEFUL FOR

Students and researchers in theoretical physics, particularly those studying general relativity and differential geometry, as well as mathematicians interested in matrix transformations and their applications in physics.

Keita
Messages
6
Reaction score
0
TL;DR
A question about 1. 6. Curved Spaces: Gauss and Riemann
In p. 84, Zee says “In the new coordinates, M is replaced by M’ = R[-1]MR.” However, I figure out M is replaced by M’ = RMR[-1]. Why is M replaced by M’ = R[-1]MR?
 
Physics news on Phys.org
Can you show your work?

In addition, you shouldn’t assume that your reference is easily accessible. Show more context (preferrably using MathJax).
 
  • Like
Likes   Reactions: Keita
Indeed, how did you figure? Look at the expression for z on top of page 84, apply the rotation R to the vector x and use RT = R-1. As such the rotation on x can be identified as a transformation of the matrix M (like in quantum mechanics).
 
  • Like
Likes   Reactions: Keita
##R^T##
haushofer said:
Indeed, how did you figure? Look at the expression for z on top of page 84, apply the rotation R to the vector x and use RT = R-1. As such the rotation on x can be identified as a transformation of the matrix M (like in quantum mechanics).
Thank you for your suggestion. Let me confirm I understood your explanation correctly.
Does your suggestion mean the following?

$$ z \sim \frac{1}{2} \vec{x}^{T} M\vec{x} $$
(Top of page 84)

$$
z \sim \frac{1}{2} \left(R\vec{x}\right) ^{T} M\left(R\vec{x}\right)
=
\frac{1}{2}\vec{x}^{T}R^{T}MR\vec{x}
=
\frac{1}{2}\vec{x}^{T}R^{-1}MR\vec{x}
$$
(Applying the rotation R to the vector x and using ## R^{T} = R^{-1} ##)

Therefore, ## M' = R^{-1} M R ##.
 
Keita said:
##R^T##

Thank you for your suggestion. Let me confirm I understood your explanation correctly.
Does your suggestion mean the following?

$$ z \sim \frac{1}{2} \vec{x}^{T} M\vec{x} $$
(Top of page 84)

$$
z \sim \frac{1}{2} \left(R\vec{x}\right) ^{T} M\left(R\vec{x}\right)
=
\frac{1}{2}\vec{x}^{T}R^{T}MR\vec{x}
=
\frac{1}{2}\vec{x}^{T}R^{-1}MR\vec{x}
$$
(Applying the rotation R to the vector x and using ## R^{T} = R^{-1} ##)

Therefore, ## M' = R^{-1} M R ##.
Yes.
 
  • Like
Likes   Reactions: Keita
haushofer said:
Yes.
Thank you for your answer. I understood your suggestion correctly. Now, let me show you my argument.

In the original coordinate, we have the following.

$$ z \sim \frac{1}{2} \vec {x}^{T} M\vec {x} (1)$$

(Top of page 84)

In the rotated coordinate, we have the following.

$$
z \sim \frac{1}{2} \vec{x'}^{T}M' \vec{x'}
=
\frac{1}{2} \left(R\vec{x}\right) ^{T} M'\left(R\vec{x}\right)
=
\frac{1}{2}\vec{x}^{T}R^{T}M'R\vec{x}
=
\frac{1}{2}\vec{x}^{T}R^{-1}M'R\vec{x}(2)
$$

(Applying the rotation R to the vector x and using ## R^{T} = R^{-1} ##)

From (1) and (2), we have the following.

$$
R^{-1}M'R=M (3)
$$

Therefore,

$$
M'=RMR^{-1}(4)
$$

What do you make of my argument?
 
Keita said:
Thank you for your answer. I understood your suggestion correctly. Now, let me show you my argument.

In the original coordinate, we have the following.

$$ z \sim \frac{1}{2} \vec {x}^{T} M\vec {x} (1)$$

(Top of page 84)

In the rotated coordinate, we have the following.

$$
z \sim \frac{1}{2} \vec{x'}^{T}M' \vec{x'}
=
\frac{1}{2} \left(R\vec{x}\right) ^{T} M'\left(R\vec{x}\right)
=
\frac{1}{2}\vec{x}^{T}R^{T}M'R\vec{x}
=
\frac{1}{2}\vec{x}^{T}R^{-1}M'R\vec{x}(2)
$$

(Applying the rotation R to the vector x and using ## R^{T} = R^{-1} ##)

From (1) and (2), we have the following.

$$
R^{-1}M'R=M (3)
$$

Therefore,

$$
M'=RMR^{-1}(4)
$$

What do you make of my argument?
You say that after the coordinate transformation, you get

$$
z \sim \frac{1}{2} \vec{x'}^{T}M' \vec{x'}
$$

But why the prime on M? You apply the rotation to the coordinates, not to the matrix elements of M, right? So I'd say that afther the coordinate transformation,

$$
z \sim \frac{1}{2} \vec{x'}^{T}M \vec{x'}
$$

In other words: you should carefully think about on what the transformation is applied to.
 
  • Like
Likes   Reactions: Keita
haushofer said:
You say that after the coordinate transformation, you get

$$
z \sim \frac{1}{2} \vec{x'}^{T}M' \vec{x'}
$$

But why the prime on M? You apply the rotation to the coordinates, not to the matrix elements of M, right? So I'd say that afther the coordinate transformation,

$$
z \sim \frac{1}{2} \vec{x'}^{T}M \vec{x'}
$$

In other words: you should carefully think about on what the transformation is applied to.
Sorry for the delay of my response. I appreciate your explanation. Still, I would like to stand to my argument.

In the original x-y coordinate,
$$
z = \frac{1}{2}ax^2 + cxy + \frac{1}{2}by^2 = \frac{1}{2} \vec{x}^{T} M \vec{x}.
$$

$$
M = \begin{pmatrix}
a & c \\
c & b
\end{pmatrix}.
$$
(pages 83 and 84)

In the rotated u-v coordinate,
$$
z = \frac{1}{2}a'u^2 + c'uv + \frac{1}{2}b'v^2 = \frac{1}{2} \vec{x'}^{T} M' \vec{x'} = \frac{1}{2} (R\vec{x})^{T} M' (R\vec{x}) = \frac{1}{2} \vec{x}^{T}R^{T}M'R\vec{x} = \frac{1}{2} \vec{x}^{T}R^{-1}M'R\vec{x}.
$$

$$
\vec{x'} = \begin{pmatrix}
u \\
v
\end{pmatrix}.
$$

$$
M' = \begin{pmatrix}
a' & c' \\
c' & b'
\end{pmatrix}.
$$

$$
\vec{x'} = R \vec{x}.
$$
(page 84)

Since ## z = z ##, we have the followings.

$$
M = R^{-1}M' R.
$$

$$
M' = R M R^{-1}.
$$

I hope you would response to my argument.
 
@Keita what you have noticed is the distinction between what are sometimes called "active" vs "passive" transformations.

Passive: If you view the transformation as rotating the (x-y axes of) the coordinate system, but keeping the vectors themselves fixed, then the position vector and the matrix have new components in the new coordinate system and ##z' = \tfrac{1}{2}(\mathbf{x}')^T M' \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M' R \mathbf{x}##, leading to ##M' = R M R^T## after setting ##z' = z##.

Active: if you view the transformation as rotating the vector ##\mathbf{x} \mapsto R\mathbf{x}##, but keeping the coordinate system fixed, then obviously ##\mathbf{x}'## has different components to before but the matrix ##M## is unchanged. Then ##z = \tfrac{1}{2} (\mathbf{x}')^T M \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M R \mathbf{x}##. You could view this instead as a transformation of the operator itself as ##M \mapsto M' = R^T M R##.

The two different versions of ##M'## are related by transpose (because as you should be able to see: rotating the coordinates ##n## degrees clockwise is the same as rotating the vectors ##n## degrees anti-clockwise. )
 
  • Like
Likes   Reactions: Keita and Nugatory
  • #10
Keita said:
In the original x-y coordinate,
$$
z = \frac{1}{2}ax^2 + cxy + \frac{1}{2}by^2 = \frac{1}{2} \vec{x}^{T} M \vec{x}.
$$

$$
M = \begin{pmatrix}
a & c \\
c & b
\end{pmatrix}.
$$
(pages 83 and 84)

In the rotated u-v coordinate,
$$
z = \frac{1}{2}a'u^2 + c'uv + \frac{1}{2}b'v^2 = \frac{1}{2} \vec{x'}^{T} M' \vec{x'} = \frac{1}{2} (R\vec{x})^{T} M' (R\vec{x}) = \frac{1}{2} \vec{x}^{T}R^{T}M'R\vec{x} = \frac{1}{2} \vec{x}^{T}R^{-1}M'R\vec{x}.
$$

$$
\vec{x'} = \begin{pmatrix}
u \\
v
\end{pmatrix}.
$$

$$
M' = \begin{pmatrix}
a' & c' \\
c' & b'
\end{pmatrix}.
$$

$$
\vec{x'} = R \vec{x}.
$$
(page 84)

Since ## z = z ##, we have the followings.

$$
M = R^{-1}M' R.
$$

$$
M' = R M R^{-1}.
$$
I agree with your argument and your result ##M' = RMR^{-1}##.

Zee uses the rotation matrix ##R## to induce a coordinate transformation ##\mathbf{x}' = R \mathbf{x}##. So, this is an example of a passive transformation as described by @ergospherical. His ##M' = RMR^T = RMR^{-1}## agrees with your result.

Also, look at Zee's equation (17) on page 72 which shows how the matrix ##g## for the metric transforms under a general coordinate transformation ##S## : $$g'(x') = (S^{-1})^T g(x) S^{-1}.$$ For the special case where ##S## is a rotation ##R##, this becomes $$g'(x') = (R^{-1})^T g(x) R^{-1} = Rg(x)R^{-1}.$$ This has the same form as you derived for the matrix ##M##.
 
  • Like
Likes   Reactions: Keita
  • #11
ergospherical said:
@Keita what you have noticed is the distinction between what are sometimes called "active" vs "passive" transformations.

Passive: If you view the transformation as rotating the (x-y axes of) the coordinate system, but keeping the vectors themselves fixed, then the position vector and the matrix have new components in the new coordinate system and ##z' = \tfrac{1}{2}(\mathbf{x}')^T M' \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M' R \mathbf{x}##, leading to ##M' = R M R^T## after setting ##z' = z##.

Active: if you view the transformation as rotating the vector ##\mathbf{x} \mapsto R\mathbf{x}##, but keeping the coordinate system fixed, then obviously ##\mathbf{x}'## has different components to before but the matrix ##M## is unchanged. Then ##z = \tfrac{1}{2} (\mathbf{x}')^T M \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M R \mathbf{x}##. You could view this instead as a transformation of the operator itself as ##M \mapsto M' = R^T M R##.

The two different versions of ##M'## are related by transpose (because as you should be able to see: rotating the coordinates ##n## degrees clockwise is the same as rotating the vectors ##n## degrees anti-clockwise. )
ergospherical said:
@Keita what you have noticed is the distinction between what are sometimes called "active" vs "passive" transformations.

Passive: If you view the transformation as rotating the (x-y axes of) the coordinate system, but keeping the vectors themselves fixed, then the position vector and the matrix have new components in the new coordinate system and ##z' = \tfrac{1}{2}(\mathbf{x}')^T M' \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M' R \mathbf{x}##, leading to ##M' = R M R^T## after setting ##z' = z##.

Active: if you view the transformation as rotating the vector ##\mathbf{x} \mapsto R\mathbf{x}##, but keeping the coordinate system fixed, then obviously ##\mathbf{x}'## has different components to before but the matrix ##M## is unchanged. Then ##z = \tfrac{1}{2} (\mathbf{x}')^T M \mathbf{x}' = \tfrac{1}{2} \mathbf{x}^T R^T M R \mathbf{x}##. You could view this instead as a transformation of the operator itself as ##M \mapsto M' = R^T M R##.

The two different versions of ##M'## are related by transpose (because as you should be able to see: rotating the coordinates ##n## degrees clockwise is the same as rotating the vectors ##n## degrees anti-clockwise. )
Thank you. I appreciate your suggestion.
 
  • #12
TSny said:
I agree with your argument and your result ##M' = RMR^{-1}##.

Zee uses the rotation matrix ##R## to induce a coordinate transformation ##\mathbf{x}' = R \mathbf{x}##. So, this is an example of a passive transformation as described by @ergospherical. His ##M' = RMR^T = RMR^{-1}## agrees with your result.

Also, look at Zee's equation (17) on page 72 which shows how the matrix ##g## for the metric transforms under a general coordinate transformation ##S## : $$g'(x') = (S^{-1})^T g(x) S^{-1}.$$ For the special case where ##S## is a rotation ##R##, this becomes $$g'(x') = (R^{-1})^T g(x) R^{-1} = Rg(x)R^{-1}.$$ This has the same form as you derived for the matrix ##M##.
Thank you for your suggestion. I also appreciate your note on Zee’s equation(17) on page 72.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 63 ·
3
Replies
63
Views
7K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K