Jacobians and Change of Variables

College Depth 77 in the knowledge graph I know this Set as goal
Unlocks 2 downstream topics
Jacobian change-of-variables substitution determinant transformation

Core Idea

When changing variables in a double integral using the substitution x = g(u, v), y = h(u, v), the area element transforms as dA = |J| du dv, where J is the Jacobian determinant J = ∂(x,y)/∂(u,v) = det([[∂x/∂u, ∂x/∂v], [∂y/∂u, ∂y/∂v]]). The Jacobian measures how the transformation stretches or compresses areas locally. Polar, cylindrical, and spherical coordinate changes are all special cases: the polar Jacobian is r, the cylindrical Jacobian is r, and the spherical Jacobian is ρ² sinφ.

How It's Best Learned

Show that the polar change of variables (x = r cosθ, y = r sinθ) gives Jacobian r, unifying the earlier polar integral formula with the general theory. The geometric interpretation — Jacobian = local area scaling factor — is the key idea. Practice with transformations that simplify a difficult region into a rectangle.

Common Misconceptions

Explainer

Recall the single-variable substitution rule: if x = g(u), then ∫f(x) dx = ∫f(g(u)) |g'(u)| du. The factor g'(u) is the derivative of the substitution — it corrects for the stretching introduced when you change the variable. If g'(u) = 3, a small interval du in u-space corresponds to a length-3 interval dx in x-space, and the integral must be scaled accordingly. The Jacobian for a two-variable substitution is the direct 2D generalization of this correction factor.

When you substitute x = g(u,v), y = h(u,v), the transformation maps a region S in uv-space to a region R in xy-space. A small rectangle in uv-space — with sides du and dv — maps to a small parallelogram in xy-space. The Jacobian determinant J = ∂(x,y)/∂(u,v) measures the local area scaling: the parallelogram in xy-space has area |J| du dv. This is why ∬_R f(x,y) dA = ∬_S f(g(u,v), h(u,v)) |J| du dv — the |J| factor replaces the lost dA, just as g'(u) replaced dx in one dimension.

The determinant connection comes from your prerequisite on 2×2 determinants. The Jacobian matrix is J = [[∂x/∂u, ∂x/∂v], [∂y/∂u, ∂y/∂v]], whose columns are the partial derivatives of the transformation. The two columns represent the images of the unit vectors in the u and v directions under the linear approximation to the transformation. The determinant of this matrix equals the signed area of the parallelogram spanned by those image vectors — exactly the local area scaling factor you need. Absolute value is used because areas must be positive, regardless of whether the transformation preserves or reverses orientation.

The polar coordinate formula r dr dθ that you already know is a special case. With x = r cosθ, y = r sinθ, the Jacobian matrix is [[cosθ, −r sinθ], [sinθ, r cosθ]], and its determinant is r cos²θ + r sin²θ = r. This unifies a formula you may have memorized (just "add an r for polar") with the general theory — the r factor is exactly the Jacobian. When choosing a substitution, the goal is always to make the new region S in uv-space simpler (often a rectangle) and the new integrand more tractable. A good substitution aligned to the symmetry of the region and integrand can turn an intractable integral into a straightforward one.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIterated Integrals and Fubini's TheoremDouble Integrals in Cartesian CoordinatesDouble Integrals over Rectangular RegionsDouble Integrals in Polar CoordinatesDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsTriple Integrals in Cartesian CoordinatesTriple Integrals in Cylindrical and Spherical CoordinatesJacobians and Change of Variables

Longest path: 78 steps · 332 total prerequisite topics

Prerequisites (6)

Leads To (2)