A Transformation Matrix question

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
1 reply · 2K views
Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



Find the transformation matrix 'R' that describes a rotation by 120 degrees about an axis from the origin through the point (1,1,1). The rotation is clockwise as you look down the axis toward the origin.

Homework Equations



[tex] \left( \begin{array}{c} A'_x \\ A'_y \\ A'_z \end{array} \right) = <br /> <br /> \left( \begin{array}{ccc} <br /> R_{xx} & R_{xy} & R_{xz} \\ <br /> R_{yx} & R_{yy} & R_{yz} \\<br /> R_{zx} & R_{zy} & R_{zz}<br /> \end{array} \right)<br /> <br /> \left( \begin{array}{c} A_x \\ A_y \\ A_z \end{array} \right)<br /> <br /> <br /> [/tex]

The Attempt at a Solution



I am just very confused by the wording of the question. I am used to talking about the transformation of a vector... I am not sure what is being transformed here... the coordinate system?

Here is the solution:

Picture1-43.png


I am having a hard time deciphering the problem statement even looking at the solution. It is clear that he wanted us to "swap" axes. But I am not sure exactly what is happening here.
 
Physics news on Phys.org
you can imagine it a few different ways, i would think of it as follows:
- The global coordinate frame does not change.
- The operation is a transformation of a vector within that frame (it maps each vector to a vector).

so imagine the line from the origin to (1,1,1)

Now start with the vector (1,0,0), this will be transformed to (0,0,1).

The global co-ordinate frame doesn't change, but a vector on the x-axis is mapped to a vector on the z axis.

By considering the action on each of the basis vectors it shoudl be pretty startightforward to write down the matrix.