I searched on net for the question, " why are only small angular displacements considered vectors but not large angular displacement? " I saw an video where the reason was given that, this was because large angular displacements did'nt follow commutative property of vector addition but small angular displacements did follow the commutative property of vector addition. It was explained by giving an practical demonstartion how this was true, but in that demonstartion they used 3D space and as per their demonstation I think that in 2D space even large angular displacements follow commutative property of vector addition. So can we say that, even large angular displacement is a vector quantity in 2D space?
2 Answers
I wouldn't call this a vector quantity. The reason for why small displacements are sometimes described as "vector quantities" (especially in introductory books and courses) is because of their relation with (Lie) group theory:
Rotations in $n$ dimensions form the Lie group SO$(n)$. Small angular displacements are approximately given by infinitesimal rotations. These infinitesimal transformations are given by the Lie algebra $\mathfrak{so}(n)$ (which is in particular a vector space). It can be shown that this Lie algebra is isomorphic to $\mathbb{R}^3$ with the cross product as multiplication. This explains why we often say that small rotations in 3D are "vector quantities".
Your example of 2 dimensions is also an interesting one. It can be shown that the Lie group SO$(2)$ of rotations in the plane is an Abelian group. This means that all rotations in the plane commute (as you said). However this does not mean that these rotations are described by vectors, this is again only the case for small rotations.
- 1,415
the criteria for the angular displacement to be a vector it must fulfill this equation.
$$\vec{\omega}=\vec{\dot{\phi}}\tag 1$$
where $\vec{\omega}$ is the angular velocity.
to obtain the angular velocity , you use this equation:
$$\dot{R}=R\,\tilde{\omega}\tag 2$$
where R is the rotation matrix and is function of the angular displacement $\phi=\phi_x,\phi_y,\phi_z$
only if you linearized equation (2) you get equation(1)
with: $\phi=\Delta\phi$ small angles
$$R\mapsto I_3+\Delta\phi\quad,\dot{R}\mapsto \dot{\Delta\phi} $$
$ \Rightarrow$
$$\widetilde{\dot{\Delta\phi}}=\tilde{\omega}\quad,\vec{\omega}=\frac{d}{dt}\vec{\Delta\phi} $$
equation (1) is fulfill thus $\Delta\phi$ is a vector with the components $\Delta\phi_x\,,\Delta\phi_y\,,\Delta\phi_z$
2D case
$$R= \begin{bmatrix} \cos(\phi_z) & -\sin(\phi_z) & 0 \\ \sin(\phi_z) & \cos(\phi_z) & 0 \\ 0 & 0 & 1 \\ \end{bmatrix}$$
you get
$$\vec{\omega}=\begin{bmatrix} 0 \\ 0 \\ \omega_z \\ \end{bmatrix}=\vec{\dot{\phi}}=\begin{bmatrix} 0 \\ 0 \\ \dot{\phi}_z \\ \end{bmatrix}$$
thus equation (1) is even for large angular displacement $\phi_z$ fulfill, your statement is correct!
$$\tilde{a}= \begin{bmatrix} 0 & -a_z & a_y \\ a_z & 0 & -a_x \\ -a_y & a_x & 0 \\ \end{bmatrix}$$
- 13,829