Rotation angle clockwise or anticlockwise?

  • Context: Undergrad 
  • Thread starter Thread starter whitenight541
  • Start date Start date
  • Tags Tags
    Angle Rotation
Click For Summary

Discussion Overview

The discussion revolves around determining the direction of rotation (clockwise or anticlockwise) for rays emitted from diffraction by a wedge. Participants explore the implications of the wedge's geometry and the reference frame for defining rotation direction, focusing on the mathematical representation of rotation matrices.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant seeks to implement rays emitted from diffraction by a wedge and is unsure how to determine the rotation direction for the rays about the wedge's edge.
  • Another participant emphasizes the need for a reference direction to define clockwise or counterclockwise rotation, using the analogy of viewing a clock from different sides.
  • A participant suggests using the rotation matrix to transform a vector and observe its movement to determine the rotation direction.
  • One participant clarifies that the rotation should be considered with respect to the wedge's faces and specifies the external angle for ray emission.
  • Another participant provides a standard rotation matrix for a rotation about an angle, explaining the relationship between the sine function and the direction of rotation.
  • A later reply challenges the applicability of the standard rotation matrix, indicating that the rotation involves an arbitrary axis, suggesting a more complex matrix is required.

Areas of Agreement / Disagreement

Participants express differing views on how to define and calculate the rotation direction, with no consensus reached on the appropriate rotation matrix or method for determining clockwise versus anticlockwise rotation.

Contextual Notes

Participants note the complexity of the rotation matrix due to the arbitrary axis of rotation, indicating that standard forms may not apply directly to the problem at hand.

whitenight541
Messages
48
Reaction score
0
Hi all,

I want to implement rays emitted from diffraction by a wedge. So I have a wedge with 2 faces ,a common edge and an incident ray. I have the tangent and normal to each face. I calculated the base of the diffracted rays so that it lies in one of the faces. I want to rotate this ray several times about the edge until I reach the other face.

I have the rotation matrix. The problem is I can't determine whether my rotation angle is clockwise or anticlockwise. I can rotate in one direction only (since it is a wedge and rays shouldn't go inside the walls).

Is there any vector operation I can use to determine this?
 
Mathematics news on Phys.org
Clockwise or counterclockwise with respect to what? You need a reference direction to say whether some rotational motion is clockwise or counterclockwise. Imagine you have a transparent clock hanging like a chandelier. Viewed from one side the hands appear to move clockwise, but from the other side they appear to move counterclockwise.
 
whitenight541 said:
Hi all,

I want to implement rays emitted from diffraction by a wedge. So I have a wedge with 2 faces ,a common edge and an incident ray. I have the tangent and normal to each face. I calculated the base of the diffracted rays so that it lies in one of the faces. I want to rotate this ray several times about the edge until I reach the other face.

I have the rotation matrix. The problem is I can't determine whether my rotation angle is clockwise or anticlockwise. I can rotate in one direction only (since it is a wedge and rays shouldn't go inside the walls).

Is there any vector operation I can use to determine this?

A positive rotation rotates from (1,0) to (0,1). Usually (1,0) is defined as right, and (0,1) can either be up or down depending on if you are drawing a typical graph (where it is up) or considering pixels on the screen (where it is down). If you just have a rotation matrix and you don't know whether or not it represents positive or negative rotation, use it to transform the vector (1,0) and see where it goes.
 
Well with respect to the faces of the wedge. Denote one face as faceO and the other as faceN. I want to partition the angle from faceO to faceN to emit several rays through it. Ofcourse this angle is the outside of the wedge not inside it (so it can be > 180).

For example let a wedge has an inner angle of 90. So this means that i want to emit rays in the external 270 degrees starting from faceO to faceN. The problem is if I started at faceO I don't know in what direction should I rotate in order to reach faceN (through the external 270 degrees)

I have the rotation matrix with the angle as a variable so I have to specify the angle. if positive then counterclockwise if negative then clockwise.
 
what is your rotation matrix? A rotation about angle [itex]\theta[/itex] can be written as the matrix
[tex]\begin{bmatrix}cos(\theta) & -sin(\theta) \\ sin(\theta) & cos(\theta)\end{bmatrix}[/itex]<br /> <br /> Because [itex]sin(-\theta)= -sin(\theta)[/itex], if the number [itex]-sin(\theta)[/itex] in the "upper right" of your matrix is negative, this is a rotation through a positive angle, an anti-clockwise rotation. If it is positive, it is a rotation through a negative angle, a clockwise rotation.[/tex]
 
No, this is a rotation about an arbitrary axis so the rotation matrix is more complicated than this.

It is found here http://en.wikipedia.org/wiki/Rotation_matrix"
 
Last edited by a moderator:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
6K