Home Assignment 2 v1
Home Assignment 2 v1
Problem 1. Consider univariate function f : R → R where f (x) = 2x3 − 15x2 + 36x − 20 for every x ∈ R.
Then [4 points each]:
(b) Assess whether each of those critical points is a local maximum or a global minimum
2
Problem 2. Consider now function u : R2 → R where u(x1 , x2 ) = f (x1 )e−x2 for every (x1 , x2 ) ∈ R2
(f (x1 ) being as defined in Problem 1). Then [4 points each]:
(b) Use the gradient obtained in (a) to show that there are only two critical points
(Hint: find the values of x1 that solve for the first component of the gradient, and then plug these to
find x2 in the second component of the gradient)
(c) Find the Hessian matrix of u(x1 , x2 ) and evaluate it in each of the two critical points found in (b)
(e) Are the critical points found in (b) local maxima or local minima?
Let’s study how a (x∗1 , x∗2 , λ∗ ) satisfying the Karush-Kuhn-Tucker conditions would look like [4 points each]
(c) Is it possible that λ∗ = 0? Then, what do we learn from the complementary slackness condition?
(Hint: could the optimality conditions hold if λ∗ = 0?)
(d) Use the two optimality conditions to obtain one equation without λ∗
(Hint: is it possible to simplify ex1 +2x2 ?)
(e) Use your answers in (c) and (d) to find the values of x∗1 , x∗2 and λ∗
(a) Find the pairs (x∗1 , x∗2 ) that satisfy the Karush-Kuhn-Tucker conditions [20 points].
(b) Check the minimality criterion using the bordered Hessian [10 points].
2
max f (x1 )e−x2
x1 ,x2 ∈R
s.t. g(x1 , x2 ) ≥ 0
where you can notice that the objective function is the same as in Problem 2. Then, suppose that (x∗1 , x∗2 , λ∗ )
is a solution to the problem and discuss briefly, with minimal calculations, whether you consider each of the
following to be true or false [10 points each]: