CH 2
CH 2
CH 2
Second Edition Authors: A. Rabindran, K. M. Ragsdell, and G. V. Reklaitis Chapter-2 (Functions of a Single Variable) Presenter: Avishek Nag June 11, 2010
Page 1
Dedicated to
All the neo-graduates whose insatiable urge to learn has not yet dimmed
Page 2
What is a Function?
Is a rule that assigns to every choice of x a unique value y =(x). Domain of a function is the set of all possible input values (usually x), which allows the function formula to work. Range is the set of all possible output values (usually y), which result from using the function formula.
Page 3
What is a Function?
Unconstrained and constrained function
Unconstrained: when domain is the entire set of real numbers R Constrained: domain is a proper subset of R
Page 4
What is a Function?
Monotonic and unimodal functions
Monotonic:
Unimodal:
(x) is unimodal on the interval if and only if it is monotonic on either side of the single optimal point x* in the interval. Unimodality is an extremely important functional property used in optimization.
Page 5
An unimodal function
Page 6
Optimality Criteria
In considering optimization problems, two questions generally must be addressed:
1. Static Question. How can one determine whether a given point x* is the optimal solution? 2. Dynamic Question. If x* is not the optimal point, then how does one go about finding a solution that is optimal?
Page 7
Optimality Criteria
Local and global optimum
Page 8
Page 9
Proof follows
These are necessary conditions, i.e., if they are not satisfied, x* is not a local minimum (maximum). If they are satisfied, we still have no guarantee that x* is a local minimum (maximum).
Page 10
An inflection point or saddle-point is a stationary point that does not correspond to a local optimum (minimum or maximum).
To distinguish whether a stationary point is a local minimum, a local maximum, or an inflection point, we need the sufficient conditions of optimality.
Page 11
Theorem
Suppose at a point x* the first derivative is zero and the first nonzero higher order derivative is denoted by n.
If n is odd, then x* is a point of inflection. If n is even, then x* is a local optimum.
Moreover:
If that derivative is positive, then the point x* is a local minimum. If that derivative is negative, then the point x* is a local maximum.
Page 12
An Example
An Example
Stationary points x = 0, 1, 2, 3
Page 15
An Example
Page 16
Page 17
Page 18
Bounding Phase
Swanns method
If is positive
Else if the inequalities are reversed is negative If
Page 20
Page 21
Page 22
Page 23
Page 24
Page 25
Page 26
Bisection Method
Page 27
Secant Method
Page 28
Page 29
Page 30
Summary
We learned
Functions Optimality criteria Identification of single variable optima
Region elimination methods Polynomial approximation or point-estimation technique Methods requiring derivatives
Page 31