Section 14.1 Functions of Several Variables
Section 14.1 Functions of Several Variables
The temperature T at a point on the surface of the earth at any given time depends on logitude x and latitude
y of the the point. We can think of T as being a function of two variables x and y, or a function of the pait (x, y).
We denote this by T = f (x, y).
Another example is the volume of a circular cylinder V = πr2 h which is dependent on r and h.
Example. For the following functions, evaluate f (3, 2) and find the domain.
√
x+y+1
1. f (x, y) = x−1
2. f (x, y) = x ln(y 2 − x)
Solution.
√
6
1. f (3, 2) = 2 and domain D = {(x, y) | x + y + 1 ≥ 0, x 6= 1}.
1
p
Example. Find the domain and range of g(x, y) = 9 − x2 − y 2 .
Solution. The domain of g is D = {(x, y) | x2 + y 2 ≤ 9} and range of g is {z | 0 ≤ z ≤ 3} = [0, 3].
Graphs
Definition. If f is a function of two variables with domain D, then the graph of f is the set of all point (x, y, z)
in R3 such that z = f (x, y) and (x, y) is in D.
p
Example. Sketch the graph of g(x, y) = 9 − x2 − y 2 .
Solution.
2
Example. Find the domain and range and sketch the graph of h(x, y) = 4x2 + y 2 .
Solution. The domain of h is {(x, y) | x, y ∈ R} and range of h is {z ≥ 0 | z ∈ R}. The graph of h is an elliptic
paraboloid.
3
Level Curves (or Contour Curves)
Level curves (equivalently, contour curves or lines) are basically lines of equal values such as line of equal height.
Definition. The level curves of a function f of two variables are the curves with equations f (x, y) = k, where k
is a contant.
Solution. The point (1, 3) lies partway between the level curves with z-values 70 and 80. We estimate that
f (1, 3) ≈ 73.
Similarly,
f (4, 5) ≈ 56.
4
Example. Sketch the level curves of the function f (x, y) = 6 − 3x − 2y for the values k = −6, 0, 6, 12.
Solution. The level curves are
6 − 3x − 2y = k.
5
6