#
UNIT 3: PRODUCTION, COST, AND THE PERFECT COMPETITION MODEL
#
Course: AP Microeconomics
#
1. INTRODUCTION
Imagine you are opening a gourmet pizza shop. You have a fixed amount of space—your kitchen—and a fixed number of ovens. As you start hiring chefs, your pizza production increases rapidly. However, after hiring the tenth chef, you notice they are bumping into each other, waiting for oven space, and the kitchen has become chaotic. Suddenly, each new chef you hire adds fewer pizzas to your daily total than the chef hired before them. This is not just a management problem; it is a fundamental principle of economics known as the Law of Diminishing Marginal Returns.
In this unit, we transition from the behavior of consumers to the behavior of firms. We will explore how firms transform inputs (labor, capital, raw materials) into outputs (goods and services) and how they navigate the costs associated with that production. By understanding the relationship between production and cost, we can model how firms maximize their profits and how entire industries behave under the most competitive circumstances imaginable: Perfect Competition.
By the end of this chapter, you will understand why firms sometimes continue to operate even when they are losing money, why the "minimum" point of a cost curve is the most efficient place to be, and how the "invisible hand" of the market ensures that in the long run, firms in perfectly competitive markets earn exactly zero economic profit.
#
2. ALL KEY CONCEPTS, TERMS, AND PRINCIPLES
#
2.1 Production Terms
- Production Function: A mathematical or graphical relationship showing the maximum output that can be produced from a given set of inputs.
- Short Run (SR): A period of time in which at least one input (usually capital, like a factory size) is fixed.
- Long Run (LR): A period of time in which all inputs are variable. Firms can change their plant size or exit the industry.
- Total Product ($TP$ or $Q$): The total quantity of output produced.
- Marginal Product ($MP$): The additional output produced by adding one more unit of a variable input (usually labor).
$$MP_L = \frac{\Delta TP}{\Delta L}$$
- Average Product ($AP$): The output produced per unit of input.
$$AP_L = \frac{TP}{L}$$
- Law of Diminishing Marginal Returns: As successive units of a variable resource are added to a fixed resource, the marginal product of the variable resource will eventually decline.
#
2.2 Cost Terms
- Fixed Costs ($FC$): Costs that do not change with the level of output (e.g., rent).
- Variable Costs ($VC$): Costs that change as output changes (e.g., raw materials, hourly labor).
- Total Cost ($TC$): The sum of fixed and variable costs. $TC = FC + VC$.
- Marginal Cost ($MC$): The additional cost of producing one more unit of output.
$$MC = \frac{\Delta TC}{\Delta Q}$$
- Average Total Cost ($ATC$): $TC / Q$.
- Average Variable Cost ($AVC$): $VC / Q$.
- Average Fixed Cost ($AFC$): $FC / Q$.
#
2.3 Profit and Market Structure
- Explicit Costs: Out-of-pocket payments (wages, rent, materials).
- Implicit Costs: The opportunity costs of using resources owned by the firm (e.g., the salary the owner could have earned elsewhere).
- Accounting Profit: Total Revenue ($TR$) minus Explicit Costs.
- Economic Profit: Total Revenue minus (Explicit + Implicit Costs).
- Normal Profit: Occurs when Economic Profit is zero; the firm is earning just enough to cover all opportunity costs.
- Perfect Competition: A market structure characterized by many small firms, identical products, no barriers to entry/exit, and firms being "price takers."
#
3. IN-DEPTH EXPLANATION
#
3.1 The Production Function and Diminishing Returns
In the short run, a firm's production is limited by its fixed capital. We analyze the Production Function by looking at how Total Product ($TP$) changes as we add Labor ($L$).
- Increasing Marginal Returns: Initially, as you hire workers, they can specialize. $MP$ rises.
- Diminishing Marginal Returns: Eventually, workers start competing for limited tools/space. $MP$ begins to fall but is still positive. $TP$ is increasing at a decreasing rate.
- Negative Marginal Returns: So many workers are added that they get in each other's way, and $TP$ actually falls ($MP < 0$).
{
"type": "line",
"title": "Total Product (TP) and the Stages of Production",
"xLabel": "Quantity of Labor (L)",
"yLabel": "Total Product (TP)",
"labels": ["0", "1", "2", "3", "4", "5", "6"],
"datasets": [
{ "label": "Total Product", "data": [0, 10, 25, 35, 40, 42, 40], "tension": 0.3 }
]
}
The Relationship between $MP$ and $AP$:
- If $MP > AP$, then $AP$ is rising.
- If $MP < AP$, then $AP$ is falling.
- $MP$ intersects $AP$ at the maximum of $AP$. (Think of your GPA: if your "marginal" grade this semester is higher than your current average, your average goes up).
{
"type": "line",
"title": "Marginal Product (MP) and Average Product (AP)",
"xLabel": "Quantity of Labor (L)",
"yLabel": "Productivity",
"labels": ["0", "1", "2", "3", "4", "5", "6"],
"datasets": [
{ "label": "Marginal Product (MP)", "data": [0, 10, 15, 10, 5, 2, -2], "tension": 0.3 },
{ "label": "Average Product (AP)", "data": [0, 10, 12.5, 11.6, 10, 8.4, 6.7], "tension": 0.3 }
]
}
#
3.2 Short-Run Production Costs
The shapes of the cost curves are directly derived from the production function. Because of the Law of Diminishing Marginal Returns, marginal costs ($MC$) eventually rise.
- The Marginal Cost ($MC$) Curve: Usually U-shaped. It falls initially due to specialization and rises due to diminishing returns.
- The $ATC$ and $AVC$ Curves: Also U-shaped. $MC$ always intersects $ATC$ and $AVC$ at their minimum points.
- The $AFC$ Curve: Always declines as output increases ($FC$ is spread over more units), a process called "spreading the overhead."
- Vertical Distance: The distance between $ATC$ and $AVC$ is always equal to $AFC$. Since $AFC$ shrinks as $Q$ increases, $ATC$ and $AVC$ get closer together but never touch.
{
"type": "line",
"title": "Short-Run Cost Curves",
"subtitle": "Intersections occur at minimum ATC and AVC",
"xLabel": "Quantity of Output (Q)",
"yLabel": "Cost ($)",
"labels": ["1", "2", "3", "4", "5", "6"],
"datasets": [
{ "label": "Marginal Cost (MC)", "data": [40, 30, 35, 45, 60, 85], "tension": 0.3 },
{ "label": "Average Total Cost (ATC)", "data": [100, 65, 55, 55, 62, 75], "tension": 0.3 },
{ "label": "Average Variable Cost (AVC)", "data": [40, 35, 35, 40, 50, 65], "tension": 0.3 }
]
}
#
3.3 Long-Run Production Costs
In the long run, there are no fixed costs ($FC = 0$). Firms can choose the optimal "scale" of production. The Long-Run Average Total Cost ($LRATC$) curve is the "envelope" of all possible short-run $ATC$ curves.
- Economies of Scale: $LRATC$ decreases as $Q$ increases. (Due to specialization, bulk buying).
- Constant Returns to Scale: $LRATC$ is flat as $Q$ increases.
- Diseconomies of Scale: $LRATC$ increases as $Q$ increases. (Due to communication failures, bureaucracy).
- Minimum Efficient Scale (MES): The lowest level of output where $LRATC$ is minimized. This determines if an industry will have many small firms or a few large ones.
{
"type": "line",
"title": "Long-Run Average Total Cost (LRATC)",
"subtitle": "Economies, Constant, and Diseconomies of Scale",
"xLabel": "Quantity of Output (Q)",
"yLabel": "Cost per Unit ($)",
"labels": ["10", "20", "30", "40", "50", "60", "70", "80"],
"datasets": [
{ "label": "LRATC", "data": [100, 80, 65, 60, 60, 65, 80, 100], "tension": 0.4 }
]
}
#
3.4 Types of Profit
To an economist, Profit is not just money in the bank.
- Accounting Profit $= TR - \text{Explicit Costs}$
- Economic Profit $= TR - (\text{Explicit} + \text{Implicit Costs})$
- Normal Profit $= \text{Economic Profit of } 0$. This is actually a good thing! It means you are doing exactly as well as your next best alternative.
#
3.5 Profit Maximization ($MR = MC$)
Regardless of market structure, a firm maximizes profit by producing where:
$$MR = MC$$
- If $MR > MC$: The firm should produce more, as each additional unit adds more to revenue than to cost.
- If $MC > MR$: The firm should produce less, as the last unit cost more to make than it brought in.
#
3.6 Short-Run and Long-Run Decisions
#
The Short-Run Shut-Down Rule
If a firm is losing money (Economic Profit $< 0$), should it close immediately? Not necessarily.
- If $P \ge AVC$: Stay open. You are covering all variable costs and some fixed costs. Losing some money is better than losing all of your fixed costs (which you'd lose if you shut down).
- If $P < AVC$: Shut down. You are losing money on every unit produced even before considering rent.
#
Long-Run Entry and Exit
- If firms earn Economic Profit ($P > ATC$), new firms enter (no barriers). Market supply increases, price falls, profit disappears.
- If firms earn Economic Loss ($P < ATC$), firms exit. Market supply decreases, price rises, losses disappear.
- Long-Run Equilibrium: $P = MC = \min ATC$. Economic Profit $= 0$.
#
3.7 Perfect Competition
Characteristics:
- Thousands of firms.
- Price Takers: The firm must accept the market price. The firm's demand curve is horizontal (perfectly elastic).
- $P = MR = AR = D$ (The "Mr. DARP" line).
Efficiency:
- Allocative Efficiency: Occurs where $P = MC$. Society is producing the "right" amount of the good. (Achieved in LR Perfect Competition).
- Productive Efficiency: Occurs where $P = \min ATC$. The firm is producing at the lowest possible cost. (Achieved in LR Perfect Competition).
{
"title": "Perfect Competition: Market and Individual Firm (Long-Run Equilibrium)",
"width": 600,
"height": 300,
"background": "white",
"elements": [
{ "type": "label", "x": 100, "y": 20, "text": "THE MARKET", "bold": true },
{ "type": "axes", "cx": 40, "cy": 250, "length": 200, "xLabel": "Q", "yLabel": "P" },
{ "type": "line", "x1": 50, "y1": 80, "x2": 200, "y2": 220, "label": "D", "color": "#ef4444" },
{ "type": "line", "x1": 50, "y1": 220, "x2": 200, "y2": 80, "label": "S", "color": "#14b8a6" },
{ "type": "dashed", "x1": 125, "y1": 150, "x2": 125, "y2": 250 },
{ "type": "point", "cx": 125, "cy": 150, "r": 3, "color": "black" },
{ "type": "label", "x": 400, "y": 20, "text": "THE FIRM", "bold": true },
{ "type": "axes", "cx": 340, "cy": 250, "length": 200, "xLabel": "q", "yLabel": "P" },
{ "type": "line", "x1": 125, "y1": 150, "x2": 540, "y2": 150, "color": "#6366f1", "dashed": true },
{ "type": "line", "x1": 340, "y1": 150, "x2": 540, "y2": 150, "label": "P=D=MR=AR", "color": "#6366f1" },
{ "type": "line", "x1": 360, "y1": 230, "x2": 520, "y2": 50, "label": "MC", "color": "#f59e0b" },
{ "type": "polygon", "points": [[360, 100], [440, 150], [520, 100]], "stroke": "#8b5cf6", "label": "ATC" },
{ "type": "point", "cx": 440, "cy": 150, "r": 3, "color": "black" }
]
}
#
4. EXAMPLES
#
Example 1: Calculating Marginal Product
A coffee shop has the following production:
- 0 workers: 0 cups
- 1 worker: 15 cups
- 2 workers: 35 cups
- 3 workers: 50 cups
Find $MP$ for the 2nd worker.
- Solution: $MP = \Delta TP / \Delta L = (35 - 15) / (2 - 1) = 20$ cups.
#
Example 2: Law of Diminishing Returns
In Example 1, find the $MP$ of the 3rd worker.
- Solution: $MP = (50 - 35) / (3 - 2) = 15$ cups. Since 15 < 20, diminishing returns have set in.
#
Example 3: Calculating Total Cost
Fixed Cost = $$200$. Variable Cost for 10 units = $$500$.
- Solution: $TC = FC + VC = 200 + 500 = $700$.
#
Example 4: Average Fixed Cost (AFC) Calculation
Using the data from Ex 3, find $AFC$ for 10 units.
- Solution: $AFC = FC / Q = 200 / 10 = $20$.
#
Example 5: Spreading the Overhead
If output increases from 10 to 20 units in Ex 4, what is the new $AFC$?
- Solution: $AFC = 200 / 20 = $10$. Note how $AFC$ fell as $Q$ rose.
#
Example 6: Finding Marginal Cost (MC)
$TC$ for 5 units is $$100$. $TC$ for 6 units is $$125$.
- Solution: $MC = \Delta TC / \Delta Q = (125 - 100) / (6 - 5) = $25$.
#
Example 7: Marginal Cost from Variable Cost
$VC$ for 10 units is $$50$. $VC$ for 11 units is $$62$. Fixed Cost is $$100$.
- Solution: $MC = \Delta VC / \Delta Q$ (because $FC$ doesn't change). $MC = (62 - 50) / 1 = $12$.
#
Example 8: Relationship between ATC and MC
If $ATC = $50$ and $MC$ of the next unit is $$60$, will $ATC$ rise or fall?
- Solution: Rise. Since $MC > ATC$, the average is being pulled up.
#
Example 9: Accounting vs. Economic Profit
Revenue = $$100,000$. Wages = $$40,000$. Supplies = $$10,000$. The owner quit a $$45,000$ job to start this.
- Explicit Costs: $40,000 + 10,000 = $50,000$.
- Accounting Profit: $100,000 - 50,000 = $50,000$.
- Implicit Costs: $$45,000$.
- Economic Profit: $100,000 - (50,000 + 45,000) = $5,000$.
#
Example 10: Normal Profit Scenario
In Ex 9, if the owner's alternative job paid $$50,000$:
- Economic Profit: $100,000 - (50,000 + 50,000) = 0$.
- Result: The firm is earning a Normal Profit.
#
Example 11: Profit Maximization (Rule of Thumb)
$MR = $15$, $MC = $10$. Should the firm produce more?
- Solution: Yes. $MR > MC$ means the next unit adds $$5$ to total profit.
#
Example 12: Profit Maximization (Stopping Point)
A firm produces where $MC = $20$ and $MR = $20$. $ATC = $15$. Is the firm maximizing profit?
- Solution: Yes, because $MR = MC$.
#
Example 13: Calculating Profit from a Graph
At $Q = 100$, $P = $10$ and $ATC = $7$.
- Solution: Profit per unit $= P - ATC = 10 - 7 = $3$. Total Profit $= 3 \times 100 = $300$.
#
Example 14: Calculating Loss
At $Q = 50$, $P = $12$ and $ATC = $15$.
- Solution: Loss per unit $= 15 - 12 = $3$. Total Loss $= 3 \times 50 = $150$.
#
Example 15: The Shut-Down Rule (Keep Operating)
$P = $8$, $ATC = $10$, $AVC = $7$. Should the firm shut down in the short run?
- Solution: No. $P > AVC$. The firm loses $$2$ per unit but covers all variable costs and contributes $$1$ per unit toward fixed costs.
#
Example 16: The Shut-Down Rule (Shut Down)
$P = $5$, $ATC = $10$, $AVC = $6$.
- Solution: Shut down. $P < AVC$. Staying open makes the loss worse.
#
Example 17: Finding FC from a Graph
At $Q = 10$, $ATC = $20$ and $AVC = $15$.
- Solution: $AFC = ATC - AVC = 20 - 15 = $5$. Total $FC = AFC \times Q = 5 \times 10 = $50$.
#
Example 18: Perfect Competition Demand
If the market price of wheat is $$4$ per bushel, what is the $MR$ of the 100th bushel for an individual farmer?
- Solution: $$4$. Perfect competitors are price takers; $P = MR$.
#
Example 19: Long-Run Adjustment (Profits)
Firms in a market are earning $$10,000$ economic profit. What happens in the long run?
- Solution: New firms enter $\rightarrow$ Supply shifts Right $\rightarrow$ Market Price falls $\rightarrow$ Profits disappear.
#
Example 20: Long-Run Adjustment (Losses)
Firms are losing $$5,000$. What happens?
- Solution: Firms exit $\rightarrow$ Supply shifts Left $\rightarrow$ Market Price rises $\rightarrow$ Losses disappear.
#
Example 21: Economies of Scale
A factory doubles all its inputs (labor and capital), and output triples.
- Solution: Economies of scale (or increasing returns to scale). $LRATC$ is falling.
#
Example 22: Diseconomies of Scale
A mega-corporation doubles its size, but management confusion leads to output only increasing by $50%$.
- Solution: Diseconomies of scale. $LRATC$ is rising.
#
Example 23: Productive Efficiency
A perfectly competitive firm is in long-run equilibrium with $ATC = $10$ and $MC = $10$.
- Solution: Productive efficiency is achieved because $P = \min ATC$.
#
Example 24: Allocative Efficiency
A firm produces where $MC = $15$ and the market price is $$15$.
- Solution: Allocative efficiency is achieved because $P = MC$.
#
Example 25: Calculating Total Variable Cost (TVC)
$ATC = $30$, $AFC = $10$, $Q = 5$.
- Solution: $AVC = ATC - AFC = 30 - 10 = $20$. $TVC = AVC \times Q = 20 \times 5 = $100$.
The price of electricity (a variable input) rises. Which curves shift?
- Solution: $VC, TC, AVC, ATC,$ and $MC$ all shift upward. $FC$ and $AFC$ do not change.
#
Example 27: Shifts in Cost Curves (Technology)
A new invention increases labor productivity.
- Solution: $MC, AVC,$ and $ATC$ shift downward (costs fall).
#
Example 28: Shifts in Cost Curves (Lump-sum Tax)
The government charges a flat $$500$ annual fee to all businesses (Fixed Cost).
- Solution: $FC, AFC,$ and $ATC$ shift up. $MC$ does not change, so the profit-maximizing quantity stays the same in the short run!
#
Example 29: Per-unit Tax
The government taxes $$1$ for every unit produced.
- Solution: This is a variable cost. $MC, AVC,$ and $ATC$ shift up. The firm will produce less output.
#
Example 30: Minimum Efficient Scale
A firm's $LRATC$ stops falling at $Q = 1,000$ and stays flat until $Q = 5,000$.
- Solution: The $MES$ is 1,000 units.
#
Example 31: Constant Cost Industry
Market demand for milk increases. In the long run, after entry, the price returns to exactly where it was before.
- Solution: Constant Cost Industry. The Long-Run Supply ($LRS$) curve is horizontal.
#
Example 32: Increasing Cost Industry
Market demand for gold increases. As new firms enter, the price of specialized mining equipment rises.
- Solution: Increasing Cost Industry. The $LRS$ curve is upward sloping.
#
Example 33: Deriving MC from TC function (Advanced)
If $TC = 100 + 5Q^2$.
- Solution: Using calculus, $MC = \frac{dTC}{dQ} = 10Q$. (For AP, we usually use tables, but this helps visualize why $MC$ is linear/upward sloping).
#
Example 34: Finding the Minimum of ATC
If $TC = 100 + 5Q^2$, then $ATC = \frac{100}{Q} + 5Q$.
- Solution: $ATC$ is minimized where $MC = ATC$.
$$10Q = \frac{100}{Q} + 5Q$$
$$5Q = \frac{100}{Q} \Rightarrow 5Q^2 = 100 \Rightarrow Q^2 = 20 \Rightarrow Q \approx 4.47$$
#
Example 35: Long Run Equilibrium Summary
In a perfectly competitive market, the price is $$20$. A firm has $ATC = $20$ and $MC = $20$.
- Solution: The firm is in long-run equilibrium. It is earning Normal Profit, and it is both Productively and Allocatively efficient.