Plus
$7.99 / month
- Nemotron Nano 12B VL
- Nemotron Nano 30B
- 20 AI credits/week
Save your current position in the course
Certificates are issued to Unlimited subscribers who finish a course. Your progress is saved either way — upgrade whenever you want yours.
Report a problem with this course via Discord
View available keyboard shortcuts
Reset all section and file completion progress
In the previous units of AP Microeconomics, we often operated under the assumption of the "Invisible Hand"—the idea that individuals pursuing their own self-interest in competitive markets would lead to an efficient allocation of resources. We saw how the intersection of supply and demand maximizes total surplus (consumer plus producer surplus). However, the real world is rarely that perfect.
Why is the air in some cities thick with smog? Why are life-saving vaccines sometimes under-produced? Why do we have lighthouse services provided by the government instead of private firms charging admission? And why is there a vast gap between the wealthiest and the poorest members of society?
These questions lead us to Market Failure. Market failure occurs when the private market, left on its own, fails to allocate resources efficiently, resulting in a loss of total economic welfare known as Deadweight Loss (DWL). In this unit, we explore the specific circumstances where markets break down: externalities, public goods, and imperfect competition. We also examine the government’s toolkit—taxes, subsidies, and regulations—to "nudge" the market back toward the social optimum. Finally, we look at how society measures and addresses the distribution of income. By the end of this chapter, you will understand how economic theory provides a blueprint for making the world more efficient and more equitable.
To navigate the complexities of market failure, we must first master the terminology and the foundational mathematical relationships used by economists.
In a perfectly competitive market with no externalities, the market equilibrium is socially efficient.
If there are no external costs or benefits, then $MSB = MPB$ and $MSC = MPC$. Therefore, at the equilibrium where $D = S$:
$$MSB = MSC$$
At this point, Total Economic Surplus (Consumer Surplus + Producer Surplus) is maximized.
{
"type": "line",
"title": "Socially Efficient Market Equilibrium",
"subtitle": "Equilibrium where MSB = MSC with no externalities",
"xLabel": "Quantity (Q)",
"yLabel": "Price (P)",
"labels": ["0", "10", "20", "30", "40", "50", "60"],
"datasets": [
{ "label": "MSB (Demand)", "data": [100, 90, 80, 70, 60, 50, 40], "borderColor": "#3b82f6" },
{ "label": "MSC (Supply)", "data": [10, 20, 30, 40, 50, 60, 70], "borderColor": "#ef4444" }
]
}
When a market fails, the quantity produced by the private market ($Q_m$) differs from the socially optimal quantity ($Q_s$).
Economists use Cost-Benefit Analysis to determine if a government intervention is worth it. A policy is efficient if the total social benefits of the intervention exceed the total social costs.
Externalities are "side effects" of an economic activity. Because the buyers and sellers do not pay for these side effects, they ignore them when making decisions.
Example: A factory produces steel and dumps chemicals into a river. The factory only pays for labor and raw materials ($MPC$). It does not pay for the dead fish or the sick people downstream ($MEC$).
{
"type": "line",
"title": "Negative Externality in Production",
"subtitle": "Market overproduces (Qm > Qs) creating Deadweight Loss",
"xLabel": "Quantity (Q)",
"yLabel": "Price (P)",
"labels": ["0", "10", "20", "30", "40"],
"datasets": [
{ "label": "MSB", "data": [100, 90, 80, 70, 60], "borderColor": "#3b82f6" },
{ "label": "MPC (Private Supply)", "data": [10, 30, 50, 70, 90], "borderColor": "#94a3b8" },
{ "label": "MSC (Social Supply)", "data": [40, 60, 80, 100, 120], "borderColor": "#ef4444" }
]
}
Example: An individual gets a flu shot. They benefit from not getting sick ($MPB$), but society also benefits because the individual won't spread the flu to others ($MEB$).
{
"type": "line",
"title": "Positive Externality in Consumption",
"subtitle": "Market underproduces (Qm < Qs)",
"xLabel": "Quantity (Q)",
"yLabel": "Price (P)",
"labels": ["0", "10", "20", "25", "30"],
"datasets": [
{ "label": "MPB (Private Demand)", "data": [50, 40, 30, 25, 20], "borderColor": "#94a3b8" },
{ "label": "MSB (Social Demand)", "data": [60, 50, 40, 35, 30], "borderColor": "#10b981" },
{ "label": "MSC", "data": [10, 20, 30, 35, 40], "borderColor": "#ef4444" }
]
}
Economists categorize goods based on two criteria:
| Rival | Non-Rival | |
|---|---|---|
| Excludable | Private Goods (Candy bars, Clothing) | Club Goods (Netflix, Cable TV) |
| Non-Excludable | Common Resources (Fish in the ocean, Public grazing land) | Public Goods (National Defense, Street lights) |
Because public goods are non-excludable, people have an incentive to be Free Riders—they consume the good without paying for it. If everyone free rides, the private firm earns zero revenue and will not provide the good. Thus, the government must provide the good using tax revenue.
Optimal Quantity of a Public Good:
Unlike private goods (where we sum quantities horizontally), for public goods, we sum the individual marginal benefits vertically.
$$MSB_{Total} = MB_1 + MB_2 + ... + MB_n$$
The socially optimal quantity is where $\sum MB = MC_{provision}$.
Common resources are rival (if I catch a fish, you can't catch that same fish) but non-excludable (it's hard to stop people from fishing in the open sea). This leads to overconsumption because individuals ignore the cost they impose on others (a negative externality).
The government often intervenes in imperfect markets (monopolies, oligopolies) to improve efficiency.
A natural monopoly has such high economies of scale that $ATC$ is still falling when it crosses the demand curve.
{
"type": "line",
"title": "Natural Monopoly Regulation",
"subtitle": "P = ATC (Fair Return) vs P = MC (Socially Optimal)",
"xLabel": "Quantity (Q)",
"yLabel": "Price (P)",
"labels": ["0", "20", "40", "60", "80", "100"],
"datasets": [
{ "label": "Demand", "data": [100, 80, 60, 40, 20, 10], "borderColor": "#3b82f6" },
{ "label": "ATC", "data": [90, 60, 45, 35, 30, 28], "borderColor": "#f59e0b" },
{ "label": "MC", "data": [20, 20, 20, 20, 20, 20], "borderColor": "#ef4444" }
]
}
Inequality arises because factors of production are paid their Marginal Revenue Product ($MRP$). Differences in skills, education (human capital), and luck lead to different $MRP$ levels.
{
"type": "line",
"title": "The Lorenz Curve",
"subtitle": "Visualizing Income Distribution Inequality",
"xLabel": "Cumulative % of Households",
"yLabel": "Cumulative % of Income",
"labels": ["0", "20", "40", "60", "80", "100"],
"datasets": [
{ "label": "Line of Perfect Equality", "data": [0, 20, 40, 60, 80, 100], "borderColor": "#94a3b8", "dashed": true },
{ "label": "Lorenz Curve (Country A)", "data": [0, 5, 15, 30, 55, 100], "borderColor": "#8b5cf6", "tension": 0.4 }
]
}
A firm produces paper. The private supply (MPC) is $P = 10 + 2Q$. The demand (MSB) is $P = 100 - Q$. The production creates pollution costing society $MEC = 3Q$.
In Example 1, what tax should the government set?
Vaccine demand ($MPB$) is $P = 50 - Q$. Supply ($MPC$) is $P = 10 + Q$. The external benefit to society is $MEB = 10$ per unit.
Three neighbors want a security guard.
Neighbor A's $MB = 20 - Q$.
Neighbor B's $MB = 30 - Q$.
Neighbor C's $MB = 50 - Q$.
The $MC$ of a guard is a constant $$40$.
If the security guard in Example 4 costs $$40$ for the first unit, and Neighbor A values it at $$19$, B at $$15$, and C at $$6$. Total value is $$40$. However, if Neighbor A thinks B and C will pay, A will claim they don't want the guard (to pay $$0$). If everyone does this, the guard isn't hired, even though the total benefit equals the cost.
A lake can sustain 100 fish. Each fisherman captures fish until their $MPC$ (time/fuel) equals the price of fish. They ignore that by catching a fish, they make it harder (more expensive) for others to catch fish. The lake ends up with 0 fish (extinction) because the "cost of depletion" is not paid by the individual.
A monopoly has $MC = 20$ and $D: P = 100 - Q$. $MR = 100 - 2Q$.
Using the same monopoly from Example 7, the government imposes a lump-sum tax of $$500$.
A natural monopoly has $MC = 5$ and $ATC = 15$ at the quantity where $D$ crosses $MC$.
In Example 9, if the government regulates at $P = ATC$, the price might be $$20$ where $D$ crosses $ATC$.
Country X has a Lorenz curve $Y = X^2$. Country Y has a Lorenz curve $Y = X^4$.
If the area between the line of equality and the Lorenz curve ($A$) is 0.2, and the total area under the line of equality is 0.5.
A worker earns $$100,000$ and pays 20% tax ($$20k$). Another earns $$10,000$ and pays 5% tax ($$500$).
Low-income family earns $$20,000$ and spends it all. High-income family earns $$200,000$ and spends $$100,000$.
A homeowner spends $$5,000$ on a beautiful garden. The neighbors' property values rise by $$1,000$. The homeowner didn't consider this $$1,000$ benefit, so they might have planted fewer flowers than is socially optimal.
A nightclub opens next to an apartment. The $MPC$ of running the club is $$500$/night. The neighbors lose $$200$ worth of sleep. $MSC = $700$. If the club's revenue is $$600$, they will stay open (Private Benefit $$600 > MPC $500$), but society loses because Social Benefit $$600 < MSC $700$.
If the neighbors in Example 16 have a legal right to silence, the club could pay them $$201$ to let them stay open. This only works if transaction costs are low. (Note: AP Micro focuses more on taxes/subsidies).
A fireworks display costs $$500$. If 1,000 people watch, the cost per person is $$0.50$. If 2,000 people watch, the cost is still $$500$, and the enjoyment of the first 1,000 isn't reduced. This is non-rivalry.
A town builds a dam to prevent flooding. It is impossible to protect House A from the flood without also protecting House B next door. House B cannot be excluded from the benefit, even if they refuse to pay.
A forest is open to all. Each lumberjack cuts trees until their cost equals the market price. They ignore the fact that fewer trees mean slower regrowth for everyone. The forest is clear-cut (inefficient).
In Example 1 ($Q_m=30, Q_s=15$):
In Example 3 ($Q_m=20, Q_s=25$):
A software engineer has $MRP = $150,000$. A retail clerk has $MRP = $30,000$. The market pays them these amounts. This leads to an income gap based on productivity and market demand for skills.
The government provides subsidies for college (Pell Grants). This corrects the positive externality of education (more educated citizens = lower crime, better innovation) and helps reduce long-term inequality.
The government blocks a merger between two giant airlines because it would create a monopoly, leading to higher prices ($P > MC$) and significant deadweight loss.
If a government sets a price ceiling at the point where $P = MC$ for a monopoly, it actually forces the monopoly to act like a perfectly competitive firm, increasing quantity and eliminating deadweight loss (as long as $P \ge ATC$).
Social Security and Welfare are transfer payments. They take tax revenue (mostly from workers) and give it to the elderly or poor. This shifts the Lorenz curve closer to the line of equality.
The government gives a $$2$ coupon to every person who buys a healthy salad. This shifts the $D$ curve (MPB) up by $$2$. If the $MEB$ of a healthy population is $$2$, the market reaches $Q_s$.
The government gives $$2$ to the cafeteria for every salad sold. This shifts the $S$ curve (MPC) down by $$2$. The result is the same as Example 28—the quantity of salads increases.
A private gym. It is excludable (you need a keycard). But if the gym is huge and empty, my workout doesn't stop you from working out (non-rival). The marginal cost of one more user is $$0$, but the gym charges a high fee, leading to under-utilization (DWL).
If $MEC = 0.5Q^2$, the external cost grows exponentially with production. This suggests that low levels of production are okay, but high levels are devastating. The tax would need to be very high at high $Q$.
A used car salesman knows the car is a "lemon," but the buyer doesn't. This is a market failure because the price doesn't reflect the true value. (Note: AP Micro Unit 6 focuses more on the others, but this is a valid type of market failure).
At $Q_m$, Total Surplus = $(CS + PS) - \text{Total External Cost}$. Usually, we find that at $Q_s$, this value is higher than at $Q_m$.
If demand for cigarettes is very inelastic and a tax is imposed to correct the health externality, the consumers will pay most of the tax. The quantity will not decrease much, but the government will collect significant revenue to treat health issues.
If Country A's Lorenz curve is lower than B's at the start but higher at the end, we cannot easily say which is more unequal without calculating the Gini Coefficient.
End of Chapter. This covers the complete scope of Unit 6 for AP Microeconomics, moving from the basic logic of "why markets fail" to the mathematical modeling of externalities, public goods, and the metrics of inequality.
Right-click any tab and choose Split screen to view it here.
Course Mastery Certificates require an active Unlimited subscription at the time of generation and 100% course completion. They recognise learning content completion only — not an accredited qualification, licence, or professional credential unless explicitly stated. edusolum may modify eligibility, design, and issuance requirements per its Terms of Service.