Given the difficulty of evaluating multiple integrals, the reader may be wondering if it is possible to simplify those integrals using a suitable substitution for the variables. The answer is yes, though it is a bit more complicated than the substitution method which you learned in single-variable calculus.
Recall that if you are given, for example, the definite integral
then you would make the substitution
so that we get
Let us take a different look at what happened when we did that substitution, which will give some motivation for how substitution works in multiple integrals. First, we let \(u = x^2 - 1\). On the interval of integration \(\lbrack 1,2 \rbrack\), the function \(x \mapsto x^2 - 1\) is strictly increasing (and maps \(\lbrack 1,2 \rbrack\) onto \(\lbrack 0,3 \rbrack\)) and hence has an inverse function (defined on the interval \(\lbrack 0,3 \rbrack\)). That is, on \(\lbrack 0,3 \rbrack\) we can define \(x\) as a function of \(u\), namely
Then substituting that expression for \(x\) into the function \(f(x) = x^3 \sqrt{x^2 - 1}\) gives
and we see that
so since
then performing the substitution as we did earlier gives
In general, if \(x = g(u)\) is a one-to-one, differentiable function from an interval \(\lbrack c,d \rbrack\) (which you can think of as being on the “\(u\)-axis”) onto an interval \(\lbrack a,b \rbrack\) (on the \(x\)-axis), which means that \(g\,'(u) \ne 0\) on the interval \((c,d)\), so that \(a=g(c)\) and \(b=g(d)\), then \(c=g^{-1}(a)\) and \(d=g^{-1}(b)\), and
This is called the change of variable formula for integrals of single-variable functions, and it is what you were implicitly using when doing integration by substitution. This formula turns out to be a special case of a more general formula which can be used to evaluate multiple integrals. We will state the formulas for double and triple integrals involving real-valued functions of two and three variables, respectively. We will assume that all the functions involved are continuously differentiable and that the regions and solids involved all have “reasonable” boundaries. The proof of the following theorem is beyond the scope of the text.[1]
Theorem 3.1
Change of Variables Formula for Multiple Integrals
Let \(x=x(u,v)\) and \(y=y(u,v)\) define a one-to-one mapping of a region \(R'\) in the \(uv\)-plane onto a region \(R\)
in the \(xy\)-plane such that the determinant
is never \(0\) in \(R'\). Then
We use the notation \(dA(x,y)\) and \(dA(u,v)\) to denote the area element in the \((x,y)\) and \((u,v)\) coordinates, respectively.
Similarly, if \(x=x(u,v,w)\), \(y=y(u,v,w)\) and \(z=z(u,v,w)\) define a one-to-one mapping of a solid \(S'\) in \(uvw\)-space onto a solid \(S\) in \(xyz\)-space such that the determinant
is never \(0\) in \(S'\), then
The determinant \(J(u,v)\) in formula (3.18) is called the Jacobian of \(x\) and \(y\) with respect to \(u\) and \(v\), and is sometimes written as
Similarly, the Jacobian \(J(u,v,w)\) of three variables is sometimes written as
Notice that formula (3.19) is saying that \(dA(x,y) = \abs{J(u,v)}\,dA(u,v)\), which you can think of as a two-variable version of the relation \(dx = g\,'(u)\,du\) in the single-variable case.
The following example shows how the change of variables formula is used.
Example 3.9
Evaluate \(\displaystyle\iint\limits_{R} e^{\frac{x-y}{x+y}} \,dA\), where \(R= \lbrace (x,y): x \ge 0, y \ge 0, x + y \le 1 \rbrace\).
Solution: First, note that evaluating this double integral without using substitution is probably impossible, at least in a closed form. By looking at the numerator and denominator of the exponent of \(e\), we will try the substitution \(u=x-y\) and \(v=x+y\). To use the change of variables formula (3.19), we need to write both \(x\) and \(y\) in terms of \(u\) and \(v\). So solving for \(x\) and \(y\) gives \(x=\frac{1}{2}(u+v)\) and \(y=\frac{1}{2}(v-u)\). In Figure 3.5.1 below, we see how the mapping \(x=x(u,v)=\frac{1}{2}(u+v)\), \(y=y(u,v)=\frac{1}{2}(v-u)\) maps the region \(R'\) onto \(R\) in a one-to-one manner.
Now we see that
so using horizontal slices in \(R'\), we have
width height 0.5pt The change of variables formula can be used to evaluate double integrals in polar coordinates. Letting
we have
so we have the following formula:
width height 0.5pt
Example 3.10
Find the volume \(V\) inside the paraboloid \(z=x^2 + y^2\) for \(0 \le z \le 1\).
Solution: Using vertical slices, we see that
where \(R = \lbrace (x,y): x^2 + y^2 \le 1 \rbrace\) is the unit disk in \(\Real{2}\) (see Figure 3.5.2). In polar coordinates \((r,\theta)\) we know that \(x^2 + y^2 = r^2\) and that the unit disk \(R\) is the set \(R' = \lbrace (r,\theta):0 \le r \le 1, 0 \le \theta \le 2\pi \rbrace\). Thus,
width height 0.5pt
Example 3.11
Find the volume \(V\) inside the cone \(z=\sqrt{x^2 + y^2}\) for \(0 \le z \le 1\).
Solution: Using vertical slices, we see that
where \(R = \lbrace (x,y): x^2 + y^2 \le 1 \rbrace\) is the unit disk in \(\Real{2}\)
(see Figure 3.5.3). In polar coordinates \((r,\theta)\)
we know
that \(\sqrt{x^2 + y^2} = r\) and that the unit disk \(R\) is the set
\(R' = \lbrace (r,\theta):0 \le r \le 1, 0
\le \theta \le 2\pi \rbrace\). Thus,
width height 0.5pt
In a similar fashion, it can be shown (see Exercises 5-6) that triple integrals in cylindrical and spherical coordinates take the following forms:
Triple Integral in Cylindrical Coordinates
where the mapping \(x=r\cos \theta\), \(y=r\sin \theta\), \(z=z\) maps the solid \(S'\) in \(r\theta z\)-space onto the solid \(S\) in \(xyz\)-space in a one-to-one manner.
Triple Integral in Spherical Coordinates
where the mapping \(x=\rho\sin \phi\,\cos \theta\), \(y=\rho\sin \phi\,\sin \theta\), \(z=\rho\cos \phi\) maps the solid \(S'\) in \(\rho\phi\theta\)-space onto the solid \(S\) in \(xyz\)-space in a one-to-one manner.
Example 3.12
For \(a > 0\), find the volume \(V\) inside the sphere \(S = x^2 + y^2 + z^2 = a^2\).
Solution: We see that \(S\) is the set \(\rho = a\) in spherical coordinates, so
A
Find the volume \(V\) inside the paraboloid \(z=x^2 + y^2\) for \(0 \le z \le 4\).
Find the volume \(V\) inside the cone \(z=\sqrt{x^2 + y^2}\) for \(0 \le z \le 3\).
B
Find the volume \(V\) of the solid inside both \(x^2 + y^2 + z^2 = 4\) and \(x^2 + y^2 = 1\).
Find the volume \(V\) inside both the sphere \(x^2 + y^2 + z^2 = 1\) and the cone \(z=\sqrt{x^2 + y^2}\). 2
Prove formula (3.25).
Prove formula (3.26).
Evaluate \(\iint\limits_{R} \sin \left( \frac{x+y}{2} \right)\,\cos \left( \frac{x-y}{2} \right)\,dA\), where \(R\) is the triangle with vertices \((0,0)\), \((2,0)\) and \((1,1)\). (Hint: Use the change of variables \(u=(x+y)/2\), \(v=(x-y)/2\).)
Find the volume of the solid bounded by \(z=x^2 + y^2\) and \(z^2 = 4(x^2 + y^2 )\).
Find the volume inside the elliptic cylinder \(\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\) for \(0\le z\le 2\).
C
Show that the volume inside the ellipsoid \(\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1\) is \(\tfrac{4\pi abc}{3}\). (Hint: Use the change of variables \(x=au\), \(y=bv\), \(z=cw\), then consider Example 3.12.)
Show that the Beta function, defined by
\[B(x,y) ~=~ \int_0^1 t^{x-1} (1-t)^{y-1} \,dt ~,\quad\text{for $x > 0$, $y > 0$,}\]satisfies the relation \(B(y,x)=B(x,y)\) for \(x > 0\), \(y > 0\).
Using the substitution \(t=u/(u+1)\), show that the Beta function can be written as
\[B(x,y) ~=~ \int_0^{\infty} \frac{u^{x-1}}{(u+1)^{x+y}}\,du ~,\quad\text{for $x > 0$, $y > 0$.}\]
- See [§ 15.32 and § 15.62]tm for all the details. ↩
Double Integral in Polar Coordinates
where the mapping \(x=r\cos \theta\), \(y=r\sin \theta\) maps the region \(R'\) in the \(r\theta\)-plane onto the region \(R\) in the \(xy\)-plane in a one-to-one manner.