Understanding Division in Index Notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sinad
Messages
2
Reaction score
0
Hello everyone,

Recently I started to use index notation, but still the division is not clear for me. I'll mention just some simple examples that I'm not sure about:

Does [itex]a =\frac{1}{b_i}[/itex] mean that [itex]a = \sum_{i=1}^{3}\frac{1}{b_i}[/itex] or [itex]a = 1 / \sum_{i = 1}^{3}b_i[/itex] ?

Similarly, does [itex]a_i =\frac{b_i}{c_{jj}}[/itex] mean that [itex]a_i = \sum_{j=1}^{3}\frac{b_i}{c_{jj}}[/itex] or [itex]a = b_i / \sum_{j = 1}^{3}c_{jj}[/itex] ?

thanks beforehand!
 
Mathematics news on Phys.org
Generally speaking, there is no summation involved if an index is not repeated on the same side of an equation. An index that is "free" (not repeated) should be free on both sides of the equation. Hence, [itex]a = 1/b_i[/itex] is a nonsensical expression.

[itex]a_i = b_i/c_{jj} = \sum_j b_i/c_{jj}[/itex] is fine, however. Divisions don't come up very often with vector quantities, though.
 
Muphrid said:
Generally speaking, there is no summation involved if an index is not repeated on the same side of an equation. An index that is "free" (not repeated) should be free on both sides of the equation. Hence, [itex]a = 1/b_i[/itex] is a nonsensical expression.

Indeed, I'm sorry, what I wanted to write is [itex]a = 1/b_{ii}[/itex]

Muphrid said:
[itex]a_i = b_i/c_{jj} = \sum_j b_i/c_{jj}[/itex] is fine

thanks! it is clear now.