4.4.21 · D5Multivariable Calculus
Question bank — Change of variables — general Jacobian
True or false — justify
The Jacobian determinant is always positive.
False. It carries a sign that records orientation: a positive value means preserves orientation, negative means it flips the plane (like a mirror). We take in integrals precisely because the raw determinant can be negative.
because a polar cell is literally a rectangle of sides and .
True. The radial edge has length , the arc edge has length (arc = radius × angle), so the little wedge is approximately a rectangle of area — the same the Jacobian produces.
If at a point, the change-of-variables formula still applies there without issue.
False. A zero Jacobian means the linearized map collapses area to zero (the parallelogram flattens to a segment), so is not locally invertible there. The theorem requires a nonzero Jacobian on the region's interior.
Swapping the roles of and (relabelling) changes the value of the integral.
False. Swapping two columns of the Jacobian matrix flips the sign of , but the integral uses , so the absolute value — and the answer — is unchanged.
A linear change of variables always has a constant Jacobian over the whole region.
True. For a linear map the partials are just the entries of the constant matrix , so is the same everywhere and factors straight out of the integral.
For polar coordinates, can be negative when , so we should write .
True in principle. If you allow the Jacobian is and area needs ; standard convention keeps , so and we drop the bars — but only because of that convention.
The change-of-variables formula requires to be positive.
False. can take any sign; it's the area element that must stay non-negative, not the integrand. The Jacobian's absolute value handles area; 's sign is untouched.
and are equal.
False. They are reciprocals: their product is because and are inverse matrices and .
Spot the error
"I set , , computed , and multiplied the integrand by ."
The error is using the wrong-way Jacobian. The integral needs old area per new cell, i.e. , whose magnitude is — the reciprocal of . Multiplying by overcounts by a factor of .
"My map flips orientation, so , and I multiplied the integrand by ."
You forgot the absolute value. Area cannot be negative; you must multiply by . The minus sign only told you the plane was flipped, which is irrelevant to how much area a cell covers.
"I transformed and the Jacobian correctly but kept the original limits of integration."
The region in -space was never found. Once you change variables you must re-express the limits in the new coordinates; keeping the old ones integrates over the wrong region entirely.
"For I got Jacobian ."
A sign slipped in the determinant. Correctly, . The off-diagonal product carries its own minus sign, which cancels.
"The map is fine on because it's smooth."
Smoothness isn't enough — must be injective. Here and both map to the same , so folds the strip onto itself and double-counts area. You must restrict to (or split the region).
"Since the parallelogram edges are and , its area is ."
That formula assumes the edges are perpendicular. In general the area is , which includes the of the angle between the edges — exactly the Jacobian.
Why questions
Why is the mapped cell a parallelogram and not some curved blob?
Because we use the first-order (linear) Taylor approximation of near the corner. Under a microscope any smooth map looks linear, and a linear map sends a rectangle to a parallelogram; the curvature is a higher-order effect that vanishes as the cell shrinks.
Why do we use the determinant specifically, rather than some other combination of the partials?
Because the determinant is defined as the signed area/volume-scaling factor of a linear map — see Determinant as Volume Scaling. It's the unique quantity telling you how much a unit cell's area changes under the Jacobian matrix.
Why does the cross product show up in the 2D derivation even though we're in the plane?
Embedding the two edge vectors in 3D as and , their cross product points purely in with magnitude — which is the parallelogram's area. It's the cleanest way to extract signed area.
Why can we replace with its linearization at each cell without losing accuracy?
Because we're taking a limit of infinitely fine cells. The error of the linear approximation shrinks faster (order ) than the cell area (order ), so in the integral limit only the linear part survives.
Why does the reciprocal shortcut hold?
By the multivariable chain rule, , so . This is exactly the Inverse Function Theorem guaranteeing the inverse exists where the Jacobian is nonzero.
Why do we choose the change of variables in the first place — what problem is it solving?
To make either the region or the integrand simpler. E.g. Polar Coordinates turn a disk into a rectangle, and collapses a two-variable integrand into one variable, trading complexity for a Jacobian factor.
Why is the spherical Jacobian and not just ?
The scales the two "sideways" arc-lengths that grow with radius, while accounts for the shrinking of longitude circles near the poles — see Spherical and Cylindrical Coordinates. At (the pole) and the cell degenerates to a point.
Edge cases
What happens to the polar Jacobian at the origin, ?
It becomes : every angle maps to the single point , so is not injective there and area collapses. The origin is a measure-zero point, so integrals are unaffected — but is genuinely singular exactly there.
If a region has area zero (a curve or a point), what does the formula give?
Zero. A degenerate region contributes no area, so both sides vanish regardless of . This is why singular points of (isolated zero-Jacobian points) don't spoil the integral.
Can the Jacobian be negative everywhere and the formula still work?
Yes. A globally orientation-reversing map (say a reflection) has throughout; you just use and the theorem holds fine. The sign is bookkeeping about orientation, not correctness.
What if is injective on the interior but glues together boundary points (like and )?
That's fine. The theorem needs injectivity on the interior; boundaries are measure-zero and can overlap without changing the integral. This is why the full disk works despite the seam at .
In 3D, what does a zero Jacobian mean geometrically?
The three edge vectors of the mapped cell become coplanar (or collinear), so the parallelepiped flattens to zero volume. The map crushes a 3D neighbourhood into a lower-dimensional set — locally non-invertible.
For the map , where does it fail to be invertible?
At the origin , where . There the reciprocal blows up, signalling the Jacobian singularity.
If two different -cells map to the same -patch (non-injective ), what goes wrong?
You double-count that patch's area, inflating the integral. The formula silently assumes each old cell is covered exactly once; overlaps must be removed by restricting the domain or subtracting.
What is for the identity map , and does that make sense?
: cells don't stretch at all, so . It's the sanity-check baseline — no coordinate change, no scaling.
Connections
- Change of variables — general Jacobian — the parent this bank drills
- Determinant as Volume Scaling — why the determinant is the scaling factor
- Cross Product and Area — the area-of-parallelogram engine
- Inverse Function Theorem — guarantees the reciprocal shortcut
- Polar Coordinates · Spherical and Cylindrical Coordinates — the classic Jacobians