Use of the quaternion magnitude

quaternions

I'm using quaternions to describe 3D rotations which necessitates that the quaternion is normalized. I'm getting more interested in quaternions and I tried to check what the quaternion magnitude represents, though I couldn't find any information. Searching on the internet for possible literature only returns results for using quaternions in orientation, frame transformation or translation, for which only unit quaternions are used.

So the question is, can anyone tell what the magnitude of the quaternion represents or how and when it is used? If someone knows about relevant literature, that would be great.

Thanks

Best Answer

Quaternions are an extension of complex numbers and, as for complex numbers, the magnitude or modulus is the "length" of the quaternion measured from the "origin".

You can also think to quaternions as vectors in a $4-$D space and the modulus of the quaternion is the modulus of the corresponding vector.

Also, the modulus of a quaternion is used to express the quaternion in polar form (in a similar way as complex numbers), as you can see here.

An introduction to quaternion with geometric application and more references is here.