SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
THE CHANGE OF VARIABLE THEOREM
STEVEN J MILLER (SJM1@WILLIAMS.EDU)
1. STATEMENT
Theorem 1.1 (Change of Variables Formula in the Plane). Let 𝑆 be an
elementary region in the 𝑥𝑦-plane (such as a disk or parallelogram for ex-
ample). Let 𝑇 : ℝ2
→ ℝ2
be an invertible and differentiable mapping, and
let 𝑇(𝑆) be the image of 𝑆 under 𝑇. Then
∫ ∫
𝑆
1 ⋅ 𝑑𝑥𝑑𝑦 =
∫ ∫
𝑇(𝑆)
1 ⋅
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
𝑑𝑢𝑑𝑣,
or more generally
∫ ∫
𝑆
𝑓(𝑥, 𝑦) ⋅ 𝑑𝑥𝑑𝑦 =
∫ ∫
𝑇(𝑆)
𝑓
(
𝑇−1
(𝑢, 𝑣)
)
⋅
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
𝑑𝑢𝑑𝑣.
Some notes on the above:
(1) We assume 𝑇 has an inverse function, denoted 𝑇−1
. Thus 𝑇(𝑥, 𝑦) =
(𝑢, 𝑣) and 𝑇−1
(𝑢, 𝑣) = (𝑥, 𝑦).
(2) We assume for each (𝑥, 𝑦) ∈ 𝑆 there is one and only one (𝑢, 𝑣) that
it is mapped to, and conversely each (𝑢, 𝑣) is mapped to one and
only one (𝑥, 𝑦).
(3) The derivative of 𝑇−1
(𝑢, 𝑣) = (𝑥(𝑢, 𝑣), 𝑦(𝑢, 𝑣)) is
(𝐷𝑇−1
)(𝑢, 𝑣) =
( ∂𝑥
∂𝑢
∂𝑥
∂𝑣
∂𝑦
∂𝑢
∂𝑦
∂𝑣
)
,
and the absolute value of the determinant of the derivative is
det
(
𝐷𝑇−1
)(𝑢, 𝑣)
)
=
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
,
which implies the area element transforms as
𝑑𝑥𝑑𝑦 =
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
𝑑𝑢𝑑𝑣.
Date: April 14, 2011.
1
2 STEVEN J MILLER (SJM1@WILLIAMS.EDU)
(4) Note that 𝑓 takes as input 𝑥 and 𝑦, but when we change variables
our new inputs are 𝑢 and 𝑣. The map 𝑇−1
takes 𝑢 and 𝑣 and gives 𝑥
and 𝑦, and thus we need to evaluate 𝑓 at 𝑇−1
(𝑢, 𝑣). Remember that
we are now integrating over 𝑢 and 𝑣, and thus the integrand must be
a function of 𝑢 and 𝑣.
(5) Note that the formula requires an absolute value of the determinant.
The reason is that the determinant can be negative, and we want to
see how a small area element transforms. Area is supposed to be
positively counted. Note in one-variable calculus that
∫ 𝑏
𝑎
𝑓(𝑥)𝑑𝑥 =
−
∫ 𝑎
𝑏
𝑓(𝑥)𝑑𝑥; we need the absolute value to take care of issues such
as this.
(6) While we stated 𝑇 is a differentiable mapping, our assumptions im-
ply 𝑇−1
is differentiable as well.
2. SKETCH OF PROOF
The Change of Variable Theorem (or Formula) is one of the most impor-
tant results of multivariable calculus. The reason is that numerous problems
have a natural coordinate system where, if we look at it from the right per-
spective, the analysis greatly simplifies. It is thus very important to be able
to convert from one coordinate system to another and be able to exploit the
advantages of each.
Our first example was mapping the unit square to a rectangle (see Figure
1). Note the original square, 𝑆, has area 1 and the region it maps to, 𝑇(𝑆),
has area 6. Thus 𝑑𝑥𝑑𝑦 corresponds to 1
6
𝑑𝑢𝑑𝑣. If we compute the derivative
matrix associated to 𝑇−1
, since
𝑥(𝑢, 𝑣) = 𝑢/2 and 𝑦(𝑢, 𝑣) = 𝑣/3,
we find ( ∂𝑥
∂𝑢
∂𝑥
∂𝑣
∂𝑦
∂𝑢
∂𝑦
∂𝑣
)
=
( 1
2
0
0 1
3
)
,
which has a determinant of 1/6. This verifies the formula’s prediction,
namely that the exchange rate from 𝑥𝑦-space to 𝑢𝑣-space is 1/6. In other
words, ∫ ∫
𝑆
1 ⋅ 𝑑𝑥𝑑𝑦 =
∫ ∫
𝑇(𝑆)
1
6
⋅ 𝑑𝑢𝑑𝑣;
clearly we don’t expect
∫ ∫
𝑆
1 ⋅ 𝑑𝑥𝑑𝑦 to equal
∫ ∫
𝑇(𝑆)
⋅𝑑𝑢𝑑𝑣; the absolute
value of the determinant of the derivative matrix gives the exchange rate.
We now sketch the proof. It will involve several of the major concepts
we’ve discussed throughout the semester, from the cross product to deter-
minants and areas to the definition of the derivative being that the tangent
THE CHANGE OF VARIABLE THEOREM 3
FIGURE 1. Mapping the unit square via u = 2x and v = 3y
FIGURE 2. Mapping of the general case: 𝑥(𝑢, 𝑣) and
𝑦(𝑢, 𝑣). Note: to save time I’ve written 𝑢0 +𝑑𝑢 for 𝑢0 +Δ𝑢,
and similarly for the 𝑣’s, above.
plane is a great approximation. Recall we have
𝑇−1
(𝑢, 𝑣) = (𝑥(𝑢, 𝑣), 𝑦(𝑢, 𝑣)).
We want to see what a small rectangle in 𝑢𝑣-space corresponds to in 𝑥𝑦-
space; see Figure 2. We want to see where the four corners of the rectangle
in the 𝑢𝑣-plane are mapped. Recall that if we have a function 𝑓(𝑢, 𝑣), then
𝑓(𝑢, 𝑣) = 𝑓(𝑢0, 𝑣0) + (∇𝑓)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small
4 STEVEN J MILLER (SJM1@WILLIAMS.EDU)
if (𝑢, 𝑣) is close to (𝑢0, 𝑣0). There are many ways to look at this. It is a
Taylor expansion, it is a definition of the derivative, it is taking a directional
derivative.
As 𝑇−1
is differentiable, we can write
𝑥(𝑢, 𝑣) = 𝑥(𝑢0, 𝑣0) + (∇𝑥)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small
𝑦(𝑢, 𝑣) = 𝑦(𝑢0, 𝑣0) + (∇𝑦)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small, ,
so long as (𝑢, 𝑣) is close to (𝑢0, 𝑣0). This is simply the definition of the de-
rivative in several variables, namely the statement that we can approximate
a complicated function locally by a plane. What makes it a little confusing
is that 𝑥 is now our function name, not a coordinate (this is why we con-
sidered the example with a function 𝑓 above). Thus, while the square with
lengths Δ𝑢 and Δ𝑣 in 𝑢𝑣-space doesn’t map to exactly a square, rectangle
or parallelogram in 𝑥𝑦-space, it maps to almost a parallelogram. Let’s see
where the four corners of the rectangle map to; expanding the gradient we
find
𝑥(𝑢, 𝑣) = 𝑥0 +
∂𝑥
∂𝑢
(𝑢 − 𝑢0) +
∂𝑥
∂𝑣
(𝑣 − 𝑣0) + small
𝑦(𝑢, 𝑣) = 𝑦0 +
∂𝑦
∂𝑢
(𝑢 − 𝑢0) +
∂𝑦
∂𝑣
(𝑣 − 𝑣0) + small.
Note that 𝑥(𝑢0, 𝑣0) is what we’re calling 𝑥0 and 𝑦(𝑢0, 𝑣0) is what we’re
calling 𝑦0, the base point of the square. For definiteness we are assuming
the four corner’s orientation is preserved under the mapping (we had to
choose how to draw / discuss things). We have
(𝑥(𝑢0 + Δ𝑢, 𝑣0), 𝑦(𝑢0 + Δ𝑢, 𝑣0)) =
(
𝑥0 +
∂𝑥
∂𝑢
Δ𝑢, 𝑦0 +
∂𝑦
∂𝑢
Δ𝑢
)
(𝑥(𝑢0, 𝑣0 + Δ𝑣), 𝑦(𝑢0, 𝑣0 + Δ𝑣)) =
(
𝑥0 +
∂𝑥
∂𝑣
Δ𝑣, 𝑦0 +
∂𝑦
∂𝑣
Δ𝑣
)
.
The original rectangle in 𝑢𝑣-space had sides given by the vectors (𝑢0 +
Δ𝑢, 𝑣0) − (𝑢0, 𝑣0) and (𝑢0, 𝑣0 + Δ𝑣) − (𝑢0, 𝑣0). Thus the area is equivalent
to that of a rectangle given by the vectors (Δ𝑢, 0) and (0, Δ𝑣), for an area
of Δ𝑢Δ𝑣.
What about the region it is mapped to? It is essentially a parallelogram;
this is the content of the function 𝑇−1
being differentiable. The side (𝑢0 +
Δ𝑢, 𝑣0) − (𝑢0, 𝑣0) which was equivalent to the vector (Δ𝑢, 0) corresponds
to
(𝑥(𝑢0 + Δ𝑢, 𝑣0) − (𝑥0, 𝑦0)),
which is just (
∂𝑥
∂𝑢
Δ𝑢,
∂𝑦
∂𝑢
Δ𝑢
)
;
THE CHANGE OF VARIABLE THEOREM 5
similarly the other side corresponds to
(
∂𝑥
∂𝑣
Δ𝑣,
∂𝑦
∂𝑣
Δ𝑣
)
.
To find the area of a parallelogram with sides −→𝑤 1 and −→𝑤 2 we need only
take the cross product. We must be careful, though. The cross product takes
as input two vectors with three components and outputs a vector with three
components. We can consider our vectors as living in three-dimensional
space by appending a zero as the third component, and then the area of the
parallelogram is the length of the cross product. We must compute
(
∂𝑥
∂𝑢
Δ𝑢,
∂𝑦
∂𝑢
Δ𝑢, 0
)
×
(
∂𝑥
∂𝑣
Δ𝑣,
∂𝑦
∂𝑣
Δ𝑣, 0
)
.
Recall this is given by
−→
𝑖
−→
𝑗
−→
𝑘
∂𝑥
∂𝑢
Δ𝑢 ∂𝑦
∂𝑢
Δ𝑢 0
∂𝑥
∂𝑣
Δ𝑣 ∂𝑦
∂𝑣
Δ𝑣 0
=
(
0, 0,
(
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
)
Δ𝑢Δ𝑣
)
,
and the length is clearly just
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
Δ𝑢Δ𝑣,
or equivalently
𝑑𝑥𝑑𝑦 ∼
∂𝑥
∂𝑢
∂𝑦
∂𝑣
−
∂𝑥
∂𝑣
∂𝑦
∂𝑢
Δ𝑢Δ𝑣.
The outline above highlights the key ideas in the proof. One needs to
perform a careful analysis of the error terms, but the main points are above.
The idea is that locally any differentiable map is linear (and takes rectan-
gles to parallelograms), and then we piece the contributions over the entire
region together. The absolute value of the determinant of the derivative map
gives us the exchange rate between the two different areas.
3. SPECIAL CASES
Theorem 3.1 (Change of Variables Theorem: Polar Coordinates). Let
𝑥 = 𝑟 cos 𝜃, 𝑦 = 𝑟 sin 𝜃
with 𝑟 ≥ 0 and 𝜃 ∈ [0, 2𝜋); note the inverse functions are
𝑟 =
√
𝑥2 + 𝑦2, 𝜃 = arctan(𝑦/𝑥).
6 STEVEN J MILLER (SJM1@WILLIAMS.EDU)
Let 𝐷 be an elementary region in the 𝑥𝑦-plane, and let 𝐷∗
be the corre-
sponding region in the 𝑟𝜃-plane. Then
∫ ∫
𝐷
𝑓(𝑥, 𝑦)𝑑𝑥𝑑𝑦 =
∫ ∫
𝐷∗
𝑓(𝑟 cos 𝜃, 𝑟 sin 𝜃)𝑟𝑑𝑟𝑑𝜃.
For example, if 𝐷 is the region 𝑥2
+ 𝑦2
≤ 1 in the 𝑥𝑦-plane then 𝐷∗
is
the rectangle [0, 1] × [0, 2𝜋] in the 𝑟𝜃-plane.
Theorem 3.2 (Change of Variables Theorem: Cylindrical Coordinates). Let
𝑥 = 𝑟 cos 𝜃, 𝑦 = 𝑟 sin 𝜃, 𝑧 = 𝑧
with 𝑟 ≥ 0, 𝜃 ∈ [0, 2𝜋) and 𝑧 arbitrary; note the inverse functions are
𝑟 =
√
𝑥2 + 𝑦2, 𝜃 = arctan(𝑦/𝑥), 𝑧 = 𝑧.
Let 𝐷 be an elementary region in the 𝑥𝑦𝑧-plane, and let 𝐷∗
be the corre-
sponding region in the 𝑟𝜃𝑧-plane. Then
∫ ∫ ∫
𝐷
𝑓(𝑥, 𝑦, 𝑧)𝑑𝑥𝑑𝑦𝑑𝑧 =
∫ ∫ ∫
𝐷∗
𝑓(𝑟 cos 𝜃, 𝑟 sin 𝜃, 𝑧)𝑟𝑑𝑟𝑑𝜃𝑑𝑧.
Theorem 3.3 (Change of Variables Theorem: Spherical Coordinates). Let
𝑥 = 𝜌 sin 𝜙 cos 𝜃, 𝑦 = 𝜌 sin 𝜙 sin 𝜃, 𝑧 = 𝜌 cos 𝜙
with 𝜌 ≥ 0, 𝜃 ∈ [0, 2𝜋] and 𝜙 ∈ [0, 𝜋). Note that the angle 𝜙 is the angle
made with the 𝑧-axis; many books (such as physics texts) interchange the
role of 𝜙 and 𝜃. Let 𝐷 be an elementary region in the 𝑥𝑦𝑧-plane, and let 𝐷∗
be the corresponding region in the 𝜌𝜃𝜙-plane. Then
∫ ∫ ∫
𝐷
𝑓(𝑥, 𝑦, 𝑧)𝑑𝑥𝑑𝑦𝑑𝑧 =
∫ ∫ ∫
𝐷∗
𝑓(𝜌 sin 𝜙 cos 𝜃, 𝜌 sin 𝜙 sin 𝜃, 𝜌 cos 𝜙)𝜌2
sin(𝜙)𝑑𝜌𝑑𝜃𝑑𝜙.
Note that the most common mistake is to have incorrect bounds of inte-
gration.

