CL615 Assignment 2
CL615 Assignment 2
Optimization Techniques
Assignment No: 1
b. f x 0.5 x 2 1 x 1
2. Suppose you wanted to find the configuration that minimizes the capital costs of a cylindrical pressure
vessel. To select the best dimensions (length L and diameter D) of the vessel, formulate a suitable
objective function for the capital costs and find the optimal (L/D) that minimizes the cost function. Let
the tank volume be V, which is fixed. List out the assumptions.
3. Determine the relative rates of convergence for (1) Newton's method, (2) a finite difference Newton
method, (3) quasi-Newton method, (4) quadratic interpolation, and in minimizing the following
functions:
a. (a) x2 - 6x + 3 (b) sin (x) with 0 < x < 27 (c) x4 – 20x3 + 0.1x
4. Consider the following minimization problem:
5. Carry out the four iteration of the simplex unconstraint optimization method to minimize the function
f x x12 3x22 , initial guess for x1= 1 and x2 = 1.5. Show graphically reflection, expansion and
contraction steps.
6. An open cylindrical vessel is to be used to store 10 ft3 of liquid. The objective function for the sum of
the operating and capital costs of the vessel is
1
f h, r 2 rh 10 r 2
r h
2
Can Newton's method be used to minimize this function? Provide termination criteria to achieve exact
optimal solution when h and r in mm unit and f value in INR.
7. Is it necessary that the Hessian matrix of the objective function always be positive definite in an
unconstrained minimization problem?
8. Cite two circumstances in which the use of the simplex method of multivariate unconstrained
optimization might be a better choice than a quasi-Newton method
9. Given the function f x 3x12 3x22 3x33 to minimize, would you expect that steepest descent or
Newton's method (in which adjustment of the step length is used for minimization in the search
direction) would be faster in solving the problem from the same starting point x = [l0 10 10]T, Explain
the reasons for your answer.
10. You are to minimize f x 2 x12 4 x1 x2 x22 . Is H(x) positive-definite? If not, start at x0 = [2 2]T, and
12. Formulate the optimization problem to estimate the coefficients in the correlation
y
k1
k1 k2
e k2t e k1t for following data.
t 0.5 1 1.5
Yobserved 0.263 0.455 0.548
13. Recommend best optimization method for minimizing below given objective function? Provide
justification for same?
f x x12 3x22
when x1 10 and
f x x12 3x22 4 x1 x2
when x1 10