PDA

View Full Version : Proving that the cartesian metric is rotation invariant


espen180
Oct9-09, 12:50 PM
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.

dx
Oct9-09, 04:55 PM
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.

espen180
Oct9-09, 05:18 PM
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?

zhentil
Oct9-09, 06:01 PM
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...?

espen180
Oct9-09, 07:21 PM
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< Ax,y\right>=\left<x,A^T y\right>?

quasar987
Oct9-09, 07:48 PM
the brackets means "dot product". and A^t is the transpose of the matrix A. x, y are vector in R^n

Hurkyl
Oct9-09, 07:53 PM
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.

espen180
Oct10-09, 05:29 AM
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.

dx
Oct10-09, 07:04 AM
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.

espen180
Oct10-09, 07:23 AM
Using zhentil's hint in #4 I get \left< Ax,Ay\right>=\left<x,A^TAy\right>=\left<x,A^{-1}Ay\right>=\left<x,y\right>.

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

dx
Oct10-09, 07:48 AM
Using zhentil's hint in #4 I get \left< Ax,Ay\right>=\left<x,A^TAy\right>=\left<x,A^{-1}Ay\right>=\left<x,y\right>.

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.

espen180
Oct10-09, 09:44 AM
Okay. Thanks for the help. :)

By the way, but do I explain that \left<Ax,y\right>=\left<x,A^Ty\right>?

Also, is this approach valid for cartesian coordinates of all dimensions?

zhentil
Oct14-09, 01:32 AM
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)