From Simple Groups to Quantum Field Theory

In summary, the conversation discusses the use of "limit" definition for the exponential and Joe's expression for exponentiating a bivector. The relationship between su(2) generators and Euler's formula is also explored. The conversation also explains the permutation symbol and its generalization, the Kronecker delta, and different kinds of derivatives such as partial derivatives and total derivatives. The usefulness of divergence and curl in the context of differential equations is also mentioned.
  • #36
Complex numbers & orthogonal matrices

A complex number is written in the form [tex]z=a+ib[/tex] where [itex]a[/itex] and [tex]b[/tex] are real numbers while [tex]i[/tex] is a symbole which satisfy [tex]i^2=-1[/tex].

In polar coordinates, [tex]z=r(cos(\theta)+isin(\theta))[/tex] where [itex]r[/itex] is the magnitude and [tex]\theta[/tex] is the angle.

However complex numbers could also be viewed as linear transformation and therefore matrices which obey linear algebra.

A complex number could then be represented by the orthogonal matrice :

[tex] z = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] = \left[ \begin {array}{cc} a&0\\\noalign{\medskip}0&a\end {array} \right] + \left[ \begin {array}{cc} 0&-1\\\noalign{\medskip}1&0\end {array} \right] \left[ \begin {array}{cc} b&0\\\noalign{\medskip}0&b\end {array} \right] = a+ib [/tex]

Which in polar coordinates could also be written :

[tex] z = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] = \left[ \begin {array}{cc} r&0\\\noalign{\medskip}0&r\end {array} \right] \left[ \begin {array}{cc} cos(\theta)&-sin(\theta)\\\noalign{\medskip}sin(\theta)&cos(\theta)\end {array} \right] = r(cos(\theta)+isin(\theta)) [/tex]

Therefore, complex addition is just matrix addition :

[tex] (a+ib) + (c+id) = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] + \left[ \begin {array}{cc} c&-d\\\noalign{\medskip}d&c\end {array} \right] = \left[ \begin {array}{cc} \left\{ a+c \right\} &- \left\{ b+d \right\} \\\noalign{\medskip} \left\{ b+d \right\} & \left\{ a+c
\right\} \end {array} \right] = (a+c) + i (b+d) [/tex]

And complex substraction is matrix substraction :

[tex] (a+ib) - (c+id) = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] - \left[ \begin {array}{cc} c&-d\\\noalign{\medskip}d&c\end {array} \right] = \left[ \begin {array}{cc} \left\{ a-c \right\} &- \left\{ b-d \right\} \\\noalign{\medskip} \left\{ b-d \right\} & \left\{ a-c
\right\} \end {array} \right] = (a-c) + i (b-d) [/tex]

Complex multiplication is matrix multiplication :

[tex] (a+ib) (c+id) = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] \left[ \begin {array}{cc} c&-d\\\noalign{\medskip}d&c\end {array} \right] = \left[ \begin {array}{cc} \left\{ ac-bd \right\} &- \left\{ bc+ad \right\} \\\noalign{\medskip} \left\{ bc+ad \right\} & \left\{ ac-bd
\right\} \end {array} \right] = (ac-bd) + i (bc + ad) [/tex]

The complex conjugate [tex]\overline{z}[/tex] of [itex]z[/itex] is :

[tex] \overline{z} = a -ib = \left[ \begin {array}{cc} a&b\\\noalign{\medskip}-b&a\end {array} \right] [/tex]

we can then write that :

[tex] |z|^2 = z \overline{z} = (a + i b) (a -i b) = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right] \left[ \begin {array}{cc} a&b\\\noalign{\medskip}-b&a\end {array} \right] = \left[ \begin {array}{cc} {a}^{2}+{b}^{2}&0\\\noalign{\medskip}0&{a}^{2}+{b}^{2}\end {array} \right] =a^2 + b^2 [/tex]

[itex]|z| = \sqrt{a^2 + b^2} [/itex] is then the modulus.

Therefore,

[tex]1/z = \overline{z} / |z|^2 [/tex].

Proof:

[tex]1/z = \left[ \begin {array}{cc} a&-b\\\noalign{\medskip}b&a\end {array} \right]^{-1} = \left[ \begin {array}{cc} {\frac {a}{{a}^{2}+{b}^{2}}}&{\frac {b}{{a}^{2}+{b}^{2}}}\\\noalign{\medskip}-{\frac {b}{{a}^{2}+{b}^{2}}}&{\frac {a}{{a}^{2}+{b}^{2}}}\end {array} \right] = \left[ \begin {array}{cc} a&b\\\noalign{\medskip}-b&a\end {array} \right] \left[ \begin {array}{cc} \left( {a}^{2}+{b}^{2} \right) ^{-1}&0\\\noalign{\medskip}0& \left( {a}^{2}+{b}^{2} \right) ^{-1} \end {array} \right] = \left[ \begin {array}{cc} a&b\\\noalign{\medskip}-b&a\end {array} \right] / \left[ \begin {array}{cc} {a}^{2}+{b}^{2}&0\\\noalign{\medskip}0&{a}^{2}+{b}^{2}\end {array} \right] = \overline{z} / |z|^2 [/tex]
 
