Fiveable

Calculus IV Unit 16 Review

QR code for Calculus IV practice questions

16.1 The Jacobian and its properties

16.1 The Jacobian and its properties

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Jacobian Matrix and Determinant

The Jacobian captures how a multivariable function distorts space locally. When you change variables in a multiple integral, the Jacobian tells you exactly how infinitesimal areas or volumes scale under the transformation. Without it, you can't correctly convert dxdydx\,dy into drdθdr\,d\theta (or any other coordinate system).

This section covers the Jacobian matrix, its determinant, and the key properties that make change-of-variables work. We'll also connect it to coordinate transformations and the inverse function theorem.

Definition and Components of the Jacobian Matrix

For a function f:RnRm\mathbf{f}: \mathbb{R}^n \to \mathbb{R}^m, the Jacobian matrix Jf(x)J_\mathbf{f}(\mathbf{x}) is the m×nm \times n matrix of all first-order partial derivatives. Entry (i,j)(i,j) is fixj\frac{\partial f_i}{\partial x_j}, the partial derivative of the ii-th output component with respect to the jj-th input variable.

For a transformation T(u,v)=(x(u,v),y(u,v))T(u,v) = (x(u,v),\, y(u,v)) in R2\mathbb{R}^2, the Jacobian matrix looks like:

JT=(xuxv$6pt]yuyv)J_T = \begin{pmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \$6pt] \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{pmatrix}

The Jacobian determinant (often just called "the Jacobian") is det(JT)\det(J_T):

xuyvxvyu\frac{\partial x}{\partial u}\frac{\partial y}{\partial v} - \frac{\partial x}{\partial v}\frac{\partial y}{\partial u}

Two critical facts about this determinant:

  • A non-zero determinant at a point means the transformation is locally invertible there.
  • The absolute value of the determinant gives the local scaling factor: how much an infinitesimal area (or volume, in higher dimensions) stretches or shrinks under the transformation.

Concrete example. For polar coordinates, x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta:

J=(cosθrsinθsinθrcosθ)J = \begin{pmatrix} \cos\theta & -r\sin\theta \\ \sin\theta & r\cos\theta \end{pmatrix}

det(J)=rcos2θ+rsin2θ=r\det(J) = r\cos^2\theta + r\sin^2\theta = r

That's where the familiar factor of rr in rdrdθr\,dr\,d\theta comes from.

Properties and Interpretation of the Jacobian

The Jacobian matrix is the best linear approximation of a differentiable function near a given point. Think of it as the multivariable generalization of the derivative. It encodes all the local behavior: stretching, rotation, reflection, and shearing.

  • If the Jacobian matrix exists at a point, the function is differentiable there. Differentiability is stronger than mere continuity; it guarantees the function behaves smoothly enough for linear approximation to work.
  • The rank of the Jacobian matrix determines local injectivity and surjectivity. For a square Jacobian (n=mn = m), full rank is equivalent to a non-zero determinant, which means the function is locally one-to-one.
  • A positive determinant means the transformation preserves orientation (e.g., it doesn't flip a region into its mirror image). A negative determinant means orientation is reversed. For integration, you take the absolute value either way.

Coordinate Transformations

Definition and Components of the Jacobian Matrix, [벡터 미적분학] 벡터함수의 기울기 & 자코비안 (Gradient for Vector-Valued Function & Jacobian)

Concept and Purpose

A coordinate transformation maps points from one coordinate system to another while preserving the underlying geometry. You use them to exploit symmetry or simplify the region of integration.

Common transformations you'll work with:

  • Cartesian to polar: (x,y)(r,θ)(x,y) \to (r,\theta), useful for circular regions
  • Cartesian to cylindrical: (x,y,z)(r,θ,z)(x,y,z) \to (r,\theta,z), useful for problems with axial symmetry
  • Cartesian to spherical: (x,y,z)(ρ,ϕ,θ)(x,y,z) \to (\rho,\phi,\theta), useful for spherical regions
  • Custom substitutions: any transformation T(u,v)=(x,y)T(u,v) = (x,y) designed to simplify a particular integral

The general change-of-variables formula in two dimensions is:

Rf(x,y)dxdy=Sf(x(u,v),y(u,v))det(JT)dudv\iint_R f(x,y)\,dx\,dy = \iint_S f(x(u,v),\, y(u,v))\, \left|\det(J_T)\right|\,du\,dv

where SS is the region in the (u,v)(u,v)-plane that maps onto RR under TT.

Applying the Chain Rule in Coordinate Transformations

The chain rule connects partial derivatives across coordinate systems. If you have a function gg expressed in (x,y)(x,y) and you switch to (u,v)(u,v), then:

gu=gxxu+gyyu\frac{\partial g}{\partial u} = \frac{\partial g}{\partial x}\frac{\partial x}{\partial u} + \frac{\partial g}{\partial y}\frac{\partial y}{\partial u}

In matrix form, this is exactly multiplication by the Jacobian matrix:

(gu$4pt]gv)=JT(gx$4pt]gy)\begin{pmatrix} \frac{\partial g}{\partial u} \$4pt] \frac{\partial g}{\partial v} \end{pmatrix} = J_T^{\,\top} \begin{pmatrix} \frac{\partial g}{\partial x} \$4pt] \frac{\partial g}{\partial y} \end{pmatrix}

