A Transformation Matrix question

Click For Summary
SUMMARY

The discussion focuses on deriving the transformation matrix 'R' for a clockwise rotation of 120 degrees about the axis defined by the point (1,1,1) from the origin. The transformation matrix is utilized to map vectors within a fixed global coordinate frame, where the original vector (1,0,0) is transformed to (0,0,1). The solution emphasizes that while the global coordinate system remains unchanged, the transformation affects the orientation of vectors within that system.

PREREQUISITES
  • Understanding of transformation matrices in 3D space
  • Familiarity with rotation matrices and their applications
  • Knowledge of vector operations and coordinate systems
  • Basic trigonometry, specifically for calculating angles in radians
NEXT STEPS
  • Study the derivation of rotation matrices in 3D, focusing on angles and axes
  • Learn about the Rodrigues' rotation formula for vector transformations
  • Explore applications of transformation matrices in computer graphics
  • Investigate how to implement transformations using software tools like MATLAB or Python's NumPy
USEFUL FOR

Students and professionals in mathematics, physics, and computer graphics who are working with 3D transformations and need to understand rotation matrices and vector manipulation.

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.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
3
Views
6K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
18K