SlideShare a Scribd company logo
1 of 79
Multi-variable Functions
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
R3 = {all points (x, y, z)} and in general
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
R3 = {all points (x, y, z)} and in general
Rn = {(x1, x2,.., xn) where xi is a real number for
i = 1, 2,.., n}
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
R3 = {all points (x, y, z)} and in general
Rn = {(x1, x2,.., xn) where xi is a real number for
i = 1, 2,.., n}
A two-variable real valued function is a function f from
R2 to R.
We write it as f(x, y) = z where z is the output.
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
R3 = {all points (x, y, z)} and in general
Rn = {(x1, x2,.., xn) where xi is a real number for
i = 1, 2,.., n}
A two-variable real valued function is a function f from
R2 to R.
We write it as f(x, y) = z where z is the output.
A three-variable real valued function is a function
f from R3 to R.
We write it as f(x, y, z) = w where w is the output.
Multi-variable Functions
We write R2 = {(x, y)| x and y are real numbers},
R3 = {all points (x, y, z)} and in general
Rn = {(x1, x2,.., xn) where xi is a real number for
i = 1, 2,.., n}
A two-variable real valued function is a function f from
R2 to R.
We write it as f(x, y) = z where z is the output.
A three-variable real valued function is a function
f from R3 to R.
We write it as f(x, y, z) = w where w is the output.
A n-variable real valued function is a function f from
Rn to R.
We write it as f(x1,x2,..,xn) = y where y is the output.
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
                 x2 + y2
B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g.
                 x –y
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
                 x2 + y2
B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g.
                 x –y
                                 22
Set x = 0, y = 2, then g(0, 2) = 2 = -1
                                –2
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
                 x2 + y2
B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g.
                 x –y
                                 22
Set x = 0, y = 2, then g(0, 2) = 2 = -1
                                –2
The domain consists of
all points (x, y) in R2 except
x2 – y2 = 0,
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
                 x2 + y2
B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g.
                 x –y
                                 22
Set x = 0, y = 2, then g(0, 2) = 2 = -1
                                –2
The domain consists of
all points (x, y) in R2 except
x2 – y2 = 0, or (x + y)(x – y) = 0
i.e. y = -x, or y = x
Multi-variable Functions
Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the
domain of f.

Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
The domain is all of R2.
                 x2 + y2
B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g.
                 x –y
                                 22
Set x = 0, y = 2, then g(0, 2) = 2 = -1
                                –2                y=x
The domain consists of
all points (x, y) in R2 except
x2 – y2 = 0, or (x + y)(x – y) = 0
i.e. y = -x, or y = x                                 y=-x
Multi-variable Functions
Usually the graph of z = f(x, y) is a surface in 3D
space. We may visualize the surface by the level
curves of the surface.
Multi-variable Functions
Usually the graph of z = f(x, y) is a surface in 3D
space. We may visualize the surface by the level
curves of the surface.
The level curves are the same as "contour lines" on a
topographical map. For example:
Multi-variable Functions
Usually the graph of z = f(x, y) is a surface in 3D
space. We may visualize the surface by the level
curves of the surface.
The level curves are the same as "contour lines" on a
topographical map. For example:
             y                             z

                 z=4                z=4
                                y   z=2
                 z=2
                        x                               x
                 z=0               z=0

                                    z=-2
                 z=-2
                                    z=-4
                 z=-4
Multi-variable Functions
For example, the contour lines of a circular bowl:




             z=0

                   z=4
                    z=8
                    z=10
Multi-variable Functions
For example, the contour lines of a circular bowl:


                                           z=10


             z=0                           z=8

                   z=4
                                
                                             z=4
                    z=8
                    z=10                             z=0
Multi-variable Functions
For example, the contour lines of a circular bowl:


                                           z=10


             z=0                           z=8

                    z=4
                                
                                             z=4
                     z=8
                     z=10                            z=0

For example, the contour lines of a circular dome:




             z=10
                    z=8
                     z=4
                     z=0
Multi-variable Functions
For example, the contour lines of a circular bowl:


                                           z=10


             z=0                           z=8

                    z=4
                                
                                             z=4
                     z=8
                     z=10                            z=0

For example, the contour lines of a circular dome:
                                                      z=10

                                            z=8

             z=10                           z=4
                    z=8
                                
                                            z=0
                     z=4
                     z=0                                     y
                                              x
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                       x2   y2
Example: z = f(x, y) =    +
                       4    9
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                       x2   y2
Example: z = f(x, y) =    +
                       4    9
Set z as constants.
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                         x2    y2
Example: z = f(x, y) =      +
                         4     9
Set z as constants.
When z is negative, there is no graph.
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +
                            4     9
Set z as constants.
When z is negative, there is no graph.
If z = 0, the ellipses collapses to a point.
If z>0, we get ellipses:
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +
                            4     9
Set z as constants.
When z is negative, there is no graph.
If z = 0, the ellipses collapses to a point.
If z>0, we get ellipses:
         x2 + y2
z=1: 1 =            , with axes 2 and 3.
         4    9
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +                      z
                            4     9
