MA 261 - Lesson 9: Functions of Several Variables (Section 15.1)

Page 1

Page 1: Lesson title and office hours
Original handwritten page 1

Lesson Overview

Today's topics include functions of two or three variables, determining domains, and sketching graphs. The next lesson will cover limits and continuity.

Office Hours:

Monday and Friday: 9:45 PM - 11:00 PM in MATH 842

Thursday: 11:00 AM - 12:00 PM in MATH 842

Thursday: 12:15 PM - 1:15 PM (Windsor)


Page 2

Page 2: Warmup review of 1-variable functions
Original handwritten page 2

Warmup: Review Functions of 1-Variable

Example: Finding Domain and Sketching Graph

Consider the function \(f(x) = \sqrt{9 - x^2}\).

Question 1: What is the domain of \(f\)?

The domain consists of all possible inputs. For this function, we need \(9 - x^2 \geq 0\), which gives us \(x^2 \leq 9\). Therefore, \(-3 \leq x \leq 3\).

Question 2: Sketch the graph of \(f(x) = \sqrt{9 - x^2}\) where \(y \geq 0\).

We can rewrite this as \(y = \sqrt{9 - x^2}\), which after squaring both sides (with \(y \geq 0\)) gives \(y^2 = 9 - x^2\), or \(x^2 + y^2 = 9\). This represents a semicircle with radius 3 centered at the origin, but only the upper half where \(y \geq 0\).

Key points on the graph:

  • \(f(3) = 0\)
  • \(f(-3) = 0\)
  • \(f(2) = \sqrt{5}\)
  • \(f(-2) = \sqrt{5}\)
  • \(f(1) = \sqrt{8} = 2\sqrt{2}\)
  • \(f(-1) = 2\sqrt{2}\)
  • \(f(0) = 3\)

Graph Description: The graph shows a coordinate system with the x-axis marked from -3 to 3. A semicircular curve is drawn connecting the point (-3, 0) through the maximum at (0, 3) to the point (3, 0). The curve represents the upper half of a circle with radius 3. Several points on the semicircle are marked with dots, including the endpoints and the apex.


Page 3

Page 3: Introduction to functions of two or more variables
Original handwritten page 3

Functions of Two (or More) Variables

We now extend our understanding from single-variable functions to multivariable functions. The key distinction is in the number of inputs and whether the output is a number or a vector.

Function Types:

1-Variable Function: \(x \rightarrow f(x)\)

Number → Number (real-valued function)

Vector-Valued Function: \(t \rightarrow \vec{r}(t)\)

Number → Vector

2-Variable Function: \(x, y \rightarrow f(x, y)\)

Two Numbers → Number

3-Variable Function: \(x, y, z \rightarrow f(x, y, z)\)

Three Numbers → Number

In each case, we're mapping from some input space (either single numbers, pairs, or triples of numbers) to an output (either a single number or a vector).


Page 4

Page 4: Examples of evaluating multivariable functions
Original handwritten page 4

Examples: Evaluating Multivariable Functions

Example 1: Two-Variable Function

Let \(f(x, y) = x^2 + y^2\).

\(f(1, 3) = 1^2 + 3^2 = 1 + 9 = 10\)

\(f(-10, 11) = (-10)^2 + 11^2 = 100 + 121 = 221\)

Example 2: Rational Function

Let \(f(x, y) = \dfrac{\sqrt{x + y + 1}}{x - 1}\).

\(f(-10, 13) = \dfrac{\sqrt{-10 + 13 + 1}}{-10 - 1} = \dfrac{\sqrt{4}}{-11} = \dfrac{2}{-11} = -\dfrac{2}{11}\)

\(f(1, 5)\) is undefined because the denominator becomes \(1 - 1 = 0\), resulting in division by zero.

Example 3: Three-Variable Function

Let \(f(x, y, z) = \dfrac{\sqrt{9 - x^2 - y^2}}{\sqrt{25 - z^2}}\).

