Index Notation 1 Flashcards

1
Q

What are the 4 key points to note for index notation

A
  • every sum goes with an index which is repeated twice
  • non-repeated indices are not summed
  • do not write the summation symbol as a repeated index implies summation
  • an index may not appear more than twice on one side of an equality
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how would you write x.y, [Ax]i and [AB]ij in index notation

A
  • x.y = xi*yi
  • [Ax]i = Aij*xj
  • [AB]ij = Aik*Bkj
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the i in [Ax]i or ij in [AB]ij tell you

A
  • that these are the indices staying ‘constant’ and not being summed over
  • so it is the index not being repeated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what does the kronecker delta δij represent and how is it defined

A
  • the kronecker delta represents the identity matrix I
  • δij = {1 for i = j, 0 for i != j
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

the same way Iy = y, what does δij*yj equal and why

A
  • δij*yj = yi
  • because of the rule that the index ‘attached’ to the expression is the one that stays constant and is not being summed over
  • basically the reverse logic of what the i in [Ax]i represents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how do you express the cross product in index notation

A
  • the permutation symbol ε_ijk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the permutation symbol ε_ijk defined as (three points)

A
  • ε_ijk = 1 if (ijk) is an even permutation of (1,2,3)
  • ε_ijk = -1 if (ijk) is an odd permutation of (1,2,3)
  • ε_ijk = 0 otherwise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

why does ε_312 = 1

A
  • because to obtain 312 from 123, you need to perform two swaps
  • swap 3 and 1 to get 321, then 2 and 1 to get 312
  • two swaps = even permutation = 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

why does ε_112 = 0

A
  • because there are no number of swaps you can do to get 123 to 112
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how would you write the cross product [x x(cross) y]i using the permutation symbol

A
  • [x cross y]i = ε_ijkxjyk
  • again, the i does not get repeated on the RHS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

after seeing a bunch of examples, what does the advantage of index notation seem to be

A
  • we can turn vector calculus into simpler multiplication problems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what does cyclic permutation mean in how ε_ijk can be represented

A
  • ε_ijk = ε_kij = ε_jki
  • you can move the front index to the back and the permutation symbol is equal
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what are ε_ijk = ε_kij = ε_jki individually equal to and what is the trick to know how

A
  • ε_ijk = -ε_jik
  • ε_kij = -ε_ikj
  • ε_jki = -ε_kji
  • the trick is to swap the first two indices then the ε becomes negative
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the contracted epsilon identity relating ε_ijk and δ_ij and how can you remember this

A
  • ε_ijkε_klm = δ_ilδ_jm - δ_im*δ_jl
  • the RHS will have no k’s
  • the first δ will have the first ‘valid’ indices of the first and second ε
  • the second δ will have the second ‘valid’ ones
  • the third and fourth δs are just the first two with their second index swapped
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

for the expression ε_ijk*ε_klm, the 2 k’s mean that this is being summed over k. say i=1, j=2, l=1 and m=3. what would this expression ‘expanded’ actually look like and equal and why

A
  • ‘summed over k’ means that there will be 3 versions of the expression that are summed for k=1, 2 and 3
  • ε_ijkε_klm = ε_121ε_113 + ε_122ε_213 + ε_123ε_313 = 0 + 0 + 0 = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is [a x (b x c)]i equivalent to in dot product form

A
  • [a x (b x c)]i = [b . (a . c) - c . (a . b)]i
  • “bac-cab” trick