One Variable Optimisation Flashcards
When is a function convex?
If any two x1 and x2 and any t[0,1]
tf(x1) + (1 - t)f(x2) ≥ f(tx1 + (1 - t)x2)
For the interior points of a differentiable function, what are the necessary conditions for a point, c, to be a maximum?
f(c) must be a stationary point.
What the only necessary condition to guarantee the existence of an extreme point?
Continuity.
If a function is concave, where will the function lie between any two points joined on a line?
If the line is below or on the graph.
If a function is convex, where will the line segement that joins two points on the graph be?
Above or on the graph.
If a function is twice continuously differentiable, how can f(x) be proved to be convex (concave) over D?
f’‘(x) ≥ 0 for all x ∈ D.
(f’‘(x) ≤ 0 for all x ∈ D.)
How is f(c) a maximum (minimum) point of f(x)?
If f(x) ≤ f (c).
(If f(x) ≥ f(c)).
How to define a stationary point, c, in a function f(x)?
f’(c) = 0.
Suppose f(x) is differentiable over an interval, I, and that c is an interior point of I. How can c be an extreme point in I?
If f’(c) = 0
This is known as the first-order condition (FOC)
What is a necessary condition for an interior point, c, of a differentiable function, f(x), to be an extreme point?
It must also be a stationary point.
(f’(c) = 0)
Where do the FOC’s fail?
- If f(x) is not differentiable over the whole domain
- If f(x) has stationary points such as local max/min or inflection points
Why do FOC’s fail when f(x) is not differentiable over the whole domain?
Let f(x) is defined over [a,b] but not differentiable at d.
Let f(d) be the minimum of f(x), but it is not a stationary point as f(x) is not differentiable at f(d).
Therefore, the FOC’s fail.
Why do FOC’s fail when f(x) has stationary points such as local max/min or inflection points?
Let f(x) have S stationary points: x0, x1, x2, …, xS, but none are extreme points over the domain [a,b].
The minimum of f(x) is a, and maximum is b. (i.e. not interior points).
If f(x0) is a local min., f(x1) is a local max. etc.
Therefore, f’(x) = 0 is not a sufficient condition to identify global extreme points.
What is the extreme value theorem?
If f is a continuous function over a closed bounded interval [x0, x1], then there exists a point c ∈ [x0, x1] where f has a minimum and a point d ∈ [x0, x1] where f has a maximum so that:
f(c) ≤ f(x) ≤ f(d) for all x ∈ [x0, x1].
When do you use the extreme value theorem?
When interested if an extreme points exists, rather than it’s actual location.
Why would you use the extreme value theorem?
When the function is not explicit or it’s derivative cannot be computed in closed form.
What is the mean value theorem?
If f is continuous over closed bounded interval [ [x0, x1] and differentiable in the open interval (x0, x1), then there exists at least one interior point, c ∈ (x0, x1) such that:
f’(c) = (f(x1) - f(0))/ (x1 - x0)
What happens if f(x0) = f(x1)?
(And the function is continuous and differentiable over some interval [x0, x1])
At least one stationary point exists.
(Rolle’s theorem)
Is it necessary/sufficient for an extreme point to be a local extreme point?
Necessary and sufficient.
How to define an inflection point?
If, in the function, f, there exists an interval (a,b) around c such that the function is convex/concave on (a,c) and concave/convex on (c,b)
What are the sufficient conditions for the FOCs to guarantee or maximum/minimum?
If f(x) is convex/concave over an interval, I.
If c is a stationary point for f in the interior of I, then c is a minimum (maximum) point for f in I.
Check if f is convex/concave over the interval, then use FOCs.
If f is differentiable over I and also satisfies this:
If f(x) is convex/concave over an interval, I.
If c is a stationary point for f in the interior of I, then c is a minimum (maximum) point for f in I.
Is the FOC necessary/sufficient?
The FOC is necessary and sufficient.
If f satisfies the constraints on curvature over I such that f(x) is convex/concave over an interval, I.
If c is a stationary point for f in the interior of I, then c is a minimum (maximum) point for f in I, is the FOC necessary/sufficient?
Sufficient, but not necessary.
The function need not be differentiable at an optimum.
f(x) maximum/minimum might be at the bound of the function.
If f(x) has a stationary point at x = c, f’(c) = 0, how can you assign c to local max / local min / inflection point?
fj(x) where j is the jth derivative and n the smallest number such that fn(c) ≠ 0.
c is:
* local max. if n is even and fn(c) < 0
* local min. if n is even and fn(c) > 0
* inflection point is n is odd