Let a multivariable vector function f:D→Rm defined by D⊂Rn be defined for each scalar function f1,⋯,fm:D→R as follows:
f(x1,⋯,xn):=f1(x1,⋯,xn)⋮fm(x1,⋯,xn)
It is called the Jacobian matrix of f.
Description
The following notation is also often used:
J=∂(x1,…,xn)∂(f1,…fm)
The Jacobian matrix of f is also represented by defining an operator D that makes Df:=J. The name Jacobian matrix comes from the 19th-century German mathematician Carl Gustav Jacob Jacobi, so it’s correct to write and read it as Jacobian matrix, but in fact, J is very often read as ‘Jacobian’.
It is also called the total derivative, referring to the derivative of a multivariable vector function. Therefore, if a Jacobian matrix exists for a multivariable function, it is said to be differentiable, and conversely, a differentiable function f:R→R can be thought of as having a Jacobian matrix of size 1×1. In simple terms, the Jacobian matrix is the matrix of the derivative of a vector function.
Typically, it is first encountered in calculus together with polar coordinates, where
∫B∫Af(x,y)dxdy
if you change the Cartesian coordinates used to x=rcosθ, y=rsinθ as well known,
∫B∫Af(rcosθ,rsinθ)rdrdθ
an additional r is attached as follows. This is because
[∂r∂x∂r∂y∂θ∂x∂θ∂y]=[cosθ−rsinθsinθrcosθ]
the determinant of the matrix is derived as rcos2θ+rsin2θ=r. In the same sense, the Jacobian matrix is essentially the same concept already encountered in high school when doing variable substitution for integration. For example,
∫01(27x3+9x2+3x)dx
consider doing the substitution like 3x=y when calculating. If this is viewed as y being the function y(x)=3x of x, then its Jacobian matrix is
[∂x∂3x]=[3]
This is the same as differentiating both sides of 3x=y with respect to their variables to obtain 3dx=dy.