Material and Energy Balance
Material and Energy Balance
Mathematical Economics
Vilen Lipatov
Fall 2014
Outline
I multi-variable optimization
I constrained optimization
Reading: Sydsaeter and Hammond, chapters 13-14
Unconstrained Optimization
g (x) = f (x, y ∗ )
y ≥1
Constrained optimization
I Objective: Find the maximum of the function z = f (x, y )
subject to the inequality constraints
g1 (x, y ) ≥ 0,
g2 (x, y ) ≥ 0,
...
gK (x, y ) ≥ 0.
I That is, find a pair (x ∗ , y ∗ ) satisfying the constraints, such
that f (x ∗ , y ∗ ) ≥ f (x, y ) holds for all pairs (x, y ) that also
satisfy the constraints.
I All pairs of numbers (x, y ) (including (x ∗ , y ∗ ) ) must be in
the domain of the function.
I For the minimum, we require f (x ∗ , y ∗ ) ≤ f (x, y ).
I Just as in unconstrained case, f (x, y ) is called objective
function.
Geometry of constraints
Budget set
Typical examples
u(x, y ) = (x + 1)(y + 1)
px x + py y ≤ B
x ≥ 0, y ≥ 0.
max(−rK − wL)
subject to
F (K , L) ≥ Y0 ,
K ≥ 0, L ≥ 0.
I Find the optimal amount of inputs and total costs of
production.
Exercise: swimming
−1 ≤ x ≤ 1,
−1 ≤ y ≤ 1.
The island
The swimmer
Binding constraints
∂L/∂x = 0, ∂L/∂y = 0,
g1 (x, y ) = 0.