Recently I came across the following expression:
$$ \langle \nabla f(x_1),x_2 \rangle$$
I do understand how to calculate the value of the expression. You take the derivatives of each of the entry in the function and then substitute $x_1$ in it and then take the dot product between the resulting value and $x_2$. But is there any meaning for this expression? What does this expression represent?
Please help.
$\nabla f(x_1)$ is the jacobian matrix of the scalar-valued function $f$ at $x_1$. Now the differential $Df(x_1)$ is a linear map, in this case simply given by $\langle \nabla f(x_1),x_2 \rangle$. So the answer to your question is: The differential of a scalar-valued function $f$ in $x_1$ evaluated in $x_2$. To make this more visible, we have $$\begin{pmatrix} \partial_1f(x_1) & \dots \partial_nf(x_1)\end{pmatrix} \begin{pmatrix} x^1_2\\ \vdots\\ x_2^n\end{pmatrix} = \langle \nabla f(x_1),x_2 \rangle$$
$\langle \nabla f(x_1),x_2 \rangle$ is also reffered as directional derivative along $x_2$.