4: Functions of several variables - Harvard...

2
Math 21a: Multivariable calculus Oliver Knill, Fall 2019 4: Functions of several variables A function of two variables f (x, y) is a rule which assigns to two numbers x, y a third number f (x, y). For example, the function f (x, y)= x 2 y +2x assigns to (3, 2) the number 3 2 2 + 6 = 24. The domain D of a func- tion is set of points where f is defined, the range is {f (x, y) | (x, y) D }. The graph of f (x, y) is the surface {(x, y, f (x, y)) | (x, y) D } in space. Graphs allow to visualize functions. 1 The graph of f (x, y)= p 1 - (x 2 + y 2 ) on the domain D = {x 2 + y 2 < 1 } is a half sphere. The range is the interval [0, 1]. The set f (x, y)= c = const is called a contour curve or level curve of f . For example, for f (x, y)=4x 2 +3y 2 , the level curves f = c are ellipses if c> 0. The collection of all contour curves {f (x, y)= c } is called the contour map of f . 2 For f (x, y)= x 2 - y 2 , the set x 2 - y 2 = 0 is the union of the lines x = y and x = -y. The curve x 2 - y 2 = 1 is made of two hyperbola with with their ”noses” at the point (-1, 0) and (1, 0). The curve x 2 - y 2 = -1 consists of two hyperbola with their noses at (0, 1) and (0, -1). 3 For complicated functions like f (x, y)= sin(x 3 - y 2 ) - x, it is difficult to find the contour curves. We can draw the curves with the computer: A function of three variables g(x, y, z ) assigns to three variables x, y, z a real num- ber g(x, y, z ). We can visualize it by contour surfaces g(x, y, z )= c, where c is constant. It is helpful to look at the traces, the intersections of the surfaces with the coordinate planes x =0,y = 0 or z = 0. 4 For g(x, y, z )= z -f (x, y), the level surface g = 0 which is the graph z = f (x, y) of a function of two variables. For example, for g(x, y, z )= z - x 2 - y 2 = 0, we have the graph z = x 2 + y 2 of the function f (x, y)= x 2 + y 2 which is a paraboloid. Most surfaces g(x, y, z )= c are not graphs.

Transcript of 4: Functions of several variables - Harvard...

  • Math 21a: Multivariable calculus Oliver Knill, Fall 2019

    4: Functions of several variables

    A function of two variables f(x, y) is a rule whichassigns to two numbers x, y a third number f(x, y). Forexample, the function f(x, y) = x2y+2x assigns to (3, 2)the number 322 + 6 = 24. The domain D of a func-tion is set of points where f is defined, the range is{f(x, y) | (x, y) ∈ D }. The graph of f(x, y) is thesurface {(x, y, f(x, y)) | (x, y) ∈ D } in space. Graphsallow to visualize functions.

    1 The graph of f(x, y) =√

    1− (x2 + y2) on the domain D = {x2 + y2 < 1 } is a half sphere.The range is the interval [0, 1].

    The set f(x, y) = c = const is called a contour curve or level curve of f . Forexample, for f(x, y) = 4x2 + 3y2, the level curves f = c are ellipses if c > 0. Thecollection of all contour curves {f(x, y) = c } is called the contour map of f .

    2 For f(x, y) = x2 − y2, the set x2 − y2 = 0 is the union of the lines x = y and x = −y. Thecurve x2 − y2 = 1 is made of two hyperbola with with their ”noses” at the point (−1, 0)and (1, 0). The curve x2 − y2 = −1 consists of two hyperbola with their noses at (0, 1) and(0,−1).

    3 For complicated functions like f(x, y) =sin(x3− y2)−x, it is difficult to find thecontour curves. We can draw the curveswith the computer:

    A function of three variables g(x, y, z) assigns to three variables x, y, z a real num-ber g(x, y, z). We can visualize it by contour surfaces g(x, y, z) = c, where c isconstant. It is helpful to look at the traces, the intersections of the surfaces withthe coordinate planes x = 0, y = 0 or z = 0.

    4 For g(x, y, z) = z−f(x, y), the level surface g = 0 which is the graph z = f(x, y) of a functionof two variables. For example, for g(x, y, z) = z−x2−y2 = 0, we have the graph z = x2 +y2of the function f(x, y) = x2 + y2 which is a paraboloid. Most surfaces g(x, y, z) = c are notgraphs.

    1

  • 5 If f(x, y, z) is a polynomial and f(x, x, x) is quadratic in x, then {f = c} is a quadric.

    Sphere Cylinder Ellipsoid

    x2 + y2 + z2 = 1 x2 + y2 = 1 x2/a2 + y2/b2 + z2/c2 = 1

    One sheeted Hyperboloid Cone Two sheeted Hyperboloid

    x2 + y2 − z2 = 1 x2 + y2 − z2 = 0 x2 + y2 − z2 = −1

    Elliptic paraboloid Cylindrical paraboloid Hyperbolic paraboloid

    z = x2 + y2 z = x2 z = x2 − y2

    6 If the function involves only multiplications of variables x, y, z and x→ f(x, x, x) has degreed, then it is called a degree d polynomial surface. Degree 2 surfaces are quadrics, degree3 surfaces cubics, degree 4 surfaces quartics, degree 5 surfaces quintics, degree 10 surfacesdecics and so on.

    2