Math Review and Grossman - Spring 2024
Math Review and Grossman - Spring 2024
Start with a simple two-variable case. Let f (x1 , x2 ) be the objective function, with the
choice variable x1 , x2 satisfying the constraint g (x1 , x2 ) = 0. We can formally write the
problem as
maxx1 ,x2 f (x1 , x2 )
s.t. g (x1 , x2 ) = 0
A direct way to solve the problem is to substitute x2 for x1 . That is, we can find x2 as
a function of x1 from the constraint g (x1 , x2 ) = 0. The method is often useful when g
has a simple form such as linear. In this way, we rewrite the problem as
Unfortunately, not all g are nice enough. That is why we want a systematic way to
treat constrained optimization problem. One such way is called Lagrangian, which is
done by building an auxiliary function L.
To be specific, if we have the original problem
maxx1 ,x2 f (x1 , x2 )
s.t. g (x1 , x2 ) = 0
Lagrangian is built by subtracting λg from f . The λ ∈ R is called the Lagrange
multiplier. The critical point of the problem is found by FOC.
L (x1 , x2 , λ) = f (x1 , x2 ) − λg (x1 , x2 )
From the math perspective, the value of λ doesn’t matter. Economists often formulate
it as the following, where λ is positive and can be interpreted as the shadow price.
2
L (x1 , x2 , λ) = f (x1 , x2 ) + λg (x1 , x2 )
Constrained Optimization: Lagrangian
4
General Formulation of Utility Maximization
∂L
= MUx − λpx = 0
∂x
∂L
= MUy − λpy = 0
∂y
∂L
= I − px x − py y = 0
∂λ
From the first two equations, we have MUx = λpx and MUy = λpy . Take the ratio of
these two equations, we have
MUx λpx px
= =
MUy λpy py
Does the following sound familiar to you?
px
MRSxy =
py
5
Grossman Model: a simplified version with two periods
The person wants to maximize the sum of their period utilities (where the second
period is reduced by their discount factor). The constraints: health in period 2
depends on investment and depreciation as well as their starting level of health, and
their income constraint.
7
Grossman Model: a simplified version with two periods
First-order conditions:
∂L
= UX1 − λ2 Px = 0
∂X1
∂L 1 1
= UX2 − λ2 Px = 0
∂X2 1+ρ 1+r
∂L 1
= Uh (1 − δ) − λPh = 0
∂h 1+ρ
∂L 1
= I − Px X1 − Ph h − Px X2 = 0
∂λ 1+r
8
Grossman Model: a simplified version with two periods
Suppose people who don’t invest much in health, they will have a lower h.
Since the marginal utility is decreasing, they have a higher Uh (when h is low).
For the FOC of h to hold, we need either 1+ρ 1
or (1 − δ) to be smaller (or both).
This means that either ρ or δ needs to be larger (or both).
This translates into fast aging or value future less (or both).