This sage notebook is here to understand what the "right" values for supply chain and competition are. There is a fixed daily demand for food:
The food (output) is produced by one or more food producers by hiring workers. Each worker every day turns one unit of beef into one unit of food. The labor supply curve is
The beef (input) is produced by one or more beef producers by hiring workers. Each worker every day creates one unit of beef (no input). The labor supply curve is
In perfect competition there are many food and beef producers. Each of them should act as a price taker.
The profit function of a competitive food producer is:
The profit function of a competitive beef producer is:
We also know that in equilibrium the amount of beef produced will be equal to the quantity consumed
When we add the demand curve we have 3 equations in 3 unknown
[[f == (2020/27), b == (1010/27), q == (707/27)]] |
Now we have a lot of beef producers but only one food seller which will act as a monopolist.
The beef producers profit function is the same:
The food producer instead will consider both prices as a function of its production:
[b == 10/7*q] |
[q == (707/44)] |
This is the inverse of the previous function. Now the beef producer takes into consideration how its production affect prices:
The food producers instead take all prices as given:
-b + f - 10/7*q == 0 |
[b == -17/7*q + 101] |
[q == (707/44)] |
|