M408M Learning Module Pages
Main page Chapter 10: Parametric Equations and Polar CoordinatesChapter 12: Vectors and the Geometry of SpaceChapter 13: Vector FunctionsChapter 14: Partial DerivativesChapter 15: Multiple IntegralsLearning module LM 15.1: Multiple integralsLearning module LM 15.2: Multiple integrals over rectangles:Learning module LM 15.3: Double integrals over general regions:Learning module LM 15.4: Double integrals in polar coordinates:Learning module LM 15.5a: Multiple integrals in physics:Learning module LM 15.5b: Integrals in probability and statistics:Learning module LM 15.10: Change of variables:Change of variable in 1 dimensionMappings in 2 dimensions Jacobians Examples Cylindrical and spherical coordinates |
JacobiansThe distortion factor between size in uv-space and size in xy space is called the Jacobian. The following video explains what the Jacobian is, how it accounts for distortion, and how it appears in the change-of-variable formula.
Let's see why the Jacobian is the distortion factor in general for a mapping Φ:(u,v) → (x(u,v),y(u,v)) = x(u,v)i+y(u,v)j,
making good use of all the vector calculus we've developed so far.
Let Q=[a,a+h]×[c,c+k] be a rectangle in the uv-plane
and Φ(Q) its image in the xy-plane as shown in
Then u = Φ(a+h,c)−Φ(a,c),v = Φ(a,c+k)−Φ(a,c).
The area of the parallelogram spanned by
u=u1i+u2j
and v=v1i+v2j is
the determinant |u1v1u2v2|. By the definition of partial derivatives, Φ(a+h,c)−Φ(a,c)h ≈ ∂Φ∂u|(a,c) = ∂x∂u|(a,c)i+∂y∂u|(a,c)j,
Φ(a,c+k)−Φ(a,c)k ≈ ∂Φ∂v|(a,c) = ∂x∂v|(a,c)i+∂y∂v|(a,c)j.
We then compute
area(Φ(Q))≈|u1v1u2v2| ≈ |h∂x∂uk∂x∂vh∂y∂uk∂y∂v| = hk|∂x∂u∂x∂v∂y∂u∂y∂v|.
So why didn't we see an absolute value in the change-of-variables formula in one dimension? This had to do with the way we write the limits of integration.
|