Exercise Sheet 3 Solutions#
1.#
(a)#
Let
We are asked to compute the Hessian matrix at the point \( (x, y) = (3, -3) \).
Step 1: Compute second-order partial derivatives
To compute the Hessian matrix, we first compute the first-order partial derivatives:
Then we compute the second-order partial derivatives:
At the point \( (3, -3) \), we evaluate:
Step 2: Form the Hessian matrix
(b)#
We recall the following definitions and propositions:
Definition: A symmetric matrix \( A \) is positive definite if for all non-zero vectors \( a \), we have \( a^T A a > 0 \).
Proposition: A symmetric matrix is positive definite if and only if all its eigenvalues are positive.
To compute the eigenvalues, solve the characteristic equation:
Simplifying:
Since both eigenvalues are positive, the Hessian matrix at the point \( (3, -3) \) is positive definite. Therefore, \( f(x, y) \) has a local minimum at this point.
2.#
Let \( f(x) = x \cdot \ln(x) \) defined on the interval \( [1, e^2] \).
(a)#
To apply the Mean Value Theorem (MVT), we must verify that:
\( f \) is continuous on \( [1, e^2] \)
\( f \) is differentiable on \( (1, e^2) \)
Since \( f(x) = x \ln(x) \) is a product of continuous and differentiable functions for \( x > 0 \), both conditions are satisfied.
(b)#
We compute:
Hence, the average rate of change is:
Next, compute the derivative:
We solve:
(c)#
The Mean Value Theorem states that there exists a point \( c \in (1, e^2) \) where the instantaneous rate of change \( f'(c) \) equals the average rate of change over the interval:
Geometrically, this means the tangent line to the curve at \( x = c \) is parallel to the secant line connecting the endpoints \( (1, f(1)) \) and \( (e^2, f(e^2)) \).
3.#
(a)#
We compute the derivatives at \( x = 0 \):
\( f(x) = \arctan(x) \)
\( f'(x) = \frac{1}{1+x^2} \Rightarrow f'(0) = 1 \)
\( f''(x) = \frac{-2x}{(1+x^2)^2} \Rightarrow f''(0) = 0 \)
\( f^{(3)}(x) = \frac{6x^2 - 2}{(1 + x^2)^3} \Rightarrow f^{(3)}(0) = -2 \)
Hence, the third-degree Taylor polynomial is:
(b)#
The Lagrange remainder is:
We previously found:
So,
(c)#
Our goal is to show:
We simplify the absolute value of the remainder:
So we now want to prove that:
Now we multiply both sides by \( (1 + c^2)^4 \) (which is strictly positive):
Now expand both sides:
Left-hand side:
Right-hand side:
So we want to show:
Now factor the left-hand side:
This inequality clearly holds for all c including \( c \in (0, 1) \), so the bound is valid.