Jacobian

Jacobian

In vector calculus, the Jacobian is shorthand for either the Jacobian matrix or its determinant, the Jacobian determinant.

In algebraic geometry the Jacobian of a curve means the Jacobian variety: a group variety associated to the curve, in which the curve can be embedded.

These concepts are all named after the mathematician Carl Gustav Jacob Jacobi. The term "Jacobian" is normally pronEng|jəˈkoʊbiən, but sometimes also IPA|/dʒəˈkoʊbiən/.

Jacobian matrix

The Jacobian matrix is the matrix of all first-order partial derivatives of a vector-valued function. If a function is differentiable at a point, its derivative is given in coordinates by the Jacobian, but a function doesn't need to be differentiable for the Jacobian to be defined, since only the partial derivatives are required to exist.

Its importance lies in the fact that it represents the best linear approximation to a differentiable function near a given point. In this sense, the Jacobian is the derivative of a multivariate function. For a function of "n" variables, "n" > 1, the derivative of a numerical function must be matrix-valued, or a partial derivative.

Suppose "F" : R"n"R"m" is a function from Euclidean "n"-space to Euclidean "m"-space. Such a function is given by "m" real-valued component functions, "y"1("x"1,...,"x""n"), ..., "y""m"("x"1,...,"x""n"). The partial derivatives of all these functions (if they exist) can be organized in an "m"-by-"n" matrix, the Jacobian matrix "J" of "F", as follows:

:J=egin{bmatrix} dfrac{partial y_1}{partial x_1} & cdots & dfrac{partial y_1}{partial x_n} \ vdots & ddots & vdots \ dfrac{partial y_m}{partial x_1} & cdots & dfrac{partial y_m}{partial x_n} end{bmatrix}.

This matrix is also denoted by J_F(x_1,ldots,x_n) and frac{partial(y_1,ldots,y_m)}{partial(x_1,ldots,x_n)}.

The "i" th row ("i" = 1, ..., "m") of this matrix is the gradient of the "ith" component function "y""i": left( abla y_i ight).

If p is a point in R"n" and "F" is differentiable at p, then its derivative is given by "JF"(p). In this case, the linear map described by "JF"(p) is the best linear approximation of "F" near the point p, in the sense that

:F(mathbf{x}) = F(mathbf{p}) + J_F(mathbf{p})(mathbf{x}-mathbf{p}) + o(|mathbf{x}-mathbf{p}|)

for x close to p and where "o" is the little o-notation.

The Jacobian of the gradient is the Hessian matrix.

Examples

Example 1. The transformation from spherical coordinates to Cartesian coordinates is given by the function "F" : R+ × [0,π) × [0,2π) → R3 with components:

: x_1 = r sinphi cos heta ,: x_2 = r sinphi sin heta ,: x_3 = r cosphi ,

The Jacobian matrix for this coordinate change is

:J_F(r,phi, heta) =egin{bmatrix}dfrac{partial x_1}{partial r} & dfrac{partial x_1}{partial phi} & dfrac{partial x_1}{partial heta} \ [3pt] dfrac{partial x_2}{partial r} & dfrac{partial x_2}{partial phi} & dfrac{partial x_2}{partial heta} \ [3pt] dfrac{partial x_3}{partial r} & dfrac{partial x_3}{partial phi} & dfrac{partial x_3}{partial heta} \end{bmatrix}=egin{bmatrix} sinphi cos heta & r cosphi cos heta & -r sinphi sin heta \ sinphi sin heta & r cosphi sin heta & r sinphi cos heta \ cosphi & -r sinphi & 0 end{bmatrix}.

Example 2. The Jacobian matrix of the function "F" : R3R4 with components

: y_1 = x_1 , : y_2 = 5x_3 , : y_3 = 4x_2^2 - 2x_3 , : y_4 = x_3 sin(x_1) ,

is

:J_F(x_1,x_2,x_3) =egin{bmatrix}dfrac{partial y_1}{partial x_1} & dfrac{partial y_1}{partial x_2} & dfrac{partial y_1}{partial x_3} \ [3pt] dfrac{partial y_2}{partial x_1} & dfrac{partial y_2}{partial x_2} & dfrac{partial y_2}{partial x_3} \ [3pt] dfrac{partial y_3}{partial x_1} & dfrac{partial y_3}{partial x_2} & dfrac{partial y_3}{partial x_3} \ [3pt] dfrac{partial y_4}{partial x_1} & dfrac{partial y_4}{partial x_2} & dfrac{partial y_4}{partial x_3} \end{bmatrix}=egin{bmatrix} 1 & 0 & 0 \ 0 & 0 & 5 \ 0 & 8x_2 & -2 \ x_3cos(x_1) & 0 & sin(x_1) end{bmatrix}.

This example shows that the Jacobian need not be a square matrix.

In dynamical systems