Last edited:
Physics news on Phys.org
  • #37
Inner product and metric tensor

Recall that the scalar product of two vector is [itex]v.w[/itex] :

[tex]v.w = (v^{\alpha} e_{\alpha}) (w^{\beta} e_ {\beta}) = v^{\alpha} w^{\beta} (e_{\alpha} . e_{\beta}) = v^{\alpha} w^{\beta} \eta _{\alpha \beta} [/tex]


[tex] (e_{\alpha} . e_{\beta}) = \eta_{\alpha \beta} [/tex]

so [tex]v.w = \eta_{\alpha \beta} v^{\alpha} w^{\beta} [/tex]

Where [itex] \eta_{\alpha \beta} [/itex] are the component of the metric tensor.

The notation [itex] g_{ij} [/itex] is however conventionally used for the components of the metric tensor.

In the tangent space, coordinate basis are [itex] \frac{\partial }{\partial x^i} [/itex], the components of the metric tensor become :

[tex] g_{ij} = ( \frac{\partial }{\partial x^i} . \frac{\partial }{\partial x^j} ) = < \frac{\partial }{\partial x^i} , \frac{\partial }{\partial x^j} > [/tex]

The metric [itex] g_{ij} [/itex] could also be computed by the formula :

[tex] g_{ij} = J^T \ J [/tex]

where [tex] J [/tex] denotes the Jacobian and [tex] J^T [/tex] its transpose.

An example of an inner product which induces a metric we have the space of continuous complex valued functions on the interval [a,b]; the inner product is :

[tex] < f , g > = \int_{b}^{a} \overline{f(t)}.g(t).dt [/tex]

where [tex] \overline{f(t)} [/tex] denotes the conjugate of [tex] f(t) [/tex]
 
Last edited:
  • #38
Tensors & metric

contravariant components : [tex] A = A^1 e_1 + A^2 e_2 + A^3 e_3 = A^i e_i [/tex]
covariant components : [tex] A = A_1 e^1 + A_2 e^2 + A_3 e^3 = A_i e^i[/tex]

Therefore :

[tex] A = A_i e^i = A^i e_i [/tex]

and then

[tex] (A^i e_i) \bullet e^k = (A_i e^i) \bullet e^k [/tex]
[tex] A^i (e_i \bullet e^k) = A_i (e^i \bullet e^k) [/tex]
[tex] A^i (e_i \bullet e^i) = A_i (e^i \bullet e^i) [/tex]
[tex] A^i = A_i g^{ii} [/tex] where [tex] g^{ik} [/tex] is the metric tensor
[tex] A^i = A_i [/tex] because [tex] |e^i| = |e_i| = 1 [/tex]

The equation [tex] A^i = g^{ik} A_k [/tex] is the operation of raising an index.

The equation [tex] A_i = g_{ik} A^k [/tex] is the operation of lowering an index.
 
Last edited:
  • #39
Metric & line element

The coordinates (contravariant components) of a point in a coordinate system are written [tex]x^i[/tex].
The radius vector of the point is then :

[tex] r = x^k e_k [/tex]

Let [tex] ds [/tex] be the arc length between two close points [tex] x^i [/tex] and [tex] x^i + dx^i [/tex].
And let the vector [tex] dr [/tex] joining the two points have covariant components [tex]dx_i[/tex] and controvariant components [tex]dx^i[/tex]

[tex] r = x^k e_k [/tex]
[tex] dr = dx^k e_k + x^k de_k[/tex]
[tex] dr = dx^k e_k[/tex]
[tex] \frac{\partial r}{\partial x^i} dx^i = dx^k e_k[/tex]
[tex] \frac{\partial r}{\partial x^i} dx^i = dx^i e_i[/tex]
[tex] \frac{\partial r}{\partial x^i} dx^i = e_i dx^i [/tex]
[tex] \frac{\partial r}{\partial x^i} = e_i [/tex]


[tex] e_i = \frac{\partial r}{\partial x^i} [/tex]

[tex] e^i = \frac{\partial r}{\partial x_i} = w^i[/tex]

The line element is [tex] ds^2[/tex] :

[tex] ds^2 = |dr|^2 = dr \bullet dr = (e_i dx^i) \bullet (e_j dx^j) [/tex]
Then [tex] ds^2 = (e_i e_j) dx^i dx^j = g_{ij} dx^i dx^j [/tex] where [itex] g_{ij} [/itex] is the metric tensor.

