Let $ \vec c : \mathbb{R} \to \mathbb{R^3}$, be a differentiable function on $\mathbb{R}$, with $\vec c(0)$ = (1, 2, 3) and $D\vec c(0) =$ $$\left [\begin{matrix} 1&\\-1&\\2 \end{matrix}\right] $$
Consider $G : \mathbb{R} \to \mathbb{R}$ defined by $G(t) = ||\vec c(t)||^2$. Show that G is differentiable for all $t$, and find $DG(0)$ (or $G'0$; same quantity).
I have no idea how to start this question. I am confused as to what the first part of the question is even telling me.
Any guidance is appreciated!
To prove that $G$ is differentiable, it suffices to prove that $n(x) = \|x\|^2$ is differentiable. Note that \begin{align*} n(x+h) &= \|x+h\|^2\\ &= \def\<#1>{\left<#1\right>}\<x+h,x+h>\\ &= \<x,x> + 2\<x,h> + \<h,h>\\ &= n(x) + 2\<x,h> + o(\|h\|) \end{align*} Hence, $n$ is differentiable with $Dn(x)h = 2\<x,h>$. Therefore, by the chain rule, $G$ is differentiable, and $$ DG(t) = Dn\bigl(c(t)\bigr)Dc(t) = 2\<c(t),Dc(t)> $$ At $t = 0$, we have $$ DG(0) = 2\<c(0),Dc(0)> = 10. $$