Set z as constants.
When z is negative, there is no graph.
If z = 0, the ellipses collapses to a point.
If z>0, we get ellipses:                              2   3
                                                              y
z=1: 1 = x + y
           2     2
                     , with axes 2 and 3.
          4      9

                                                  x
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +                      z
                            4     9
Set z as constants.
When z is negative, there is no graph.
                                                          6
If z = 0, the ellipses collapses to a point.          4
If z>0, we get ellipses:                              2   3
                                                              y
z=1: 1 = x + y
           2     2
                     , with axes 2 and 3.
          4    9
          x + y2
           2
z=4: 1 = 16   36
                     , with axes 4 and 6.
                                                  x
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +                      z
                            4     9
Set z as constants.
When z is negative, there is no graph.
                                                          6
If z = 0, the ellipses collapses to a point.          4
If z>0, we get ellipses:                              2   3
                                                              y
z=1: 1 = x + y
           2     2
                     , with axes 2 and 3.
          4    9
          x + y2
           2
z=4: 1 = 16   36
                     , with axes 4 and 6.
                                                  x
The greater the z is the larger the ellipse is.
Multi-variable Functions
To obtain level curves, set z to different constants c and
plot the 2D graphs of the resulting equations in x&y in
the planes z = c.
                            x2    y2
Example: z = f(x, y) =         +                      z
                            4     9
Set z as constants.
When z is negative, there is no graph.
                                                          6
If z = 0, the ellipses collapses to a point.          4
If z>0, we get ellipses:                              2   3
                                                                  y
z=1: 1 = x + y
           2     2
                     , with axes 2 and 3.
          4    9
          x + y2
           2
z=4: 1 = 16   36
                     , with axes 4 and 6.
                                                  x
The greater the z is the larger the ellipse is.
Set x = 0, get parabola as the outline of the stacked ellipses.
Multi-variable Functions
We get the elliptical parabloid.




                              y



                 x
Multi-variable Functions
Example: z = x2 – y2
Multi-variable Functions
Example: z = x2 – y2

Set z = 1, 4, we get the
equations: x2 – y2 = 1,
            x2 – y2 = 4
which are hyperbolas
open in the x direction.
Multi-variable Functions
Example: z = x2 – y2

Set z = 1, 4, we get the              y

equations: x2 – y2 = 1,
            x2 – y2 = 4
which are hyperbolas
open in the x direction.        z=1       z=1
                           -2    -1       1     2   x
Multi-variable Functions
Example: z = x2 – y2

Set z = 1, 4, we get the                y

equations: x2 – y2 = 1,
            x2 – y2 = 4
which are hyperbolas
open in the x direction.   z=4
                                  z=1       z=1
                                                      z=4

                             -2    -1       1     2         x
Multi-variable Functions
Example: z = x2 – y2

Set z = 1, 4, we get the                  y
equations: x2 – y2 = 1,
            x2 – y2 = 4
which are hyperbolas
open in the x direction.     z=4
                                    z=1       z=1
                                                         z=4

                               -2    -1       1      2         x
Set z = -1, -4, we get the                z=-1
equations: y2 – x2 =1,
                                              z=-4
             y2 – x2 =4
which are hyperbolas
open in the y direction.
Multi-variable Functions

                          z

                              y




                                         x




                                         z = x2 – y2

We get the saddle with the origin as a saddle point.
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x +y
                     2   2


lines then sketch its graph.
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x +y
                     2   2


lines then sketch its graph.
z has to be positive, and x2 + y2 = 1 .
                                    z
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x +y
                     2   2


lines then sketch its graph.
z has to be positive, and x2 + y2 = 1 .
                                    z
Select z=1/9, ¼, 1, 4, 9, we get -
Multi-variable Functions
                         1
Example: Let z =             , construct some contour
                      x +y
                       2   2


lines then sketch its graph.
z has to be positive, and x2 + y2 = 1 .
                                    z
Select z=1/9, ¼, 1, 4, 9, we get -

z =1/9: x2 + y2 = 9
z =1/4: x2 + y2 = 4
z =1: x2 + y2 = 1
z =4: x2 + y2 = 1/4
z =9: x2 + y2 = 1/9
Multi-variable Functions
                         1
Example: Let z =             , construct some contour
                      x +y
                       2   2


lines then sketch its graph.
z has to be positive, and x2 + y2 = 1 .
                                    z
Select z=1/9, ¼, 1, 4, 9, we get -

z =1/9: x2 + y2 = 9
z =1/4: x2 + y2 = 4
z =1: x2 + y2 = 1
z =4: x2 + y2 = 1/4
z =9: x2 + y2 = 1/9
Multi-variable Functions
We get the following surface:




                                     1
                                Z= 2
                                   x + y2
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x –y
                     2   2


lines then sketch its graph.
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x –y
                     2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x –y
                     2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0

                                        y




                                                      x
Multi-variable Functions
                       1
Example: Let z =           , construct some contour
                    x –y
                     2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
z may be any number except 0.
Multi-variable Functions
                          1
Example: Let z =              , construct some contour
                       x –y
                        2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
