UECM1693/UECM2623/UGCM2623 Tutorial N4: Optimisation
UECM1693/UECM2623/UGCM2623 Tutorial N4: Optimisation
1. Use two complete cycles of the golden section search method to determine the optimal solution
to
x2
max f (x) = x − + sin x
2
suject to 0.8 ≤ x ≤ 1.6.
2. The golden ratio search is applied to a function on the interval [−2.3, −1.6]. Determine the
length of the 4th interval of uncertainty.
Answer: 0.1021
3. The golden ratio search is used to find the optimal value of an unimodal function on the in-
terval [−1.00, 0.75]. Find the number of iterations required if the length of the final interval of
uncertainty is less than 0.25.
Answer: 5
4. Use the golden section search method to find the minimum point of f (x) = ex − 2 cos x − 4
within the interval [−1, 1]. Continue the search until the intermediate points are within 0.6 of
each other.
Answer: the minimum point x∗ ∈ [−0.5278, −0.0558]
5. Starting from the point x0 = (5, 2), use two iterations of the method of steepest ascent to
determine an approximation to the maximum point of
f (x, y) = x2 − 4x + 2y 2 + 4y + 7
7. Use one iteration of the steepest-ascent method to find the maximum point of the function