Linear Transformation about the x-axis

toxi
Messages
12
Reaction score
0

Homework Statement



Find a linear transformation T from R3 to R3 which has the effect of rotating an object clockwise by angle θ around the x-axis.

Homework Equations



none

The Attempt at a Solution



I know that I should work with matrices to show how I came up to the final matrix, which i think has to be the following:

|x'| | 1 0 0 |
|y'| = | 0 cosθ -sinθ|
|z'| | 0 sinθ cosθ|

However, I don't know how to proceed to show how I came to the following matrix.

Any help is appreciated..
 
Physics news on Phys.org
Well, how did you come up with that? Don't you remember what you did? In any case, the problem doesn't really ask you to show how you arrived at that. What you do need to do is show that the matrix has the required properties.
 
Well that is just the solution I have found.

What do you mean that the matrix has the required properties?

Do I need to figure out the homogenous equations first?

I am a bit confused with all these, I've been reading lecture notes and books for ages but none of them seems to make sense to me.
 
Figure out how (1,0,0), (0,1,0) and (0,0,1) should transform under your rotation. The resulting vectors are the columns of your matrix. Isn't that what you did? Then you are done.
 
So there are no further steps needed to show?

That's what I did actually...
 
Not that I can think of. The three basis vectors transform to the correct place. Everything else will just follow.
 
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