Questions tagged [jacobian]

In multivariable calculus, the jacobian matrix of a smooth map at a given point is the matrix of its partial derivatives evaluated at this point.

Let $f\colon U\rightarrow\mathbb{R}^n$ be a map on an open subset $U$ of $\mathbb{R}^m$ and let $x\in U$.

Definition 1. Assume that $f$ is differentiable at $x$, then the jacobian matrix of $f$ at $x$, denoted by $\textrm{Jac}_xf$ is the matrix of the linear map $\mathrm{d}_xf\colon\mathbb{R}^m\rightarrow\mathbb{R}^n$ in the canonical basis of $\mathbb{R}^m$ and $\mathbb{R}^n$.

One has the following:

Proposition 1. With the same assumption than in definition 1, if $f:=(f_1,\cdots,f_n)$, then one has: $$\textrm{Jac}_xf=\left(\frac{\partial f_j}{\partial x_i}(x)\right)_{1\leqslant i\leqslant m,1\leqslant j\leqslant n}.$$

Remark 1. If $n=1$, then the jacobian matrix of $f$ at $x$ is the gradient of $f$ at $x$, namely one has: $$\textrm{Jac}_xf=\nabla_xf.$$

Definition 2. With the same assumption than in definition 1, the jacobian of $f$ at $x$ is the determinant of the jacobian matrix of $f$ at $x$, $\textrm{Jac}_xf$.

1082 questions
0
votes
1 answer

Estimate Jacobian of multivariate function from Jacobian of univariate function?

I have a function $\ f: \mathbb{R}^n \rightarrow \mathbb{R}^m$. I can evaluate the Jacobian of the function cheaply for a single variable $\ f: \mathbb{R} \rightarrow \mathbb{R}^m$, (e.g. a single value parameterizing a homogeneous space). Can I use…
bfletch
  • 107
-1
votes
1 answer

Does the Jacobian Hypothesis ask if the Jacobian is a valid map?

It appears that the JH is equivalent to asking whether the jacobian determinant itself is a valid map, I would appreciate any related research on this and confirmation of this equivalence.
D J Sims
  • 1
  • 1
  • 3
  • 20
1
2