Learning Outcomes
- State the conditions for continuity of a function of two variables.
- Verify the continuity of a function of two variables at a point.
- Calculate the limit of a function of three or more variables and verify the continuity of the function at a point.
In Continuity, we defined the continuity of a function of one variable and saw how it relied on the limit of a function of one variable. In particular, three conditions are necessary for f(x) to be continuous at point x=a:
- f(a) exists.
- limx→af(x) exists.
- limx→af(x)=f(a).
These three conditions are necessary for continuity of a function of two variables as well.
Definition
A function f(x, y) is continuous at a point (a, b) in its domain if the following conditions are satisfied:
- f(a, b) exists.
- lim(x, y)→(a, b)f(x, y) exists.
- lim(x, y)→(a, b)f(x, y)=f(a, b).
Example: Demonstrating Continuity for a Function of Two Variables
Show that the function f(x, y)=3x+2yx+y+1 is continuous at point (5,−3).
Show Solution
There are three conditions to be satisfied, per the definition of continuity. In this example, a=5 and b=−3.
- f(a, b) exists. This is true because the domain of the function f consists of those ordered pairs for which the denominator is nonzero (i.e., x+y+1≠0). Point (5,−3) satisfies this condition. Furthermore,
f(a, b)=f(5,−3)=3(5)+2(−3)5+(−3)+1=15−62+1=3.
- lim(x, y)→(a, b)f(x, y) exists. This is also true:
lim(x, y)→(a, b)f(x, y)=lim(x, y)→(5, −3)3x+2yx+y+1=lim(x, y)→(5, −3)(3x+2y)lim(x, y)→(5, −3)(x+y+1)=15−65−3+1=3.
- lim(x, y)→(a, b)f(x, y)=f(a, b). This is true because we have just shown that both sides of this equation equal three.
Try it
Show that the function f(x,y)=√26−2x2−y2 is continuous at point (2,−3).
Show Solution
- The domain of f contains the ordered pair (2,−3) because f(a,b)=f(2,−3)=√16−2(2)2−(−3)2=3
- lim(x,y)→(a,b)f(x,y)=3
- lim(x,y)→(a,b)f(x,y)=f(a,b)=3
Continuity of a function of any number of variables can also be defined in terms of delta and epsilon. A function of two variables is continuous at a point (x0,y0) in its domain for every ϵ>0 there exists a δ>0 such that, whenever √(x−x0)2+(y−y0)2<δ it is true, |f(x,y)−f(a,b)|<ϵ. This definition can be combined with the formal definition (that is, the epsilon-delta definition) of continuity of a function of one variable to prove the following theorems:
the sum of continuous functions is continuous
If f(x,y) is continuous at (x0,y0), and g(x,y) is continuous at (x0,y0), then f(x,y)+g(x,y) is continuous at (x0,y0).
the product of continuous functions is continuous
If g(x) is continuous at x0, and h(y) is continuous at y0, then f(x,y)=g(x)h(y) is continuous at (x0,y0).
the composition of continuous functions is continuous
Let g be a function of two variables from a domain D⊆R2 to a range R⊆R. Suppose g is continuous at some point (x0,y0)∈D and define z0=g(x0,y0). Let f be a function that maps R to R such that z0 is in the domain of f. Last, assume f is continuous at z0. Then f∘g is continuous at (x0,y0) as shown in the following figure.
Figure 1. The composition of two continuous functions is continuous.
Let’s now use the previous theorems to show continuity of functions in the following examples.
Example: More Examples of Continuity of a Function of Two Variables
Show that the functions f(x, y)=4x3y2 and g(x, y)=cos(4x3y2) are continuous everywhere.
Show Solution
The polynomials g(x)=4x3 and h(y)=y2 are continuous at every real number, and therefore by the product of continuous functions theorem, f(x, y)=4x3y2 is continuous at every point (x, y) in the xy-plane. Since f(x, y)=4x3y2 is continuous at every point (x, y) in the xy-plane and g(x)=cosx is continuous at every real number x, the continuity of the composition of functions tells us that g(x, y)=cos(4x3y2) is continuous at every point (x, y) in the xy-plane.
Try it
Show that the functions f(x, y)=2x2y3+3 and g(x, y)=(2x2y3+3)4 are continuous everywhere.
Show Solution
The polynomials g(x)=2x2 and h(y)=y3 are continuous at every real number; therefore, by the product of continuous functions theorem, f(x, y)=2x2y3 is continuous at every point (x, y) in the xy-plane. Furthermore, any constant function is continuous everywhere, so g(x, y)=3 is continuous at every point (x, y) in the xy-plane. Therefore, f(x, y)=2x2y3 is continuous at every point (x, y) in the xy-plane. Last, h(x)=x4 is continuous at every real number x, so by the continuity of composite functions theorem g(x, y)=(2x2y3+3)4 is continuous at every point (x, y) in the xy-plane.
Watch the following video to see the worked solution to the above Try It
Functions of Three or More Variables
The limit of a function of three or more variables occurs readily in applications. For example, suppose we have a function f(x, y, z) that gives the temperature at a physical location (x, y, z) in three dimensions. Or perhaps a function g(x, y, z, t) can indicate air pressure at a location (x, y, z) at time t. How can we take a limit at a point in R3? What does it mean to be continuous at a point in four dimensions?
The answers to these questions rely on extending the concept of a δ disk into more than two dimensions. Then, the ideas of the limit of a function of three or more variables and the continuity of a function of three or more variables are very similar to the definitions given earlier for a function of two variables.
Definition
Let (x0, y0, z0) be a point in R3. Then, a δ ball in three dimensions consists of all points in R3 lying at a distance of less than δ from (x0, y0, z0) – that is,
{(x, y, z)∈R3∣∣√(x−x0)2+(y−y0)2+(z−z0)2<δ}.
To define a δ ball in higher dimensions, add additional terms under the radical to correspond to each additional dimension. For example, given a point P=(w0, x0, y0, z0) in R4, a δ ball around P can be described by
{(w, x, y, z)∈R4∣∣√(w−w0)2+(x−x0)2+(y−y0)2+(z−z0)2<δ}.
To show that a limit of a function of three variables exists at a point (x0, y0, z0), it suffices to show that for any point in a δ ball centered at (x0, y0, z0), the value of the function at that point is arbitrarily close to a fixed value (the limit value). All the limit laws for functions of two variables hold for functions of more than two variables as well.
Example: Finding the Limit of a Function of Three Variables
Find lim(x, y, z)→(4, 1, −3)x2y−3z2x+5y−z.
Show Solution
Before we can apply the quotient law, we need to verify that the limit of the denominator is nonzero. Using the difference law, the identity law, and the constant law,
lim(x, y, z)→(4, 1, −3)(2x+5y−z)=2(lim(x, y, z)→(4, 1, −3)x)+5(lim(x, y, z)→(4, 1, −3)y)−(lim(x, y, z)→(4, 1, −3)z)=2(4)+5(1)−(−3)=16.
Since this is nonzero, we next find the limit of the numerator. Using the product law, difference law, constant multiple law, and identity law,
lim(x, y, z)→(4, 1, −3)(x2y−3z)=(lim(x, y, z)→(4, 1, −3)x)2(lim(x, y, z)→(4, 1, −3)y)−3lim(x, y, z)→(4, 1, −3)z=(42)(1)−3(−3)=16+9=25.
Last, applying the quotient law:
lim(x, y, z)→(4, 1, −3)x2y−3z2x+5y−z=lim(x, y, z)→(4, 1, −3)(x2y−3z)lim(x, y, z)→(4, 1, −3)(2x+5y−z)=2516.
Try it
Find lim(x, y, z)→(4, −1, 3)√13−x2−2y2+z2.
Show Solution
lim(x, y, z)→(4, −1, 3)√13−x2−2y2+z2=2
Candela Citations
CC licensed content, Original
CC licensed content, Shared previously