Más contenido relacionado

La actualidad más candente

121593320 teorema-stokes
121593320 teorema-stokes121593320 teorema-stokes
121593320 teorema-stokessaidattamimi1
 
Fixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyFixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyAlexander Decker
 
Method of least square
Method of least squareMethod of least square
Method of least squareSomya Bagai
 
Lecture 1.6 further graphs and transformations of quadratic equations
Lecture 1.6 further graphs and transformations of quadratic equationsLecture 1.6 further graphs and transformations of quadratic equations
Lecture 1.6 further graphs and transformations of quadratic equationsnarayana dash
 
Reflection, Scaling, Shear, Translation, and Rotation
Reflection, Scaling, Shear, Translation, and RotationReflection, Scaling, Shear, Translation, and Rotation
Reflection, Scaling, Shear, Translation, and RotationSaumya Tiwari
 
Contour integration and Mittag Leffler theorem
Contour integration and Mittag Leffler theoremContour integration and Mittag Leffler theorem
Contour integration and Mittag Leffler theoremAmenahGondal1
 
GATE Engineering Maths : Vector Calculus
GATE Engineering Maths : Vector CalculusGATE Engineering Maths : Vector Calculus
GATE Engineering Maths : Vector CalculusParthDave57
 
Maxwell's formulation - differential forms on euclidean space
Maxwell's formulation  - differential forms on euclidean spaceMaxwell's formulation  - differential forms on euclidean space
Maxwell's formulation - differential forms on euclidean spacegreentask
 
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"Rene Kotze
 
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...inventionjournals
 
