Linear Transformation Matrix for Rotations about y-axis

  • Thread starter Thread starter robierob12
  • Start date Start date
  • Tags Tags
    Linear Rotations
Click For Summary
SUMMARY

The discussion focuses on deriving the linear transformation matrix for rotating a point (x, y, z) counterclockwise about the y-axis through an angle X. The provided rotation matrix [A] is defined as:
(cosX 0 sinX)
(0 1 0)
(-sinX 0 cosX). The user seeks to understand the connection between this matrix and the unit vector formula expressed as cos(V)i + cos(W)j + cos(Y)k. The discussion emphasizes the application of matrix [A] in transforming a vector u to achieve the desired rotation.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically rotation matrices.
  • Familiarity with 3D coordinate systems and transformations.
  • Knowledge of trigonometric functions, particularly cosine and sine.
  • Experience with vector notation and operations in R³.
NEXT STEPS
  • Study the derivation of rotation matrices in 3D space, focusing on the y-axis rotation.
  • Explore the relationship between unit vectors and transformation matrices in linear algebra.
  • Learn about the application of matrix multiplication in rotating vectors.
  • Investigate the properties of linear transformations and their geometric interpretations.
USEFUL FOR

Mathematicians, physics students, computer graphics developers, and anyone interested in understanding 3D transformations and rotations in linear algebra.

robierob12
Messages
48
Reaction score
0
Derive the matrix for the transformation that rotates a point (x,y,z) counterclockwise about the y-axis through an angle (X).

My book gives me a matrice for the y-axis move.

(cosX 0 sinX)
(0 1 0 )
(-sinX 0 cosX)

call the above matrix [A]


Im also given this formula for a unit vector

cos(V)i + cos(W)j + cos(Y)k


The way that I see the question, is that I need to somehow derive matix [A]
from the given unit vector formula.

I just don't see exactly how they are connected here.

I really DON'T want the solution for this, just some insight maby on the connection between the formula and the matrix.


I know that if I have a vector u and an angle (X) I can just multiply
Au to get the rotated vector. So I do know how to use the matrix.
 
Physics news on Phys.org
The formula can be written as a matrix vector (cos(V) cos(W) cos(Y))^T.

You are really looking for the linear transformation matrix such that L(x,y,z) rotates the standard basis for lR^3 by an angle X.
 

Similar threads

Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K