\(f(0, 0, 0) = \dfrac{\sqrt{9}}{\sqrt{25}} = \dfrac{3}{5}\)

\(f(0, 1, 3) = \dfrac{\sqrt{9 - 0 - 1}}{\sqrt{25 - 9}} = \dfrac{\sqrt{8}}{\sqrt{16}} = \dfrac{2\sqrt{2}}{4} = \dfrac{\sqrt{2}}{2}\)

\(f(0, 1, 5)\) cannot be evaluated because \(z = 5\) makes the denominator \(\sqrt{25 - 25} = 0\).


Page 5

Page 5: Definition of domain for multivariable functions
Original handwritten page 5

Domain of Multivariable Functions

Definition - Domain: The domain of a multivariable function consists of all possible inputs.

Example: Simple Two-Variable Function

For \(f(x, y) = x^2 + y^2\), the domain is all of \(\mathbb{R}^2\) since we can square any real numbers and add them together.

Diagram Description: The page shows a coordinate plane with x and y axes. A large, irregularly-shaped cyan region fills most of the plane, representing the domain as a region in 2-dimensional space. The region extends in all directions, illustrating that the domain can be the entire plane or a specific subset of it.


Page 6

Page 6: Example of domain with excluded point
Original handwritten page 6

Domain Example with Restrictions

Example: Rational Function Domain

Find the domain of \(f(x, y) = \dfrac{1}{x^2 + y^2}\).

The denominator cannot be zero, so we need \(x^2 + y^2 \neq 0\).

This means the point \((0, 0)\) is not in the domain.

Therefore, the domain is all of \(\mathbb{R}^2\) except the origin.

Diagram Description: The coordinate plane shows a large cyan-shaded region representing the domain. At the origin (0, 0), there is a small white circle with a dot in the center, indicating that this point is excluded from the domain. The notation shows an open circle (○) to represent a point not included, contrasted with a filled circle (●) which would represent a point that is included.


Page 7

Page 7: Domain with linear inequality
Original handwritten page 7

Domain with Linear Inequalities

Example: Square Root with Linear Expression

Find the domain of \(f(x, y) = \sqrt{x + y + 1}\).

For the square root to be defined, we need the argument to be non-negative:

\[x + y + 1 \geq 0\]

This simplifies to:

\[x + y \geq -1\]

Equivalently, \(y \geq -x - 1\).

The boundary line \(x + y + 1 = 0\) (or \(x + y = -1\)) is included in the domain and represented by a solid line. The domain consists of all points on or above this line.

Testing points:

  • \((0, 0)\): \(0 + 0 + 1 = 1 \geq 0\) ✓ (in domain)
  • \((-2, 0)\): \(-2 + 0 + 1 = -1 < 0\) ✗ (not in domain)

Diagram Description: A coordinate plane shows a diagonal line passing through points approximately at (-1, 0) and (0, -1), representing the boundary \(x + y = -1\). The region above and to the right of this line is shaded in cyan, representing the domain. The boundary line is drawn as a solid blue line, indicating that points on the line are included in the domain. The line has a slope of -1. A vertical dashed line at \(x = -1\) is also shown, and the notation indicates that the boundary line is "included" and "represented by solid line."


Page 8

Page 8: Domain with logarithm and parabola boundary
Original handwritten page 8

Domain with Parabolic Boundary

Example: Logarithm with Quadratic Expression

Find the domain of \(f(x, y) = y\ln(y^2 - x)\).

For the natural logarithm to be defined, we need the argument to be strictly positive:

\[y^2 - x > 0\]

This gives us:

\[y^2 > x\]

or equivalently:

\[x < y^2\]

The boundary curve \(y^2 = x\) (a parabola opening to the right) is not included in the domain, represented by a dashed line.

Testing points:

  • \((-2, 0)\): \(0^2 - (-2) = 2 > 0\) ✓ (in domain)
  • \((2, 0)\): \(0^2 - 2 = -2 < 0\) ✗ (not in domain)

The domain consists of all points to the left of the parabola \(x = y^2\).

