Proving that the cartesian metric is rotation invariant

espen180
Messages
831
Reaction score
2
I'm trying to prove that the cartesian metric g_{mn}=\delta_{mn} doesn't change under a transformation of coordinates to another cartesian coordinate set with different orientation.

As a starting point I am using ds^2=\delta_{mn}(x)dx^m dx^n=\frac{\partial x^m}{\partial y^r}\frac{\partial x^n}{\partial y^s}\delta_{mn}(x)dy^r dy^s.

Then I have to prove that \frac{\partial x^m}{\partial y^r}\frac{\partial x^n}{\partial y^s}\delta_{mn}(x)=\delta_{rs}(y).

However, I am unsure as to how I should tackle those coordinate derivatives. How can I show this equality?

Any help is appreciated.
 
Last edited:
Physics news on Phys.org
Write the new coordinates as functions of the original ones, and then perform the differentiations. Do you know how to use rotation matrices? You can also draw a picture and work it out geometrically.
 
Well, this is in D dimentions. I know the rotation matricies for two and three dimentions, but not the ones beyond theat. Is there a general expression?
 
For any linear transformation A, <Ax, y> = <x,(A^t)y>. So <Ax,Ay> = <x,(A^t)Ay>. And the transpose of a rotation matrix is its...?
 
The transpose of a rotation matrix is its inverse.

I'm not familiar with your notation.

What we know is that dy^n=\frac{\partial y^n}{\partial x^m} dx^m where \frac{\partial y^n}{\partial x^m}=A_m^n is a rotation matrix.

What do you mean by \left&lt; Ax,y\right&gt;=\left&lt;x,A^T y\right&gt;?
 
the brackets means "dot product". and A^t is the transpose of the matrix A. x, y are vector in R^n
 
espen180 said:
I'm not familiar with your notation.
It's standard notation of linear algebra. Index notation is not always the most convenient way to manipulate vectors, covectors, and the other objects you study in differential geometry.
 
Okay. So this is showing that if you rotate two vectors by the same angular displacement, their dot product in unaffected. Is this equivalent to the metric being unaffected by the rotation?

Also, if x and y are both column vectors, we have (Ax)y^T=x(A^Ty)^T ? If you have a proof or derivation of this, I would like to see it.
 
Last edited:
The metric components are g_{ab} = \langle e_i, e_j \rangle, where the ei are the basis vectors of the coordinate system you are in. To get the components in a rotated system, you just need to find out what \langle Ae_i, Ae_j\rangle is. Use zhentil's hint in post #4.
 
Last edited:
  • #10
Using zhentil's hint in #4 I get \left&lt; Ax,Ay\right&gt;=\left&lt;x,A^TAy\right&gt;=\left&lt;x,A^{-1}Ay\right&gt;=\left&lt;x,y\right&gt;.

Does this mean that the two sets of basis vectors are equivalent? So I can conclude that the metric is rotation invariant?
 
  • #11
espen180 said:
Using zhentil's hint in #4 I get \left&lt; Ax,Ay\right&gt;=\left&lt;x,A^TAy\right&gt;=\left&lt;x,A^{-1}Ay\right&gt;=\left&lt;x,y\right&gt;.

Does this mean that the two sets of basis vectors are equivalent? So I can conclude that the metric is rotation invariant?

No, it doesn't mean the two basis sets are equivalent. What you've shown is that δ'ij = <Aei, Aej> = <ei, ej> = δij, i.e. the components in the new system δ'ij are equal to the components in the original: δij.
 
  • #12
Okay. Thanks for the help. :)

By the way, but do I explain that \left&lt;Ax,y\right&gt;=\left&lt;x,A^Ty\right&gt;?

Also, is this approach valid for cartesian coordinates of all dimensions?
 
Last edited:
  • #13
If you write it down, it's immediate (i.e. write down <Ax,y> as a sum and move some numbers).

Yes, it's valid for any finite-dimensional Euclidean space. (I believe it's also valid for any bounded linear operator on a Hilbert space, but someone may have to vouch for this)
 
Back
Top