<
Section 4.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.
Example 4.1.10
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.
266
Section 4.2
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 4.2.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
288
Section 4.3
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 4.3.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.
297
Question 4.3.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.
298
Section 4.4
Partial Derivatives
Goals:
1 Calculate partial derivatives.
2 Realize when not to calculate partial derivatives.
Section 4.5
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 4.5.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.
321
Question 4.5.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.
324
>