z may be any number except 0.
                                         y
Select z= -1, -¼, ¼ , 1
z =1: x2 – y2 = 1
z =1/4 : x2 – y2 = 4
                                                         x
Multi-variable Functions
                          1
Example: Let z =              , construct some contour
                       x –y
                        2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
z may be any number except 0.
                                                y
Select z= -1, -¼, ¼ , 1
z =1: x2 – y2 = 1
z =1/4 : x2 – y2 = 4              z=1/4                   z=1/4
                                          z=1       z=1
                                    -2    -1        1     2       x
Multi-variable Functions
                           1
Example: Let z =               , construct some contour
                        x –y
                         2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
z may be any number except 0.
                                                 y
Select z= -1, -¼, ¼ , 1
z =1: x2 – y2 = 1
z =1/4 : x2 – y2 = 4               z=1/4                   z=1/4
                                           z=1       z=1
z =-1/4 : y2 – x2 = 4                -2    -1        1     2       x


z =-1 : y2 – x2 = 1
Multi-variable Functions
                           1
Example: Let z =               , construct some contour
                        x –y
                         2   2


lines then sketch its graph.
The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
z may be any number except 0.
                                                 y
Select z= -1, -¼, ¼ , 1
z =1: x2 – y2 = 1
z =1/4 : x2 – y2 = 4               z=1/4                      z=1/4
                                           z=1       z=1
z =-1/4 : y2 – x2 = 4                -2    -1        1     2          x
                                                 z=-1
z =-1 : y2 – x2 = 1                                  z=-1/4
Multi-variable Functions
We get the following surface:
                       z


                                   y




                                       x



                                     1
                                Z= 2
                                   x – y2
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Example: Let w = f(x, y, z) = x2 + y2 + z2,
sketch the level surfaces for w = 1, 4, and 9
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Example: Let w = f(x, y, z) = x2 + y2 + z2,
sketch the level surfaces for w = 1, 4, and 9
These surfaces are spheres:
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Example: Let w = f(x, y, z) = x2 + y2 + z2,
sketch the level surfaces for w = 1, 4, and 9
These surfaces are spheres:
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Example: Let w = f(x, y, z) = x2 + y2 + z2,
sketch the level surfaces for w = 1, 4, and 9
These surfaces are spheres:
Multi-variable Functions
For a function of three variables w = f(x, y, z),
we may set w to constants to get the level surfaces.
Example: Let w = f(x, y, z) = x2 + y2 + z2,
sketch the level surfaces for w = 1, 4, and 9
These surfaces are spheres:
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
 Example:
         -1, for x < 0
f(x) =
         1, for x > 0
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
 Example:
         -1, for x < 0
f(x) =
         1, for x > 0
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
 Example:
         -1, for x < 0
f(x) =
         1, for x > 0
  lim f(x) = -1,                         lim f(x) = 1,
  x0-                                   x0+
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
 Example:
         -1, for x < 0
f(x) =
         1, for x > 0
  lim f(x) = -1,                         lim f(x) = 1,
  x0-                                   x0+



Therefore lim f(x) doesn't exist as x0.
Limits of Multi-variable Functions
For real valued function f(x), we could have the right
hand limit (as xa+) different from and left hand limit
(as xa-) hence the limit fails to exist, as xa .
 Example:
         -1, for x < 0
f(x) =
         1, for x > 0
  lim f(x) = -1,                             lim f(x) = 1,
  x0-                                       x0+



Therefore lim f(x) doesn't exist as x0.
In fact, the limit exists if and only if the right and left
hand limits for function of one variable f(x).
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".           C


                                                   (x, y)
                                                               (a, b)

                                                            (x, y)  (a, b)
                                                            along C.
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".           C
We use this notation to talk about limits of f(x, y).
                                                        (x, y)
                                                                    (a, b)

                                                                 (x, y)  (a, b)
                                                                 along C.
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".           C
We use this notation to talk about limits of f(x, y).
Example: A. Let C be the path y = 2x         (x, y)
                                                        (a, b)
and (0,0) be a point on C. Let f(x, y) = y/x.       (x, y)  (a, b)
Find lim f(x, y) as (x, y)  (0, 0) along C.        along C.
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".           C
We use this notation to talk about limits of f(x, y).
Example: A. Let C be the path y = 2x         (x, y)
                                                        (a, b)
and (0,0) be a point on C. Let f(x, y) = y/x.       (x, y)  (a, b)
Find lim f(x, y) as (x, y)  (0, 0) along C.        along C.

f(x, y) = 2x/x = 2 for (x, y) along the curve y = 2x.
Limits of Multi-variable Functions
In 2D, there are infinitely many "sides" to a point (a, b).
To clarify the meaning of "(x, y) approches (a, b)", we specify
the path (x, y) takes.

Let C be a path containing (a, b), if (x, y) approches (a, b) while
staying on the path C, then we say "(x, y) approaches (a, b)
along C" and its written as "(x, y)(a, b) along C".           C
We use this notation to talk about limits of f(x, y).
Example: A. Let C be the path y = 2x         (x, y)
                                                        (a, b)