Gamma sag semi ti spaces in topological spaces
 Gamma sag semi ti spaces in topological spaces Gamma sag semi ti spaces in topological spaces
Gamma sag semi ti spaces in topological spacesAlexander Decker
 

La actualidad más candente (20)

Least Squares
Least SquaresLeast Squares
Least Squares
 
121593320 teorema-stokes
121593320 teorema-stokes121593320 teorema-stokes
121593320 teorema-stokes
 
Fixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyFixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a property
 
Method of least square
Method of least squareMethod of least square
Method of least square
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
Lecture 1.6 further graphs and transformations of quadratic equations
Lecture 1.6 further graphs and transformations of quadratic equationsLecture 1.6 further graphs and transformations of quadratic equations
Lecture 1.6 further graphs and transformations of quadratic equations
 
Reflection, Scaling, Shear, Translation, and Rotation
Reflection, Scaling, Shear, Translation, and RotationReflection, Scaling, Shear, Translation, and Rotation
Reflection, Scaling, Shear, Translation, and Rotation
 
Basic calculus (i)
Basic calculus (i)Basic calculus (i)
Basic calculus (i)
 
Calculus I basic concepts
Calculus I basic conceptsCalculus I basic concepts
Calculus I basic concepts
 
Variograms
VariogramsVariograms
Variograms
 
