Arora, Introduction to Optimum Design, 4e
4.41 ________________________________________________________________________________
Find stationary points for the following function (use a numerical method such as the Newton-
Raphson method, or a software package like Excel, MATLAB, and Mathematica, if needed). Also
determine the local minimum, local maximum, and inflection points for the function (infection
points are those stationary points that are neither minimum nor maximum).
(1,2)=100(2− 1
2)2+ (1 − 1)2
Solution
( )
22 2
12 2 1 1
, 100( ) (1 )fxx x x x= − +−
; The gradient is given as
2
12 1 1
2
21
400 2 2 ;
200
xx x x
fxx
− − −+
=
−
()
()
Ñ
.
Solution of
= 0 and the hessian would be solved numerically using a program such as
Mathematica or MATLAB.
4.42 ________________________________________________________________________________
Find stationary points for the following function (use a numerical method such as the Newton-
Raphson method, or a software package like Excel, MATLAB, and Mathematica, if needed). Also
determine the local minimum, local maximum, and inflection points for the function (infection
points are those stationary points that are neither minimum nor maximum).
(1,2,3,4)=(1−102)2+ 5(3− 4)2+(2−23)4+10(1− 4)4
Solution
( )
224 4
1234 1 2 3 4 2 3 1 4
, , , ( 10 ) 5( ) ( 2 ) 10( )fxxxx x x x x x x x x=− + − +− + −
; The gradient is given as
12
21
2 42 22
;
42 24
xx
fxx
−−
= =
−
HÑ
.
Solution of
= 0 gives
. For the Hessian H, M1 = 2 > 0, M2 = 4 > 0; so it is positive
definite, and
is a local minimum point
.