Ted123
- 428
- 0
Homework Statement
[PLAIN]http://img585.imageshack.us/img585/526/indexnotation.jpg
The Attempt at a Solution
How do I proceed?
Last edited by a moderator:
Hurkyl said:Using index notation sounds like a good place to start...
bigubau said:I would say that r has the components x,y,z or x_i. So the divergence of r is the <scalar product> between the del operator and the r.
So \mbox{Div} {}\mathbf{r} = (\mathbf{e}_i \partial_i)\cdot (x_j \mathbf{e}_j)
So complete the calculation.
Along the same lines you'll solve the 2nd point as well.
hunt_mat said:To start:
<br /> \mathbf{r}=x^{i}\mathbf{e}_{i}<br />
and div is:
<br /> \nabla\cdot =\partial_{i}(e_{i}\cdot )<br />
so:
<br /> \nabla\cdot\mathbf{r}=\sum_{i=1}^{3}\partial_{i}(\mathbf{e}_{i}\cdot (x^{i}\mathbf{e}_{i}))=...<br />
Ted123 said:So how do I evaluate (\mathbf{e}_i \partial_i)\cdot (x_j \mathbf{e}_j) ?
Is it just \mathbf{e}_1 \partial_1 x_1\mathbf{e}_1 + \mathbf{e}_2 \partial_2 x_2\mathbf{e}_2 + \mathbf{e}_3 \partial_3 x_3\mathbf{e}_3 (this doesn't look right at all)
Ted123 said:Where are these \mathbf{e} vectors coming from? In all my solutions to these questions on index notation I never see an \mathbf{e} appearing.
A similar question to the first one is Show \nabla (\mathbf{a} \cdot \mathbf{r} ) = \mathbf{a}\;,\;\mathbf{a}\in\mathbb{R}^3
and the solution is \partial_j a_k x_k = a_k \partial_j x_k = a_k \delta_{jk} = a_j
Ted123 said:OK so how do I write the 2nd one in terms of the Levi-Civita symbol?
Is it \varepsilon_{jmn} \partial_m \varepsilon_{nkl} a_k x_l ?
If this is right it goes to a_k ( \delta_{jk} \delta_{ml} - \delta_{jl} \delta_{mk}) \delta_{ml}
fzero said:It's less confusing if you use parentheses to keep track of what the derivative acts on:
\varepsilon_{jmn} \partial_m (\varepsilon_{nkl} a_k x_l)
This is true as long as a_k are constants, which is probably intended. Now you should try to compute \delta_{ml} \delta_{ml}.