Quaternion and Rotation Properties
Recall that rotations can be composed by multiplying their quaternions, with the "most recent" rotation on the left. Use quaternion multiplication to show that rotations are not commutative.
2. Is quaternion multiplication associative? If not, provide a counterexample. If so, justify your reasoning briefly but do not prove it.
Suppose q is a normalized quaternion, representing rotation. What rotation does q represent? (HINT: rotating v by q results in qvq and rotating it by -q results in a)v(-q).
Imagine you rotate a vector by 90 degrees about the i axis, then 90 degrees about the j axis, and finally 90 degrees about the k axis. Use quaternion composition to show that this is equivalent to a single rotation of 90 degrees about the k axis.
A quaternion's real value is 1, and its directional components are all 0. Describe its encoded rotation.