The Jacobian can be derived by considering a unit area in the new coordinate space; and examining how that unit area transforms when mapped into xy coordinate space in which the integral is visually understood.[5][6][7] The process involves taking partial derivatives with respect to the new coordinates, then applying the determinant and hence obtaining the Jacobian.
Definition
Suppose f : Rn → Rm is a function such that each of its first-order partial derivatives exists on Rn. This function takes a point x ∈ Rn as input and produces the vector f(x) ∈ Rm as output. Then the Jacobian matrix of f, denoted Jf ∈ Rm×n, is defined such that its (i,j)th entry is , or explicitly
where is the transpose (row vector) of the gradient of the -th component.
The Jacobian matrix, whose entries are functions of x, is denoted in various ways; other common notations include Df, , and .[8][9] Some authors define the Jacobian as the transpose of the form given above.
The Jacobian matrix represents the differential of f at every point where f is differentiable. In detail, if h is a displacement vector represented by a column matrix, the matrix productJ(x) ⋅ h is another displacement vector, that is the best linear approximation of the change of f in a neighborhood of x, if f(x) is differentiable at x.[a] This means that the function that maps y to f(x) + J(x) ⋅ (y – x) is the best linear approximation of f(y) for all points y close to x. The linear maph → J(x) ⋅ h is known as the derivative or the differential of f at x.
When m = n, the Jacobian matrix is square, so its determinant is a well-defined function of x, known as the Jacobian determinant of f. It carries important information about the local behavior of f. In particular, the function f has a differentiable inverse function in a neighborhood of a point x if and only if the Jacobian determinant is nonzero at x (see Jacobian conjecture for a related problem of global invertibility). The Jacobian determinant also appears when changing the variables in multiple integrals (see substitution rule for multiple variables).
When m = 1, that is when f : Rn → R is a scalar-valued function, the Jacobian matrix reduces to the row vector; this row vector of all first-order partial derivatives of f is the transpose of the gradient of f, i.e.
. Specializing further, when m = n = 1, that is when f : R → R is a scalar-valued function of a single variable, the Jacobian matrix has a single entry; this entry is the derivative of the function f.
The Jacobian of a vector-valued function in several variables generalizes the gradient of a scalar-valued function in several variables, which in turn generalizes the derivative of a scalar-valued function of a single variable. In other words, the Jacobian matrix of a scalar-valued function in several variables is (the transpose of) its gradient and the gradient of a scalar-valued function of a single variable is its derivative.
At each point where a function is differentiable, its Jacobian matrix can also be thought of as describing the amount of "stretching", "rotating" or "transforming" that the function imposes locally near that point. For example, if (x′, y′) = f(x, y) is used to smoothly transform an image, the Jacobian matrix Jf(x, y), describes how the image in the neighborhood of (x, y) is transformed.
If a function is differentiable at a point, its differential is given in coordinates by the Jacobian matrix. However, a function does not need to be differentiable for its Jacobian matrix to be defined, since only its first-order partial derivatives are required to exist.
where o(‖x − p‖) is a quantity that approaches zero much faster than the distance between x and p does as x approaches p. This approximation specializes to the approximation of a scalar function of a single variable by its Taylor polynomial of degree one, namely
In this sense, the Jacobian may be regarded as a kind of "first-order derivative" of a vector-valued function of several variables. In particular, this means that the gradient of a scalar-valued function of several variables may too be regarded as its "first-order derivative".
Composable differentiable functions f : Rn → Rm and g : Rm → Rk satisfy the chain rule, namely for x in Rn.
The Jacobian of the gradient of a scalar function of several variables has a special name: the Hessian matrix, which in a sense is the "second derivative" of the function in question.
Jacobian determinant
If m = n, then f is a function from Rn to itself and the Jacobian matrix is a square matrix. We can then form its determinant, known as the Jacobian determinant. The Jacobian determinant is sometimes simply referred to as "the Jacobian".
The Jacobian determinant at a given point gives important information about the behavior of f near that point. For instance, the continuously differentiable functionf is invertible near a point p ∈ Rn 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.
The Jacobian determinant is used when making a change of variables when evaluating a multiple integral of a function over a region within its domain. To accommodate for the change of coordinates the magnitude of the Jacobian determinant arises as a multiplicative factor within the integral. This is because the n-dimensional dV element is in general a parallelepiped in the new coordinate system, and the n-volume of a parallelepiped is the determinant of its edge vectors.
According to the inverse function theorem, the matrix inverse of the Jacobian matrix of an invertible functionf : Rn → Rn is the Jacobian matrix of the inverse function. That is, the Jacobian matrix of the inverse function at a point p isand the Jacobian determinant is
.
If the Jacobian is continuous and nonsingular at the point p in Rn, then f is invertible when restricted to some neighbourhood of p. In other words, if the Jacobian determinant is not zero at a point, then the function is locally invertible near this point.
The (unproved) Jacobian conjecture is related to global invertibility in the case of a polynomial function, that is a function defined by npolynomials in n variables. It asserts that, if the Jacobian determinant is a non-zero constant (or, equivalently, that it does not have any complex zero), then the function is invertible and its inverse is a polynomial function.
If f : Rn → Rm is a differentiable function, a critical point of f is a point where the rank of the Jacobian matrix is not maximal. This means that the rank at the critical point is lower than the rank at some neighbour point. In other words, let k be the maximal dimension of the open balls contained in the image of f; then a point is critical if all minors of rank k of f are zero.
In the case where m = n = k, a point is critical if the Jacobian determinant is zero.
Examples
Example 1
Consider a function f : R2 → R2, with (x, y) ↦ (f1(x, y), f2(x, y)), given by
Then we have
and
and the Jacobian matrix of f is
and the Jacobian determinant is
The Jacobian matrix for this coordinate change is
The determinant is ρ2 sin φ. Since dV = dxdydz is the volume for a rectangular differential volume element (because the volume of a rectangular prism is the product of its sides), we can interpret dV = ρ2 sin φdρdφdθ as the volume of the spherical differential volume element. Unlike rectangular differential volume element's volume, this differential volume element's volume is not a constant, and varies with coordinates (ρ and φ). It can be used to transform integrals between the two coordinate systems:
Example 4
The Jacobian matrix of the function F : R3 → R4 with components
is
This example shows that the Jacobian matrix need not be a square matrix.
Example 5
The Jacobian determinant of the function F : R3 → R3 with components
is
From this we see that F reverses orientation near those points where x1 and x2 have the same sign; the function is locally invertible everywhere except near points where x1 = 0 or x2 = 0. Intuitively, if one starts with a tiny object around the point (1, 2, 3) and apply F to that object, one will get a resulting object with approximately 40 × 1 × 2 = 80 times the volume of the original one, with orientation reversed.
Other uses
Dynamical systems
Consider a dynamical system of the form , where is the (component-wise) derivative of with respect to the evolution parameter (time), and is differentiable. If , then is a stationary point (also called a steady state). By the Hartman–Grobman theorem, the behavior of the system near a stationary point is related to the eigenvalues of , the Jacobian of at the stationary point.[11] Specifically, if the eigenvalues all have real parts that are negative, then the system is stable near the stationary point. If any eigenvalue has a real part that is positive, then the point is unstable. If the largest real part of the eigenvalues is zero, the Jacobian matrix does not allow for an evaluation of the stability.[12]
Newton's method
A square system of coupled nonlinear equations can be solved iteratively by Newton's method. This method uses the Jacobian matrix of the system of equations.
^W., Weisstein, Eric. "Jacobian". mathworld.wolfram.com. Archived from the original on 3 November 2017. Retrieved 2 May 2018.{{cite web}}: CS1 maint: multiple names: authors list (link)
^Larson, Ron; Edwards, Bruce H. (2017). Calculus: early transcendental functions (7th ed.). Boston, MA: Cengage Learning. p. 1033. ISBN978-1-337-55251-6.
^Stewart, James (2021). Calculus (9th ed.). Cengage. pp. 1110–1112. ISBN978-0-357-11351-6.
^Holder, Allen; Eichholz, Joseph (2019). An Introduction to computational science. International Series in Operations Research & Management Science. Cham, Switzerland: Springer. p. 53. ISBN978-3-030-15679-4.
^Joel Hass, Christopher Heil, and Maurice Weir. Thomas' Calculus Early Transcendentals, 14e. Pearson, 2018, p. 959.
^Arrowsmith, D. K.; Place, C. M. (1992). "The Linearization Theorem". Dynamical Systems: Differential Equations, Maps, and Chaotic Behaviour. London: Chapman & Hall. pp. 77–81. ISBN0-412-39080-9.
^Hirsch, Morris; Smale, Stephen (1974). Differential Equations, Dynamical Systems and Linear Algebra. ISBN0-12-349550-4.
قرية كاناجوهاري الإحداثيات 42°54′11″N 74°34′16″W / 42.9031°N 74.5711°W / 42.9031; -74.5711 [1] تقسيم إداري البلد الولايات المتحدة[2] التقسيم الأعلى كاناجوهاري خصائص جغرافية المساحة 3.622772 كيلومتر مربع3.621851 كيلومتر مربع (1 أبريل 2010) ارتفاع 93 متر عدد ا...
American actress (born 1989) For the other comedian with the same birth name, see Punkie Johnson. Jessica WilliamsWilliams in 2016BornJessica Renee Williams (1989-07-31) July 31, 1989 (age 34)Los Angeles, California, U.S.Alma materCalifornia State University, Long BeachOccupation(s)Actress, comedianYears active2006–present Jessica Renee Williams (born July 31, 1989)[1] is an American actress and comedian. She has appeared as a senior correspondent on The Daily Show, a...
Cet article est une ébauche concernant une chronologie ou une date et la France. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Chronologies François Hollande, élu président de la République le 6 mai 2012 face à Nicolas Sarkozy.Données clés 2009 2010 2011 2012 2013 2014 2015Décennies :1980 1990 2000 2010 2020 2030 2040Siècles :XIXe XXe XXIe XXIIe XXIIIeMil...
Election for the Governor of Vermont 1823 Vermont gubernatorial election ← 1822 October 9, 1823 (1823-10-09) 1824 → Nominee Cornelius P. Van Ness Dudley Chase Party Democratic-Republican Democratic-Republican Popular vote 11,479 1,088 Percentage 85.6% 8.1% Governor before election Richard Skinner Democratic-Republican Elected Governor Cornelius P. Van Ness Democratic-Republican Elections in Vermont Federal government Presidential elections 1792...
Peter Løvenkrands Løvenkrands bermain untuk Newcastle UnitedInformasi pribadiNama lengkap Peter Rosenkrands LøvenkrandsTanggal lahir 29 Januari 1980 (umur 44)Tempat lahir Hørsholm, DenmarkTinggi 1,81 m (5 ft 11+1⁄2 in)[1]Posisi bermain PenyerangKarier junior1985–1997 Lillerød IFKarier senior*Tahun Tim Tampil (Gol)1998–2000 Akademisk Boldklub 32 (7)2000–2006 Rangers 129 (37)2006–2009 Schalke 04 44 (6)2008–2009 Schalke 04 II 3 (2)2009 Newcastle ...
Untuk kegunaan lain, lihat Romansa. RomansaAlbum studio karya Cindy BernadetteDirilis2012GenrePop, R&B, JazzLabelPlatinum RecordsKronologi Cindy Bernadette Miracles (2012)Miracles2012 Romansa (2012) Serenata (2015)Serenata2015 Sampul alternatif Romansa adalah album musik kelima Cindy Bernadette. Dirilis para 11 Desember 2012. Ini adalah album audiophile pertama Cindy. Berisi lagu-lagu lama milik Titi DJ, Dewa 19, Rossa, Ruth Sahanaya, Yana Julio, dan Reza yang diaransemen ulang.[1...
Syrian philosopher, sociologist and Arab nationalist (1910–1989) Aflak redirects here. For the village, see Aflak, Yüreğir. For the insurance company, see Aflac. Michel Aflaqميشيل عفلقMichel Aflaq in 1963Secretary General of the National Command of the Iraq-based Ba'ath PartyIn office8 February 1968 – 23 June 1989DeputyShibli al-AysamiPreceded byPosition establishedSucceeded bySaddam HusseinSecretary General of the National Command of the Arab Socialist Ba'ath PartyIn ...
Science museum in West Palm Beach, Florida, US Cox Science Center and AquariumFlorida, USAEstablished1961 (1961)Location4801 Dreher Trail NorthWest Palm Beach, FloridaCoordinates26°40′11″N 80°04′08″W / 26.66978°N 80.06878°W / 26.66978; -80.06878TypeScience[1]PresidentKate ArrizzaWebsitewww.coxsciencecenter.org The Cox Science Center and Aquarium, formerly the South Florida Science Center and Aquarium, is a science museum located in West Palm Be...
Not to be confused with 165 West 57th Street, which also contained a performance hall named Judson Hall. United States historic placeJudson Memorial Church,Campanile and Judson HallU.S. National Register of Historic PlacesNew York State Register of Historic PlacesNew York City Landmark Show map of Lower ManhattanShow map of New YorkShow map of the United StatesLocation55 Washington Square South at Thompson Street, Manhattan, New York, United StatesCoordinates40°43′49″N 73°59′54″W...
Pour les articles homonymes, voir discrimination (homonymie). Campagne Yo tengo sida (« J'ai le sida ») contre la discrimination envers les personnes ayant le sida. Affiche de Roberto Jacoby, Argentine, 1994. Le mot discrimination vient du latin discriminis, qui signifie « séparation ». Action de distinguer, traiter, considérer, sélectionner des entités selon des critères spécifiques ou distinctifs.[style à revoir] La discrimination sociale est un processus li�...
Untuk nama bandara, lihat: Bandar Udara Depati Amir. Untuk nama stadion, lihat: Stadion Depati Amir. Depati Amir (lahir di Mendara, Bangka, 1805 - meninggal di Air Mata, Kota Lama, Kupang, Nusa Tenggara Timur, 28 September 1869) merupakan salah satu pahlawan nasional dari Bangka. Semangat kepahlawanannya menggema hampir di seluruh Pulau Bangka. Depati Amir aktif melawan penjajahan Belanda di Bangka yang saat itu memiliki kepentingan terhadap aktivitas tambang timah. Karena perlawanannya dinil...
يفتقر محتوى هذه المقالة إلى الاستشهاد بمصادر. فضلاً، ساهم في تطوير هذه المقالة من خلال إضافة مصادر موثوق بها. أي معلومات غير موثقة يمكن التشكيك بها وإزالتها. (ديسمبر 2018) 108° خط طول 108 شرق خريطة لجميع الإحداثيات من جوجل خريطة لجميع الإحداثيات من بينغ تصدير جميع الإحداثيات من ك...
Pagar yang runtuh secara tidak sengaja di sebuah stadion Kecelakaan merujuk kepada peristiwa yang terjadi secara tidak sengaja. Sebagai contoh kecelakaan lalu lintas, kecelakaan tertusuk benda tajam dan sebagainya. Perkataan kecelakaan diambil dari kata dasar celaka. Penambahan imbuhan ke... dan ...an menunjukkan nasib buruk yang terjadi atau menimpa. Secara teknis, kecelakaan tidak termasuk dalam kejadian yang disebabkan oleh kesalahan seseorang, contohnya jika dia lengah dan gagal mengambil...
2003 Cantabrian regional election ← 1999 25 May 2003 2007 → All 39 seats in the Parliament of Cantabria20 seats needed for a majorityOpinion pollsRegistered476,924 2.5%Turnout348,377 (73.0%)4.2 pp First party Second party Third party Leader José Joaquín Martínez Sieso Dolores Gorostiaga Miguel Ángel Revilla Party PP PSOE PRC Leader since 1995 16 December 2000 1983 Last election 19 seats, 42.5% 14 seats, 33.1% 6 seats, 13.5% Seats won...
English antiquarian Anthony WoodPortrait of Wood by Michael BurghersBorn(1632-12-17)17 December 1632Oxford, EnglandDied28 November 1695(1695-11-28) (aged 62)Oxford, EnglandResting placeMerton College, OxfordNationalityEnglishOther namesAnthony à WoodEducationNew College School, Oxford; Lord Williams's School, Thame; Merton College, OxfordOccupationAntiquaryEmployerUniversity of OxfordAwardsMA (Oxford, 1655) Anthony Wood (17 December 1632 – 28 November 1695), who styled himself An...