12.Functions_of_multivariables
12.Functions_of_multivariables
December 6, 2024
Functions of several variables
Content
The space R2
Recall R2 = (x, y ) x, y ∈ R .
Example
Closed disk B(x, ε) = {M ∈ Rn d(M, x) ≤ ε}.
Open disk B(y , δ) = {M ∈ Rn d(M, y ) < δ}.
Functions of several variables
Definition
A function of two variables f : D ⊂ R2 → R is a rule that assigns
M(x, y ) ∈ D to a unique value z = f (M) = f (x, y ).
D is called the domain of f . The range is the set {f (M) M ∈ D}.
x, y : independent variables; z : dependent variable.
Example
Find the domains of the following functions:
1 z = z(x, y ) = √ x
.
1−x 2 −y 2
p
2 u = f (x, y , z) = arcsin x 2 + y 2.
Functions of several variables
Visualization
p
Figure: z = 9 − x2 − y2
Functions of several variables
The level curves of a function f of two variables are the curves with
equations f (x, y ) = C where C is a constant (in the range of f ).
Content
Limit of a function
Definition
Let f : D → R, D contains an open disk B(M0 , ε), possibly except
M0 (x0 , y0 ). We say that the limit of f (x, y ) is L when M(x, y )
tends to M0 (x0 , y0 ) iff
Example
x3 − y3
Compute the limit lim .
(x,y )→(2,1) x 2 + y 2
Functions of several variables
then
lim g (M) = L.
M→M0
Functions of several variables
Example
Compute the limits
p 1
1 lim x 2 + y 2 cos
(x,y )→(0,0) xy
2x 2 y
2 lim
(x,y )→(0,0) x 2 + y 2
Example
Compute the limits
x 2 − 2y 2
1 lim
(x,y )→(0,0) x 2 + y 2
x 2 + 2xy − 3y 2
2 lim
(x,y )→(0,0) x 2 + 2y 2
xy 2
3 lim
(x,y )→(0,0) x 2 + y 4
Functions of several variables
Continuous functions
Definition
Let f (M) be defined on D, M0 ∈ D, D contains an open disk
centered at M0 .The function f (M) is said to be continuous at M0
iff lim f (M) = f (M0 ).
M→M0
f (M) is said to be continuous on D if it is continuous at any
M0 ∈ D.
Functions of several variables
Example
Investigate the continuity at (x, y ) = (0, 0) of the following
functions
cos 2xy
if (x, y ) 6= (0, 0),
1 f (x, y ) = x2 + y2
0 if (x, y ) = (0, 0).
3
x if (x, y ) 6= (0, 0),
2 g (x, y ) = x2 + y2
0 if (x, y ) = (0, 0).
Content
Definition
Let f (x, y ) : D ⊂ R2 → R, D contains an open disk centered at
M0 (x0 , y0 ).
The partial derivative with respect to x is
∂f d
fx0 (x0 , y0 ) = (x0 , y0 ) = f (x, y0 ) x=x
∂x dx 0
f (x0 , y0 + ∆y ) − f (x0 , y0 )
= lim
∆y →0 ∆y
Functions of several variables