Exercises – Short Day#

Exercise 1: Inverse Functions - the Natural Exponential Function and the Natural Logarithm#

For a given bijective function \(f: A \to B\) the corresponding inverse function is denoted by \(f^{-1}: B \to A\) (see Definition 2.2.1 in the textbook). The natural logarithm \(\mathrm{ln}\) is introduced in Example 2.3.2 as the inverse function of the exponential function \(\mathrm{exp}: \mathbb{R} \to \mathbb{R}_+\) given by the expression \(x\mapsto \mathrm e^x.\)

Question a#

State the domain, co-domain, and image set (also called range) of \(\mathrm{ln}\).

Question b#

State the functional expression, domain, co-domain, and image set of the composite functions \(\mathrm{ln} \circ \mathrm{exp}\) and \(\mathrm{exp} \circ \mathrm{ln}\).

Question c#

Prove the algebraic rule

\[\ln(a\cdot b)=\ln(a)+\ln(b)\]

where \(a\) and \(b\) are positive real numbers, \(a,b \in \mathbb{R}_+\).


Exercise 2: Recursively Defined Functions#

Question a#

A function \(f: \mathbb{N} \to \mathbb{R}\) is defined as follows: \(f(1)=0\), and \(f(n)=2\cdot f(n-1)+1\) if \(n \ge 2\).

Compute \(f(5)\).

Question b#

A function \(g: \mathbb{N} \to \mathbb{R}\) is defined recursively as follows: \(g(1)=3\), \(g(2)=1\), and \(g(n)=n\cdot g(n-1)+g(n-2)\) if \(n \ge 3\).

Compute \(g(6)\).

Question c#

An attempt has been made to define the function \(h: \mathbb{N} \to \mathbb{R}\) recursively as follows: \(h(1)=11\), and \(h(n)=h(n^2-5n+7)\) if \(n \ge 2\).

Compute \(h(4)\). Can \(h(5)\) also be computed?


Exercise 3: “Dot-Notation” and the Summation Symbol#

For a given natural number \(n\), we are given the sequence of real numbers \(a_1,\dots,a_n\). The sum of this sequence can be written as \(a_1+\cdots+a_n\) or, if preferred to indicate the pattern more clearly, as \(a_1+a_2+\cdots+a_n\). In this exercise we will dive into some examples of sums and notation uses like these.

Question a#

We define \(a_k=2k\) for \(k=1,2,3,4\). What is \(a_1+\cdots+a_n\) if \(n=4\)? And what if \(n=3\)?

Question b#

Repeat Question a for \(n=2\) and for \(n=1\).

Question c#

This Question concerns the Sigma summation symbol \(\sum\).

Compute \(\sum_{k=1}^4 k^2\). What is \(\sum_{k=1}^1 k^2\)?


Opgave 4: The Graph of an Invertible Function#

Question a#

Sketch the graphs of the exponential function and of the logarithmic function from Example 2.3.2 in the same figure. Describe the symmetry you see between the graphs.

What is the reason for this symmetry?


Exercise 5: Logarithms#

Let \(a\) be a positive, real number different from \(1\). The function \(f: \mathbb R \to \mathbb R_+\) is given by the expression \(x \mapsto a^x\).

Question a#

Draw a sketch of the graph of the function for \(a \in \, ]0,1[\,\). Is \(f\) monotone? More precisely, is \(f\) strictly increasing or strictly decreasing?

Question b#

Again draw a sketch of the graph of the function, but now under the assumption that \(a \in \mathbb{R}_{>1}\). Is \(f\) strictly increasing or strictly decreasing?

Question c#

One can show that \(f\) is bijective, which means that \(f\) has an inverse function. Provide a functional expression for the inverse function of \(f\).