Calculating G' for an Orthogonal Coordinate System

PhysicsDude1
Messages
8
Reaction score
0

Homework Statement



For the orthonormal coordinate system (X,Y) the metric is

\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}

Calculate G' in 2 ways.

1) G'= M^{T}*G*M
2) g\acute{}_{ij} = \overline{a}\acute{}_{i} . \overline{a}\acute{}_{j}

Homework Equations



\begin{pmatrix} \overline{a}\acute{}_{1} \\ \overline{a}\acute{}_{2} \end{pmatrix}
= \begin{pmatrix} -cos(\phi).\overline{a}\acute{}_{1} -\overline{a}\acute{}_{2} \\
cos(\phi).\overline{a}\acute{}_{2}\end{pmatrix}

M= \begin{pmatrix} -cos(\phi) & 0 \\ -1 & cos(\phi) \end{pmatrix}
M^{T} = \begin{pmatrix} -cos(\phi) & -1 \\ 0 & cos(\phi) \end{pmatrix}
G=\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
=> G' = \begin{pmatrix} cos²(\phi) +1 & -cos(\phi) \\ -cos(\phi) & cos²(\phi) \end{pmatrix}


The Attempt at a Solution




So I'm having problems with the 2nd method i.e. g\acute{}_{ij} = \overline{a}\acute{}_{i} . \overline{a}\acute{}_{j}

g\acute{}_{11} = (-cos(\phi) . \overline{a}_{1} -\overline{a}_{2}) . (-cos(\phi) . \overline{a}_{1} -\overline{a}_{2}) = ?

What are the values for \overline{a}_{1} and \overline{a}_{2} ?
I think they're both 1 because they're both unit vectors of length 1 but I'm not sure.
Also, this is the first time ever I have used LaTeX so sorry if it's a bit sloppy.
 
Physics news on Phys.org
Also, I can't fall asleep because of this. I REALLY want to know the answer :p
 
If there's something confusing, just ask :)
 
PhysicsDude1 said:
If there's something confusing, just ask :)

I don't know what problem you are trying solve. I know what "orthogonal coordinates" means and I know what "orthonormal vector fields" are. I not sure I know what "orthonormal coordinates" are. I can guess but could you explain that? Might be best to start with the definitions before you plow into trying to prove things. That might make it a lot easier than you think. And what IS this G' you are trying to calculate anyway?
 
Last edited:
Dick said:
I don't know what problem you are trying solve. I know what "orthogonal coordinates" means and I know what "orthonormal vector fields" are. I not sure I know what "orthonormal coordinates" are. I can guess but could you explain that? Might be best to start with the definitions before you plow into trying to prove things. That might make it a lot easier than you think. And what IS this G' you are trying to calculate anyway?


I'm sorry, I meant orthogonal coordinate system :)
Basically I'm trying to find G' which is the metric of the coordinate system (X', Y').
There are 2 ways to find this :
1) G' = M^T * G * M (M=inverse transformationformula // M^T = the transposed matrix of M // G = metric of the coordinate system (X,Y) )

2) Via the multiplication of the primed basic vectors a1 and a2 (see first matrix) and that's where I'm stuck. I don't know if I'm supposed to fill in those basis vectors with the value 1 or just leave them like that BUT that would mean that the 2nd method has a different result from the 1st method which can't be possible. I think I have to fill it in.

Sorry for all the confusion!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top