Week 1: Closure#

Use this closure page to ensure that you master the topics of the week. Read critically through the summary below while explaining and defining each concept in your own words to yourself or a fellow student. Then complete the following closure exercises to solidify your learning. These closure exercises are optional.

If you struggle and still feel that you do not quite master the material of the week just yet, then make sure that you have completed and understood all preparatory exercises and Long and Short Day exercises, and do a reread of the relevant textbook sections. If you are still struggling, then reach out to your TAs to make sure you are not leaving any topics uncovered.

Key Concepts#

  • Multi-variable scalar functions

  • Multi-variable vector functions

  • Graphs

  • Parametrizations

  • Continuity

  • Level sets

  • Quadratic forms

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

  • Partial derivatives and the gradient vector

Extra Exercises for Closure#

1: Visualizations - A Hike on a Mountain#

We are looking at a topographic map of a mountain, where the circles represent the level curves of the elevation function. The arrows indicate the gradient vector field of the elevation function. On the mountain, there is an elliptical hiking trail, which is marked in red on the map.

Mountain

Question a#

Imagine that you are walking along the red hiking trail counterclockwise as seen from above. Find the points on the trail where the slope is 0 (neither uphill nor downhill).

Question b#

On which parts of the trail are you walking uphill, and on which are you walking downhill?

Question c#

Follow one of the level curves on the map all the way around and observe the direction of the gradient vectors nearby. Conclusion?

Question d#

This mountain is, of course, quite special. But put on your hiking boots again and provide an intuitive argument for why gradient vectors must always, on all mountains, be perpendicular to the level curves.

2: Continuity of First-Degree Polynomials#

Prove that the polynomial function \(f : \mathbb{R} \to \mathbb{R}\), \(f(x) = 3x\) is continuous at all points \(x \in \mathbb{R}\).

3: Limits of a Function \(f: \mathbb{R}^2 \to \mathbb{R}\)#

Let \(f: \mathbb{R}^2 \to \mathbb{R}\) be given by:

\[\begin{equation*} f(x,y) = \begin{cases} \displaystyle \frac{x\,y + x^3 + xy^2}{x^2 + y^2} & \text{if } (x,y)\neq (0,0),\\ 0, & \text{if } (x,y) = (0,0). \end{cases} \end{equation*}\]

Question a#

Find \(f(x, x)\) for \(x \neq 0\). Then find \(f(y, y)\) for \(y \neq 0\).

Question b#

Determine \(\lim_{x \to 0} f(x,x)\).

Question c#

Determine \( \lim_{x \to 0} f(x,2x) \).

Question d#

Consider whether the limit value \(\lim_{(x,y)\to (0,0)} f(x,y)\) exists.