MH1811 Lecture 1 Domain Limit Printable
MH1811 Lecture 1 Domain Limit Printable
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
Equation of an ellipse:
ax + by + cz = d
Vector form:
(r − r0 ) · n = 0
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
P = RI 2 .
P(R, I) = RI 2 .
Example
The distance of a point P(x, y ) from a point Q(a, b) is given by
q
d(x, y ) = (x − a)2 + (y − b)2 .
Example
p
y − x2
Find and sketch the domain of f (x, y ) = and evaluate
x −2
f (1, 2).
p
y − x2
[SOLUTION] Note that f (x, y ) = is defined whenever
x −2
y − x 2 ≥ 0 and x − 2 6= 0. Therefore the domain of f is
D = (x, y ) : y ≥ x 2 & x 6= 2
√
2−1
and f (1, 2) = = −1.
1−2
Example
Find and sketch the domain of g (x, y ) = x ln (2x − y − 2) and
evaluate g (1, −2).
D = {(x, y ) : y < 2x − 2}
Example
Consider the distance function of a point P(x, y ) from the point
Q(−1, 2) given by
q
d(x, y ) = (x + 1)2 + (y − 2)2 .
Example
Find the level curve of f (x, y ) = 100 − x 2 − y 2
(i) corresponds to f (x, y ) = 75.
(ii) passes through (10, 0).
Note Our aim is determine all points (x, y ) lying on each of the
above level curves (by describing (x, y ) via equations and
sketching them, if possible.)
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
Example
The function F (x, y , z) = max{x − y , 3y − z, |x − 2z|} provides
the maximum value among values x − y , 3y − z and |x − 2z|.
Evaluate the value of F (10, 5, 9).
[Solution]
= max{5, 6, 8} = 8.
Example
Consider the function f (x, y , z) = (x − 1)2 + y 2 + z 2 .
(a) Find the level surface corresponding to f (x, y , z) = 9.
(b) Find the level surface which passes through the point
(1, −2, 3).
f (x, y , z) = (x − 1)2 + y 2 + z 2
(x, y , z) ∈ R3 | (x − 1)2 + y 2 + z 2 = 13 .
√
It is a sphere, with radius 13 and center at (1, 0, 0).
Main instructor — Dr Duzhin Fedor, slides mostly developed
MH1811
by DrMathematics
Tan Geok Choo
2 (Division of Mathematical Sciences School of 39
Physical
/ 72
Functions of Several Variables.
Definition
Let D ⊂ Rn . A function f of n variables is a rule that assigns to
each point (x1 , x2 , ..., xn ) ∈ D a unique real number denoted by
f (x1 , x2 , ..., xn ). The set D is called the domain of f and the
range is the set of values f takes on.
Example
If a company uses n different ingredients in making a food
product, ci is the cost per unit of the i-th ingredient, then the
total cost T if xi units of i th ingredient (i = 1, 2, ..., n) is used is a
function of x1 , x2 , . . . , xn , where
n
X
T (x1 , x2 , ..., xn ) = xi ci .
i=1
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
Definition
Let f be a function of one variable defined on a domain D ⊂ R.
Let a ∈ R, we say that the limit of f (x) as x approaches a is L if
for every positive number ε > 0, there exists a corresponding
δ > 0 such that
and we write
lim f (x) = L.
x→a
lim f (x, y ) = L
(x,y )→(a,b)
Other notation:
Definition
Suppose f is a function of two variables defined on a domain D
in R2 and (a, b) ∈ R2 . We say that the limit of f (x, y ) as (x, y )
approaches (a, b) exists if there is a number L if for every real
number ε > 0, there is a corresponding real number δ > 0 such
that
and we write
lim f (x, y ) = L.
(x,y )→(a,b)
Proposition
For every integer n, where n ≥ 0, we have
lim (x n ) = an , lim (y n ) = bn .
(x,y )→(a,b) (x,y )→(a,b)
Example
(a) lim x 2 = a2 and lim y 3 = b3
(x,y )→(a,b) (x,y )→(a,b)
Theorem
If lim f (x, y ) and lim g (x, y ) exist, then
(x,y )→(a,b) (x,y )→(a,b)
Theorem
(c)
lim f (x, y )
f (x, y ) (x,y )→(a,b)
lim =
(x,y )→(a,b) g (x, y ) lim g (x, y )
(x,y )→(a,b)
2 3 2 3
= a2 +b3
lim x +y = lim x + lim y
(x,y )→(a,b) (x,y )→(a,b) (x,y )→(a,b)
2 3 2 3
= a2 b 3
lim x y = lim x lim y
(x,y )→(a,b) (x,y )→(a,b) (x,y )→(a,b)
lim x 2y 3
x 2y 3 32 (1)3
(x,y )→(3,1) 9
lim = = =
(x,y )→(3,1) x2 + y3 lim x2 + y3 32 + (1)3 10
(x,y )→(3,1)
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
Definition
Let f be a function of two variables defined in a domain D ⊂ R2 .
Then f is said to be continuous at (a, b) if
p (x, y )
(b) A rational function is a ratio of two polynomials p
q (x, y )
and q where q (x, y ) 6= 0.
x 2 + xy − 9y 2
Example: f (x, y ) = 2
, where y − x 2 6= 0.
x −y
Proposition
Polynomials and rational functions are continuous on their
respective domains.
x2 − y2
(b) The rational function f (x, y ) = is continuous
(x − 1)2 + y 2
whenever (x − 1)2 + y 2 =
6 0, i.e., (x, y ) 6= (1, 0). Thus, we
have
lim f (x, y ) = f (−1, 2)
(x,y )→(−1,2)
(−1)2 − 22 −3
= 2 2
=
(−2) + 2 8
Main instructor — Dr Duzhin Fedor, slides mostly developed
MH1811
by DrMathematics
Tan Geok Choo
2 (Division of Mathematical Sciences School of 60
Physical
/ 72
Quiz
https://forms.gle/198E2kC3ymYzuR838
1 xy -plane, xyz-space
2 Functions of 2 Variables.
4 Limits
5 Continuity
Example
x2 − x − y2
(a) lim – Not a valid path.
(x,y )→(1,0) (x − 1) + y 2
x=0
(b)
x2 − x − y2 x2 − x
lim = lim = lim x = 1
(x,y )→(1,0) (x − 1) + y 2 x→1 (x − 1) x→1
y =0
(c)
x2 − x − y2 −y 2
lim = lim = lim (−1) = −1
(x,y )→(1,0) (x − 1) + y 2 y →0 y2 y →0
x=1
Corollary
Suppose C1 and C2 are paths passing through (a, b). If
Example
x2 − x − y2
Does lim exist?
(x,y )→(1,0) (x − 1) + y 2
x2 − x − y2 x2 − x − y2
lim 6= lim .
(x,y )→(1,0) (x − 1) + y 2 (x,y )→(1,0) (x − 1) + y 2
y =0 x=1
x2 − x − y2
We conclude that the limit lim does not exist.
(x,y )→(1,0) (x − 1) + y 2
Example
Consider
2 2
2x − y
if (x, y ) 6= (0, 0)
g (x, y ) = x2 + y2
0 if (x, y ) = (0, 0)
2x 2 − y 2 2x 2 − 02 2x 2
g(x, y ) = = = =2
x2 + y2 x 2 + 02
| {z } x 2
put y =0
−→ 2 as (x, y ) −→ (0, 0)
Thus, we have
lim g(x, y ) = 2.
(x,y )→(0,0)
y =0
2x 2 − y 2 2x 2 − x 2 x2 1
lim g(x, y ) = lim 2 2
= lim 2 2
= lim 2
=
(x,y )→(0,0) x + y x→0 x + x
(x,y )→(0,0)
x=y x=y
| {z } x→0 2x 2
replace y =x
Since
lim g(x, y ) 6= lim g(x, y ),
(x,y )→(0,0) (x,y )→(0,0)
x=y y =0
2 2
2x − y
if (x, y ) 6= (0, 0)
g (x, y ) = x2 + y2
0 if (x, y ) = (0, 0)
Note that g(0, 0) = 0 but the limit lim g (x, y ) does not exist.
(x,y )→(0,0)
We conclude that g is not continuous at (0, 0).