Contour integration and Mittag Leffler theorem
Contour integration and Mittag Leffler theoremContour integration and Mittag Leffler theorem
Contour integration and Mittag Leffler theorem
 
GATE Engineering Maths : Vector Calculus
GATE Engineering Maths : Vector CalculusGATE Engineering Maths : Vector Calculus
GATE Engineering Maths : Vector Calculus
 
Maxwell's formulation - differential forms on euclidean space
Maxwell's formulation  - differential forms on euclidean spaceMaxwell's formulation  - differential forms on euclidean space
Maxwell's formulation - differential forms on euclidean space
 
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"
Prof. Vishnu Jejjala (Witwatersrand) TITLE: "The Geometry of Generations"
 
Kriging
KrigingKriging
Kriging
 
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...
Some Properties of M-projective Curvature Tensor on Generalized Sasakian-Spac...
 
Chapter 16 1
Chapter 16 1Chapter 16 1
Chapter 16 1
 
Centroid
CentroidCentroid
Centroid
 
Calculus Ppt
Calculus PptCalculus Ppt
Calculus Ppt
 
Gamma sag semi ti spaces in topological spaces
 Gamma sag semi ti spaces in topological spaces Gamma sag semi ti spaces in topological spaces
Gamma sag semi ti spaces in topological spaces
 

Destacado

Mera medicare customerreten nidhi
Mera medicare customerreten nidhiMera medicare customerreten nidhi
Mera medicare customerreten nidhiNidhi Aggarwala
 
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...francoarpa
 
Spelling lesson1
Spelling lesson1Spelling lesson1
Spelling lesson1Ed Navlag
 
Predicting asthma related emergency department visits using big data
Predicting asthma related emergency department  visits using big dataPredicting asthma related emergency department  visits using big data
Predicting asthma related emergency department visits using big dataredpel dot com
 
BP_case_brochure16_sider_press
BP_case_brochure16_sider_pressBP_case_brochure16_sider_press
BP_case_brochure16_sider_pressAllan Rønsholt
 
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH Stepan Zemtsov
 
C&a back to school 2015 catalogue
C&a back to school 2015 catalogueC&a back to school 2015 catalogue
C&a back to school 2015 catalogueanamariatatucu
 
PIMS Tips: When the tenant ignores the landlord
PIMS Tips: When the tenant ignores the landlordPIMS Tips: When the tenant ignores the landlord
PIMS Tips: When the tenant ignores the landlordPIMS.co.uk
 

Destacado (15)

Mera medicare customerreten nidhi
Mera medicare customerreten nidhiMera medicare customerreten nidhi
Mera medicare customerreten nidhi
 
6keycompentencies 110819062953-phpapp01
6keycompentencies 110819062953-phpapp016keycompentencies 110819062953-phpapp01
6keycompentencies 110819062953-phpapp01
 
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...
Risposta sindaco di Oria a interpellanza consiglieri minoranza circa lavori P...
 
Resume v5
Resume v5Resume v5
Resume v5
 
Spelling lesson1
Spelling lesson1Spelling lesson1
Spelling lesson1
 
Predicting asthma related emergency department visits using big data
Predicting asthma related emergency department  visits using big dataPredicting asthma related emergency department  visits using big data
Predicting asthma related emergency department visits using big data
 
Safety Day 2015
Safety Day 2015Safety Day 2015
Safety Day 2015
 
BP_case_brochure16_sider_press
BP_case_brochure16_sider_pressBP_case_brochure16_sider_press
BP_case_brochure16_sider_press
 
FP - Risk_Management
FP - Risk_ManagementFP - Risk_Management
FP - Risk_Management
 
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH
KNOWLEDGE ECONOMY FORMATION IN RUSSIAN REGIONS IN 2000TH
 
C&a back to school 2015 catalogue
C&a back to school 2015 catalogueC&a back to school 2015 catalogue
C&a back to school 2015 catalogue
 
Brand Story
Brand StoryBrand Story
Brand Story
 
PIMS Tips: When the tenant ignores the landlord
PIMS Tips: When the tenant ignores the landlordPIMS Tips: When the tenant ignores the landlord
PIMS Tips: When the tenant ignores the landlord
 
Deepshhika_cv
Deepshhika_cvDeepshhika_cv
Deepshhika_cv
 
Vol 8 Aug 15
Vol 8 Aug 15Vol 8 Aug 15
Vol 8 Aug 15
 

