MA2014E Tutorial 5
MA2014E Tutorial 5
Department of Mathematics
MA2014E: Mathematics IV
Winter 2024-2025: Tutorial 5
f (x, y) = 2 + 2x + 2y − x2 − y 2
on the set (x, y) ∈ R2+ | x + y = 9 by representing the problem as an unconstrained optimization
problem in one variable.
5. Suppose that x∗ is a local minimizer of f over Ω, and Ω ⊂ Ω′ . Show that if x∗ is an interior point of Ω,
then x∗ is a local minimizer of f over Ω′ . Show that the same conclusion cannot be made if x∗ is not
an interior point of Ω.
6. Let c ∈ Rn , c ̸= 0 and consider the problem of minimizing the function f (x) = cT x over a constraint set
Ω ⊂ Rn . Show that we cannot have a solution in the interior of Ω.
7. Let S = {x ∈ Rn : Ax = b}. Show that d ∈ Rn is a feasible direction at x ∈ S if and only if Ad = 0.
2
8. Consider the univariate functions f (x) = (x2 − 1)3 ; g(x) = xe−2x and h(x) = xe−x . Find all the local
minima, maxima, and inflection points of f, g, and h.
9. For the given f defined over S, determine if the given point x∗ is definitely a local minimizer or definitely
not a local minimizer or possibly a local minimizer.
(a) f : R2 → R, S = {(x, y) : x ≥ 1}, x∗ = (1, 2), and gradient ∇f (x∗ ) = (1, 1).
(b) f : R2 → R, S = {(x, y) : x ≥ 1, y ≥ 2}, x∗ = (1, 2), and gradient ∇f (x∗ ) = (1, 0).
(c) f : R2 → R, S = {(x, y) : x ≥ 0, y ≥ 0}, x∗ = (1, 2), and gradient ∇f (x∗ ) = (0, 0), and Hessian
Hf (x∗ ) = I(identity matrix).
(d) f : R2 → R, S = {(x, y) : x ≥ 1, y ≥ 2}, x∗ = (1, 2), and gradient ∇f (x∗ ) = (1, 0), and Hessian
1 0
Hf (x∗ ) = (identity matrix).
0 −1
10. Consider the problem of minimizing −y 2 subject to |y| ≤ x2 and x ≥ 0 where x, y ∈ R. Is the point
(0, 0) a local minimizer, a strict local minimizer, a local maximizer, a strict local maximizer, or none of
the above?
11. Consider the following bivariate functions that are supposed to be minimized over R2 . Find all the points
satisfying the first-order necessary condition. Do these points satisfy second-order necessary conditions?
13. Consider the problem of minimizing f (x) over the set S ⊂ R2 where f (x, y) = 5y, and S = {(x, y) :
x2 + y ≥ 1}.
(a) Does the point x∗ = (0, 1)T satisfy the first order necessary condition?
(b) Does the point x∗ = (0, 1)T satisfy the second order necessary condition?
(c) Is the point x∗ = (0, 1)T , a local minimizer?
17. Let φ : R → R be a strictly increasing C 2 function. Let D be an open set in Rn and let f : D → R also
be a C 2 function. Finally, suppose that f has a strict local maximum at x∗ ∈ D, and that Hf (x∗ ) is
negative definite. Show that the composition φ ◦ f also has a strict local maximum at x∗ .
18. Let f : Rn → R be a C 1 function, and let g = −f . Fix any x, and show that the Hessian Hg (x) is
positive definite if and only if Hf (x) is negative definite.
19. Let f (x, y) = x2 + y 2 and g(x, y) = x2 − y 2 . Verify that ∇f (0, 0) = ∇g(0, 0) = (0, 0) and both Hf (0, 0)
and Hg (0, 0 are positive semi-definite. Prove that 0, 0) is a point of local minima for f but not for
g. Does this contradict the second-order necessary or sufficient conditions for the existence of local
minima?
25. Show that the same variable cannot be used for different inequalities when introducing slack variables.
26. (a) Does every linear programming problem in standard form have a non-empty feasible set? Justify
your answer.
(b) Does every linear programming problem in standard form with non-empty feasible set have an
optimal solution? Justify your answer.
27. Suppose x is a feasible solution to the linear program min cT x subject to Ax = b, x ≥ 0. Given that
A is an m × n matrix of rank m, show that there is a feasible solution y having the same value (i.e,
cT y = cT x) and having at most m + 1 positive components.
28. Show that the following LP problems are equivalent
Problem A: Problem B:
hours of finishing labor; a canoe requires 30 KG of aluminum, 5 minutes of machine time, and 5 hours
of finishing labor. For the next 3 months, the company can commit up to 2 tons of aluminum, 5 hours
of machine time, and 200 hours of labor to manufacture the small boats. The company realizes a Rs.50
K profit on the sale of a rowboat and a Rs.60 K profit on the sale of a canoe. Write an LPP formulation
of the problem to maximize the profit.
30. A ghee producer must feed her cattle stock daily at least 550 units of nutritional element A, 500 units
of nutritional element B, and 820 units of nutritional element C. She has available two feeds. 1 KG of
Feed X costs Rs.80 and contains 2 units of A, 5 units of B, and 7 units of C. 1 KG of Feed Y costs
Rs.30 and contains 3 units of A, 1 unit of B, and 2 units of C. The ghee producer wants to determine
what combination of the two feeds will meet the dietary requirements of her cattle and keep costs at a
minimum. Write an LPP formulation to find the least expensive adequate feeding diet.
31. Using the graphical method, find a solution for the problems given in the questions 29 and 30.
32. Find the basic solutions to the following LPP problems, classify them as basic feasible solutions, and
degenerate solutions.
a) b)
(a) Show that there can be only two basic feasible solutions to the problem.
(b) Compute these two basic feasible solutions.
D The Dual of an LPP, duality theorems (Ref: Chong 17.1 and 17.2)
a) b) c)
35. Using duality or weak duality theorem, show that the following LPP and its dual do not have any
feasible solutions.
M ax x1
s.t x1 − x2 ≤ 1,
−x1 + x2 ≤ −2,
x1 , x2 ≥ 0.
36. Which of the following are possible scenarios? Justify your answers.
a) Primal: Optimal and Dual: Unbounded b) Primal: Optimal and Dual: Infeasible
c) Primal: Unbounded and Dual: Unbounded d) Primal: Unbounded and Dual: infeasible
e) Primal: Infeasible and Dual: Infeasible
38. Consider the LP problem of minimizing cT x subject to x ≥ 0. Using duality theorem, prove that solution
to this LPP exists if and only if c ≥ 0.
39. Let A be a given matrix, and b be a given vector. Show that there exists a vector x such that Ax ≥ b
and x ≥ 0 if and only if for any given vector y satisfying AT y ≤ 0 and y ≥ 0, we have bT y ≤ 0.
40. Let A be a given matrix, and b be a given vector. Show that there exists a vector x such that Ax = b
and x ≥ 0 if and only if for any given vector y satisfying AT y ≤ 0, we have bT y ≤ 0.
41. Let A be a given matrix, and b be a given vector. Show that there exists a vector x such that Ax ≤ b
if and only if for any given vector y satisfying AT y = 0 and y ≥ 0, we have bT y ≥ 0.
42. Let A be a given matrix, and b be a given vector. Show that there exists a vector x such that Ax < 0
if and only if for any given vector y satisfying AT y = 0 and y ≥ 0, we have y = 0.