OF Fall1403 HW3
OF Fall1403 HW3
Optimization Fundamentals
3. Consider the function 𝑓(𝑥, 𝑦) = 4 + 2𝑥 ! + 𝑦 ! + 𝑦 ' . Using Newton's method, prove the
convergence of the method to the global minimum of the function.
5. Let {x(k)} be a sequence that converges to x*. Show that there does not exist p < 1 such that
lm𝑥 (%&$) − 𝑥 ∗ ml
𝑙𝑖𝑚 > 0
%→)
lm𝑥 (%) − 𝑥 ∗ ml
1 1 0 1
f(x) = x - p q x − x- p q + 7
2 0 2 −1
using the rank one correction method with the starting point 𝑥 (") = 0.
7. Consider Newton’s algorithm applied to a function 𝑓 ∈ 𝐶 !
#$
𝑥 (%&$) = 𝑥 (%) − α% 𝐹w𝑥 (%) x ∇𝑓w𝑥 (%) x
where 𝛼% is chosen according to a line search. Is this algorithm a member of the quasi-Newton
family?
!
"
8. Consider the problem of minimizing 𝑓(𝑥) = 𝑥 " = √𝑥 ' , 𝑥 ∈ ℛ. Note that 0 is the global
minimizer of f.
a) Write down the algorithm for Newton’s method applied to this problem.
b) Show that as long as the starting point is not 0, the algorithm in part a does not converge
to 0 (no matter how close to 0 we start).