I understand the proof that the Jacobian matrix is the best linear approximation of a function in the limit. But since it's a matrix it has different dimensions than the original function, shouldn'the it be a vector too? Given the Jacobian how would I find or plot where it takes some given 'input'? Since the derivative is a function I suppose one could transform it into something like f'(x1,.....,×n)=(y1,.....,yn)
I tried to be as clear as possible but I don't think I put it well into words.
EDIT: Clarifiyng, my question is how do I find, explicitly, an arbitray element of image of the derivative. Does it need two vectors/points to be defined? If so, why not only one point as in single variable calculus?
Let $\ f: \mathbb{R}^n \to \mathbb{R}^m$ and $p \in U \subset \mathbb{R}^n$ then the differential of $f$ at $p$ is given by the matrix;
$$\textbf{Jac}_f = \left[\frac{\partial f^i}{\partial x_j}\right]$$
which is $n \times m$ matrix and so it takes as input, vectors of the form $[x_1 \ \cdots x_m]^T$