Diagram Description: A coordinate plane shows a parabola opening to the right with vertex at the origin, representing the curve \(x = y^2\). The region to the left of the parabola is shaded in cyan, representing the domain. The parabola itself is drawn as a dashed curve, indicating that points on the curve are not included in the domain. Two specific points are marked: (-2, 0) with a filled dot (in the domain) and (2, 0) with an open circle (not in the domain).


Page 9

Page 9: Break time and preview of next topics
Original handwritten page 9

Break!

Take a moment to:

Coming Up Next


Page 10

Page 10: Domain of 3-variable function example
Original handwritten page 10

Domain of Three-Variable Functions

Example: Three-Variable Function with Multiple Constraints

Find the domain of \(f(x, y, z) = \dfrac{\sqrt{9 - x^2 - y^2}}{\sqrt{25 - z^2}}\).

For this function to be defined, we need two conditions:

Numerator condition: \(9 - x^2 - y^2 \geq 0\)

This gives \(x^2 + y^2 \leq 9\), which describes a solid cylinder of radius 3 along the z-axis when extended in three dimensions. In the xy-plane, this is a disk of radius 3 centered at the origin.

Denominator condition: \(25 - z^2 > 0\)

This gives \(z^2 < 25\), so \(-5 < z < 5\).

The domain is the intersection of these two conditions:

  • A solid cylinder with radius 3 in the xy-plane: \(x^2 + y^2 \leq 9\)
  • Between the planes \(z = -5\) and \(z = 5\) (not including these planes): \(-5 < z < 5\)

Diagram Description: Two representations are shown:

  1. xy-plane view: A circle of radius 3 centered at the origin, labeled with \(x^2 + y^2 \leq 9\). The origin is marked, and the boundary circle is solid indicating inclusion.
  2. 3D view: A solid cylinder with radius 3 is shown in cyan, with its axis along the z-direction. The cylinder extends from \(z = -5\) to \(z = 5\), with dashed lines at the top and bottom circular edges to indicate these boundaries are not included.

Page 11

Page 11: Introduction to graphing multivariable functions
Original handwritten page 11

Graphs of Multivariable Functions

Definition - Graph of \(f(x, y)\): The graph of \(f(x, y)\) consists of all points \((x, y, f(x, y))\) in \(\mathbb{R}^3\) for all \((x, y)\) in the domain.

The result is a surface \(z = f(x, y)\) in three-dimensional space.

Techniques for Sketching Surfaces

To visualize and sketch the surface \(z = f(x, y)\), we can use several methods:

Methods for Graphing:

We examine the surface by taking cross sections, traces, or level curves for different possible values of \(z\).


Page 12

Page 12: Example of level curves for upper hemisphere
Original handwritten page 12

Level Curves and Graphing Example

Example: Upper Hemisphere

Sketch the graph of \(f(x, y) = \sqrt{9 - x^2 - y^2}\).

We can rewrite this as \(z = \sqrt{9 - x^2 - y^2}\). Squaring both sides (with \(z \geq 0\)):

\[z^2 = 9 - x^2 - y^2\] \[x^2 + y^2 + z^2 = 9\]

This is the equation of a sphere with radius 3 centered at the origin. Since \(z \geq 0\), we have the upper hemisphere.

Level curves (contours): Set \(z\) equal to various constants and solve for the relationship between \(x\) and \(y\).

  • \(z = 0\): \(\sqrt{9 - x^2 - y^2} = 0 \Rightarrow x^2 + y^2 = 9\) (circle of radius 3)
  • \(z = 1\): \(\sqrt{9 - x^2 - y^2} = 1 \Rightarrow x^2 + y^2 = 8\) (circle of radius \(2\sqrt{2}\))
  • \(z = 2\): \(x^2 + y^2 = 5\) (circle of radius \(\sqrt{5}\))
  • \(z = 3\): \(x^2 + y^2 = 0\) (single point at origin)

