Can anyone PLEASE explain axis rotation?

AI Thread Summary
Axis rotation involves using a rotation matrix to transform coordinates in three-dimensional space. For a 45-degree rotation about the y-axis, the matrix is derived from trigonometric functions, specifically cosine and sine of the angle. The resulting matrix is structured to maintain the y-coordinate while adjusting the x and z coordinates based on the rotation. Understanding the derivation of this matrix clarifies how points in 3D space are affected by rotation. The provided link offers further insights into the theory behind these transformations.
m0nk3y
Messages
23
Reaction score
0
So I am asked to rotate by 45 degrees about the y-axis.

With the power of the net i found that it is;
[ cos(45) 0 sin (45);
0 1 0;
-sin(45) 0 cos(45)]

i really would like to understand HOW they get this.

THANKS in advance!
 
Physics news on Phys.org
Thank you, that helped alot! I get finally get it now!
 
I have recently been really interested in the derivation of Hamiltons Principle. On my research I found that with the term ##m \cdot \frac{d}{dt} (\frac{dr}{dt} \cdot \delta r) = 0## (1) one may derivate ##\delta \int (T - V) dt = 0## (2). The derivation itself I understood quiet good, but what I don't understand is where the equation (1) came from, because in my research it was just given and not derived from anywhere. Does anybody know where (1) comes from or why from it the...
Back
Top