therefore :

[tex] ds^2 = g_{ij} dx^i dx^j = \frac{\partial r}{\partial x^i} \frac{\partial r}{\partial x^i} dx^i dx^j [/tex]
 
Last edited:
  • #40
This is all very nice, but what is your point in writing all these things down?
This is all very basic stuff, which you can find in all the textbooks, and they do a good job in explaining it.
 
  • #41
Covariant derivatives & vectors

The covariant derivative of a scalar field or a function is :

[tex]\nabla_i \varphi = \frac{\partial \varphi}{\partial x^i} [/tex]

And the covariant derivative of a vector [itex] \vec{v} = v^i e_i [/itex] is just :

[tex] \nabla_i \vec{v} = \frac{\partial \vec{v}}{\partial x^j} =\frac{\partial v^i}{\partial x^j} e_ i [/tex]

The basis [itex] e_ i [/itex] does vary if the coordinate system is not rectangular or oblique.

If basis vectors [itex] e_i [/itex] vary from point to point :

[tex] \nabla_i \vec{v} = \frac{\partial \vec{v}}{\partial x^j} = \frac{\partial v^i}{\partial x^j} e_ i + v^i \frac{\partial e_i}{\partial x^j} [/tex]

[itex] e_i [/itex] being a vector, we have :

[tex] \frac{\partial e_i}{\partial x^j} = \Gamma^{k}_{ij} e_k [/tex]

where [tex] \Gamma^{k}_{ij} [/tex] the christoffel symbols of the second kind, could be viewed as the components of this tensor.

Therefore

[tex] \nabla_i \vec{v} = \frac{\partial v^i}{\partial x^j} e_ i + v^i \Gamma^{k}_{ij} e_k [/tex]

[tex] \nabla_i \vec{v} = ( \frac{\partial v^i}{\partial x^j} + v^k \Gamma^{i}_{kj} ) e_i [/tex]

If however the colon and semicolon derivative notation are used, the covariant derivative of the vector is then :

[tex] \nabla_i \vec{v} = v^{i}_{;j} e_i = ( v^{i}_{,j} + v^k \Gamma^{i}_{kj} ) e_i [/tex]
 
Last edited:
  • #42
Covariant derivatives & differential

Let [itex] e_i [/itex] be local basis and [itex] x^i [/itex] be generalized coordinates.

The differential of a vector [itex] \vec{v} = v^i e_i [/itex] is :

[tex] d \vec{v} = d(v^i e_i) = e_i dv^i + v^i de_i [/tex]

But

[tex] d \vec{v} = \frac{\partial \vec{v}}{\partial x^j} dx^j [/tex]

therefore

[tex] \frac{\partial \vec{v}}{\partial x^j} dx^j = e_i \frac{\partial v^i}{\partial x^j} dx^j + v^i \frac{\partial e_i}{\partial x^j} dx^j [/tex]

[tex] \frac{\partial \vec{v}}{\partial x^j} = e_i \frac{\partial v^i}{\partial x^j} + v^i \frac{\partial e_i}{\partial x^j} [/tex]

Which is the covariant derivative of the vector [itex] \vec{v} = v^i e_i [/itex]

[tex] \nabla_i \vec{v} = \frac{\partial v^i}{\partial x^j} e_ i + v^i \frac{\partial e_i}{\partial x^j} [/tex]

[tex] \nabla_i \vec{v} = \frac{\partial v^i}{\partial x^j} e_ i + v^i \Gamma^{k}_{ij} e_k [/tex]
 
Last edited:
  • #43
Christoffel Symbols

An affine connection in the case of a Riemannian manifold is a Levi-Civita connection if it preserves the metric and is Torsion-free.

The components of this connection with respect to a system of local coordinates are then called Christoffel symbols.

There are two kinds of Christoffel symbols :

The Christoffel symbols of the first kind (connections coefficients) which are denoted [tex] \Gamma_{ijk} [/tex] or [tex] [i,jk] [/tex]

[tex] [i,jk] = e_i \frac{\partial e_j}{\partial x^k} = \frac{1}{2} ( \frac{\partial g_{ij}}{\partial x^k} + \frac{\partial g_{ik}}{\partial x^j} - \frac{\partial g_{kj}}{\partial x^i} ) = [i,kj][/tex]

The Christoffel symbols of the second kind (affine connections) which are denoted [tex] \Gamma^{i}_{jk} [/tex] or [tex] \left\{\begin{array}{cc}i \\jk \end{array} \right \}[/tex]

