Linear Transformation Matrix for Rotations about y-axis

  • Thread starter Thread starter robierob12
  • Start date Start date
  • Tags Tags
    Linear Rotations
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.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top