Functions in Several Variables PDF
Functions in Several Variables PDF
VARIABLES
RECALL:
In Math 27 we were familiar with functions
y = f(x) of a single variable. These functions
only have one input (and of course, one
output).
m1m2
• F = G (Universal Law of Gravitation)
r 2
REMARK:
To model physical phenomena more
accurately, we need to consider more than
one variable.
INFORMAL DEFINITION:
A function in several variables is a function
that has more than two or more input values.
sin z
• u(x, y, z) = ln x +
y −1
2
NOPE
A “GEEKIER” NOTION OF THE INPUTS:
The input values x1, x2, …, xn form a point
(x1, x2, …, xn) in the n-dimensional space
n
ℝ.
INFORMAL DEFINITION:
The set of all points that can be allowed as
inputs for the function f is called the domain
of f . The set of all possible outputs is called
the range of f.
sin z
• u(x, y, z) = ln x +
y −1
2
sin z
• u(x, y, z) = ln x +
y −1
2
GRAPHS OF FUNCTIONS OF
TWO VARIABLES
To ind the graph of functions of two
variables, we need the concept of level
curves.
f
HOW TO FIND A LEVEL CURVE:
If we let z
= f(x, y), we can get a level curve
for f by setting a speci ic value for z . That
means we let k = f(x, y) for some constant k.
f
REMARK:
When we approach (a, b) along a path, we do
this by ixing x or y to be some number or by
relating x and y using another function.
f
CONTINUITY
A function f in two variables is said to be continuous
at (a, b) if the following conditions are satis ied:
1. f(a, b) is de ined,
2. lim f(x, y) exists, and
(x,y)→(a,b)
3. lim f(x, y) = f(a, b).
(x,y)→(a,b)
f
Remember:
• Polynomials functions are continuous
everywhere. Ex:
3 2 5 2
f(x, y) = 2x + 4x y + xy + y − 7
2 2 3
g(x, y, z) = x + 4y − 3z
Remember:
• Rational functions are continuous over their
respective domains.
Ex:
xy
The function h(x, y) = is continuous
x+y
except when x + y = 0 or x = − y.