Tutorial-2 (Multivariable Optimization) 2020
Tutorial-2 (Multivariable Optimization) 2020
(Multivariable optimization)
Date of Submission:30/11/2020
Using 𝑥1 = (-1, 1)T and 𝑥2 = (1, -1)T and a search direction d = (1, 1)T, we
would like to use the conjugate direction method using the parallel
subspace property.
(i) Find the direction s which is C-conjugate to d. Show that s is C-
conjugate to d.
(ii) Continue to find the minimum solution of the above function. Verify
this solution by finding the minimum using the first and second-order
optimality conditions.
and a search direction s(1) = (1, −1, −1)T. Using two points (1, 0, 1)T and (0, 1, 0)T,
find a new search direction s(2) conjugate to s(1) using parallel subspace property.
Show that the search direction s(2) is conjugate to s(1) with respect to the above
function.
Q6. Find whether the given direction s at the point x is descent for the respective
functions:
s = (1,1)T, x=(2,3)T.
Page 1 of 2
𝑥
(ii) For 𝑓(𝑥1 , 𝑥2 ) = 𝑥14 + 𝑥24 − 2𝑥12 𝑥22 + 10 𝑥12
2
s = (−1,2)T, x=(0,1)T.
Q7 Prove that two consecutive search directions obtained in the steepest descent
search algorithm are mutually orthogonal to each other.
Q8. Starting from the point(1,1)T, perform two iterations of DFP method
to find a stationary point of the following function:
f(x1, x2) = 10 − x1 + x1x2+ 𝑥22
Q9. What are the differences between Cauchy’s and Newton’s search
methods? Determine for what values of x1 and x2, Newton’s search is
guaranteed to be successful for the following unconstrained minimization
problem:
Q10. Find out whether an exploratory search used in the Hooke-Jeeves pattern
search method at x(0) = (0.0, 0.5)T with ∆x1 = ∆x2 = 0.8 is successful in minimizing
the following function:
Q11. In trying to find the maximum of the following function, the point x(t) = (3, 2,
−1)T is
encountered:Determinewhetherthesearchdirections(t)=(−1,1,−2)Twouldbeableto
find better solutions locally from x(t).
𝑓(x1 , x2 , x3 ) = 6x12 x2 − 5x3 + 2𝑥1
Q13 Explain the algorithm of Conjugate Gradient Method and why the search
direction used in Cauchy’s method is the negative of the gradient.
Q14 Explain the reason why Cauchy’s method is initially followed and there after
Newton’s method is adopted in Marquardt’s method.
Q15. Explain the reason why Newton’s method uses second-order derivatives to
create search directions and write the algorithm termination criteria and steps.
Q.16. Write steps of simplex search method explain optimality criteria for
multivariable optimization.
Page 2 of 2