Questions: Change of Variables and the Jacobian Determinant
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
When converting ∬_D f(x,y) dA to polar coordinates, a factor of 'r' appears so that dA = r dr dθ. Where does this factor come from?
AIt is a correction factor for non-Cartesian coordinates that must be memorized for each system
BIt is the Jacobian determinant of the polar transformation, measuring how polar area elements stretch relative to Cartesian ones
CIt ensures the integrand f is evaluated at the correct radial distance
DIt converts arc length to area by accounting for the circular geometry of polar coordinates
The factor r is the absolute value of the Jacobian determinant computed from x = r cos θ, y = r sin θ. The Jacobian matrix has partial derivatives of (x, y) with respect to (r, θ), and its determinant equals r. This is not a special rule for polar coordinates — it is the general change-of-variables formula applied to this specific transformation. The same principle yields ρ² sin φ for spherical coordinates.
Question 2 Multiple Choice
A student applies the substitution x = u², y = v to a double integral and writes ∬ f(u², v) du dv. What critical step was omitted?
AThe student forgot to express f entirely in terms of u and v
BThe student must multiply the integrand by the absolute value of the Jacobian determinant |∂(x,y)/∂(u,v)|
CThe student needs to verify that the transformation maps the region one-to-one before proceeding
DThe limits of integration must always be changed before substituting the new variables
The change-of-variables formula is ∬_D f(x,y) dA = ∬_S f(x(u,v), y(u,v)) |J| du dv. Without the Jacobian factor, the area elements du dv in (u,v)-space are not the same size as the corresponding dA in (x,y)-space. Here, ∂x/∂u = 2u, ∂x/∂v = 0, ∂y/∂u = 0, ∂y/∂v = 1, so J = 2u and |J| = 2u. The correct integral is ∬ f(u², v) · 2u du dv. Omitting 2u gives the wrong answer even though f is correctly transformed.
Question 3 True / False
The Jacobian determinant of a coordinate transformation is typically positive, since it represents an area scaling factor.
TTrue
FFalse
Answer: False
The Jacobian determinant can be negative, which indicates that the transformation reverses orientation (like a reflection). This is why the change-of-variables formula uses |J|, the absolute value — we want the magnitude of area scaling regardless of orientation. A negative Jacobian is not an error; it just means the transformation flips the orientation of the coordinate system.
Question 4 True / False
The integration factors r (cylindrical) and ρ² sin φ (spherical) used in triple integrals can both be derived from the general change-of-variables formula by computing the Jacobian determinant of the respective coordinate transformations.
TTrue
FFalse
Answer: True
This is exactly the point of the general theory. For cylindrical coordinates (x = r cos θ, y = r sin θ, z = z), computing the 3×3 Jacobian determinant gives r. For spherical coordinates (x = ρ sin φ cos θ, y = ρ sin φ sin θ, z = ρ cos φ), the determinant gives ρ² sin φ. These familiar factors are not separate rules to memorize — they are consequences of the same general theorem applied to two common transformations.
Question 5 Short Answer
Why must you multiply by |J| (the absolute value of the Jacobian determinant) when changing variables in a double integral, rather than simply substituting the new variable expressions into f?
Think about your answer, then reveal below.
Model answer: Because the area element dA in the original coordinates does not equal du dv in the new coordinates. The Jacobian measures how much a small rectangle of area du dv in (u,v)-space stretches or compresses when mapped to (x,y)-space. Locally, the transformation looks linear, and a small rectangle gets mapped to a parallelogram whose area is |J| du dv. Without this factor, you correctly transform the integrand values but integrate over incorrectly sized area elements, producing the wrong total.
The core idea is that area is not preserved by coordinate transformations in general. A change of variables changes both what you are integrating (the function values, expressed in new coordinates) and how you measure area (the size of each infinitesimal patch). The Jacobian accounts for the second change. Omitting it is analogous to measuring a room in feet but reporting the area as if you had used meters.