Fairly simple question, suppose there is a function $f: \mathbb R^n \to \mathbb R$, and a scalar $t \in \mathbb R$.
is it possible to find $D_f(tx)$ using only $t$ and $D_f(x)$? Perhaps using chain rule?
Clarification: $D_f(x)$ is the matrix (or in this case, vector) of partial derivatives at $x$
Can we even say anything about $f(tx)$? if we take it to the realm of $\mathbb R \to \mathbb R$, we can't even know for sure that it is differentiable there.
Hint: Let $\varphi : \Bbb{R}\times \Bbb{R}^n \to \Bbb{R}^n$ be defined by $\varphi(t,x) = tx$. Then what you're looking at is the derivative of $f \circ \varphi$. You then have $D(f \circ \varphi)(t,x) = Df(\varphi(t,x)) \circ D\varphi(t,x)$ by the chain rule.