How Do Matrix Transformations Alter 3D Space Geometrically?

Click For Summary
SUMMARY

The discussion focuses on matrix transformations in three-dimensional space, specifically transformations T1, T2, and T3. Transformation T1 is defined by the matrix M, which reflects points across the x-z plane. Transformation T2 reflects points in the x-y plane, represented by the matrix T_2 = \left( \begin{array}{ccc} 1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & 1 \end{array} \right). The challenge of determining the matrix for T3, a rotation about the line defined by x=0 and y+z=0, is highlighted. The discussion concludes with the need to combine transformations T3 and T1 for further analysis.

PREREQUISITES
  • Understanding of matrix representation of transformations
  • Familiarity with 3D coordinate systems
  • Knowledge of rotation and reflection matrices
  • Basic proficiency in linear algebra concepts
NEXT STEPS
  • Study the geometric interpretation of matrix transformations in 3D space
  • Learn how to derive rotation matrices for arbitrary axes
  • Explore the composition of transformations and their resultant matrices
  • Investigate the implications of reflections and rotations in computer graphics
USEFUL FOR

Students of linear algebra, computer graphics developers, and anyone interested in geometric transformations in three-dimensional space.

Gregg
Messages
452
Reaction score
0

Homework Statement



7. (a) A transformation, T1 of three dimensional space is given by r'=Mr, where

[itex]r=\left(<br /> \begin{array}{c}<br /> x \\<br /> y \\<br /> z<br /> \end{array}<br /> \right)[/itex]

[itex]r'=\left(<br /> \begin{array}{c}<br /> x' \\<br /> y' \\<br /> z'<br /> \end{array}<br /> \right)[/itex]

and

[itex] M=\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & 0 & -1 \\<br /> 0 & 1 & 0<br /> \end{array}<br /> \right)[/itex]

Describe the transformation geometrically.

(b)

Two other transformations are defined as follows: T2 is a reflection in the x-y plane, and 3 is a rotation through 180 degrees about the line x=0, y+z=0. By considering the image under each transformation of the points with position vectors, i,j,k or otherwise find a matrix for each T2/

(c) Determine the matrixes for the combined transformations of T3T1 amd T1T3 amd describe each of these tranformations geometrically.


2. Relevant information

[itex]\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & \text{cos$\theta $} & -\text{sin$\theta $} \\<br /> 0 & \text{sin$\theta $} & \text{cos$\theta $}<br /> \end{array}<br /> \right),\left(<br /> \begin{array}{ccc}<br /> \text{cos$\theta $} & 0 & \text{sin$\theta $} \\<br /> 0 & 1 & 0 \\<br /> -\text{sin$\theta $} & 0 & \text{cos$\theta $}<br /> \end{array}<br /> \right),\left(<br /> \begin{array}{ccc}<br /> \text{cos$\theta $} & -\text{sin$\theta $} & 0 \\<br /> \text{sin$\theta $} & \text{cos$\theta $} & 0 \\<br /> 0 & 0 & 1<br /> \end{array}<br /> \right).[/itex] represent rotations of theta degrees about the x-,y- and z-axes.

3. Attempt
[itex]T=\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & \text{cos$\theta $} & -\text{sin$\theta $} \\<br /> 0 & \text{sin$\theta $} & \text{cos$\theta $}<br /> \end{array}<br /> \right)[/itex]

Rotation about the x-axis 90 degrees.

(b)

[itex]T_2:{x,y,z} \to {x,-y,z}[/itex]

[itex]T_2 =\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & -1 & 0 \\<br /> 0 & 0 & 1<br /> \end{array}<br /> \right)[/itex]


(b)
I am stuck here on how to do a rotation about the line x=0, y+z=0. Does this imply it is about the 3D line x=y+z.

(c) This will be simple once I have done the other part.
 
Physics news on Phys.org
Gregg said:
[itex]T=\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & \text{cos$\theta $} & -\text{sin$\theta $} \\<br /> 0 & \text{sin$\theta $} & \text{cos$\theta $}<br /> \end{array}<br /> \right)[/itex]

Rotation about the x-axis 90 degrees.

(b)

[itex]T_2:{x,y,z} \to {x,-y,z}[/itex]

[itex]T_2 =\left(<br /> \begin{array}{ccc}<br /> 1 & 0 & 0 \\<br /> 0 & -1 & 0 \\<br /> 0 & 0 & 1<br /> \end{array}<br /> \right)[/itex]


(b)
I am stuck here on how to do a rotation about the line x=0, y+z=0. Does this imply it is about the 3D line x=y+z.

(c) This will be simple once I have done the other part.

Hi Gregg! :smile:

(very nice LaTeX, btw! :wink:)

your (a) is right.

your (b) is a reflection, but about the wrong axis

for (b) part2, the line x=0, y+z=0 is in the y-z plane (so not x = y + x) :wink:
 

Similar threads

  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K