Week 8: Closure#

Continue working on the the preparatory exercises and the in-class exercises that you have not yet completed.

Key Concepts#

  • The Riemann Integral of Scalar Functions of \(n\) variables

  • The Riemann Integral of Vector Functions

  • The Change-of-Variables Theorem: Coordinate Change in \(\mathbb{R}^n\)

  • The Jacobian Determinant

  • Typical coordinates:

    • In \(\mathbb{R}^2\): Cartesian and Polar Coordinates

    • In \(\mathbb{R}^3\): Cartesian, Spherical, Cylindrical/Semi-Polar Coordinates

If there are still concepts you are unsure about, you should reread the relevant chapters in the textbook or revisit the exercises of the week.

Extra Exercises#

We do not expect you to complete more exercises than those from from the week’s program. The following additional exercises are purely an optional offer for those who want extra practice and challenge.

1: Integration as a “Smoothener”#

In this exercise we aim to study the following rather loosely stated proposition:

Integration makes functions more smooth (i.e., they smoothen sharp corners), while differentiation does the opposite.

Remember that the ReLU function is continuous but not differentiable.

Question a#

Argue (without calculations!) that \(h_1(x) = \int_{0}^x \text{ReLU}(t) \mathrm dt\) is a differentiable function with respect to \(x \in \mathbb{R}\).

Question b#

Find a functional expression for \(h_1(x)\). Argue that \(h \in C^1(\mathbb{R})\).

Question c#

Does \(\tilde{h}_1(x) = \int_{1}^x \text{ReLU}(t) \mathrm dt\) give the same functional expression as \(h_1\)?

Question d#

Find a functional expression for \(h_2(x) := \int_{0}^x h(t) \mathrm dt\). Argue that \(h_2 \in C^2(\mathbb{R})\).

Question e#

If we keep on integrating like this, will the function then become more and more smooth? Meaning, will \(h_n\) become a \(C^n\) function?