differential of inner product of functions from $R^n \to R^n$

550 Views Asked by At

I'm trying to find the differential of an inner product.

Let $f:R^n \to R^n$ be $C^1(R^n) $ and let $x\in R^n,0 \neq v\in R^n$ .

What is the derivative of $<f(x),v>$ ?

If f was $R \to R^n $ I would have known the answer but somehow I just can't understand how to find the derivative I'm looking for.

I'll appreciate any help. Thanks!

1

There are 1 best solutions below

2
On BEST ANSWER

This is a revision of my previous answer, which was not accurate enough.

Let $f,g:\mathbb{R}^n\to\mathbb{R}^n$ be two continuously differentiable functions, and let $\langle\cdot,\cdot\rangle$ be some inner product. The Leibniz rule says that the directional derivative of $\langle f,g\rangle$ at a point $x$ in the direction $u$ is given by$$d\langle f,g\rangle_x(u)=\langle df_x(u),g(x)\rangle+\langle f(x),dg_x(u)\rangle.$$In other words,$$d\langle f,g\rangle_x=\langle df_x(\cdot),g(x)\rangle+\langle f(x),dg_x(\cdot)\rangle.$$This holds for any inner product. I thank fretty for the comment.

In our specific case, the question is solved by taking the function $g$ to be constant.