and (0,0) be a point on C. Let f(x, y) = y/x.       (x, y)  (a, b)
Find lim f(x, y) as (x, y)  (0, 0) along C.        along C.

f(x, y) = 2x/x = 2 for (x, y) along the curve y = 2x.
Hence lim f(x, y) = lim 2 = 2 as (x, y)  (0, 0) along C.
Note that if C is y = 3x then the answer is 3.
Limits of Multi-variable Functions
Definition of Limits for f(x, y):
We say lim f(x,y) = L as (x, y)(a, b)
if and only if that
for all continuous curves C, we get lim f(x,y) = L
as (x, y)(a, b) along C,.
Limits of Multi-variable Functions
Definition of Limits for f(x, y):
We say lim f(x,y) = L as (x, y)(a, b)
if and only if that
for all continuous curves C, we get lim f(x,y) = L
as (x, y)(a, b) along C,.
Theorem: If f(x, y) is an elementary function and
(a, b) is in the domain of f(x, y), then
lim f(x, y) = f(a, b) as (x, y)  (a, b).
Limits of Multi-variable Functions
Definition of Limits for f(x, y):
We say lim f(x,y) = L as (x, y)(a, b)
if and only if that
for all continuous curves C, we get lim f(x,y) = L
as (x, y)(a, b) along C,.
Theorem: If f(x, y) is an elementary function and
(a, b) is in the domain of f(x, y), then
lim f(x, y) = f(a, b) as (x, y)  (a, b).
                   x2+y2
Example: lim e             =1
         (x, y)(0,0)
Limits of Multi-variable Functions
Definition of Limits for f(x, y):
We say lim f(x,y) = L as (x, y)(a, b)
if and only if that
for all continuous curves C, we get lim f(x,y) = L
as (x, y)(a, b) along C,.
Theorem: If f(x, y) is an elementary function and
(a, b) is in the domain of f(x, y), then
lim f(x, y) = f(a, b) as (x, y)  (a, b).
                      x2+y2
Example: lim e                =1
         (x, y)(0,0)

                      x4 – y4
Example: lim
       (x, y)(0,0)   x2+y2
Limits of Multi-variable Functions
Definition of Limits for f(x, y):
We say lim f(x,y) = L as (x, y)(a, b)
if and only if that
for all continuous curves C, we get lim f(x,y) = L
as (x, y)(a, b) along C,.
Theorem: If f(x, y) is an elementary function and
(a, b) is in the domain of f(x, y), then
lim f(x, y) = f(a, b) as (x, y)  (a, b).
                      x2+y2
Example: lim e                =1
         (x, y)(0,0)

                      x4 – y4
Example: lim                      = lim x2 – y2 = 0
       (x, y)(0,0)   x +y
                        2     2
                                  (x, y)(0,0)

More Related Content

What's hot

3.5 extrema and the second derivative
3.5 extrema and the second derivative3.5 extrema and the second derivative
3.5 extrema and the second derivative
math265
 
5.4 more areas
5.4 more areas5.4 more areas
5.4 more areas
math265
 
16 partial derivatives
16 partial derivatives16 partial derivatives
16 partial derivatives
math267
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functions
math267
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
math267
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integrals
math267
 
1.7 derivative
1.7 derivative1.7 derivative
1.7 derivative
math265
 
29 conservative fields potential functions
29 conservative fields potential functions29 conservative fields potential functions
29 conservative fields potential functions
math267
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
math123c
 
5 parametric equations, tangents and curve lengths in polar coordinates
5 parametric equations, tangents and curve lengths in polar coordinates5 parametric equations, tangents and curve lengths in polar coordinates
5 parametric equations, tangents and curve lengths in polar coordinates
math267
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functions
math260
 
9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross product
math267
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rule
math267
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integrals
math267
 
19 min max-saddle-points
19 min max-saddle-points19 min max-saddle-points
19 min max-saddle-points
math267
 
22 double integrals
22 double integrals22 double integrals
22 double integrals
math267
 
4 areas in polar coordinates
4 areas in polar coordinates4 areas in polar coordinates
4 areas in polar coordinates
math267
 

What's hot (18)

3.5 extrema and the second derivative
3.5 extrema and the second derivative3.5 extrema and the second derivative
3.5 extrema and the second derivative
 
5.4 more areas
5.4 more areas5.4 more areas
5.4 more areas
 
16 partial derivatives
16 partial derivatives16 partial derivatives
16 partial derivatives
 
12.5. vector valued functions
12.5. vector valued functions12.5. vector valued functions
12.5. vector valued functions
 
24 double integral over polar coordinate
24 double integral over polar coordinate24 double integral over polar coordinate
24 double integral over polar coordinate
 
28 work and line integrals
28 work and line integrals28 work and line integrals
28 work and line integrals
 
1.7 derivative
1.7 derivative1.7 derivative
1.7 derivative
 
29 conservative fields potential functions
29 conservative fields potential functions29 conservative fields potential functions
29 conservative fields potential functions
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
 
