Week 11.2E Limits and Continuity
Week 11.2E Limits and Continuity
1 Limits
Definition 1 (Formal). Let f be a function of two variables with domain D which contains
points arbitrary close to (a, b). We then say that the limit of f (x, y) as (x, y) tends to (a, b) is
L and write
lim f (x, y) = L
(x,y)→(a,b)
Another notation is
Definition 2 (Intuitively). For a function f , if the values of f (x, y) approach the number L
as (x, y) approaches (a, b) along all curves in the domain containing (a, b), then L is the limit
of f as (x, y) tends to (a, b).
Here is a sketch of a few ways how (x, y) can approach (a, b):
Recall that in the one variable case, the limit exists if and only if the two one-sided limits exists
and are equal. This intuitive definition is an expansion of that result.
1
Remark.
• Just like for one variable functions, most (all?) two variable functions we will consider, are
continuous on their domains.
• All our limit rules for one variable functions will likewise be valid for two variable functions.
Even the Squeeze Theorem will be true, but unfortunately the two variable L’Hopital’s Rule
is to technical for this course.
• For a general limit, it is always a good idea to first test the limit along a few curves. If the
limit along two curves differs, then the limit does not exist.
• Note, if the limit along a few curves are the same, it is not necessarily the case that the limit
exists! The limit could differ along curves which you have not considered.
x3 y
Example 1. Determine the limit lim , provided it exists.
(x,y)→(0,0) x4 + y 4
x3 y x3 · 0
lim = lim =0
(x,y)→(0,0) x4 + y 4 x→0 x4 + 0
The line y = x also contains the point (0, 0). To determine the limit along this curve, replace all
y’s with x and consider the limit x → 0:
x3 y x4 1
lim = lim = 2
(x,y)→(0,0) x4 + y 4 x→0 x4 + x4
Since the limit along the x axis and the line y = x differs, the limit lim f (x, y) does not
(x,y)→(0,0)
exist.
y sin x2
Example 2. For the function f (x, y) = 4 , determine the limits, if they exists.
x + y2
(a) lim√ f (x, y) (b) lim f (x, y)
(x,y)→( π,1) (x,y)→(0,0)
Solution:
√
(a) Since ( π, 1) is in the domain of f , we have
y sin x2
1 · sin(π)
lim√ 4 2
= 2 =0
(x,y)→( π,1) x + y π + 12
2
(b) Along the x axis or the line y = 0, the limit is
y sin x2 0 · sin x2
lim = lim =0
(x,y)→(0,0) x4 + y 2 x→0 x4 + 0
Since these two limits are not equal, the limit of f at (0, 0) does not exists.
and
3x2 y
Example 3. Determine lim provided it exists.
(x,y)→(0,0) x2 + y 2
Solution: If we determine the limit along a few curves, we only get the feeling that the limit
exists (and equals 0). To prove that the limit is indeed 0, we can use the Squeeze Theorem.
Notice that for (x, y) ̸= (0, 0),
x2
0 ≤ x2 ≤ x2 + y 2 =⇒ 0≤ ≤1
x2 + y 2
Multiply with 3y:
3x2 y 3x2 y
0≤ ≤ 3y if 3y is positive, 3y ≤ ≤0 if 3y is negative
x2 + y 2 x2 + y 2
Or put together
3x2 y
−3|y| ≤ ≤ 3|y|
x2 + y 2
3x2 y
lim =0
(x,y)→(0,0) x2 + y 2
3
Example 4. Determine the following limit, if it exists.
x + 2y − 3
lim
(x,y)→(1,1) x2 + 3xy + 2y 2 − 3x − 3y
Polar substitution is ideal for cases where we have terms of the form x2 + y 2 , since x2 + y 2 = r2 .
Example 5. Determine the following limit, if it exists.
4x2 + 4y 2
lim p
(x,y)→(0,0) 1 − sec x2 + y 2
4 x2 + y 2
lim f (x, y) = lim p
(x,y)→(0,0) (x,y)→(0,0) 1 − sec x2 + y 2
4r 2 0
= lim indeterminate form
r→0+ 1 − sec(r) 0
8r
= lim L’Hopital’s Rule
r→0+ − sec(r) tan(r)
8
= − lim L’Hopital’s Rule
r→0+ sec(r) · sec2 (r) + sec(r) tan(r) · tan(r)
8
=− 3 = −8
(1) + 0
4
Theorem 3. For a two variable function f ,
is 0 the limit of |f (x, y)| as (x, y) → (0, 0). And thus, according to the theorem above,
2xy sin(x + y)
lim =0
(x,y)→(0,0) x2 + y 2
So for k = 0 is f continuous on R2 .
5
2 Further exercises
Exercise 2. Determine the limits
2x + 3y + 1 x2 sin2 y
(a) lim (b) lim =0
(x,y)→(−2,1) x + y + 1 (x,y)→(0,0) x2 + 3y 2
x−y x3 + y 3
(c) lim (d) lim
(x,y)→(0,0) x2 + y 2
p
(x,y)→(1,1) y 2 + 2x + 1 − (1 + x)