I am self-studying multivariable calculus using MIT's publicly available materials, and I have been stumped by this exercise from Chapter 14.4 of the first volume of Apostol's calculus text:
A vector-valued function $F$, which is never zero and has a continuous derivative $F'(t)$ for all $t$, is always parallel to its derivative. Prove that there is a constant vector $A$ and a positive real-valued function $u$ such that $F(t) = u(t)A$ for all $t$.
This is what I have so far: By hypothesis, we have \begin{align} F(t) = s(t)F'(t) \end{align} for all $t$, where $s(t)$ is a real-valued function. Since $F(t) \neq 0$, we know that $s(t) \neq 0$, $F'(t) \neq 0$. Moreover, we know that since $F$ is differentiable, $s(t)$ and $F'(t)$ are both differentiable, and that therefore \begin{align} F'(t) & = s(t)F''(t) + s'(t)F'(t) \end{align}
This, unfortunately, is where I run out of steam. I would very much appreciate a gentle hint to get me going -- not, if it can be avoided, a complete solution. I suspect that I'm missing something obvious...
Thanks in advance.