GRstudent said:
The Gammas in polar coordinates are [itex]\dfrac{1}{r}[/itex], what does it really mean?
The coefficient [itex]\Gamma^{i}_{jk}[/itex] is defined implicitly via the equation:
[itex]\nabla_{j} e_{k} = \Gamma^{i}_{jk} e_{i}[/itex]
where [itex]e_{i}[/itex] is the ith basis vector. To illustrate, let's make it simpler, and use 2D polar coordinates. In rectangular coordinates, the coordinates are [itex]x[/itex] and [itex]y[/itex], with basis vectors [itex]e_x[/itex] and [itex]e_y[/itex]. Now we can do a coordinate change to coordinates [itex]r[/itex] and [itex]\theta[/itex] defined by:
[itex]x = r cos(\theta), y = r sin(\theta)[/itex] with corresponding basis vectors [itex]e_r = cos(\theta) e_x + sin(\theta) e_y[/itex] and [itex]e_{\theta} = - r sin(\theta) e_x + r cos(\theta) e_y[/itex]. We compute derivatives:
[itex]\nabla_{r} e_{r} = 0[/itex]
So, [itex]\Gamma^{r}_{rr} = \Gamma^{\theta}_{rr} = 0[/itex]
[itex]\nabla_{\theta} e_{r} = (\partial_{\theta} cos(\theta)) e_x + (\partial_{\theta} sin(\theta)) e_y[/itex]
= [itex]- sin(\theta) e_x + cos(\theta) e_y[/itex]
= [itex]e_{\theta}/r[/itex]
So, [itex]\Gamma^{r}_{\theta r} = 0[/itex], and [itex]\Gamma^{\theta}_{\theta r} = 1/r[/itex]
[itex]\nabla_{r} e_{\theta} = (\partial_{r} (-r sin(\theta))) e_x + (\partial_{r} (r cos(\theta))) e_y[/itex]
= [itex]-r sin(\theta) e_x + cos(\theta) e_y[/itex]
= [itex]e_\theta/r[/itex]
So, [itex]\Gamma^{r}_{r \theta} = 0[/itex], and [itex]\Gamma^{\theta}_{r \theta} = 1/r[/itex]
[itex]\nabla_{\theta} e_{\theta} = (\partial_{\theta} (-r sin(\theta))) e_x + (\partial_{\theta} (r cos(\theta))) e_y[/itex]
= [itex]- r cos(\theta) e_x - r sin(\theta) e_y[/itex]
= [itex]-r e_{r}[/itex]
So, [itex]\Gamma^{r}_{\theta \theta} = -r[/itex], and [itex]\Gamma^{\theta}_{\theta \theta} = 0[/itex]