I am given the function $S(t) = v\begin{pmatrix}t, 1-t, \frac{1}{1-t}\end{pmatrix}$. I need to find $S'(t)$ in terms of $t,\,v'_1,\,v'_2\,v'_3$. How do I do so?
I am thinking of the following:
$$ \begin{align*} S'(t) &= v'_1 +v'_2\dot{} -1 + v'_3\dot{}\frac{1}{(1-t)^2}\\&=v'_1-v'_2+\frac{v'_3}{(1-t)^2} \end{align*} $$
Any ideas if this sounds correct?