Suppose that $f,g$ are differentiable functions from $\mathcal{R}$ to $\mathcal{R}^n$.
Show that $\langle f(t),g(t)\rangle' = \langle f'(t),g(t)\rangle + \langle f(t),g'(t)\rangle$
I've been banging my head against a brick wall on this for a while, I can see that the RHS is something like the product rule for differentiation. We're not given an inner product but even just trying to by parts integrate the standard inner wasn't working.
Thanks in advance for any help.
Write $f(t)=(f_1(t),f_2(t),\dots,f_n(t))$ and $g(t)=(g_1(t),g_2(t),\dots,g_n(t))$. The inner product is given by $$\langle f(t),g(t)\rangle=\sum_{i=1}^nf_i(t)g_i(t).$$ You apply sum rule and product rule of differentiation to see that $$\frac{d}{dt}\langle f(t),g(t)\rangle=\sum_{i=1}^nf_i'(t)g_i(t)+f_i(t)g_i'(t).$$ The last expression is equal to $$\langle f'(t),g(t)\rangle + \langle f(t),g'(t)\rangle.$$
There is also a general formula telling us how to calculate derivatives of bilinear functions, but you may not yet be ready to understand. Given a bilinear function $B$ that takes a pair of vectors $(x,y)$ as input, the derivative at $(a,b)$ is the linear map $B'(a,b)$ that acts on $(x,y)$ by the formula $$B'(a,b)(x,y)=B(a,y)+B(x,b).$$
Your map $t\mapsto\langle f(t),g(t)\rangle$ is the composition $t\mapsto(f(t),g(t))$, $(x,y)\mapsto\langle x,y\rangle$. So alternatively, you can apply chain rule to obtain the formula for its derivative.