The Jacobian matrix is the bridge that ensures derivatives transform correctly between coordinate systems.

Properties of Coordinate Transformations

For a change of variables to work properly in an integral, the transformation should be bijective (one-to-one and onto) on the interior of the region, except possibly on a set of measure zero (like boundary curves).

  • A bijective transformation has a unique inverse: you can map back from (x,y)(x,y) to (u,v)(u,v) without ambiguity.
  • Bijective transformations preserve topological properties like connectedness and compactness, so the shape of your integration region stays well-behaved.
  • Minor failures of bijectivity on the boundary (e.g., polar coordinates mapping θ=0\theta = 0 and θ=2π\theta = 2\pi to the same ray) don't affect the integral because those boundary sets have zero area.
Definition and Components of the Jacobian Matrix, JacobianDeterminant | Wolfram Function Repository

Inverse Function Theorem

Statement and Implications

Inverse Function Theorem. If f:RnRn\mathbf{f}: \mathbb{R}^n \to \mathbb{R}^n is continuously differentiable (C1C^1) and det(Jf(a))0\det(J_\mathbf{f}(\mathbf{a})) \neq 0 at a point a\mathbf{a}, then there exists an open neighborhood UU of a\mathbf{a} such that f\mathbf{f} maps UU bijectively onto an open set V=f(U)V = \mathbf{f}(U), and the inverse f1:VU\mathbf{f}^{-1}: V \to U is also continuously differentiable.

In plain terms: if the Jacobian determinant isn't zero at a point, the function is locally invertible near that point, and the inverse is smooth. This is the theoretical guarantee that your coordinate transformation actually works in a neighborhood of that point.

The theorem gives a sufficient condition, not a necessary one. A function could still be locally invertible even if the Jacobian determinant is zero, but the theorem won't help you prove it.

Connection to Change of Variables

The inverse function theorem is what justifies the change-of-variables formula. When you write Rfdxdy=SfTdet(JT)dudv\iint_R f\,dx\,dy = \iint_S f \circ T\, |\det(J_T)|\,du\,dv, you need TT to be locally invertible so that the mapping between regions is well-defined. The non-vanishing Jacobian determinant guarantees this.

The Jacobian of the Inverse

If f\mathbf{f} is locally invertible, the Jacobian of the inverse function satisfies:

Jf1(f(a))=[Jf(a)]1J_{\mathbf{f}^{-1}}(\mathbf{f}(\mathbf{a})) = \left[J_\mathbf{f}(\mathbf{a})\right]^{-1}

This follows directly from the chain rule applied to f1f=id\mathbf{f}^{-1} \circ \mathbf{f} = \text{id}. A useful consequence for determinants:

det(Jf1)=1det(Jf)\det\left(J_{\mathbf{f}^{-1}}\right) = \frac{1}{\det(J_\mathbf{f})}

So if you know the Jacobian going one direction (say, from (r,θ)(r,\theta) to (x,y)(x,y)), you can immediately find the Jacobian going the other direction by taking the reciprocal of the determinant. For polar coordinates, the Jacobian of the inverse transformation (x,y)(r,θ)(x,y) \to (r,\theta) has determinant 1r\frac{1}{r}.