Diagram Description: Two representations are shown:

  1. Contour map (xy-plane view): Concentric circles centered at the origin are drawn in different colors. From outermost to innermost: blue circle (\(z = 0\), radius 3), purple circle (\(z = 1\)), green circle (\(z = 2\)), and a red point at the center (\(z = 3\)). The circles get smaller as \(z\) increases, representing horizontal slices of the hemisphere at different heights.
  2. 3D graph: A hemisphere is shown with its flat base in the xy-plane and curving up to a maximum height of 3 at the origin. The same color-coded level curves from the contour map are shown on the surface of the hemisphere, with \(z = 0\) at the base (blue), \(z = 1\) (purple), \(z = 2\) (green), and \(z = 3\) at the top (red point).

Page 13

Page 13: Example of level curves for paraboloid
Original handwritten page 13

Paraboloid Example

Example: Circular Paraboloid

Sketch the graph of \(f(x, y) = x^2 + y^2\).

We have \(z = x^2 + y^2\), which is a paraboloid opening upward.

Level curves: Set \(z\) equal to various constants.

  • \(z = 0\): \(x^2 + y^2 = 0\) (single point at origin)
  • \(z = 1\): \(x^2 + y^2 = 1\) (circle of radius 1)
  • \(z = 2\): \(x^2 + y^2 = 2\) (circle of radius \(\sqrt{2}\))
  • \(z = 3\): \(x^2 + y^2 = 3\) (circle of radius \(\sqrt{3}\))

As \(z\) increases, the level curves are circles with increasing radius. The surface is a bowl-shaped paraboloid.

Diagram Description: Two representations are shown:

  1. Contour map (xy-plane view): Concentric circles centered at the origin are drawn in different colors. From innermost to outermost: a blue point at the origin (\(z = 0\)), purple circle (\(z = 1\), radius 1), green circle (\(z = 2\)), and red circle (\(z = 3\)). The circles get larger as \(z\) increases.
  2. 3D graph: A paraboloid opening upward is shown with its vertex at the origin. The same color-coded level curves are shown on the surface: the vertex at \(z = 0\) (blue point), \(z = 1\) (purple circle), \(z = 2\) (green circle), and \(z = 3\) (red circle). The surface has a bowl or cup shape, extending upward indefinitely as we move away from the z-axis.

Note: \(z < 0\) is marked with an X, indicating that there are no points on the surface where \(z\) is negative.


Page 14

Page 14: Example of plane with level curves
Original handwritten page 14

Linear Function Example

Example: Plane in Three-Dimensional Space

Sketch the graph of \(f(x, y) = 6 - 3x - 2y\).

We have \(z = 6 - 3x - 2y\), which can be rewritten as:

\[3x + 2y + z = 6\]

This is the equation of a plane with normal vector \(\langle 3, 2, 1 \rangle\).

Level curves: Set \(z\) equal to various constants.

  • \(z = 0\): \(3x + 2y = 6\) (line through \((2, 0)\) and \((0, 3)\))
  • \(z = 6\): \(3x + 2y = 0\) (line through origin with slope \(-3/2\))
  • \(z = -6\): \(3x + 2y = 12\) (line through \((4, 0)\) and \((0, 6)\))
  • \(z = 12\): \(3x + 2y = -6\) (line through \((-2, 0)\) and \((0, -3)\))

All level curves are parallel lines in the xy-plane, which is characteristic of a planar surface.

Diagram Description: A contour map (xy-plane view) shows several parallel lines representing level curves of the plane. The lines are colored differently to indicate different z-values: green line (\(z = -6\)), blue line (\(z = 0\)), purple line (\(z = 6\)), and red line (\(z = 12\)). All lines have the same slope (\(-3/2\)) and are evenly spaced, indicating a constant rate of change in z. The spacing between contour lines is uniform, confirming that the surface is a plane rather than a curved surface.

Key Observation: For linear functions \(f(x, y) = ax + by + c\), the graph is always a plane, and the level curves are parallel straight lines in the xy-plane.