5 parametric equations, tangents and curve lengths in polar coordinates
5 parametric equations, tangents and curve lengths in polar coordinates5 parametric equations, tangents and curve lengths in polar coordinates
5 parametric equations, tangents and curve lengths in polar coordinates
 
t5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functionst5 graphs of trig functions and inverse trig functions
t5 graphs of trig functions and inverse trig functions
 
9 determinant and cross product
9 determinant and cross product9 determinant and cross product
9 determinant and cross product
 
1 3 d coordinate system
1 3 d coordinate system1 3 d coordinate system
1 3 d coordinate system
 
20 the chain rule
20 the chain rule20 the chain rule
20 the chain rule
 
26 triple integrals
26 triple integrals26 triple integrals
26 triple integrals
 
19 min max-saddle-points
19 min max-saddle-points19 min max-saddle-points
19 min max-saddle-points
 
22 double integrals
22 double integrals22 double integrals
22 double integrals
 
4 areas in polar coordinates
4 areas in polar coordinates4 areas in polar coordinates
4 areas in polar coordinates
 

Similar to 15 multi variable functions

Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
neenos
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
Maria
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
Maria
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
RyanWatt
 
Complex analysis and differential equation
Complex analysis and differential equationComplex analysis and differential equation
Complex analysis and differential equation
Springer
 

Similar to 15 multi variable functions (20)

Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
Notes up to_ch7_sec3
Notes up to_ch7_sec3Notes up to_ch7_sec3
Notes up to_ch7_sec3
 
Functions of several variables.pdf
Functions of several variables.pdfFunctions of several variables.pdf
Functions of several variables.pdf
 
03 convexfunctions
03 convexfunctions03 convexfunctions
03 convexfunctions
 
Calculusseveralvariables.ppt
Calculusseveralvariables.pptCalculusseveralvariables.ppt
Calculusseveralvariables.ppt
 
functions limits and continuity
functions limits and continuityfunctions limits and continuity
functions limits and continuity
 
Maths chapter wise Important questions
Maths chapter wise Important questionsMaths chapter wise Important questions
Maths chapter wise Important questions
 
Functions limits and continuity
Functions limits and continuityFunctions limits and continuity
Functions limits and continuity
 
Functions
FunctionsFunctions
Functions
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
 
3rd period review withanswers
3rd period review withanswers3rd period review withanswers
3rd period review withanswers
 
Mac331 complex analysis_mfa_week6_16-10-20 (1)
Mac331 complex analysis_mfa_week6_16-10-20 (1)Mac331 complex analysis_mfa_week6_16-10-20 (1)
Mac331 complex analysis_mfa_week6_16-10-20 (1)
 
F.Komposisi
F.KomposisiF.Komposisi
F.Komposisi
 
Tcu12 crc multi
Tcu12 crc multiTcu12 crc multi
Tcu12 crc multi
 
Lesson 5: Functions and surfaces
Lesson 5: Functions and surfacesLesson 5: Functions and surfaces
Lesson 5: Functions and surfaces
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Engg. mathematics iii
Engg. mathematics iiiEngg. mathematics iii
Engg. mathematics iii
 
Complex analysis and differential equation
Complex analysis and differential equationComplex analysis and differential equation
Complex analysis and differential equation
 
Unit1
Unit1Unit1
Unit1
 

Recently uploaded

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Recently uploaded (20)

CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
JavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate GuideJavaScript Usage Statistics 2024 - The Ultimate Guide
JavaScript Usage Statistics 2024 - The Ultimate Guide
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 

