You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/sd_foundations.md
+19-24Lines changed: 19 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
<!-- #region -->
2
-
3
2
## Elements of Supply and Demand
4
3
5
4
This lecture is about some linear models of equilibrium prices and quantities, one of the main topics
@@ -140,6 +139,7 @@ In addition
140
139
* we'll derive **demand curves** from a consumer problem that maximizes a **utility function** subject to a **budget constraint**.
141
140
142
141
* we'll derive **supply curves** from the problem of a producer who is price taker and maximizes his profits minus total costs that are described by a **cost function**.
142
+
<!-- #endregion -->
143
143
144
144
# Multiple goods
145
145
@@ -171,41 +171,40 @@ $$
171
171
172
172
Let
173
173
174
-
* $\Pi$ be an $n\times n$ matrix,
174
+
* $\Pi$ be an $m \times n$ matrix,
175
175
* $c$ be an $n \times 1$ vector of consumptions of various goods,
176
-
* $b$ be an $n \times 1$ vector of bliss points,
176
+
* $b$ be an $m \times 1$ vector of bliss points,
177
177
* $e$ be an $n \times 1$ vector of endowments, and
178
-
* $p$ be an $n\times 1$ vector of prices
178
+
* $p$ be an $n\times 1$ vector of prices
179
179
180
-
We assume that $\Pi$ has an inverse $\Pi^{-1}$ and that $\Pi^\top \Pi$ is a positive definite matrix.
181
-
182
-
* it follows that $\Pi^\top \Pi$ has an inverse.
180
+
We assume that $\Pi$ has linearly independent columns, which implies that $\Pi^\top \Pi$ is a positive definite matrix.
183
181
182
+
* it follows that $\Pi^\top \Pi$ has an inverse.
184
183
185
184
The matrix $\Pi$ describes a consumer's willingness to substitute one good for every other good.
186
185
187
186
We shall see below that $(\Pi^T \Pi)^{-1}$ is a matrix of slopes of (compensated) demand curves for $c$ with respect to a vector of prices:
188
187
189
188
$$
190
-
\frac{\partial c } {\partial p} = (\Pi^T \Pi)^{-1}
189
+
\frac{\partial c } {\partial p} = (\Pi^T \Pi)^{-1}
191
190
$$
192
191
193
192
A consumer faces $p$ as a price taker and chooses $c$ to maximize the utility function
194
193
195
194
$$
196
-
-.5 (\Pi c -b) ^\top (\Pi c -b )
195
+
-.5 (\Pi c -b) ^\top (\Pi c -b )
197
196
$$ (eq:old0)
198
197
199
198
subject to the budget constraint
200
199
201
200
$$
202
-
p ^\top (c -e ) = 0
201
+
p^\top (c -e ) = 0
203
202
$$ (eq:old2)
204
203
205
204
We shall specify examples in which $\Pi$ and $b$ are such that it typically happens that
206
205
207
206
$$
208
-
\Pi c < < b
207
+
\Pi c < < b
209
208
$$ (eq:bversusc)
210
209
211
210
so that utility function {eq}`eq:old2` tells us that the consumer has much less of each good than he wants.
@@ -229,29 +228,27 @@ The consumer chooses $c$ to maximize $L$ and $\mu$ to minimize it.
229
228
First-order conditions for $c$ are
230
229
231
230
$$
232
-
\frac{\partial L} {\partial c} = - \Pi^\top \Pi c + \Pi^\top b - \mu p = 0
231
+
\frac{\partial L} {\partial c}
232
+
= - \Pi^\top \Pi c + \Pi^\top b - \mu p = 0
233
233
$$
234
234
235
235
so that, given $\mu$, the consumer chooses
236
236
237
237
$$
238
-
c = \Pi^{-1} b - \Pi^{-1}(\Pi^\top)^{-1} \mu p
238
+
c = (\Pi^\top \Pi )^{-1}(\Pi^\top b - \mu p )
239
239
$$ (eq:old3)
240
240
241
241
Substituting {eq}`eq:old3` into budget constraint {eq}`eq:old2` and solving for $\mu$ gives
Equation {eq}`eq:old4` tells how marginal utility of wealth depends on the endowment vector $e$ and the price vector $p$.
248
248
249
249
**Remark:** Equation {eq}`eq:old4` is a consequence of imposing that $p^\top (c - e) = 0$. We could instead take $\mu$ as a parameter and use {eq}`eq:old3` and the budget constraint {eq}`eq:old2p` to solve for $W.$ Which way we proceed determines whether we are constructing a **Marshallian** or **Hicksian** demand curve.
250
250
251
251
252
-
253
-
254
-
255
252
## Endowment economy, I
256
253
257
254
We now study a pure-exchange economy, or what is sometimes called an endowment economy.
@@ -280,6 +277,7 @@ We'll set $\mu=1$.
280
277
281
278
**Exercise:** Verify that setting $\mu=2$ in {eq}`eq:old3` also implies that formula {eq}`eq:old4` is satisfied.
282
279
280
+
283
281
## Digression: Marshallian and Hicksian Demand Curves
284
282
285
283
**Remark:** Sometimes we'll use budget constraint {eq}`eq:old2` in situations in which a consumers's endowment vector $e$ is his **only** source of income. Other times we'll instead assume that the consumer has another source of income (positive or negative) and write his budget constraint as
@@ -312,7 +310,6 @@ Sometimes a Hicksian demand curve is called a **compensated** demand curve in or
312
310
We'll discuss these distinct demand curves more below.
313
311
314
312
315
-
316
313
## Endowment Economy, II
317
314
318
315
Let's study a **pure exchange** economy without production.
@@ -330,13 +327,14 @@ $$
330
327
Assume the demand curves
331
328
332
329
$$
333
-
c_i = \Pi^{-1}b_i - (\Pi^\top \Pi)^{-1}\mu_i p
330
+
c_i = (\Pi^\top \Pi)^{-1}(\Pi^\top b_i - \mu_i p )
0 commit comments