Change of Variables and the Jacobian

College Depth 78 in the knowledge graph I know this Set as goal
jacobian determinant

Core Idea

To change variables in integrals: ∬_R f(x,y) dx dy = ∬_S f(x(u,v), y(u,v)) |det(J)| du dv, where J is the Jacobian matrix. The determinant's absolute value scales area/volume.

Explainer

When you learned single-variable integration, you used substitution: ∫f(g(x)) g'(x) dx = ∫f(u) du where u = g(x). The term g'(x) is a scaling factor — it accounts for how the substitution stretches or compresses the domain. Change of variables in multiple dimensions is the same idea, promoted to n dimensions, where the scaling factor becomes the absolute value of a determinant.

You already know the Jacobian matrix J: its (i,j) entry is ∂xᵢ/∂uⱼ, the partial derivative of the i-th original coordinate with respect to the j-th new coordinate. The determinant of J, written det(J), measures how much the transformation stretches or compresses area (in 2D) or volume (in 3D). If |det(J)| = 3, a tiny rectangle in (u, v)-space corresponds to a region 3 times as large in (x, y)-space. The integral must be corrected by exactly this factor to remain consistent.

The polar coordinate transformation makes this concrete. Set 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. So the change-of-variables formula gives ∬_R f(x,y) dx dy = ∬_S f(r cos θ, r sin θ) · r dr dθ. The factor of r — often seen but rarely explained in introductory courses — is exactly |det(J)|. It appears because a thin wedge in polar coordinates at large r covers more actual area than the same wedge near the origin.

The key principle: when you change variables, you must always multiply by |det(J)|, never just substitute. Forgetting this factor is the most common error, and it produces integrals that are dimensionally wrong — they measure the function's values without accounting for the distortion the coordinate change introduces. You can think of |det(J)| as the "local area magnification factor" of the transformation. Since this magnification can vary across the domain, it must stay inside the integral as a function of the new coordinates (u, v), not pulled out as a constant.

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 VariablesChange of Variables and the Jacobian

Longest path: 79 steps · 334 total prerequisite topics

Prerequisites (2)

Leads To (0)

No topics depend on this one yet.