New Reply

rotation matrix

 
Share Thread
Feb5-13, 04:20 PM   #1
 

rotation matrix


For a mathematician, how is rotation defined in the most general sense?

Question arose to me because it occured to me that an essential property of the rotation matrix is that it preserves lengths. Is this the only mapping (if not please give me a counterexample) that has this property (identity is also a special case of a rotation of course) and can this be shown?

Might seem like a very lose question and indeed it is, so speak freely about anything that you think could improve my understanding of the fundamental mathematics behind rotation.
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Feb5-13, 05:12 PM   #2
 
Mentor
Blog Entries: 8
I would personally define a rotation as everything in [itex]SO_n(\mathbb{R})[/itex]. So the linear maps which preserve length and which preserve the orientation.

We had some threads about this before though. I remember Fredrik say that he would consider [itex]O_n(\mathbb{R})[/itex] as the rotations for convenience. So my answer is definitely not the only possible answer you can give.

I'll see if I can dig up some old threads.
Feb5-13, 05:15 PM   #3
 
Mentor
Blog Entries: 8
Here are some older threads:
http://www.physicsforums.com/showthread.php?t=633299
http://www.physicsforums.com/showthread.php?t=505266
Feb5-13, 05:31 PM   #4
 
Mentor

rotation matrix


Quote by micromass View Post
I remember Fredrik say that he would consider [itex]O_n(\mathbb{R})[/itex] as the rotations for convenience.
I have seen at least two conventions in the literature:

1. Members of O(n) are called rotations (or orthogonal transformations), and members of SO(n) are called proper rotations.
2. Members of O(n) are called orthogonal transformations, and members of SO(n) are called rotations.

In one of those threads I said that I prefer convention 1. Lately I've been thinking that I prefer convention 2.
Feb6-13, 04:11 PM   #5
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by aaaa202 View Post
For a mathematician, how is rotation defined in the most general sense?

Question arose to me because it occured to me that an essential property of the rotation matrix is that it preserves lengths. Is this the only mapping (if not please give me a counterexample) that has this property (identity is also a special case of a rotation of course) and can this be shown?

Might seem like a very lose question and indeed it is, so speak freely about anything that you think could improve my understanding of the fundamental mathematics behind rotation.
Here is a simple concrete example in ##\mathbb{R}^2##: let ##T:\mathbb{R}^2 \rightarrow \mathbb{R}^2## be the map defined by
$$T\left(\begin{bmatrix}x \\ y \end{bmatrix} \right) = \begin{bmatrix}y \\ x \end{bmatrix}$$
i.e. we interchange the ##x## and ##y## axes. This is a linear map which preserves lengths, but it is not a rotation in the geometric sense. (There is also a "flip" involved.) Note that the matrix representation of ##T## with respect to the usual basis is
$$[T] = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$$
so the determinant is -1, which shows that ##T \in O(\mathbb{R}^2)## but ##T \not\in SO(\mathbb{R}^2)##.
New Reply

Similar discussions for: rotation matrix
Thread Forum Replies
rotation matrix Advanced Physics Homework 0
Shankar 12.4.4 - "the" rotation matrix vs. "a" rotation matrix (tensor operators QM) Advanced Physics Homework 2
rotation matrix vs regular matrix Linear & Abstract Algebra 5
Construct a rotation matrix out of another rotation matrix General Math 2
Matrix in Rotation Linear & Abstract Algebra 2