Home

Jacobianmatrisen

Jacobianmatrisen, commonly known simply as the Jacobian matrix, is a fundamental concept in multivariable calculus and differential geometry. For a differentiable map F: R^n → R^m, the Jacobian at a point x is the m-by-n matrix J_F(x) whose entries are the first-order partial derivatives: J_F(x) = [∂F_i/∂x_j]. It collects the best linear approximation to F near x, i.e., F(x + h) ≈ F(x) + J_F(x) h for small h.

Key properties include the following. If n = m (a square Jacobian), the determinant det J_F(x) indicates

The Jacobian is also essential in integration and change of variables. For a differentiable map F with

Common applications span analysis, differential equations, optimization, and physics. In dynamical systems, the Jacobian linearizes a

Example: F(x, y) = (x^2 y, e^x sin y). Then J_F(x, y) = [[2xy, x^2], [e^x sin y, e^x

local
invertibility:
if
det
J_F(x)
≠
0,
F
is
locally
a
diffeomorphism
by
the
inverse
function
theorem.
The
rank
of
J_F(x)
equals
the
rank
of
the
differential
dF_x
and
describes
the
local
dimensionality
of
the
image.
When
det
J_F(x)
=
0,
the
map
has
a
critical
point
where
locally,
the
output
loses
one-to-one
behavior.
nonzero
determinant
on
a
region
D,
the
change-of-variables
formula
relates
integrals
over
D
and
its
image:
∫_{F(D)}
g(y)
dy
=
∫_D
g(F(x))
|det
J_F(x)|
dx.
system
near
a
fixed
point;
eigenvalues
determine
local
stability.
In
optimization
and
machine
learning,
Jacobians
describe
how
small
input
changes
affect
outputs
and
are
used
in
gradient
computations
and
sensitivity
analysis.
cos
y]],
which
at
(1,
π/2)
is
[[π,
1],
[e,
0]].