Topic 4 - Part2
Topic 4 - Part2
8 4.1 Objective functions with vi. Use Hessian determinant for second order Chap 11.4, 11.6
more than two variables condition test.
4.2 Economic application
vii. Solve optimization problem for the case of more 3
than one choice variable in Theory of the Firm
Maximization of profit or output
The Hessian (H) for a function is a square matrix of second-order partials and cross-partials of the function. Accordingly, for
each of the matrix, we can compute its determinant (which is a scalar).
We can use its determinant to test for relative extremum of a given multi-choice variable objective function. It is known as
determinant test.
For a two-choice variable objective function 𝒁 = Three-choice variable objective function 𝒁 = 𝒇(𝒙𝟏 , 𝒙𝟐 , 𝒙𝟑 ).
𝒇(𝒙𝟏 , 𝒙𝟐 ). 𝑻𝒉𝒆𝒏, 𝒅𝒁 = 𝒁𝟏 . 𝒅𝒙𝟏 + 𝒁𝟐 . 𝒅𝒙𝟐 + 𝒁𝟑 . 𝒅𝒙𝟑
𝑻𝒉𝒆𝒏, 𝒅𝒁 = 𝒁𝟏 . 𝒅𝒙𝟏 + 𝒁𝟐 . 𝒅𝒙𝟐
Hessian (H) Its determinant (|H|) Hessian (H) of 3x3 Its determinant (|H|)
of 2x2 𝑍11 𝑍12 𝑍11 𝑍12 𝑍13 𝑍11 𝑍12 𝑍13
𝑍 𝑍12 = | |
𝑍21 𝑍22 =[𝑍21 𝑍22 𝑍23 ] = |𝑍21 𝑍22 𝑍23 |
=[ 11 ]
𝑍21 𝑍22 𝑍31 𝑍32 𝑍33 𝑍31 𝑍32 𝑍33
1
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
Step 2: Partially differentiate the function with respect to each of its choice variables
𝑍1 = 4𝑥1 + 𝑥2 + 𝑥3
𝑍2 = 𝑥1 + 8𝑥2
𝑍3 = 𝑥1 + 2𝑥3
2
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
Step 3: Check for the conditions for relative extremum (i.e F.O.C and S.O.C) using determinant test:
F.O.C:
𝑍1 = 4𝑥1 + 𝑥2 + 𝑥3 = 0 . . . (1)
𝑍2 = 𝑥1 + 8𝑥2 = 0 … (2)
𝑍3 = 𝑥1 + 2𝑥3 = 0 …(3)
Solve the 3-homogenous equation system by matrix approach, for critical value of 𝑥1 , 𝑥2 , and 𝑥3 .
4 1 1 𝑥1 0
𝑥
[1 8 0] [ 2 ] = [0]
1 0 2 𝑥3 0
𝑥̅1 0
[𝑥̅2 ] = [0]
𝑥̅3 0
S.O.C:
3
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
Since |H1 |> 0, |H2 | > 0, |H3 | > 0 are all positive, the H is said to be positive definite.
Step 4: Conclusion
Positive definite H indicates the function achieves its relative minimum when evaluate at its critical value (0,0,0). The value
of the extreme i.e minimum is 𝑍 = 2 unirs.
A firm is a monopolistic producer of two goods. The prices are related to quantities 𝑄1 and 𝑄2 according to the demand
functions 𝑃1 = 50 − 𝑄1 and 𝑃2 = 95 − 3𝑄2 . If the total cost function is 𝑇𝐶 = 𝑄12 + 3𝑄1 𝑄2 + 𝑄22 , find the profit of the firm
and prove that the profit is at a maximum.
TR = PQ
TR1 = (50 − Q1 )Q = 50Q1 − Q21 and TR 2 = (95 − 3Q 2 )Q = 95Q 2 − 3Q22
∴ TR = TR1 + TR 2
TR = 50Q1 − Q21 + 95Q 2 − 3Q22
4
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
π = TR − TC
π = 50Q1 − Q21 + 95Q 2 − 3Q22 − (Q21 + 3Q1 Q 2 + Q22 )
π = 50Q1 − 2Q21 + 95Q 2 − 4Q22 − 3Q1 Q 2
FOC:
𝜋1 = 50 − 4𝑄1 − 3𝑄2 = 0 … … … (1)
𝜋2 = 95 − 3𝑄1 − 8𝑄2 = 0 … … … (2)
To eliminate 𝑄1 , 𝑠𝑜 (1) × 3 𝑎𝑛𝑑 (2) × 4 to be (3) and (4), respectively, then (3) - (4)
𝜋1 = 150 − 12𝑄1 − 9𝑄2 = 0 … . . (3)
𝜋2 = 380 − 12𝑄1 − 32𝑄2 = 0 … . (4)
−230 + 23𝑄2 = 0
230
𝑄̅2 = = 10 units
23
5
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
The value of the profit is π(5, 10) = 50Q1 − 2Q21 + 95Q 2 − 4Q22 − 3Q1 Q 2 = 50(5) − 2(25) + 95(10) − 4(100) −
3(5)(10) = 600 units.
Step 4: Using the second order condition (SOC), prove that the profit level is at a maximum.
SOC
𝜋11 = −4; 𝜋22 = −8; 𝜋12 = 𝜋21 = −3
Since 𝜋11 < 0, 𝜋22 < 0 and (𝜋11 )(𝜋22 ) > (𝜋12 )2 , so it is negative definite and the profit level of 600 units is at a
20 230
maximum when 𝑄̅1 = = 5 units and 𝑄̅2 = = 10 units.
4 23
|𝐻1 | = −4 < 0
−4 −3
|𝐻2 | = | |
−3 −8
= (−4)(−8) − [(−3)(−3)]
= 32 − 9
= 23 > 0
6
MOHD FAISOL MD. SALLEH BEEQ2013 A201 TOPIC 4 (PART 2)
̅̅̅̅2 | >0, so H is negative definite and the profit level of 600 units when 𝑄̅1 = 20 = 5
̅̅̅1̅| <0 and |𝐻
In conclusion, since |𝐻
4
230
units and 𝑄̅2 = = 10 units is indeed a maximum.
23