15 multi variable functions

  • 2. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers},
  • 3. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers}, R3 = {all points (x, y, z)} and in general
  • 4. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers}, R3 = {all points (x, y, z)} and in general Rn = {(x1, x2,.., xn) where xi is a real number for i = 1, 2,.., n}
  • 5. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers}, R3 = {all points (x, y, z)} and in general Rn = {(x1, x2,.., xn) where xi is a real number for i = 1, 2,.., n} A two-variable real valued function is a function f from R2 to R. We write it as f(x, y) = z where z is the output.
  • 6. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers}, R3 = {all points (x, y, z)} and in general Rn = {(x1, x2,.., xn) where xi is a real number for i = 1, 2,.., n} A two-variable real valued function is a function f from R2 to R. We write it as f(x, y) = z where z is the output. A three-variable real valued function is a function f from R3 to R. We write it as f(x, y, z) = w where w is the output.
  • 7. Multi-variable Functions We write R2 = {(x, y)| x and y are real numbers}, R3 = {all points (x, y, z)} and in general Rn = {(x1, x2,.., xn) where xi is a real number for i = 1, 2,.., n} A two-variable real valued function is a function f from R2 to R. We write it as f(x, y) = z where z is the output. A three-variable real valued function is a function f from R3 to R. We write it as f(x, y, z) = w where w is the output. A n-variable real valued function is a function f from Rn to R. We write it as f(x1,x2,..,xn) = y where y is the output.
  • 8. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f.
  • 9. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2
  • 10. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5.
  • 11. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2.
  • 12. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2. x2 + y2 B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g. x –y
  • 13. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2. x2 + y2 B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g. x –y 22 Set x = 0, y = 2, then g(0, 2) = 2 = -1 –2
  • 14. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2. x2 + y2 B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g. x –y 22 Set x = 0, y = 2, then g(0, 2) = 2 = -1 –2 The domain consists of all points (x, y) in R2 except x2 – y2 = 0,
  • 15. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2. x2 + y2 B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g. x –y 22 Set x = 0, y = 2, then g(0, 2) = 2 = -1 –2 The domain consists of all points (x, y) in R2 except x2 – y2 = 0, or (x + y)(x – y) = 0 i.e. y = -x, or y = x
  • 16. Multi-variable Functions Example: A. Let f(x, y) = x2 – y2, find f(3, -2) and the domain of f. Set x = 3, y = -2, then f(3, -2) = 32 – (-2)2 = 9 – 4 = 5. The domain is all of R2. x2 + y2 B. Let g(x, y) = 2 2 , find g(0, 2) and the domain of g. x –y 22 Set x = 0, y = 2, then g(0, 2) = 2 = -1 –2 y=x The domain consists of all points (x, y) in R2 except x2 – y2 = 0, or (x + y)(x – y) = 0 i.e. y = -x, or y = x y=-x
  • 17. Multi-variable Functions Usually the graph of z = f(x, y) is a surface in 3D space. We may visualize the surface by the level curves of the surface.
  • 18. Multi-variable Functions Usually the graph of z = f(x, y) is a surface in 3D space. We may visualize the surface by the level curves of the surface. The level curves are the same as "contour lines" on a topographical map. For example:
  • 19. Multi-variable Functions Usually the graph of z = f(x, y) is a surface in 3D space. We may visualize the surface by the level curves of the surface. The level curves are the same as "contour lines" on a topographical map. For example: y z z=4 z=4 y z=2 z=2 x x z=0  z=0 z=-2 z=-2 z=-4 z=-4
  • 20. Multi-variable Functions For example, the contour lines of a circular bowl: z=0 z=4 z=8 z=10
  • 21. Multi-variable Functions For example, the contour lines of a circular bowl: z=10 z=0 z=8 z=4  z=4 z=8 z=10 z=0
  • 22. Multi-variable Functions For example, the contour lines of a circular bowl: z=10 z=0 z=8 z=4  z=4 z=8 z=10 z=0 For example, the contour lines of a circular dome: z=10 z=8 z=4 z=0
  • 23. Multi-variable Functions For example, the contour lines of a circular bowl: z=10 z=0 z=8 z=4  z=4 z=8 z=10 z=0 For example, the contour lines of a circular dome: z=10 z=8 z=10 z=4 z=8  z=0 z=4 z=0 y x
  • 24. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c.
  • 25. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + 4 9
  • 26. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + 4 9 Set z as constants.
  • 27. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + 4 9 Set z as constants. When z is negative, there is no graph.
  • 28. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + 4 9 Set z as constants. When z is negative, there is no graph. If z = 0, the ellipses collapses to a point. If z>0, we get ellipses:
  • 29. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + 4 9 Set z as constants. When z is negative, there is no graph. If z = 0, the ellipses collapses to a point. If z>0, we get ellipses: x2 + y2 z=1: 1 = , with axes 2 and 3. 4 9
  • 30. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + z 4 9 Set z as constants. When z is negative, there is no graph. If z = 0, the ellipses collapses to a point. If z>0, we get ellipses: 2 3 y z=1: 1 = x + y 2 2 , with axes 2 and 3. 4 9 x
  • 31. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + z 4 9 Set z as constants. When z is negative, there is no graph. 6 If z = 0, the ellipses collapses to a point. 4 If z>0, we get ellipses: 2 3 y z=1: 1 = x + y 2 2 , with axes 2 and 3. 4 9 x + y2 2 z=4: 1 = 16 36 , with axes 4 and 6. x
  • 32. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + z 4 9 Set z as constants. When z is negative, there is no graph. 6 If z = 0, the ellipses collapses to a point. 4 If z>0, we get ellipses: 2 3 y z=1: 1 = x + y 2 2 , with axes 2 and 3. 4 9 x + y2 2 z=4: 1 = 16 36 , with axes 4 and 6. x The greater the z is the larger the ellipse is.
  • 33. Multi-variable Functions To obtain level curves, set z to different constants c and plot the 2D graphs of the resulting equations in x&y in the planes z = c. x2 y2 Example: z = f(x, y) = + z 4 9 Set z as constants. When z is negative, there is no graph. 6 If z = 0, the ellipses collapses to a point. 4 If z>0, we get ellipses: 2 3 y z=1: 1 = x + y 2 2 , with axes 2 and 3. 4 9 x + y2 2 z=4: 1 = 16 36 , with axes 4 and 6. x The greater the z is the larger the ellipse is. Set x = 0, get parabola as the outline of the stacked ellipses.
  • 34. Multi-variable Functions We get the elliptical parabloid. y x
  • 36. Multi-variable Functions Example: z = x2 – y2 Set z = 1, 4, we get the equations: x2 – y2 = 1, x2 – y2 = 4 which are hyperbolas open in the x direction.
  • 37. Multi-variable Functions Example: z = x2 – y2 Set z = 1, 4, we get the y equations: x2 – y2 = 1, x2 – y2 = 4 which are hyperbolas open in the x direction. z=1 z=1 -2 -1 1 2 x
  • 38. Multi-variable Functions Example: z = x2 – y2 Set z = 1, 4, we get the y equations: x2 – y2 = 1, x2 – y2 = 4 which are hyperbolas open in the x direction. z=4 z=1 z=1 z=4 -2 -1 1 2 x
  • 39. Multi-variable Functions Example: z = x2 – y2 Set z = 1, 4, we get the y equations: x2 – y2 = 1, x2 – y2 = 4 which are hyperbolas open in the x direction. z=4 z=1 z=1 z=4 -2 -1 1 2 x Set z = -1, -4, we get the z=-1 equations: y2 – x2 =1, z=-4 y2 – x2 =4 which are hyperbolas open in the y direction.
  • 40. Multi-variable Functions z y x z = x2 – y2 We get the saddle with the origin as a saddle point.
  • 41. Multi-variable Functions 1 Example: Let z = , construct some contour x +y 2 2 lines then sketch its graph.
  • 42. Multi-variable Functions 1 Example: Let z = , construct some contour x +y 2 2 lines then sketch its graph. z has to be positive, and x2 + y2 = 1 . z
  • 43. Multi-variable Functions 1 Example: Let z = , construct some contour x +y 2 2 lines then sketch its graph. z has to be positive, and x2 + y2 = 1 . z Select z=1/9, ¼, 1, 4, 9, we get -
  • 44. Multi-variable Functions 1 Example: Let z = , construct some contour x +y 2 2 lines then sketch its graph. z has to be positive, and x2 + y2 = 1 . z Select z=1/9, ¼, 1, 4, 9, we get - z =1/9: x2 + y2 = 9 z =1/4: x2 + y2 = 4 z =1: x2 + y2 = 1 z =4: x2 + y2 = 1/4 z =9: x2 + y2 = 1/9
  • 45. Multi-variable Functions 1 Example: Let z = , construct some contour x +y 2 2 lines then sketch its graph. z has to be positive, and x2 + y2 = 1 . z Select z=1/9, ¼, 1, 4, 9, we get - z =1/9: x2 + y2 = 9 z =1/4: x2 + y2 = 4 z =1: x2 + y2 = 1 z =4: x2 + y2 = 1/4 z =9: x2 + y2 = 1/9
  • 46. Multi-variable Functions We get the following surface: 1 Z= 2 x + y2
  • 47. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph.
  • 48. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0
  • 49. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 y x
  • 50. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 z may be any number except 0.
  • 51. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 z may be any number except 0. y Select z= -1, -¼, ¼ , 1 z =1: x2 – y2 = 1 z =1/4 : x2 – y2 = 4 x
  • 52. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 z may be any number except 0. y Select z= -1, -¼, ¼ , 1 z =1: x2 – y2 = 1 z =1/4 : x2 – y2 = 4 z=1/4 z=1/4 z=1 z=1 -2 -1 1 2 x
  • 53. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 z may be any number except 0. y Select z= -1, -¼, ¼ , 1 z =1: x2 – y2 = 1 z =1/4 : x2 – y2 = 4 z=1/4 z=1/4 z=1 z=1 z =-1/4 : y2 – x2 = 4 -2 -1 1 2 x z =-1 : y2 – x2 = 1
  • 54. Multi-variable Functions 1 Example: Let z = , construct some contour x –y 2 2 lines then sketch its graph. The domain is x2 – y2 = 0 i.e (x – y)(x + y) = 0 z may be any number except 0. y Select z= -1, -¼, ¼ , 1 z =1: x2 – y2 = 1 z =1/4 : x2 – y2 = 4 z=1/4 z=1/4 z=1 z=1 z =-1/4 : y2 – x2 = 4 -2 -1 1 2 x z=-1 z =-1 : y2 – x2 = 1 z=-1/4
  • 55. Multi-variable Functions We get the following surface: z y x 1 Z= 2 x – y2
  • 56. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces.
  • 57. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces. Example: Let w = f(x, y, z) = x2 + y2 + z2, sketch the level surfaces for w = 1, 4, and 9
  • 58. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces. Example: Let w = f(x, y, z) = x2 + y2 + z2, sketch the level surfaces for w = 1, 4, and 9 These surfaces are spheres:
  • 59. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces. Example: Let w = f(x, y, z) = x2 + y2 + z2, sketch the level surfaces for w = 1, 4, and 9 These surfaces are spheres:
  • 60. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces. Example: Let w = f(x, y, z) = x2 + y2 + z2, sketch the level surfaces for w = 1, 4, and 9 These surfaces are spheres:
  • 61. Multi-variable Functions For a function of three variables w = f(x, y, z), we may set w to constants to get the level surfaces. Example: Let w = f(x, y, z) = x2 + y2 + z2, sketch the level surfaces for w = 1, 4, and 9 These surfaces are spheres:
  • 62. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa .
  • 63. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa . Example: -1, for x < 0 f(x) = 1, for x > 0
  • 64. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa . Example: -1, for x < 0 f(x) = 1, for x > 0
  • 65. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa . Example: -1, for x < 0 f(x) = 1, for x > 0 lim f(x) = -1, lim f(x) = 1, x0- x0+
  • 66. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa . Example: -1, for x < 0 f(x) = 1, for x > 0 lim f(x) = -1, lim f(x) = 1, x0- x0+ Therefore lim f(x) doesn't exist as x0.
  • 67. Limits of Multi-variable Functions For real valued function f(x), we could have the right hand limit (as xa+) different from and left hand limit (as xa-) hence the limit fails to exist, as xa . Example: -1, for x < 0 f(x) = 1, for x > 0 lim f(x) = -1, lim f(x) = 1, x0- x0+ Therefore lim f(x) doesn't exist as x0. In fact, the limit exists if and only if the right and left hand limits for function of one variable f(x).
  • 68. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes.
  • 69. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C".
  • 70. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C". C (x, y) (a, b) (x, y)  (a, b) along C.
  • 71. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C". C We use this notation to talk about limits of f(x, y). (x, y) (a, b) (x, y)  (a, b) along C.
  • 72. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C". C We use this notation to talk about limits of f(x, y). Example: A. Let C be the path y = 2x (x, y) (a, b) and (0,0) be a point on C. Let f(x, y) = y/x. (x, y)  (a, b) Find lim f(x, y) as (x, y)  (0, 0) along C. along C.
  • 73. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C". C We use this notation to talk about limits of f(x, y). Example: A. Let C be the path y = 2x (x, y) (a, b) and (0,0) be a point on C. Let f(x, y) = y/x. (x, y)  (a, b) Find lim f(x, y) as (x, y)  (0, 0) along C. along C. f(x, y) = 2x/x = 2 for (x, y) along the curve y = 2x.
  • 74. Limits of Multi-variable Functions In 2D, there are infinitely many "sides" to a point (a, b). To clarify the meaning of "(x, y) approches (a, b)", we specify the path (x, y) takes. Let C be a path containing (a, b), if (x, y) approches (a, b) while staying on the path C, then we say "(x, y) approaches (a, b) along C" and its written as "(x, y)(a, b) along C". C We use this notation to talk about limits of f(x, y). Example: A. Let C be the path y = 2x (x, y) (a, b) and (0,0) be a point on C. Let f(x, y) = y/x. (x, y)  (a, b) Find lim f(x, y) as (x, y)  (0, 0) along C. along C. f(x, y) = 2x/x = 2 for (x, y) along the curve y = 2x. Hence lim f(x, y) = lim 2 = 2 as (x, y)  (0, 0) along C. Note that if C is y = 3x then the answer is 3.
  • 75. Limits of Multi-variable Functions Definition of Limits for f(x, y): We say lim f(x,y) = L as (x, y)(a, b) if and only if that for all continuous curves C, we get lim f(x,y) = L as (x, y)(a, b) along C,.
  • 76. Limits of Multi-variable Functions Definition of Limits for f(x, y): We say lim f(x,y) = L as (x, y)(a, b) if and only if that for all continuous curves C, we get lim f(x,y) = L as (x, y)(a, b) along C,. Theorem: If f(x, y) is an elementary function and (a, b) is in the domain of f(x, y), then lim f(x, y) = f(a, b) as (x, y)  (a, b).
  • 77. Limits of Multi-variable Functions Definition of Limits for f(x, y): We say lim f(x,y) = L as (x, y)(a, b) if and only if that for all continuous curves C, we get lim f(x,y) = L as (x, y)(a, b) along C,. Theorem: If f(x, y) is an elementary function and (a, b) is in the domain of f(x, y), then lim f(x, y) = f(a, b) as (x, y)  (a, b). x2+y2 Example: lim e =1 (x, y)(0,0)
  • 78. Limits of Multi-variable Functions Definition of Limits for f(x, y): We say lim f(x,y) = L as (x, y)(a, b) if and only if that for all continuous curves C, we get lim f(x,y) = L as (x, y)(a, b) along C,. Theorem: If f(x, y) is an elementary function and (a, b) is in the domain of f(x, y), then lim f(x, y) = f(a, b) as (x, y)  (a, b). x2+y2 Example: lim e =1 (x, y)(0,0) x4 – y4 Example: lim (x, y)(0,0) x2+y2
  • 79. Limits of Multi-variable Functions Definition of Limits for f(x, y): We say lim f(x,y) = L as (x, y)(a, b) if and only if that for all continuous curves C, we get lim f(x,y) = L as (x, y)(a, b) along C,. Theorem: If f(x, y) is an elementary function and (a, b) is in the domain of f(x, y), then lim f(x, y) = f(a, b) as (x, y)  (a, b). x2+y2 Example: lim e =1 (x, y)(0,0) x4 – y4 Example: lim = lim x2 – y2 = 0 (x, y)(0,0) x +y 2 2 (x, y)(0,0)