Consider a dynamical system of the form "x"' = "F"("x"), with "F" : R"n"R"n". If "F"("x"0) = 0, then "x"0 is a stationary point. The behavior of the system near a stationary point can often be determined by the eigenvalues of "J""F"("x"0), the Jacobian of "F" at the stationary point. [D.K. Arrowsmith and C.M. Place, "Dynamical Systems", Section 3.3, Chapman & Hall, London, 1992. ISBN 0-412-39080-9.]

Jacobian determinant

If "m" = "n", then "F" is a function from "n"-space to "n"-space and the Jacobian matrix is a square matrix. We can then form its determinant, known as the Jacobian determinant. The Jacobian determinant is also called the "Jacobian" in some sources.

The Jacobian determinant at a given point gives important information about the behavior of "F" near that point. For instance, the continuously differentiable function "F" is invertible near a point p ∈ R"n" if the Jacobian determinant at p is non-zero. This is the inverse function theorem. Furthermore, if the Jacobian determinant at p is positive, then "F" preserves orientation near p; if it is negative, "F" reverses orientation. The absolute value of the Jacobian determinant at p gives us the factor by which the function "F" expands or shrinks volumes near p; this is why it occurs in the general substitution rule.

Example

The Jacobian determinant of the function "F" : R3R3 with components: y_1 = 5x_2 , : y_2 = 4x_1^2 - 2 sin (x_2x_3) ,: y_3 = x_2 x_3 ,

is

:egin{vmatrix} 0 & 5 & 0 \ 8x_1 & -2x_3cos(x_2 x_3) & -2x_2cos(x_2 x_3) \ 0 & x_3 & x_2 end{vmatrix}=-8x_1cdotegin{vmatrix} 5 & 0\ x_3&x_2end{vmatrix}=-40x_1 x_2.

From this we see that "F" reverses orientation near those points where "x"1 and "x"2 have the same sign; the function is locally invertible everywhere except near points where "x"1 = 0 or "x"2 = 0. If you start with a tiny object around the point (1,1,1) and apply "F" to that object, you will get an object set with about 40 times the volume of the original one.

Uses

The Jacobian determinant is used when making a change of variables when integrating a function over its domain. To accommodate for the change of coordinates the Jacobian determinant arises as a multiplicative factor within the integral. Normally it is required that the change of coordinates is done in a manner which maintains an injectivity between the coordinates that determine the domain. The Jacobian determinant, as a result, is usually well defined.

ee also

* Pushforward (differential)
* Hessian matrix

References

External links

* [http://www.maths.abdn.ac.uk/~igc/tch/ma2001/notes/node77.html Ian Craw's Undergraduate Teaching Page] An easy to understand explanation of Jacobians
* [http://mathworld.wolfram.com/Jacobian.html Mathworld] A more technical explanation of Jacobians


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Jacobian — [jə kō′bē ən] n. 〚after Karl G. J. Jakobi (1804 51), Ger mathematician〛 Math. a determinant whose elements are the first, partial derivatives of a finite number of functions of the same number of variables, with the elements in each row being the …   Universalium

  • Jacobian — [jə kō′bē ən] n. [after Karl G. J. Jakobi (1804 51), Ger mathematician] Math. a determinant whose elements are the first, partial derivatives of a finite number of functions of the same number of variables, with the elements in each row being the …   English World dictionary

  • Jacobian — Jacobean Ja*co be*an (?; 277), Jacobian Ja*co bi*an, a. [From L. Jacobus James. See 2d {Jack}.] Of or pertaining to James the First, of England, or of his reign or times; especially, pertaining to a style of architecture and decoration popular in …   The Collaborative International Dictionary of English

  • Jacobian — jakobianas statusas T sritis fizika atitikmenys: angl. Jacobian vok. Jakobian, n rus. якобиан, m pranc. jacobien, m …   Fizikos terminų žodynas

  • jacobian — jəˈkōbēən, yə noun also jacobian determinant ( s) Usage: usually capitalized J Etymology: K.G.J. Jacobi died 1851 German mathematician + English an : a determinant in which the elements of the first column are the pa …   Useful english dictionary

  • Jacobian conjecture — In mathematics, the Jacobian conjecture is a celebrated problem on polynomials in several variables. It was first posed in 1939 by Ott Heinrich Keller. It was later named and widely publicised by Shreeram Abhyankar, as an example of a question in …   Wikipedia

  • Jacobian variety — In mathematics, the Jacobian variety of a non singular algebraic curve C of genus g ge; 1 is a particular abelian variety J , of dimension g . The curve C is a subvariety of J , and generates J as a group.Analytically, it can be realized as the… …   Wikipedia

  • Jacobian action — Jakobio veikimas statusas T sritis fizika atitikmenys: angl. Jacobian action vok. Jakobische Wirkung, f rus. действие по Якоби, n pranc. action jacobienne, f …   Fizikos terminų žodynas

  • jacobian determinant — noun see jacobian …   Useful english dictionary

  • Jacobian — noun Etymology: K. G. J. Jacobi died 1851 German mathematician Date: 1881 a determinant which is defined for a finite number of functions of the same number of variables and in which each row consists of the first partial derivatives of the same… …   New Collegiate Dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”