Lecture 6
UNCONSTRAINED OPTIMIZATION: THE MANY-VARIABLE CASE


1. Functions of two variables

1.1 Find the extremum of the function

  1. Obtain the first-order and second-order partial derivatives of the function:

  2. Write down the first-order conditions for an extremum.

  3. Solve (1) and (2) for x and y. Denote them x0 and y0.
    Note: There may be more than one set of (x,y) that satisfy equations (1) and (2).

  4. The function attains an extremum value at (x0,y0).

  5. Evaluate the second-order partial derivatives at (x0,y0).

  6. Check the second-order conditions to verify whether the extremum is a maximum or a minimum:


1.2 The Hessian matrix, H

		H 	=	(  f11	f12  )
				(  f21	f22  )	
Principal minors

1.3 Second-order conditions revisited

Note: The principal minors are evaluated at (x0,y0).


2. General case

2.1 Function of n variables

2.2 First-order conditions (FOC)

2.3 Second-order conditions (SOC)

Look at the signs of the principal minors.


3. Application

Profit maximization by a multi-product firm (source: Chiang)


EC 309 home