General Mechanics/Index Notation

From testwiki
Revision as of 00:18, 10 June 2009 by imported>Adrignola (Fixed template.)
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
Jump to navigation Jump to search

Template:General Mechanics

Summation convention

If we label the axes as 1,2, and 3 we can write the dot product as a sum

๐ฎ๐ฏ=i=13uivi

If we number the elements of a matrix similarly,

๐€=(A11A12A13A21A22A23A31A32A33)๐=(B11B12B13B21B22B23B31B32B33)

we can write similar expressions for matrix multiplications

(๐€๐ฎ)i=j=13Aijuj(๐€๐)ik=j=13AijBjk

Notice that in each case we are summing over the repeated index. Since this is so common, it is now conventional to omit the summation sign.

Instead we simply write

๐ฎ๐ฏ=uivi(๐€๐ฎ)i=Aijuj(๐€๐)ik=AijBjk

We can then also number the unit vectors, รชi, and write

๐ฎ=ui๐ž^i

which can be convenient in a rotating coordinate system.

Kronecker delta

The Kronecker delta is

δij={1i=j0ij

This is the standard way of writing the identity matrix.

Levi-Civita (Alternating) symbol

Another useful quantity can be defined by

ϵijk={1(i,j,k)=(1,2,3) or (2,3,1) or (3,1,2)1(i,j,k)=(2,1,3) or (3,2,1) or (1,3,2)0 otherwise 

With this definition it turns out that

๐ฎ×๐ฏ=ϵijk๐ž^iujvk

and

ϵijkϵipq=δjpδkqδjqδkp

This will let us write many formulae more compactly.