[tex] \left\{\begin{array}{cc}h \\jk \end{array} \right \} = e^h \frac{\partial e_j}{\partial x^k} = \frac{1}{2} g^{ih} ( \frac{\partial g_{ij}}{\partial x^k} + \frac{\partial g_{ik}}{\partial x^j} - \frac{\partial g_{kj}}{\partial x^i} ) = \left\{\begin{array}{cc}h \\kj \end{array} \right \}[/tex]

Therefore

[tex] [i,jk] = g_{hi} \left\{\begin{array}{cc}h \\jk \end{array} \right \} [/tex]

and

[tex] \left\{\begin{array}{cc}h \\jk \end{array} \right \} = g^{ih} [i,jk][/tex]

where [itex] g_{hi} [/itex] is the metric tensor.

And as seen above for vectors, the covariant derivative of contravariant [tex] A^{ij} [/tex] and covariant [tex] A_{ij} [/tex] tensors involves Christoffel symbols :

[tex] A^{ij}_{;k} = \frac{\partial A^{ij}}{\partial x^k} + \left\{\begin{array}{cc} i \\mk \end{array} \right \} A^{mj} + \left\{\begin{array}{cc} j \\mk \end{array} \right \} A^{im} [/tex]

[tex] A_{ij}_{;k} = \frac{\partial A_{ij}}{\partial x^k} - \left\{\begin{array}{cc} m \\ik \end{array} \right \} A_{mj} - \left\{\begin{array}{cc} m \\jk \end{array} \right \} A_{im} [/tex]
 
Last edited:
  • #44
Christoffel Symbols from the metric tensor

By definition the metric tensor [itex] g_{ij} [/itex] is :

[tex] g_{ij} = \frac{\partial z^n}{\partial x^i} \frac{\partial z^n}{\partial x^j} [/tex]

Therefore the derivative of [itex] g_{ij} [/itex] is :

[tex] g_{ij} = \partial_i z^n \partial_j z^n [/tex]

[tex] \partial_k g_{ij} = \partial_i \partial_k z^n \partial_j z^n + \partial_i z^n \partial_j \partial_k z^n[/tex]

[tex] \partial_k g_{ij} = \partial_{ik} z^n \partial_j z^n + \partial_i z^n \partial_{jk} z^n[/tex]

Using the same method, we have then for [itex] g_{ik} [/itex] and [itex] g_{jk} [/itex]

[tex] \partial_j g_{ik} = \partial_{ij} z^n \partial_k z^n + \partial_i z^n \partial_{jk} z^n [/tex]

[tex] \partial_i g_{jk} = \partial_{ij} z^n \partial_k z^n + \partial_j z^n \partial_{ik} z^n [/tex]

But by definition, the type of quantity [tex] \partial_{ij} z^n \partial_k z^n = [ij,k] [/tex], is called the Christoffel symbols of the first kind

Lets add then [tex] \partial_k g_{ij} [/tex] and [tex] \partial_j g_{ik} [/tex]

[tex] \partial_k g_{ij} + \partial_j g_{ik} = \partial_{ik} z^n \partial_j z^n + \partial_i z^n \partial_{jk} z^n + \partial_{ij} z^n \partial_k z^n + \partial_i z^n \partial_{jk} z^n = 2 \ \partial_i z^n \partial_{jk} + \partial_{ik} z^n \partial_j z^n + \partial_{ij} z^n \partial_k z^n [/tex]

Let's remove now unwanted terms by substracting [itex] \partial_i g_{jk} [/itex] from the sum :

[tex] \partial_k g_{ij} + \partial_j g_{ik} - \partial_i g_{jk} = 2 \ \partial_i z^n \partial_{jk} + \partial_{ik} z^n \partial_j z^n + \partial_{ij} z^n \partial_k z^n - \partial_{ij} z^n \partial_k z^n - \partial_j z^n \partial_{ik} z^n[/tex]


[tex] \partial_k g_{ij} + \partial_j g_{ik} - \partial_i g_{jk} = 2 \ \partial_i z^n \partial_{jk} [/tex]

[tex] \frac{1}{2} (\partial_k g_{ij} + \partial_j g_{ik} - \partial_i g_{jk}) = \partial_i z^n \partial_{jk} = [jk,i] [/tex]

Therefore Christoffel symbols of the first kind could be written :

[tex] [jk,i] = \frac{1}{2} (\partial_k g_{ij} + \partial_j g_{ik} - \partial_i g_{jk}) [/tex]
 
Last edited:

Similar threads

Replies
3
Views
1K
  • Differential Geometry
Replies
1
Views
991
  • Differential Geometry
Replies
12
Views
3K
  • Introductory Physics Homework Help
Replies
10
Views
273
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
638
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
147
  • Differential Geometry
Replies
2
Views
902
  • Differential Geometry
Replies
2
Views
594
Back
Top