Optimisation Flashcards
What is the Weierstrass or Extreme Value Theorem?
Let f(x) be continuous on a bounded closed interval [a, b]
then
i) f is bounded on [a, b], i.e. there exists 0 < B < ∞ such that |f(x)|≤B for all x in [a, b]
ii) f attains its minimum and maximum values over [a, b]
What are some important limits to the Weierstrass Theorem?
It cannot be used when the domain is not closed, the domain is unbounded, or the function is discontinuous
What are the supremum and infinum and how do they relate to the Extreme Value Theorem?
supx∈Df(x) is the lowest upper bound
infx∈Df(x) is the larger lower bound
Extreme Value Theorem says that if D is a bounded and closed interval and f is continuous on D then the supremum of f is the function’s maximum and the infinum is the minimum
What is the Intermediate Value Theorem?
Let f(x) be continuous on a bounded closed interval [a, b] and let A be the minimum of f in this interval and B the maximum
Then f(x) takes on all values between A and B
What is the definition of a local maximum?
A point d ∈ D is a local maximum of a function f with domain D if there exists some δ > 0 such that f(x) ≤ f(d) for all x in D such that |x - d| < δ, i.e. there is a neighbourhood of d within which f achieves it’s maximum value at d
What is the Mean Value Theorem?
Let f be continuous over [a, b] and differentiable over (a, b)
Then there exists c ∈ (a, b) such that f’(c) = (f(b) - f(a))/(b - a)
i.e. there will be a point whose tangent has the same slope as the slope between the endpoints
What is the Sufficient Second Order Condition Theorem?
Let f be twice differentiable around a critical point c
If f’‘(c) < 0 then c is a local maximum
What is the Extreme Value (Weierstrass) Theorem for multivariate functions?
Let f(x) be continuous on a compact domain D
Then
i) f is bounded on D, i.e. there exists B such that |f(x)| ≤ B for any x in D
ii) f attains its minimum and maximum values over D
What is the FOC for a local extreme point of a multivariate function?
fi(x) = 0 for all i = 1, …, n
What is the sufficient SOC for a local maximum of a bivariate function?
f11(x) < 0 and f11(x)f22(x) - f122(x) > 0
What is the sufficient SOC for a local minimum of a bivariate function?
f11(x) > 0 and f11(x)f22(x) - f122(x) > 0
What is the sufficient SOC for a global maximum of a bivariate function?
The interior critical point x* of the function f defined on a convex domain is a global maximum if for all x in int(D), f11(x) ≤ 0 and f11(x)f22(x) - f122(x) ≥ 0
This function is called concave
How do you use the Lagrangian multiplier method of optimisation?
1) Introduce the Lagrange multiplier and form the Lagrangian L(x, y) = f(x, y) - λ[g(x, y) - c] where g(x, y) = c is the constraint equation
2) Differentiate the Lagrangian wrt x, y, and λ and equate the partial derivatives to 0 to get the FOC
3) Solve the 3 equations for the 3 unknowns to get candidate solutions
4) Check whether the Lagrangian is concave or convex by checking whether L11 is less than or greater than 0 and that L11L22/sub> - L122 ≥ 0
How do you use the Hessian matrix to check a candidate solution for Lagrangian optimisation
The candidate is a local minimum if the Hessian is positive definite, meaning the first entry and the determinant are both greater than zero
The candidate is a local maximum if the Hessian is negative definite, meaning the first entry is less than zero and the determinant is greater than zero
What is a critical point?
A point with ∂f(x)/∂xi = 0 for all i = 1, …, n
Every critical point is either a minimum, a maximum, or a saddle point