Exercise Set 8
Finding the Extremum of a Function


Objective function: z = xy

Constraint: x + y = 8

Step 1. Obtain the Lagrangian function, L(x,y,λ) = f(x,y) + λ[c - g(x,y)].

L = xy + λ(8 - x - y)

Step 2: Obtain the first-order derivatives of the Lagrangian function with respect to x , y and m respectively.

L1 = y - λ

L2 = x - λ

L3 = 8 - x - y

Step 3: The first-order necessary conditions for an extremum are: L1 = 0, L2 = 0, L3 = 0. Use the FOCs to solve for the critical values of x, y and λ.

x =4, y = 4, λ= 4

Step 4: Set up the bordered Hessian, H_bar. This is needed to verify second-order condition for a maximum or a minimum.

L11 = 0, L12 = 1

L21 = 1, L22 = 0

g1 = 1, g2 = 1

H_bar = ________________________

Step 5: Check the sign of the determinant of H_bar. If positive: maximum. If negative: minimum.

det(H_bar) = _____________

Solution:
The objective function is maximized at x = 4, y = 4.
The maximum value of the function is 16.

Question:
Suppose c increases to 25. Obtain the new critical values of x and y.


EC309 home