<
Section 6.1
Double Integrals
Goals:
1 Approximate the volume under a graph by adding prisms.
2 Calculate the volume under a graph using a double integral.
Section 6.2
Double Integrals over General Regions
Goals:
1 Set up double integrals over regions that are not rectangles.
2 Evaluate integrals where the bounds contain variables.
3 Decide when to make
R
dy the outer integral, and compute the
change of bounds.
Section 6.3
Joint Probability Distributions
Goals:
1 Integrate a joint density function to calculate a probability.
2 Recognize when random variables are independent.
Question 6.3.1
How Do We Use Double Integrals to Compute Probabilities?
Definition
A pair (or more) of random variables X and Y , along with the likelihood
of various outcomes (X , Y ) is called a joint distribution. If the space of
outcomes is continuous, the distribution is modeled by a joint
probability density function f
X ,Y
(x, y ) as follows:
P(a ≤ X ≤ b and c ≤ Y ≤ d) =
Z
b
a
Z
d
c
f
X ,Y
(x, y ) dydx
More generally, for any region D in R
2
P((X , Y ) lies in D) =
ZZ
D
f
X ,Y
(x, y ) dA.
512
Example 6.3.2 Using a Joint Density Function
Darmok and Jalad each travel to the island of Tanagra and arrive
between noon and 4 PM. Let (X , Y ) represent their respective arrival
times in hours after noon. Suppose their joint density function is
f
X ,Y
(x, y ) =
(
x
32
if 0 ≤ x ≤ 4 and 0 ≤ y ≤ 4
0 otherwise
.
1 What is the value of
R
4
0
R
4
0
f
X ,Y
(x, y )dydx?
2 Calculate the probability that Darmok arrives after 2PM.
3 Calculate the probability that Darmok arrives before Jalad.
4 What does the distribution say about when Darmok is likely to
arrive? What about Jalad?
5 Write an integral that computes the probability that they arrive
within an hour of each other (set it up, don’t evaluate).
515
Question 6.3.3
What Is a Marginal Density Function?
For each x-value x
0
, the inner integral
Z
∞
−∞
f
X ,Y
(x
0
, y ) dy is the area of
the x = x
0
cross-section under z = f
X ,Y
(x, y ). In this figure, we see that
larger values of X are more likely, because their cross-sections have more
area.
Figure: The marginal density function f
X
(x), represented as cross-sections under
z = f
X ,Y
(x, y)
518
Section 6.3
f
X ,Y
(x, y ) is a joint density function for a pair of independent variables X
and Y . Here is a picture of the x = 2 cross section of z = f
X ,Y
(x, y ).
a Describe what values of Y are more or less likely when X = 2.
b Assume f
X ,Y
(x, y ) is not always 0 at x = 5. Describe what values of
Y are more or less likely when X = 5.
c How is the shape of the x = 2 cross section of z = f
X ,Y
(x, y )
related to the x = 5 cross section of z = f
X ,Y
(x, y )?
540
Section 6.4
Triple Integrals
Goals:
1 Set up triple integrals over three-dimensional domains.
2 Evaluate triple integrals.
Application 6.4.4
Triple Integrals in Math and Science
1 Integrating a function ρ(x, y , z), which gives the density of an object
at each point, gives the total mass of the object.
2 Integrating xρ(x, y , z), y ρ(x, y, z) and zρ(x, y, z) gives the center
of mass of the object.
3 Integrating a three-dimensional probability distribution over a region
gives the probability that the triple (X , Y , Z ) lies in that region.
4 Integrating 1 dV over a region gives the volume of that region.
547
Example 6.4.6
A Solid Given by Vertices
Suppose we want to integrate over T , the tetrahedron (pyramid) with
vertices (0, 0, 0), (4, 0, 0), (4, 2, 0) and (4, 0, 2). How would we set up the
bounds of integration?
551
>