I'm trying to solve the following question
Show that for any arc length parameterized curve there is a vector $ω(s)$ that satisfies
$$T'(s) = ω(s) × T (s)$$ $$N'(s) = ω(s) × N(s)$$ $$B'(s) = ω(s) × > B(s)$$
HINT: Consider $ω(s) = a(s)T (s) +b(s)N(s) +c(s)B(s)$ (where $T$, $N$, $B$ are the unit tangent, normal and binormal vectors) and find the coefficients $a$, $b$, $c$ that work.
I managed to get $$a(s) = T(s) \cdot ω(s)$$ $$b(s) = N(s) \cdot ω(s)$$ $$c(s) = B(s) \cdot ω(s)$$
But I don't know how to proceed from this. What direction should I be going in.