How Does the Index in This Vector Calculus Identity Work?

hhhmortal
Messages
175
Reaction score
0

Homework Statement



I'm a bit confused as to the following vector calculus identity:

[∇ (∇.A)]_i = (δ/δx_i )( δA_j/δx_j)

Shouldn’t it be = (δ/δx_i )( δA_i/δx_i) why is it ‘j’ if we are taking it over ‘i’ ?



Thanks.
 
Physics news on Phys.org
j is a "dummy" index, i.e. it is summed over. You could name it whatever you want. Remember that ∇.A is a scalar so it can't have any indices.

\nabla \cdot \mathbf A = \partial_1 A_1 + \partial_2 A_2 + \partial_3 A_3 = \sum_{j=1}^3 \partial_j A_j \equiv \partial_j A_j
 
phsopher said:
j is a "dummy" index, i.e. it is summed over. You could name it whatever you want. Remember that ∇.A is a scalar so it can't have any indices.

\nabla \cdot \mathbf A = \partial_1 A_1 + \partial_2 A_2 + \partial_3 A_3 = \sum_{j=1}^3 \partial_j A_j \equiv \partial_j A_j

Ok. But why are we summing over 'j'? This is where I am getting confused. Shouldn't it be 'i'
 
hhhmortal said:
Ok. But why are we summing over 'j'? This is where I am getting confused. Shouldn't it be 'i'

Because j is the repeated index (it appears as an upper and lower index simultaneously) and due to Einstein summation convention, the repeated index must be summed over all possible values for that index.

AB
 
Altabeh said:
Because j is the repeated index (it appears as an upper and lower index simultaneously) and due to Einstein summation convention, the repeated index must be summed over all possible values for that index.

AB

Ok I'm missing something out here. I'm summing over 'i' and 'i' appears as the repeated index..how does 'j' come into this. I can't see how it appears as a lower and upper index simultaneously.
 
Let's start from the beginning. First consider ∇.A. This is

\nabla \cdot \mathbf A = \partial_1 A_1 + \partial_2 A_2 + \partial_3 A_3 = \sum_{j=1}^3 \partial_j A_j

Do you agree so far? The j is just a summation index, i.e. it is not a fixed number but rather it gets all values from 1 to 3. We could have used any other letter instead of j, it doesn't matter. It's just a label.

If we use the Einstein's summation convention that means we drop the summation sign and agree that whenever an index appears twice it is summed over. Thus we write \nabla \cdot \mathbf A = \partial_j A_j

Now consider ∇(∇.A). This is a vector and we decide to only consider one component - the i'th component. Now i is a fixed index - it is not summed over. i.e. it refers to a particular component we are considering. So using our earlier expression for ∇.A we write [\nabla(\nabla \cdot \mathbf A)]_i = \partial_i (\partial_j A_j)

Does that make it more clear?
 
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