ELB27
- 117
- 15
Homework Statement
Taken from "Introduction to Electrodynamics" by David J. Griffiths p.12 problem 1.8 (b):
What constraints must the elements R_{ij} of the three-dimensional rotation matrix satisfy, in order to preserve the length of vector A (for all vectors A)?
Homework Equations
The 3D rotation matrix around an arbitrary axis:
<br /> \begin{pmatrix}<br /> \bar{A_x}\\<br /> \bar{A_y}\\<br /> \bar{A_z}\\<br /> \end{pmatrix} = \begin{pmatrix}<br /> R_{xx} & R_{xy} & R_{xz}\\<br /> R_{yx} & R_{yy} & R_{yz}\\<br /> R_{zx} & R_{zy} & R_{zz}\\<br /> \end{pmatrix} \begin{pmatrix}<br /> A_x\\<br /> A_y\\<br /> A_z\\<br /> \end{pmatrix}<br />
Thus,
\bar{A_i} = \sum_{j=1}^3 R_{ij}A_j
where the index 1 stands for x, 2 for y and 3 for z.
The Attempt at a Solution
Since the length of the vector before and after transformation must be equal:
\sum_{i=1}^3 (\bar{A_i})^2 = \sum_{i=1}^3 (A_i)^2
\sum_{i=1}^3 (\bar{A_i})^2 = \sum_{i=1}^3 (\bar{A_i})(\bar{A_i}) = \sum_{i=1}^3 \left( \sum_{j=1}^3 R_{ij}A_j \right) \left( \sum_{k=1}^3 R_{ik}A_k \right) = \sum_{i=1}^3 (A_i)^2
The one before the last equality I obtain from substituting the above equation for \bar{A_i} .
I'm not sure how to proceed from here. I guess that I lack understanding of the summation notation. I tried looking it up but I still can't understand how to continue.
Any help will be greatly appreciated!