Solving a Tensor Problem in 2D Space

  • Thread starter Thread starter atwood
  • Start date Start date
  • Tags Tags
    Tensor
atwood
Messages
9
Reaction score
0

Homework Statement


A two dimensional space has a metric tensor field
g=dq^1 \otimes dq^1 + 2 dq^1 \otimes dq^2 + 2dq^2 \otimes dq^1 + 3dq^2 \otimes dq^2.

With the help of g, find the covariant components of the contravariant vector field
\textbf{v}=3\partial _1 -4\partial _2

The Attempt at a Solution


Not much here as I don't really understand how this works.

g11=1, g12=2, g21=2, g22=3

\begin{center}G=\left(\begin{array}{ll} 1 &amp; 2 \\ 2 &amp; 3 \end{array}\right) \Rightarrow<br /> G^{-1}=\left(\begin{array}{ll} {-3} &amp; \ 2 \\ \ 2 &amp; {-1} \end{array}\right)\end{center}

g11=-3, g12=2, g21=2, g22=-1

Now the covariant components ai of v are given from the contravariant components ai like this:
a1=a1g11+a1g12=3*(-3)+3*2=-3
a2=a2g21+a2g22=(-4)*2+(-4)*(-1)=-4

So \textbf{v}=-3dq^1 -4dq^2

Does this make any sense at all?
 
Physics news on Phys.org
a^i=a_k g^{ik}, yes? So don't you mean a^1=a_1 g^{11}+a_2 g^{12}?
 
Right, of course. I should never ask anything when tired.

Thanks!
 
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