Week 1: Preparation#

We recommend that you read the assigned textbook sections and complete the preparatory exercises before attending class. If the textbook material is challenging, even skimming the sections beforehand is very beneficial - a deeper reread can be done after class where you this time gain deeper understanding. We do not wish to discourage students from consulting additional materials to support their preparation; however, while resources such as YouTube videos may be helpful, they must not replace proper preparation using the course textbook and course material.

Reading Material#

  • Review: Chapter 0

  • Reading: Read Chapter 1 through Example 1.4.4. In Chapter 2, read Section 2.2 and the parts from Section 2.1 that concern \(\Bbb R^n\) (so, until Example 2.1.1 plus Definition 2.1.3 and Example 2.1.7). Read Chapter 3 through Section 3.3 except the parts concerning proof of differentiability (so, skip Definition 3.1.2 through Example 3.1.4).

  • Python: Demo 1

Key Concepts#

This week we will explore the following concepts in great detail. You are expected to have familiarized yourself with them before classes.

Long Day will cover:

  • Multi-variable scalar functions

  • Multi-variable vector functions

  • Graphs

  • Parametrizations

  • Continuity

Short Day will cover:

  • Level sets

  • Quadratic forms

  • The standard inner product (dot product) and norm in \(\mathbb{R}^n\)

  • Partial derivatives and the gradient vector


Preparatory Exercises#

I: The Function Value at a Point#

Question a#

Substitute the values \(x = 2\) and \(y = -1\) into the functional expression \(f(x, y) = x^2 + 3xy + 4y^2\) and calculate \(f(2, -1)\).

Question b#

Let \(g: \mathbb{R}^2 \to \mathbb{R}\) be given by the functional expression \(g(x_1, x_2) = x_1^2 + 3x_1 x_2 + 4 x_2^2\). Calculate \(g(2, -1)\).

Question c#

Let \(\alpha \in \mathbb{R}\). Find \(g(2 \alpha, \alpha)\) and \(g(\alpha, 2 \alpha)\), where \(g\) is the function defined in the previous question. Calculate the derivative of \(g(2 \alpha, \alpha)\) with respect to \(\alpha\).

II: Level Curves#

Describe the level curves (contour lines) for the function \(f: \mathbb{R}^2 \to \mathbb{R}\) given by \(f(x, y) = x^2 + y^2 - 5\).

III: Graph or Level Curve?#

Below are shown the graph of a function \(f_1\) of one variable and a level curve of a function \(f_2\) of two variables. Which plot is the graph, and which is the level curve?

../_images/094a64368e8ee424f1937062ab8ae8aa850a93ad7c780acc3021e30f148a4958.png

IV: Discontinuous at One Point#

Draw, describe, or define a function \(h: \mathbb{R} \to \mathbb{R}\) that is continuous at all points except for a single point.