|
435 | 435 |
|
436 | 436 | <!-- #endregion --> |
437 | 437 |
|
| 438 | +<!-- #region --> |
438 | 439 | $$ |
439 | 440 | b = \begin{bmatrix} \sqrt{\lambda}b_1 \cr \sqrt{1-\lambda}b_2 \end{bmatrix} |
440 | 441 | $$ |
@@ -475,17 +476,24 @@ It would be easy to build another example with two consumers who have different |
475 | 476 |
|
476 | 477 | # Economies with Endogenous Supplies of Goods |
477 | 478 |
|
478 | | -## Supply |
| 479 | +## Supply Curve of a Competitive Firm |
479 | 480 |
|
480 | | -Start from a cost function |
| 481 | +A competitive firm takes a price vector $p$ as given and chooses a quantity $q$ |
| 482 | +to maximize |
| 483 | +
|
| 484 | +$$ |
| 485 | +p^\top q - C(q) |
| 486 | +$$ (eq:compprofits) |
| 487 | +
|
| 488 | +where $C(q)$ is a total cost function |
481 | 489 |
|
482 | 490 | $$ |
483 | 491 | C(q) = h ^\top q + .5 q^\top J q |
484 | 492 | $$ |
485 | 493 |
|
486 | | -where $J$ is a positive definite matrix. |
| 494 | +and $J$ is a positive definite matrix. |
487 | 495 |
|
488 | | -The $n\times 1$ vector of marginal costs is |
| 496 | +The $n\times 1$ vector of **marginal costs** is |
489 | 497 |
|
490 | 498 | $$ |
491 | 499 | \frac{\partial C(q)}{\partial q} = h + H q |
|
497 | 505 | H = .5 (J + J') |
498 | 506 | $$ |
499 | 507 |
|
500 | | -The inverse supply curve implied by marginal cost pricing is |
| 508 | +The $n \times 1$ vector of marginal revenues for the price-taking firm is |
| 509 | +
|
| 510 | +$$ |
| 511 | +p |
| 512 | +$$ |
| 513 | +
|
| 514 | +so **price equals marginal revenue** for our price-taking competitive firm. |
| 515 | +
|
| 516 | +The firm maximizes total profits by setting **marginal revenue to marginal costs**. |
| 517 | +
|
| 518 | +This leads to the following **inverse supply curve** for the competitive firm: |
| 519 | +
|
501 | 520 |
|
502 | 521 | $$ |
503 | 522 | p = h + H q |
504 | 523 | $$ |
505 | 524 |
|
| 525 | +
|
| 526 | +
|
| 527 | +
|
506 | 528 | ## Competitive equilibrium |
507 | 529 |
|
508 | 530 | ### $\mu=1$ warmup |
@@ -532,7 +554,7 @@ Then the inverse demand curve is |
532 | 554 |
|
533 | 555 | $$ |
534 | 556 | p = \mu^{-1} [\Pi^\top b - \Pi^\top \Pi c] |
535 | | -$$ |
| 557 | +$$ (eq:old5pa) |
536 | 558 |
|
537 | 559 | Equating this to the inverse supply curve and solving |
538 | 560 | for $c$ gives |
|
541 | 563 | c = [\Pi^\top \Pi + \mu H]^{-1} [ \Pi^\top b - \mu h] |
542 | 564 | $$ (eq:old5p) |
543 | 565 |
|
| 566 | +
|
| 567 | +## Digression: A Monopolist Supplier |
| 568 | +
|
| 569 | +Instead of being a price-taker, a monopolist sets prices to maximize profits subject to the inverse demand curve |
| 570 | +{eq}`eq:old5pa`. |
| 571 | +
|
| 572 | +So the monopolist's total profits as a function of its output $q$ is |
| 573 | +
|
| 574 | +$$ |
| 575 | +[\mu^{-1} \Pi^\top (b - \Pi q)]^\top q - h^\top q - .5 q^\top J q |
| 576 | +$$ (eq:monopprof) |
| 577 | +
|
| 578 | +After finding the |
| 579 | +first-order necessary conditions for maximizing the above formula for monopoly profits with respect to $q$ |
| 580 | +and solving them for $q$, we find that the monopolist sets |
| 581 | +
|
| 582 | +$$ |
| 583 | +q = (H + 2 \mu^{-1} \Pi^T \Pi)^{-1} (\mu^{-1} \Pi^\top b - h) |
| 584 | +$$ (eq:qmonop) |
| 585 | +
|
| 586 | +We'll see that the monopolist sets a **lower output** $q$ than does either a |
| 587 | +
|
| 588 | + * planner who chooses $q$ to maximize social welfare |
| 589 | + |
| 590 | + * a competitive equilibrium |
| 591 | +
|
| 592 | +
|
| 593 | +**Remark:** We can make exercises asking readers to verify the monopolist's supply curve {eq}`eq:qmonop` and the |
| 594 | +
|
| 595 | +
|
| 596 | +
|
| 597 | +
|
544 | 598 | ## Multi-good social welfare maximization problem |
545 | 599 |
|
546 | 600 | Our welfare or social planning problem is to choose $c$ to maximize |
@@ -577,7 +631,7 @@ Thus, as for the single-good case, with multiple goods a competitive equilib |
577 | 631 |
|
578 | 632 | We can read the competitive equilbrium price vector off the inverse demand curve or the inverse supply curve. |
579 | 633 |
|
580 | | -
|
| 634 | +<!-- #endregion --> |
581 | 635 |
|
582 | 636 | ## Initial notes to Jiacheng for coding |
583 | 637 |
|
|
0 commit comments