<
Introduction
So far in calculus you have developed the tools to answer the following
questions about a function of one variable:
1 How quickly does the value of the
function change as the input
changes?
2 How do we estimate the value of
the function near a point?
2
Introduction
4 What is the area under the graph of
the function? What does it mean?
These are all useful tools, but we can’t apply them everywhere that we
would like to.
4
Introduction
Many measurable quantities can be found to depend on the value of
multiple inputs. These are multivariable functions like z = F(x, y), where
z is a function of two independent variables. Examples appear in all the
sciences
1 Chemistry: V =
nrt
P
2 Physics: F =
GMm
r
2
3 Economics: P = P
0
e
rt
Figure: The graph of a two-variable function
5
Introduction
We’ll also develop tools for integrating functions over more exciting
objects, for instance:
1 The area above a curve in the
plane.
6
Introduction
By the end of this course, we should have the tools to:
choose a purchase that maximizes utility, given a budget constraint,
predict the potential error in a chemistry experiment,
derive the surface area of a sphere, and
calculate the amount of energy absorbed by a solar panel.
9
Section 1.3
Double Integrals in Polar Coordinates
Goals:
1 Convert integrals from Cartesian to polar coordinates.
2 Evaluate integrals in polar coordinates.
Question 1.3.1
What Are Polar Coordinates?
Definition
The polar coordinates of a point are denoted (r, θ) where
θ (“theta”) is the direction to the point from the origin (measured
anticlockwise from the positive x axis).
r is the distance to the point in that direction (negative r means
travel backwards).
Unlike Cartesian coordinates, a point can be represented in several
different ways.
(1, 0) = (1, 2π) = (1, 4π).
(1, 0) = (−1, π)
(0, α) = (0, β) for all α, β.
11
Question 1.3.1 What Are Polar Coordinates?
Plot and label the following points and sets in polar coordinates
A = (2,
π
3
)
B = (1.5, 3π)
C = (−3, −
π
4
)
R = {(r, θ) : 0 ≤ r ≤ 2}
S = {(r , θ) :
π
6
≤ θ ≤
π
4
, r ≥ 1}
12
Question 1.3.1 What Are Polar Coordinates?
Cartesian to Polar
p(r , θ) = r cos(θ)
i + r sin(θ)
j
x = r cos θ
y = r sin θ
Notice: x
2
+ y
2
= r
2
r =
p
x
2
+ y
2
θ =
(
tan
−1
y
x
x > 0
tan
−1
y
x
+ π x < 0
A full circle is 0 ≤ θ ≤ 2π.
13
Example 1.3.4 Integrating Over a Wedge
For each of the integrals below, sketch the domain of integration then
convert to polar. You need not evaluate.
1
ZZ
D
2x − 3y
2
dydx
where D = {(x, y) : x
2
+ y
2
≤ 16, −y ≤ x ≤ y}
2
ZZ
D
x
2
ydydx
where D = {(x, y) : 4 ≤ x
2
+ y
2
≤ 9, y ≤ 0}
3
Z
3
−3
Z
√
9−y
2
0
x
2
+ y
2
dxdy
Which of your integrals can be solved using the product formula?
19
Section 1.8
Triple Integrals in Spherical Coordinates
Goals:
1 Write integrals in spherical coordinates
Question 1.8.1 What Are Spherical Coordinates?
Describe (or draw?) the following regions in spherical coordinates.
1 R = {(ρ, θ, ϕ) : ϕ =
π
2
}
2 R = {(ρ, θ, ϕ) : ρ ≤ 5}
3 R = {(ρ, θ, ϕ) : 0 ≤ θ ≤
π
4
}
4 R = {(ρ, θ, ϕ) : ϕ ≥
2π
3
}
26
Question 1.8.1 What Are Spherical Coordinates?
Theorem
The Jacobian for spherical coordinates is
ρ
2
sin ϕ.
27
Question 1.8.4 When Do We Use Spherical Coordinates?
Set up the integrals of g(x, y, z) over the following regions using
spherical coordinates.
1 The intersection of x
2
+ y
2
+ z
2
≤ 4 and z ≤ 0.
2 The intersection of the sphere x
2
+ y
2
+ z
2
≤ 1 and the half-spaces
x ≥ 0 and y ≤ x.
3 The intersection of the cone z ≥
p
x
2
+ y
2
and the sphere
x
2
+ y
2
+ z
2
≤ 9.
31
Section 12.1
Three-Dimensional Coordinate Systems
Goals:
1 Plot points in a three-dimensional coordinate system.
2 Use the distance formula.
3 Recognize the equation of a sphere and find its radius and center.
4 Graph an implicit function with a free variable.
Goals:
1 Distinguish vectors from scalars (real numbers) and points.
2 Add and subtract vectors, multiply by scalars.
3 Express real world vectors in terms of their components.
Question 12.2.9
How Do We Denote Vectors in Higher Dimensions?
In three space, we add another standard basis vector
k.
Standard basis for 3-vectors
i = ⟨1, 0, 0⟩
j = ⟨0, 1, 0⟩
k = ⟨0, 0, 1⟩
Example
⟨3, −5, 2⟩ = 3
i − 5
j + 2
k
Higher dimensions still have a standard basis, but at this point the
naming conventions are less standard. {
e
1
,
e
2
,
e
3
, . . . ,
e
n
} is common for
n-vectors.
66
Section 12.3
The Dot Product
Goals:
1 Calculate the dot product of two vectors.
2 Determine the geometric relationship between two vectors based on
their dot product.
3 Calculate vector and scalar projections of one vector onto another.
Section 13.1
Vector Functions and Space Curves
Goals:
1 Graph certain plane curves.
2 Compute limits and verify the continuity of vector functions.
Question 13.1.2 What is the Vector Equation of a Line?
a Are these two lines parallel? How can you tell?
r
1
(t) = ⟨3, 2, 7⟩ + t ⟨4, −8, 10⟩
r
2
(t) = ⟨0, 1, 0⟩ + t ⟨−6, 12, −15⟩
b Must any two lines in three space either be parallel or intersect?
Explain.
c Quentin claims that these lines do not intersect
r
3
(t) = ⟨0, 6, 0⟩ + t ⟨2, −1, 4⟩
r
4
(t) = ⟨0, 0, 8⟩ + t ⟨3, 0, 4⟩
He argues that the equations obtained from setting the coordinates
equal do not have a solution.
2t = 3t 6 −t = 0 4t = 8 + 4t
What do you think of his reasoning? Do the lines intersect?
96
Question 13.1.2 What is the Vector Equation of a Line?
Figure: Two intersecting lines in three-space
97
Example 13.1.3 Other Plane Curves to Know
a Sketch the plane curve of
r(t) = (3 + t)
i + (5 −4t)
j 0 ≤ t ≤ 1.
b Sketch the plane curve of
r(t) = ⟨2 cos(t), 2 sin(t)⟩ 0 ≤ t ≤ 2π.
c How would
r(t) = ⟨2 cos(t), 2 sin(t) + 4⟩ 0 ≤ t ≤ 2π differ from
b ? Plot some points if you need to.
d How would
r(t) = ⟨6 cos(t), 2 sin(t)⟩ 0 ≤ t ≤ 2π differ from b ?
Does this plane curve have a shape you recognize?
e What graph is defined by
r(t) = (t
3
− 4t)
i + t
j?
101
Section 13.2
Derivatives of a Vector Functions
Goals:
1 Compute derivatives of vector functions.
2 Interpret derivatives as tangent vectors.
Section 14.1
Functions of Several Variables
Goals:
1 Convert an implicit function to an explicit function.
2 Calculate the domain of a multivariable function.
3 Calculate level curves and cross sections.
Question 14.1.11
How Does this Apply to Functions of More Variables?
We can define functions of three variables as well. Denoting them
f (x, y, z). For even more variables, we use x
1
through x
n
. The definitions
of this section can be extrapolated as follows.
Variables 2 3 n
Function f (x, y) f (x, y, z) f (x
1
, . . . , x
n
)
Domain subset of R
2
subset of R
3
subset of R
n
Graph z = f (x, y) in R
3
w = f (x, y, z) in R
4
x
n+1
= f (x
1
, . . . , x
n
) in R
n+1
Level Sets level curve in R
2
level surface in R
3
level set in R
n
131
Section 14.2
Limits and Continuity
Goals:
1 Understand the definition of a limit of a multivariable function.
2 Use the Squeeze Theorem
3 Apply the definition of continuity.
Question 14.2.5
What Tools Apply to Multi-Variable Limits?
The limit laws from single-variable limits transfer comfortably to
multi-variable functions.
1 Sum/Difference Rule
2 Constant Multiple Rule
3 Product/Quotient Rule
The Squeeze Theorem
If g < f < h in some neighborhood of (a, b) and
lim
(x,y)→(a,b)
g(x, y) = lim
(x,y)→(a,b)
h(x, y ) = L,
then
lim
(x,y)→(a,b)
f (x, y) = L.
140
Question 14.2.6
What Is a Continuous Function?
Definition
We say f (x, y) is continuous at (a, b) if
lim
(x,y)→(a,b)
f (x, y) = f (a, b).
Theorem
Polynomials, roots, trig functions, exponential functions and
logarithms are continuous on their domains.
Sums, differences, products, quotients and compositions of
continuous functions are continuous on their domains.
In each of our examples, the function was a quotient of polynomials, but
(0, 0) was not in the domain.
141
Section 14.3
Partial Derivatives
Goals:
1 Calculate partial derivatives.
2 Realize when not to calculate partial derivatives.
Section 12.5
Normal Equations of Planes
Goals:
1 Give equations of planes in both vector and normal forms.
2 Use normal vectors to measure the distance to a plane.
Example 12.5.2
Writing the Equation of a Plane
Main Idea
Given three points in a plane A = (x
1
, y
1
, z
1
), B = (x
2
, y
2
, z
2
) and
C = (x
3
, y
3
, z
3
)
1 If two points share an x-coordinate, we can directly compute m
y
and vice versa.
2 Failing that, we can set up a system of equations and solve for m
x
,
m
y
and b.
166
Section 14.4
Linear Approximations
Goals:
1 Calculate the equation of a tangent plane.
2 Rewrite the tangent plane formula as a linearization or differential.
3 Use linearizations to estimate values of a function.
4 Use a differential to estimate the error in a calculation.
Question 14.4.1
What Is a Tangent Plane?
Equation
If the graph z = f (x, y) has a tangent plane at (x
0
, y
0
), then it has the
equation:
z − z
0
= f
x
(x
0
, y
0
)(x − x
0
) + f
y
(x
0
, y
0
)(y − y
0
).
Remarks
1 This is the point-slope form of the equation of a plane. f
x
(x
0
, y
0
)
and f
y
(x
0
, y
0
) are the slopes.
2 x
0
and y
0
are numbers, so f
x
(x
0
, y
0
) and f
y
(x
0
, y
0
) are numbers. The
variables in this equation are x, y and z.
183
Question 14.4.3
How Do We Rewrite a Tangent Plane as a Function?
Definition
If we write z as a function L(x, y), we obtain the linearization of f at
(x
0
, y
0
).
L(x, y) = f (x
0
, y
0
) + f
x
(x
0
, y
0
)(x − x
0
) + f
y
(x
0
, y
0
)(y − y
0
)
If the graph z = f (x, y) has a tangent plane, then L(x, y) approximates
the values of f near (x
0
, y
0
).
Notice f (x
0
, y
0
) just calculates the value of z
0
. This formula is equivalent
to the tangent plane equation after we solve for z by adding z
0
to both
sides.
186
Section 14.5
The Chain Rule
Goals:
1 Use the chain rule to compute derivatives of compositions of
functions.
2 Perform implicit differentiation using the chain rule.
Section 14.5 The Chain Rule
Motivational Example
Suppose Jinteki Corporation makes widgets which is sells for $100 each.
It commands a small enough portion of the market that its production
level does not affect the demand (price) for its products. If W is the
number of widgets produced and C is their operating cost, Jinteki’s
profit is modeled by
P = 100W − C
The partial derivative
∂P
∂W
= 100 does not correctly calculate the effect of
increasing production on profit. How can we calculate this correctly?
197
Section 14.6
The Gradient Vector
Goals:
1 Calculate the gradient vector of a function.
2 Relate the gradient vector to the shape of a graph and its level
curves.
3 Compute directional derivatives.
Question 14.6.1
How Do We Compute Rates of Change in Another Direction?
Recall that we compute D
x
f by comparing the values of f at (x, y) to
the value at (x + h, y), a displacement of h in the x-direction.
D
x
f (x, y) = lim
h→0
f (x + h, y) −f (x, y )
h
To compute D
u
f for
u = a
i + b
j, we compare the value of f at (x, y ) to
the value at (x + ta, y + tb), a displacement of t in the
u-direction.
Limit Formula
D
u
f (x, y) = lim
t→0
f (x + ta, y + tb) −f (x, y )
t
220
Question 14.6.2
What Is the Gradient Vector?
Definition
The gradient vector of f at (x, y) is
∇f (x, y) = ⟨f
x
(x, y), f
y
(x, y)⟩
Remarks:
1 The gradient vector is a function of (x, y). Different points have
different gradients.
2
u
max
, which maximizes D
u
f , points in the same direction as ∇f .
3
u
0
, which is tangent to the level curves, is orthogonal to ∇f .
223
Section 14.6
Suppose that f (x, y, z) is a differentiable function, and f (3, 5, −2) = 13.
Suppose further that the vectors ⟨3, 1, 0⟩ and ⟨0, 2, 5⟩ both lie in the
tangent plane to the surface f (x, y, z) = 13 at (3, 5, −2). If the
maximum value of D
u
f (3, 5, −2) is 20, find all possible values of
∇f (3, 5, −2).
239
Section 14.7
Maximum and Minimum Values
Goals:
1 Find critical points of a function.
2 Test critical points to find local maximums and minimums.
3 Use the Extreme Value Theorem to find the global maximum and
global minimum of a function over a closed set.
Section 14.8
Lagrange Multipliers
Goals:
1 Find minimum and maximum values of a function subject to a
constraint.
2 If necessary, use Lagrange multipliers.
Question 14.8.7
Can This Lagrange Apply to More Than One Constraint?
If we have two constraints in three-space, g(x, y, z) = c and
h(x, y , z) = d, then their intersection is generally a curve.
Figure: The intersection of the constraints g (x, y, z) = c and h(x, y , z) = d
273
Question 14.8.7
Can This Lagrange Apply to More Than One Constraint?
Remark
You can check the reasonableness of this method by noting that it gives
us a system of 5 variables, x, y , z, λ, µ, and five equations:
f
x
(x, y, z) = λg
x
(x, y, z) + µh
x
(x, y, z) g(x, y, z) = c
f
y
(x, y, z) = λg
y
(x, y, z) + µh
y
(x, y, z) h(x, y , z) = d
f
z
(x, y, z) = λg
z
(x, y, z) + µh
z
(x, y, z)
We therefore generally expect this system to have a finite number of
solutions, though there are plenty of counterexamples to this expectation.
276
Section 15.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 15.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 15.4
Applications of Double Integrals
Goals:
1 Integrate a probability distribution to calculate a probability.
Application 15.4.1 Using Integrals to Compute Probabilities
Darmok and Jalad each travel to the island of Tanagra and arrive
between noon and 4PM. Let (x, y ) represent their respective arrival times
in hours after noon. Suppose the probability that (x, y ) falls in a certain
domain D which is a subset of {(x, y ) : 0 ≤ x ≤ 4, 0 ≤ y ≤ 4} is
RR
D
x
32
dydx.
Calculate the probability that:
1 Darmok arrives after 3PM.
2 Jalad arrives before 1PM.
3 They both arrive before 2PM.
4 Darmok arrives before Jalad.
5 They arrive within an hour of each other (set it up, don’t evaluate).
6 What does the distribution say about when Darmok is likely to
arrive? What about Jalad?
316
Section 15.6
Triple Integrals
Goals:
1 Set up triple integrals over three-dimensional domains.
2 Evaluate triple integrals.
Application 15.6.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.
329
Example 15.6.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?
333
Section 15.9
Change of Variables in Multiple Integrals
Goals:
1 Calculate a Jacobian
2 Convert a multivariable integral from one coordinate system to
another.
Section 15.3
Double Integrals in Polar Coordinates
Goals:
1 Convert integrals from Cartesian to polar coordinates.
2 Evaluate integrals in polar coordinates.
Question 15.3.1
What Are Polar Coordinates?
Definition
The polar coordinates of a point are denoted (r, θ) where
θ (“theta”) is the direction to the point from the origin (measured
anticlockwise from the positive x axis).
r is the distance to the point in that direction (negative r means
travel backwards).
Unlike Cartesian coordinates, a point can be represented in several
different ways.
(1, 0) = (1, 2π) = (1, 4π).
(1, 0) = (−1, π)
(0, α) = (0, β) for all α, β.
360
Question 15.3.1 What Are Polar Coordinates?
Plot and label the following points and sets in polar coordinates
A = (2,
π
3
)
B = (1.5, 3π)
C = (−3, −
π
4
)
R = {(r, θ) : 0 ≤ r ≤ 2}
S = {(r , θ) :
π
6
≤ θ ≤
π
4
, r ≥ 1}
361
Question 15.3.1 What Are Polar Coordinates?
Cartesian to Polar
p(r , θ) = r cos(θ)
i + r sin(θ)
j
x = r cos θ
y = r sin θ
Notice: x
2
+ y
2
= r
2
r =
p
x
2
+ y
2
θ =
(
tan
−1
y
x
x > 0
tan
−1
y
x
+ π x < 0
A full circle is 0 ≤ θ ≤ 2π.
362
Example 15.3.4 Integrating Over a Wedge
For each of the integrals below, sketch the domain of integration then
convert to polar. You need not evaluate.
1
ZZ
D
2x − 3y
2
dydx
where D = {(x, y) : x
2
+ y
2
≤ 16, −y ≤ x ≤ y }
2
ZZ
D
x
2
ydydx
where D = {(x, y) : 4 ≤ x
2
+ y
2
≤ 9, y ≤ 0}
3
Z
3
−3
Z
√
9−y
2
0
x
2
+ y
2
dxdy
Which of your integrals can be solved using the product formula?
368
Section 15.8
Triple Integrals in Spherical Coordinates
Goals:
1 Write integrals in spherical coordinates
Question 15.8.1 What Are Spherical Coordinates?
Describe (or draw?) the following regions in spherical coordinates.
1 R = {(ρ, θ, ϕ) : ϕ =
π
2
}
2 R = {(ρ, θ, ϕ) : ρ ≤ 5}
3 R = {(ρ, θ, ϕ) : 0 ≤ θ ≤
π
4
}
4 R = {(ρ, θ, ϕ) : ϕ ≥
2π
3
}
375
Question 15.8.1 What Are Spherical Coordinates?
Theorem
The Jacobian for spherical coordinates is
ρ
2
sin ϕ.
376
Question 15.8.4 When Do We Use Spherical Coordinates?
Set up the integrals of g(x, y, z) over the following regions using
spherical coordinates.
1 The intersection of x
2
+ y
2
+ z
2
≤ 4 and z ≤ 0.
2 The intersection of the sphere x
2
+ y
2
+ z
2
≤ 1 and the half-spaces
x ≥ 0 and y ≤ x.
3 The intersection of the cone z ≥
p
x
2
+ y
2
and the sphere
x
2
+ y
2
+ z
2
≤ 9.
380
Section 16.1
Line Integrals
Goals:
1 Compute line integrals of multi variable functions.
2 Compute line integrals of vector functions.
3 Interpret the physical implications of a line integral.
Question 16.1.1
What Is a Line Integral?
We defined
R
C
fds as an area. It can also be useful for integrating any
function that is a rate with respect to distance:
Example
Over varied terrain, if p(x, y) gives the price per mile to build railroad
tracks at point (x, y), then
R
C
p(x, y)ds gives the total cost to construct
a railroad following C .
Example
Over varied terrain, if f (x, y) gives the fuel consumption per mile
traveled at the point (x, y), then
R
C
f (x, y)ds gives the total fuel
consumption to travel along C .
387
Example 16.1.2 A Line Integral
Consider two curves defined by vector functions:
C
1
:
r
1
(t) = ⟨5 cos(t), 5 sin(t)⟩ 0 ≤ t ≤ 2π
C
2
:
r
2
(t) = ⟨5 cos(2πt), 5 sin(2πt)⟩ 0 ≤ t ≤ 1
a How are these curves related to each other? What shapes do they
make?
b Find a partner. Each of you should set up one of the following line
integrals.
Z
C
1
x
4
− y
2
ds
Z
C
2
x
4
− y
2
ds
c How are your line integrals related to each other? Is there a rule of
calculus that seems to be applied here?
390
Section 16.1
Vector Fields
Goals:
1 Recognize real world phenomena that are modeled by vector fields.
2 Determine the geometric behavior of a vector field from its equation.
3 Compute line integrals of a vector field over a curve.
Section 16.3
The Fundamental Theorem for Line Integrals
Goals:
1 Use the fundamental theorem to evaluate line integrals of
conservative vector fields.
2 Determine when a vector field is conservative.
Question 16.3.1 Does the Path of a Curve Matter?
Consider the vector field
F (x, y ) = ∇f (x, y), where f (x, y) =
x
2
+ y
2
4
.
If A = (−4, 0) and B = (4, 0), what is the work done by F traveling from
A to B along:
1 A line segment?
2 A semicircle of radius 4?
414
Question 16.3.1 Does the Path of a Curve Matter?
Consider the vector field
F (x, y ) = ∇f (x, y), where f (x, y) =
x
2
+ y
2
4
.
If A = (−4, 0) and B = (4, 0), what is the work done by F traveling from
A to B along:
1 A line segment?
2 A semicircle of radius 4?
414
Question 16.3.4 How Do We Detect Whether a Vector Field is Conservative?
Suppose we have a function f (x, y) such that f
x
(x, y) = 3x
2
− 2xy .
a Find three different possible expressions for f .
b Compare your expressions with someone near you. Can you produce
an entire family of possible f s?
c Does one member of you family have the partial derivative
f
y
= cos y − x
2
? If not, should you expand your family? How?
422
Example 16.3.5 Appliying the Fundamental Theorem for Line Integrals
For each vector field, determine whether it is conservative. If it is, find a
potential function.
a
F
1
= (
√
xy − y)
i + (
√
xy − x)
j (for x, y ≥ 0)
b
F
2
= (e
y
+ 2x)
i + (xe
y
− 4y
3
)
j
424
Example 16.3.5 Appliying the Fundamental Theorem for Line Integrals
What does is mean for a vector field to be conservative?
What is the relationship between the gradient and a conservative
vector field?
How do we test that a vector field is conservative?
What does the Fundamental Theorem of Line Integrals say?
425
Section 16.4
Green’s Theorem
Goals:
1 Use Green’s Theorem to replace a line integral with a double
integral or vice versa.
Example 16.4.2 Applying Green’s Theorem
Let
F (x, y ) = (3y − e
x
)
i + (2x − sin y )
j. Let C be a circle of radius 3
traveling counterclockwise once around the origin.
a Set up the line integral
R
C
F ·d
r as a single-variable integral of t.
b If
F were conservative what would the value of this integral be? Is
F
conservative?
c How would you apply Green’s theorem to the integral? What is its
value?
d What would
R
C
F ·d
r be if C traveled clockwise instead?
438
Section 12.4
The Cross Product
Goals:
1 Calculate the determinant of a 3 ×3 matrix.
2 Calculate the cross product of two vectors.
3 Understand the geometric relationship between two vectors and their
cross product.
Section 16.5
Curl and Divergence
Goals:
1 Compute the curl and divergence of a vector field.
2 Interpret curl and divergence geometrically.
Question 16.6.2 What Is the Divergence of a Vector Field?
If
F = xz
i + xyz
j − y
2
k, compute ∇ ·
F at (−2, 2, 1). What does it
mean?
467
Question 16.6.3
What Is the Curl of a Vector Field?
Notice ∇ ×
F (x
0
, y
0
, z
0
) is a vector.
∇ ×
F (x
0
, y
0
, z
0
) is related to the line integrals of
F around the
point (x
0
, y
0
, z
0
).
The length indicates how large such integrals can be, as a multiple
of the area they enclose.
The direction is perpendicular to the plane in which these line
integrals are maximized, or around which
F curls most strongly.
Physically, if you attached a freely rotating impeller to (x
0
, y
0
, z
0
) in
the force field
F , ∇ ×
F (x
0
, y
0
, z
0
) would be the axis around which
the impeller would spin the fastest (direction determined by
right-hand-rule).
470
Question 16.6.3 What Is the Curl of a Vector Field?
If
F = xz
i + xyz
j − y
2
k, compute ∇ ×
F at (−2, 2, 1). What does it
mean?
471
Synthesis 16.6.4
Vector Version of Green’s Theorem
Green’s theorem is two dimensional, so we assume
F (x, y , z) = P(x, y)
i + Q(x, y)
j + 0
k. Most of the terms in the curl are
zero. Specifically,
∇ ×
F =
∂Q
∂x
−
∂P
∂y
k.
Theorem (Green’s Theorem)
Suppose D is a simply connected, bounded region in the plane z = 0 and
r(t) defines C, a piecewise smooth curve that traces the boundary of D
counterclockwise. If
F = ⟨P, Q, 0⟩ is a vector field, then
Z
C
F ·d
r =
ZZ
D
(∇ ×
F ) ·
k dA
472
Section 16.7
Parametric Surfaces and Their Areas
Goals:
1 Parameterize a surface.
2 Compute tangent vectors to a parametric surface.
Synthesis 16.7.2 Parametrizations from Other Coordinate Systems
Describe the surfaces with the following parametric equations.
a
r(u, v ) = 3 cos u
i + 3 sin u
j + v
k 0 ≤ u ≤ 2π, 0 ≤ v ≤ 5
b
r(u, v ) = (3 − 3u − 3v )
i + (6u + 2v)
j + (2 −9v )
k
c
r(u, v ) = u cos
π
4
sin v
i + u sin
π
4
sin v
j + u cos v
k
0 ≤ u ≤ 5, 0 ≤ v ≤ π
480
Question 16.7.3
What Are the Tangent Vectors of a Parametric Surface?
Definition
The partial derivatives
r
u
(u
0
, v
0
) and
r
v
(u
0
, v
0
) are tangent vectors to
the surface S.
The expression a
r
u
(u
0
, v
0
) + b
r
v
(u
0
, v
0
) produces a general tangent
vector to S at
r(u
0
, v
0
).
We can use these tangent vectors to produce the following linearization
of S at
r(u
0
, v
0
).
L(u, v) =
r(u
0
, v
0
) +
r
u
(u
0
, v
0
)(u − u
0
) +
r
v
(u
0
, v
0
)(v − v
0
)
Some algebra shows that this is the equation of a tangent plane.
481
Section 16.8
Surface Integrals
Goals:
1 Understand the geometric significance of the different surface
integrals.
2 Set up and evaluate surface integrals.
Example 16.8.2 Surface Area
Let L be the surface
r(u, v ) = 3 cos u
i + 3 sin u
j + v
k 0 ≤ u ≤ 2π, 0 ≤ v ≤ 5.
Set up (but do not evaluate) the surface integral
ZZ
L
x
2
zdS.
487
Section 16.9
Stokes’ Theorem
Goals:
1 Use Stokes’ Theorem to evaluate integrals.
Example 16.9.2 Applying Stokes’ Theorem
Suppose that
F is a conservative vector field on R
3
and C is a smooth
curve that bounds a positively-oriented surface S.
a Can the Fundamental Theorem of Line Integrals compute
R
C
F ·d
r?
What is the value?
b Use your characterization of
F from a to compute ∇ ×
F .
507
Example 16.9.3 Stokes’s Theorem on a Closed Surface
Suppose S is part of the paraboloid z = 16 −x
2
−y
2
above the xy-plane,
and C is its boundary. Is there an easier way to compute
RR
S
F ·d
S?
509
>