I have an angular velocity vector analogue defined as(called Darbaoux vector some times in curve)
$ \omega(s)=\frac{\mathrm{d}\theta(s) }{\mathrm{d} s}=\delta\theta(s)_x \vec{i}+\delta\theta(s)_y \vec{j}+\delta\theta(s)_z \vec{k} \tag 1$
And we have a moving material frame on curve as shown in figure
.
Specifications
- The material frame rotates around angular velocity vector $\omega(s)$ at each point an angle $\delta\theta(s)$ .The magnitude of angular velocity vector gives the small angle of rotation it makes that is $|\delta\theta(s)|$
- It implies the axis of rotation for each matrial frame at s is $\omega(s)$ and it makes small rotations $|\delta\theta(s)|$ at each s while travelling therough the curve
- We can make a rotation 3D Matrix $R(s)_{3 \times 3}$ by arranging the orthogonal directors $d_3(s),d_2(s),d_1(s)$ in column order. Means place $d_3(s)$ as column $1$,$d_2(s)$ as column $2$,$d_1(s)$ as column $3$
Question
- If we are only given the function $\omega(s)$ can we find out $R(s)$?
NB: I have one solution in my mind. I am writing that as my attempt below please verify it. Thanks
Please comment and inform me whether I am correct or not