I'm trying to solve the following problem:
Is there a differentiable function $f:\mathbb R ^3\to \mathbb R$ satisfying for all $a,x\in \mathbb R^3$ $$Df(a)x=a_1x_1+a_2x_3?$$
How to approach such questions? I don't know what to do.
I'm trying to solve the following problem:
Is there a differentiable function $f:\mathbb R ^3\to \mathbb R$ satisfying for all $a,x\in \mathbb R^3$ $$Df(a)x=a_1x_1+a_2x_3?$$
How to approach such questions? I don't know what to do.
A necessary condition for a vector field to be a gradient is to be curl-free. You can easily show that $$ F(x_1,x_2,x_3)=(x_1,x_3,0) $$ is not curl free. Hence, you can't find such a function $f$.
We need to check if $F(a):=(a_1,0,a_2)$ is a conservative vector field(i.e. if $F(a) = ∇ f(a)$ for some $f$. If it were, then the fundamental theorem of line integrals says that
$$ ∫_{[0,y]} ∇ f(x) · t(x) \ dx = f(y) - f(0)$$ where $[0,y]$ is the line segment joining 0 and $y$, and $f(0) = 0$ without loss of generality. Plugging this in, we see that $$f(x) = ∫_0^1 t x_1^2 + t x_2x_3 \ dx = \frac{1}{2}(x_1^2 + x_2x_3)$$ On inspection, this function does not satisfy $ F = \nabla f$.
If such $f$ existed, one could proceed is as follows. $Df : \Bbb R^3 \times \Bbb R^3 → \Bbb R^3$ is a bilinear form. Can you find $f$ such that $Df(a)x = a_1x_1 + a_2x_2 + a_3x_3 = a · x$? Try differentiating the squared euclidean norm function.