The 2×2 Case
Consider a function , . This is the simplest nontrivial case of a vector-valued function with the same input and output dimension.
The Jacobian is a matrix: . The determinant is called the Jacobian determinant and has a beautiful geometric meaning: it measures the signed area scaling factor of the map near the point.
If , then the map locally doubles areas. If the determinant is 0, the map collapses a 2D region to a lower-dimensional set — and by the inverse function theorem, is not locally invertible there.
Formal View
Change-of-variables formula: .
Interactive Visualization
Linear Transformation Visualizer
Why This Matters
The 2×2 case builds intuition for how Jacobians encode local geometry of maps.
- Computer graphics: 2D transformation matrices (rotation, scaling, shear) are Jacobians of linear maps
- Fluid dynamics: the Jacobian determinant gives local area/volume changes under flow maps
- Economics: equilibrium conditions in 2-good markets use the Jacobian of a 2-variable system
Quiz
If , the map locally:
If , then by the Inverse Function Theorem, is locally invertible near .
Common Mistakes
- Confusing the Jacobian matrix with the Jacobian determinant — they are distinct objects.
- Forgetting the sign of the determinant: negative means orientation-reversing.
- Applying the inverse function theorem when the Jacobian determinant is zero.