Similar a Change variablethm

Triple_Integrals.pdf
Triple_Integrals.pdfTriple_Integrals.pdf
Triple_Integrals.pdfSalimSaleh9
 
Application of Integration
Application of IntegrationApplication of Integration
Application of IntegrationRaymundo Raymund
 
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceSome Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceIOSR Journals
 
Differential Geometry for Machine Learning
Differential Geometry for Machine LearningDifferential Geometry for Machine Learning
Differential Geometry for Machine LearningSEMINARGROOT
 
Dealinggreensfncsolft sqrd
Dealinggreensfncsolft  sqrdDealinggreensfncsolft  sqrd
Dealinggreensfncsolft sqrdfoxtrot jp R
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mappinginventionjournals
 
Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Rai University
 
Complex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxComplex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxjyotidighole2
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsnarayana dash
 
Matrix Transformations on Some Difference Sequence Spaces
Matrix Transformations on Some Difference Sequence SpacesMatrix Transformations on Some Difference Sequence Spaces
Matrix Transformations on Some Difference Sequence SpacesIOSR Journals
 
A Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionA Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionIJMERJOURNAL
 
Ii unidad plano cartesiano jeancarlos freitez
Ii unidad plano cartesiano jeancarlos freitezIi unidad plano cartesiano jeancarlos freitez
Ii unidad plano cartesiano jeancarlos freitezJeancarlosFreitez
 
One particle to_onepartlce_scattering_sqrd
One particle to_onepartlce_scattering_sqrdOne particle to_onepartlce_scattering_sqrd
One particle to_onepartlce_scattering_sqrdfoxtrot jp R
 
One particle to_onepartlce_scattering_12082020_fordisplay
One particle to_onepartlce_scattering_12082020_fordisplayOne particle to_onepartlce_scattering_12082020_fordisplay
One particle to_onepartlce_scattering_12082020_fordisplayfoxtrot jp R
 
One particle to_onepartlce_scattering_5302020_pdfcpy
One particle to_onepartlce_scattering_5302020_pdfcpyOne particle to_onepartlce_scattering_5302020_pdfcpy
One particle to_onepartlce_scattering_5302020_pdfcpyfoxtrot jp R
 

Similar a Change variablethm (20)

Triple Integral
Triple IntegralTriple Integral
Triple Integral
 
Triple_Integrals.pdf
Triple_Integrals.pdfTriple_Integrals.pdf
Triple_Integrals.pdf
 
Application of Integration
Application of IntegrationApplication of Integration
Application of Integration
 
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric SpaceSome Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
Some Common Fixed Point Results for Expansive Mappings in a Cone Metric Space
 
Differential Geometry for Machine Learning
Differential Geometry for Machine LearningDifferential Geometry for Machine Learning
Differential Geometry for Machine Learning
 
Dealinggreensfncsolft sqrd
Dealinggreensfncsolft  sqrdDealinggreensfncsolft  sqrd
Dealinggreensfncsolft sqrd
 
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix MappingDual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
Dual Spaces of Generalized Cesaro Sequence Space and Related Matrix Mapping
 
Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4Btech_II_ engineering mathematics_unit4
Btech_II_ engineering mathematics_unit4
 
Complex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptxComplex differentiation contains analytic function.pptx
Complex differentiation contains analytic function.pptx
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
Matrix Transformations on Some Difference Sequence Spaces
Matrix Transformations on Some Difference Sequence SpacesMatrix Transformations on Some Difference Sequence Spaces
Matrix Transformations on Some Difference Sequence Spaces
 
Basic calculus (ii) recap
Basic calculus (ii) recapBasic calculus (ii) recap
Basic calculus (ii) recap
 
lec6.ppt
lec6.pptlec6.ppt
lec6.ppt
 
The derivatives module03
The derivatives module03The derivatives module03
The derivatives module03
 
A Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary ConditionA Non Local Boundary Value Problem with Integral Boundary Condition
A Non Local Boundary Value Problem with Integral Boundary Condition
 
I0744347
I0744347I0744347
I0744347
 
Ii unidad plano cartesiano jeancarlos freitez
Ii unidad plano cartesiano jeancarlos freitezIi unidad plano cartesiano jeancarlos freitez
Ii unidad plano cartesiano jeancarlos freitez
 
One particle to_onepartlce_scattering_sqrd
One particle to_onepartlce_scattering_sqrdOne particle to_onepartlce_scattering_sqrd
One particle to_onepartlce_scattering_sqrd
 
One particle to_onepartlce_scattering_12082020_fordisplay
One particle to_onepartlce_scattering_12082020_fordisplayOne particle to_onepartlce_scattering_12082020_fordisplay
One particle to_onepartlce_scattering_12082020_fordisplay
 
One particle to_onepartlce_scattering_5302020_pdfcpy
One particle to_onepartlce_scattering_5302020_pdfcpyOne particle to_onepartlce_scattering_5302020_pdfcpy
One particle to_onepartlce_scattering_5302020_pdfcpy
 

Último

Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...sonalitrivedi431
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...shivangimorya083
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkSujalTamhane
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Pooja Nehwal
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳anilsa9823
 
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)Delhi Call girls
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceSanjay Bokadia
 
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...rightmanforbloodline
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boodykojalkojal131
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectPriyanshuRawat56
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)Soham Mondal
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineBruce Bennett
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdfssuserded2d4
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Lauren Prophet-Bryant
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)sonalinghatmal
 

Último (20)

Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
 
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...Vip  Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
Vip Modals Call Girls (Delhi) Rohini 9711199171✔️ Full night Service for one...
 
