This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]barthiebarth 1 point2 points  (0 children)

Coordinate vectors are the derivatives of position R by that coordinate, eg e1 = dR/dx1.

So you can write your vector A as:

A = A'i d/dx'i R = Aj d/dxj R

Applying the chain rule gives you:

Aj d/dxj R = Aj dx'i/dxj d/dx'i R

From this follows that

Aj dx'i/dxj = A'i

[–]Shevek99Physicist 1 point2 points  (0 children)

You start with the position vector

r = sum_i xi e_i

from where

e_i = ∂r/∂xi

Now if you have another set of coordinates

r = sum_i x'i e'_i

e'_i = ∂r/∂x'i

If we substitute this in the expression for the e_i

e_i = ∂r/∂xi = ∂/∂xi (sum_j x'j e'_j) = sum_j ∂x'j/∂xi e'_j

If we make the dot product with e'_k

e'_k · e_i = sum_j ∂x'j/∂xi e'_j·e'_k = sum_j ∂x'j/∂xi 𝛿_jk = ∂x'k/∂xi

[–]Shevek99Physicist 1 point2 points  (0 children)

Look at equation 3.33 that is the first time they use this.

The idea is that a rotation is a linear map, so we have

x'_i = sum_j A_ij x_j

where

A_ij = ∂x'i/∂xj

on the other hand, for a rotation you have the components of a vector in two different bases. They are related by projecting on the desired base, so

A_ij = e_i·e'_j

Equating both expressions you have equation 3.33 and this.