Internship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmkInternship Report].pdf iiwmoosmsosmshkssmk
Internship Report].pdf iiwmoosmsosmshkssmk
 
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
Dombivli Call Girls, 9892124323, Kharghar Call Girls, chembur Call Girls, Vas...
 
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service  🧳
CALL ON ➥8923113531 🔝Call Girls Husainganj Lucknow best Female service 🧳
 
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Salarpur Sector 81 ( Noida)
 
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hoodi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
Sensual Moments: +91 9999965857 Independent Call Girls Paharganj Delhi {{ Mon...
 
CFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector ExperienceCFO_SB_Career History_Multi Sector Experience
CFO_SB_Career History_Multi Sector Experience
 
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
TEST BANK For An Introduction to Brain and Behavior, 7th Edition by Bryan Kol...
 
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big BoodyDubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
Dubai Call Girls Demons O525547819 Call Girls IN DUbai Natural Big Boody
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Zeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effectZeeman Effect normal and Anomalous zeeman effect
Zeeman Effect normal and Anomalous zeeman effect
 
Résumé (2 pager - 12 ft standard syntax)
Résumé (2 pager -  12 ft standard syntax)Résumé (2 pager -  12 ft standard syntax)
Résumé (2 pager - 12 ft standard syntax)
 
Resumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying OnlineResumes, Cover Letters, and Applying Online
Resumes, Cover Letters, and Applying Online
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
 
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Road Call Me 7737669865 Budget Friendly No Advance Booking
 
Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''Get To Know About "Lauren Prophet-Bryant''
Get To Know About "Lauren Prophet-Bryant''
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
 

Change variablethm

  • 1. THE CHANGE OF VARIABLE THEOREM STEVEN J MILLER (SJM1@WILLIAMS.EDU) 1. STATEMENT Theorem 1.1 (Change of Variables Formula in the Plane). Let 𝑆 be an elementary region in the 𝑥𝑦-plane (such as a disk or parallelogram for ex- ample). Let 𝑇 : ℝ2 → ℝ2 be an invertible and differentiable mapping, and let 𝑇(𝑆) be the image of 𝑆 under 𝑇. Then ∫ ∫ 𝑆 1 ⋅ 𝑑𝑥𝑑𝑦 = ∫ ∫ 𝑇(𝑆) 1 ⋅ ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 𝑑𝑢𝑑𝑣, or more generally ∫ ∫ 𝑆 𝑓(𝑥, 𝑦) ⋅ 𝑑𝑥𝑑𝑦 = ∫ ∫ 𝑇(𝑆) 𝑓 ( 𝑇−1 (𝑢, 𝑣) ) ⋅ ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 𝑑𝑢𝑑𝑣. Some notes on the above: (1) We assume 𝑇 has an inverse function, denoted 𝑇−1 . Thus 𝑇(𝑥, 𝑦) = (𝑢, 𝑣) and 𝑇−1 (𝑢, 𝑣) = (𝑥, 𝑦). (2) We assume for each (𝑥, 𝑦) ∈ 𝑆 there is one and only one (𝑢, 𝑣) that it is mapped to, and conversely each (𝑢, 𝑣) is mapped to one and only one (𝑥, 𝑦). (3) The derivative of 𝑇−1 (𝑢, 𝑣) = (𝑥(𝑢, 𝑣), 𝑦(𝑢, 𝑣)) is (𝐷𝑇−1 )(𝑢, 𝑣) = ( ∂𝑥 ∂𝑢 ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 ∂𝑦 ∂𝑣 ) , and the absolute value of the determinant of the derivative is det ( 𝐷𝑇−1 )(𝑢, 𝑣) ) = ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 , which implies the area element transforms as 𝑑𝑥𝑑𝑦 = ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 𝑑𝑢𝑑𝑣. Date: April 14, 2011. 1
  • 2. 2 STEVEN J MILLER (SJM1@WILLIAMS.EDU) (4) Note that 𝑓 takes as input 𝑥 and 𝑦, but when we change variables our new inputs are 𝑢 and 𝑣. The map 𝑇−1 takes 𝑢 and 𝑣 and gives 𝑥 and 𝑦, and thus we need to evaluate 𝑓 at 𝑇−1 (𝑢, 𝑣). Remember that we are now integrating over 𝑢 and 𝑣, and thus the integrand must be a function of 𝑢 and 𝑣. (5) Note that the formula requires an absolute value of the determinant. The reason is that the determinant can be negative, and we want to see how a small area element transforms. Area is supposed to be positively counted. Note in one-variable calculus that ∫ 𝑏 𝑎 𝑓(𝑥)𝑑𝑥 = − ∫ 𝑎 𝑏 𝑓(𝑥)𝑑𝑥; we need the absolute value to take care of issues such as this. (6) While we stated 𝑇 is a differentiable mapping, our assumptions im- ply 𝑇−1 is differentiable as well. 2. SKETCH OF PROOF The Change of Variable Theorem (or Formula) is one of the most impor- tant results of multivariable calculus. The reason is that numerous problems have a natural coordinate system where, if we look at it from the right per- spective, the analysis greatly simplifies. It is thus very important to be able to convert from one coordinate system to another and be able to exploit the advantages of each. Our first example was mapping the unit square to a rectangle (see Figure 1). Note the original square, 𝑆, has area 1 and the region it maps to, 𝑇(𝑆), has area 6. Thus 𝑑𝑥𝑑𝑦 corresponds to 1 6 𝑑𝑢𝑑𝑣. If we compute the derivative matrix associated to 𝑇−1 , since 𝑥(𝑢, 𝑣) = 𝑢/2 and 𝑦(𝑢, 𝑣) = 𝑣/3, we find ( ∂𝑥 ∂𝑢 ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 ∂𝑦 ∂𝑣 ) = ( 1 2 0 0 1 3 ) , which has a determinant of 1/6. This verifies the formula’s prediction, namely that the exchange rate from 𝑥𝑦-space to 𝑢𝑣-space is 1/6. In other words, ∫ ∫ 𝑆 1 ⋅ 𝑑𝑥𝑑𝑦 = ∫ ∫ 𝑇(𝑆) 1 6 ⋅ 𝑑𝑢𝑑𝑣; clearly we don’t expect ∫ ∫ 𝑆 1 ⋅ 𝑑𝑥𝑑𝑦 to equal ∫ ∫ 𝑇(𝑆) ⋅𝑑𝑢𝑑𝑣; the absolute value of the determinant of the derivative matrix gives the exchange rate. We now sketch the proof. It will involve several of the major concepts we’ve discussed throughout the semester, from the cross product to deter- minants and areas to the definition of the derivative being that the tangent
  • 3. THE CHANGE OF VARIABLE THEOREM 3 FIGURE 1. Mapping the unit square via u = 2x and v = 3y FIGURE 2. Mapping of the general case: 𝑥(𝑢, 𝑣) and 𝑦(𝑢, 𝑣). Note: to save time I’ve written 𝑢0 +𝑑𝑢 for 𝑢0 +Δ𝑢, and similarly for the 𝑣’s, above. plane is a great approximation. Recall we have 𝑇−1 (𝑢, 𝑣) = (𝑥(𝑢, 𝑣), 𝑦(𝑢, 𝑣)). We want to see what a small rectangle in 𝑢𝑣-space corresponds to in 𝑥𝑦- space; see Figure 2. We want to see where the four corners of the rectangle in the 𝑢𝑣-plane are mapped. Recall that if we have a function 𝑓(𝑢, 𝑣), then 𝑓(𝑢, 𝑣) = 𝑓(𝑢0, 𝑣0) + (∇𝑓)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small
  • 4. 4 STEVEN J MILLER (SJM1@WILLIAMS.EDU) if (𝑢, 𝑣) is close to (𝑢0, 𝑣0). There are many ways to look at this. It is a Taylor expansion, it is a definition of the derivative, it is taking a directional derivative. As 𝑇−1 is differentiable, we can write 𝑥(𝑢, 𝑣) = 𝑥(𝑢0, 𝑣0) + (∇𝑥)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small 𝑦(𝑢, 𝑣) = 𝑦(𝑢0, 𝑣0) + (∇𝑦)(𝑢0, 𝑣0) ⋅ (𝑢 − 𝑢0, 𝑣 − 𝑣0) + small, , so long as (𝑢, 𝑣) is close to (𝑢0, 𝑣0). This is simply the definition of the de- rivative in several variables, namely the statement that we can approximate a complicated function locally by a plane. What makes it a little confusing is that 𝑥 is now our function name, not a coordinate (this is why we con- sidered the example with a function 𝑓 above). Thus, while the square with lengths Δ𝑢 and Δ𝑣 in 𝑢𝑣-space doesn’t map to exactly a square, rectangle or parallelogram in 𝑥𝑦-space, it maps to almost a parallelogram. Let’s see where the four corners of the rectangle map to; expanding the gradient we find 𝑥(𝑢, 𝑣) = 𝑥0 + ∂𝑥 ∂𝑢 (𝑢 − 𝑢0) + ∂𝑥 ∂𝑣 (𝑣 − 𝑣0) + small 𝑦(𝑢, 𝑣) = 𝑦0 + ∂𝑦 ∂𝑢 (𝑢 − 𝑢0) + ∂𝑦 ∂𝑣 (𝑣 − 𝑣0) + small. Note that 𝑥(𝑢0, 𝑣0) is what we’re calling 𝑥0 and 𝑦(𝑢0, 𝑣0) is what we’re calling 𝑦0, the base point of the square. For definiteness we are assuming the four corner’s orientation is preserved under the mapping (we had to choose how to draw / discuss things). We have (𝑥(𝑢0 + Δ𝑢, 𝑣0), 𝑦(𝑢0 + Δ𝑢, 𝑣0)) = ( 𝑥0 + ∂𝑥 ∂𝑢 Δ𝑢, 𝑦0 + ∂𝑦 ∂𝑢 Δ𝑢 ) (𝑥(𝑢0, 𝑣0 + Δ𝑣), 𝑦(𝑢0, 𝑣0 + Δ𝑣)) = ( 𝑥0 + ∂𝑥 ∂𝑣 Δ𝑣, 𝑦0 + ∂𝑦 ∂𝑣 Δ𝑣 ) . The original rectangle in 𝑢𝑣-space had sides given by the vectors (𝑢0 + Δ𝑢, 𝑣0) − (𝑢0, 𝑣0) and (𝑢0, 𝑣0 + Δ𝑣) − (𝑢0, 𝑣0). Thus the area is equivalent to that of a rectangle given by the vectors (Δ𝑢, 0) and (0, Δ𝑣), for an area of Δ𝑢Δ𝑣. What about the region it is mapped to? It is essentially a parallelogram; this is the content of the function 𝑇−1 being differentiable. The side (𝑢0 + Δ𝑢, 𝑣0) − (𝑢0, 𝑣0) which was equivalent to the vector (Δ𝑢, 0) corresponds to (𝑥(𝑢0 + Δ𝑢, 𝑣0) − (𝑥0, 𝑦0)), which is just ( ∂𝑥 ∂𝑢 Δ𝑢, ∂𝑦 ∂𝑢 Δ𝑢 ) ;
  • 5. THE CHANGE OF VARIABLE THEOREM 5 similarly the other side corresponds to ( ∂𝑥 ∂𝑣 Δ𝑣, ∂𝑦 ∂𝑣 Δ𝑣 ) . To find the area of a parallelogram with sides −→𝑤 1 and −→𝑤 2 we need only take the cross product. We must be careful, though. The cross product takes as input two vectors with three components and outputs a vector with three components. We can consider our vectors as living in three-dimensional space by appending a zero as the third component, and then the area of the parallelogram is the length of the cross product. We must compute ( ∂𝑥 ∂𝑢 Δ𝑢, ∂𝑦 ∂𝑢 Δ𝑢, 0 ) × ( ∂𝑥 ∂𝑣 Δ𝑣, ∂𝑦 ∂𝑣 Δ𝑣, 0 ) . Recall this is given by −→ 𝑖 −→ 𝑗 −→ 𝑘 ∂𝑥 ∂𝑢 Δ𝑢 ∂𝑦 ∂𝑢 Δ𝑢 0 ∂𝑥 ∂𝑣 Δ𝑣 ∂𝑦 ∂𝑣 Δ𝑣 0 = ( 0, 0, ( ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 ) Δ𝑢Δ𝑣 ) , and the length is clearly just ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 Δ𝑢Δ𝑣, or equivalently 𝑑𝑥𝑑𝑦 ∼ ∂𝑥 ∂𝑢 ∂𝑦 ∂𝑣 − ∂𝑥 ∂𝑣 ∂𝑦 ∂𝑢 Δ𝑢Δ𝑣. The outline above highlights the key ideas in the proof. One needs to perform a careful analysis of the error terms, but the main points are above. The idea is that locally any differentiable map is linear (and takes rectan- gles to parallelograms), and then we piece the contributions over the entire region together. The absolute value of the determinant of the derivative map gives us the exchange rate between the two different areas. 3. SPECIAL CASES Theorem 3.1 (Change of Variables Theorem: Polar Coordinates). Let 𝑥 = 𝑟 cos 𝜃, 𝑦 = 𝑟 sin 𝜃 with 𝑟 ≥ 0 and 𝜃 ∈ [0, 2𝜋); note the inverse functions are 𝑟 = √ 𝑥2 + 𝑦2, 𝜃 = arctan(𝑦/𝑥).
  • 6. 6 STEVEN J MILLER (SJM1@WILLIAMS.EDU) Let 𝐷 be an elementary region in the 𝑥𝑦-plane, and let 𝐷∗ be the corre- sponding region in the 𝑟𝜃-plane. Then ∫ ∫ 𝐷 𝑓(𝑥, 𝑦)𝑑𝑥𝑑𝑦 = ∫ ∫ 𝐷∗ 𝑓(𝑟 cos 𝜃, 𝑟 sin 𝜃)𝑟𝑑𝑟𝑑𝜃. For example, if 𝐷 is the region 𝑥2 + 𝑦2 ≤ 1 in the 𝑥𝑦-plane then 𝐷∗ is the rectangle [0, 1] × [0, 2𝜋] in the 𝑟𝜃-plane. Theorem 3.2 (Change of Variables Theorem: Cylindrical Coordinates). Let 𝑥 = 𝑟 cos 𝜃, 𝑦 = 𝑟 sin 𝜃, 𝑧 = 𝑧 with 𝑟 ≥ 0, 𝜃 ∈ [0, 2𝜋) and 𝑧 arbitrary; note the inverse functions are 𝑟 = √ 𝑥2 + 𝑦2, 𝜃 = arctan(𝑦/𝑥), 𝑧 = 𝑧. Let 𝐷 be an elementary region in the 𝑥𝑦𝑧-plane, and let 𝐷∗ be the corre- sponding region in the 𝑟𝜃𝑧-plane. Then ∫ ∫ ∫ 𝐷 𝑓(𝑥, 𝑦, 𝑧)𝑑𝑥𝑑𝑦𝑑𝑧 = ∫ ∫ ∫ 𝐷∗ 𝑓(𝑟 cos 𝜃, 𝑟 sin 𝜃, 𝑧)𝑟𝑑𝑟𝑑𝜃𝑑𝑧. Theorem 3.3 (Change of Variables Theorem: Spherical Coordinates). Let 𝑥 = 𝜌 sin 𝜙 cos 𝜃, 𝑦 = 𝜌 sin 𝜙 sin 𝜃, 𝑧 = 𝜌 cos 𝜙 with 𝜌 ≥ 0, 𝜃 ∈ [0, 2𝜋] and 𝜙 ∈ [0, 𝜋). Note that the angle 𝜙 is the angle made with the 𝑧-axis; many books (such as physics texts) interchange the role of 𝜙 and 𝜃. Let 𝐷 be an elementary region in the 𝑥𝑦𝑧-plane, and let 𝐷∗ be the corresponding region in the 𝜌𝜃𝜙-plane. Then ∫ ∫ ∫ 𝐷 𝑓(𝑥, 𝑦, 𝑧)𝑑𝑥𝑑𝑦𝑑𝑧 = ∫ ∫ ∫ 𝐷∗ 𝑓(𝜌 sin 𝜙 cos 𝜃, 𝜌 sin 𝜙 sin 𝜃, 𝜌 cos 𝜙)𝜌2 sin(𝜙)𝑑𝜌𝑑𝜃𝑑𝜙. Note that the most common mistake is to have incorrect bounds of inte- gration.