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
Imagine you are standing in line for the latest smartphone release. Why is the price set at $999 and not $10 or $10,000? Why does the price of gasoline fluctuate every week, while the price of a can of soda remains stable for years? These questions are at the heart of Supply and Demand, the most fundamental model in economics.
In this unit, we explore how markets function. A market is not necessarily a physical place; it is any arrangement that allows buyers and sellers to exchange goods and services. We will move beyond simple observations to understand the mathematical and behavioral mechanics that drive market prices and quantities. By the end of this chapter, you will be able to predict how global events—like a heatwave in Brazil affecting coffee prices or a new tax on sugar—impact the choices of millions of people. We will build from the simple "Law of Demand" to complex analysis of government interventions and international trade, providing you with the analytical tools used by policymakers and business leaders worldwide.
To master this unit, you must first become fluent in the "language of the market."
The Demand Curve represents the behavior of consumers. On a standard graph, Price ($P$) is on the vertical Y-axis and Quantity ($Q$) is on the horizontal X-axis. The curve slopes downward ($D$).
{
"type": "line",
"title": "The Demand Curve",
"subtitle": "Inverse relationship between Price and Quantity Demanded",
"xLabel": "Quantity (Units)",
"yLabel": "Price ($)",
"labels": ["0", "10", "20", "30", "40", "50"],
"datasets": [
{ "label": "Demand (D)", "data": [50, 40, 30, 20, 10, 0], "tension": 0 }
]
}
Why does it slope downward?
Shifters of Demand (The "TRIBE" Acronym):
The Supply Curve represents the behavior of producers. It slopes upward ($S$).
{
"type": "line",
"title": "The Supply Curve",
"subtitle": "Direct relationship between Price and Quantity Supplied",
"xLabel": "Quantity (Units)",
"yLabel": "Price ($)",
"labels": ["0", "10", "20", "30", "40", "50"],
"datasets": [
{ "label": "Supply (S)", "data": [0, 10, 20, 30, 40, 50], "tension": 0 }
]
}
Why does it slope upward?
As price increases, the potential for profit increases, encouraging firms to produce more. Furthermore, due to the Law of Increasing Opportunity Costs, producing additional units requires more resources, which costs more; thus, a higher price is needed to cover those costs.
Shifters of Supply (The "ROTTEN" Acronym):
Elasticity measures how "sensitive" consumers are to a change in price.
The Formula:
$$PED = \left| \frac{% \Delta Q_d}{% \Delta P} \right|$$
Note: We use absolute value because PED is always negative due to the Law of Demand.
Ranges of Elasticity:
Total Revenue Test:
PES measures how responsive producers are to a change in price.
$$PES = \frac{% \Delta Q_s}{% \Delta P}$$
The primary determinant of PES is Time. In the short run, supply is often inelastic because firms cannot easily change factory size. In the long run, supply becomes more elastic.
Income Elasticity ($E_i$):
$$E_i = \frac{% \Delta Q_d}{% \Delta Income}$$
Cross-Price Elasticity ($E_{xy}$):
$$E_{xy} = \frac{% \Delta Q_{d, \text{Good A}}}{% \Delta P_{\text{Good B}}}$$
Equilibrium occurs where the Supply and Demand curves intersect ($Q_s = Q_d$). At this point, the price is $P^$ and quantity is $Q^$.
{
"type": "line",
"title": "Market Equilibrium",
"subtitle": "Point of intersection where Qd = Qs",
"xLabel": "Quantity (Q)",
"yLabel": "Price (P)",
"labels": ["0", "5", "10", "15", "20"],
"datasets": [
{ "label": "Demand", "data": [20, 15, 10, 5, 0], "tension": 0 },
{ "label": "Supply", "data": [0, 5, 10, 15, 20], "tension": 0 }
]
}
{
"title": "Welfare Analysis: Consumer and Producer Surplus",
"width": 500,
"height": 400,
"background": "grid",
"elements": [
{ "type": "polygon", "points": [[50, 50], [250, 200], [50, 200]], "fill": "#6366f1", "label": "CS" },
{ "type": "polygon", "points": [[50, 350], [250, 200], [50, 200]], "fill": "#f59e0b", "label": "PS" },
{ "type": "line", "x1": 50, "y1": 50, "x2": 450, "y2": 350, "color": "#ef4444", "width": 3 },
{ "type": "line", "x1": 50, "y1": 350, "x2": 450, "y2": 50, "color": "#14b8a6", "width": 3 },
{ "type": "line", "x1": 50, "y1": 200, "x2": 450, "y2": 200, "dashed": true, "color": "#000" },
{ "type": "axes", "cx": 50, "cy": 350, "length": 350, "xLabel": "Quantity", "yLabel": "Price" },
{ "type": "label", "x": 420, "y": 340, "text": "D" },
{ "type": "label", "x": 420, "y": 60, "text": "S" },
{ "type": "label", "x": 30, "y": 200, "text": "Pe" },
{ "type": "label", "x": 250, "y": 370, "text": "Qe" }
]
}
{
"type": "line",
"title": "Market Shortage vs. Surplus",
"subtitle": "Price Floor (Surplus) and Price Ceiling (Shortage) effects",
"xLabel": "Quantity",
"yLabel": "Price",
"labels": ["0", "5", "10", "15", "20"],
"datasets": [
{ "label": "Demand", "data": [20, 15, 10, 5, 0] },
{ "label": "Supply", "data": [0, 5, 10, 15, 20] },
{ "label": "Price = 15 (Surplus Area)", "data": [15, 15, 15, 15, 15], "dashed": true },
{ "label": "Price = 5 (Shortage Area)", "data": [5, 5, 5, 5, 5], "dashed": true }
]
}
Price Ceiling: A legal maximum price (e.g., Rent Control). To be binding, it must be set below equilibrium. It causes a shortage.
Price Floor: A legal minimum price (e.g., Minimum Wage). To be binding, it must be set above equilibrium. It causes a surplus.
Excise Taxes: A tax on per-unit production. It shifts the Supply curve up/left by the amount of the tax.
Deadweight Loss (DWL): Taxes and non-equilibrium pricing create a "triangle" of lost transactions that would have benefited both parties.
{
"title": "Tax Wedge and Deadweight Loss",
"width": 520,
"height": 400,
"background": "grid",
"elements": [
{ "type": "line", "x1": 50, "y1": 50, "x2": 450, "y2": 350, "color": "#ef4444", "label": "Demand" },
{ "type": "line", "x1": 50, "y1": 350, "x2": 450, "y2": 50, "color": "#3b82f6", "label": "Supply" },
{ "type": "polygon", "points": [[150, 125], [150, 275], [250, 200]], "fill": "#9ca3af", "label": "DWL" },
{ "type": "line", "x1": 150, "y1": 125, "x2": 150, "y2": 275, "color": "#000", "width": 4, "label": "Tax Wedge" },
{ "type": "axes", "cx": 50, "cy": 350, "length": 350, "xLabel": "Quantity", "yLabel": "Price" },
{ "type": "label", "x": 100, "y": 125, "text": "Price Paid by Buyers" },
{ "type": "label", "x": 100, "y": 275, "text": "Price Received by Sellers" }
]
}
{
"type": "line",
"title": "International Trade: Importing",
"subtitle": "World Price (Pw) is lower than Domestic Equilibrium (Pd)",
"xLabel": "Quantity",
"yLabel": "Price",
"labels": ["0", "5", "10", "15", "20"],
"datasets": [
{ "label": "Domestic Demand", "data": [20, 15, 10, 5, 0] },
{ "label": "Domestic Supply", "data": [0, 5, 10, 15, 20] },
{ "label": "World Price (Pw = 5)", "data": [5, 5, 5, 5, 5], "dashed": true }
]
}
Example 1: The Substitution Effect
If the price of Pepsi increases from $1.50 to $2.50, and Coke remains at $1.50, consumers will switch to Coke. This illustrates a movement along the Pepsi demand curve (decrease in $Q_d$) and a rightward shift in the Coke demand curve (increase in $D$).
Example 2: Diminishing Marginal Utility
A student buys 1 slice of pizza for $3 because they are hungry (Utility = 10 utils). The 2nd slice gives 5 utils. The 3rd gives 1 util. The student will only buy the 3rd slice if the price drops to $0.50.
Example 3: Market Demand Summation
If Alice wants 2 apples at $1 and Bob wants 3 apples at $1, the Market Demand at $1 is $2 + 3 = 5$ apples.
Example 4: Change in Input Costs
The price of lithium (used in batteries) triples. This increases the cost of producing Electric Vehicles (EVs). The Supply curve for EVs shifts to the left ($S \downarrow$).
Example 5: Expectations (Demand)
Consumers expect the price of houses to rise 20% next month. Current Demand ($D$) shifts right as people try to buy before the price hike.
Example 6: Expectations (Supply)
Oil producers expect prices to double next week. They withhold current supply to sell later. Current Supply ($S$) shifts left.
Example 7: Calculating PED (Midpoint Method)
Price rises from $10 to $12. $Q_d$ falls from 100 to 80.
$$% \Delta Q = \frac{80 - 100}{(80 + 100)/2} = -0.222$$
$$% \Delta P = \frac{12 - 10}{(12 + 10)/2} = 0.181$$
$$PED = |-0.222 / 0.181| = 1.22 \text{ (Elastic)}$$
Example 8: Total Revenue Test
A cinema charges $10 and sells 100 tickets ($TR = $1000$). It raises the price to $12 and sells 90 tickets ($TR = $1080$). Since $P \uparrow$ and $TR \uparrow$, demand is inelastic.
Example 9: Income Elasticity (Inferior Good)
Your income increases by 10%, and your demand for "Instant Noodles" falls by 5%.
$$E_i = -5% / 10% = -0.5$$
Because $E_i$ is negative, Instant Noodles are an inferior good.
Example 10: Cross-Price Elasticity (Complements)
The price of printers rises by 20%. The demand for ink cartridges falls by 30%.
$$E_{xy} = -30% / 20% = -1.5$$
Because $E_{xy}$ is negative, printers and ink are complements.
Example 11: Cross-Price Elasticity (Substitutes)
The price of butter rises 10%. Demand for margarine increases 15%.
$$E_{xy} = 15% / 10% = +1.5$$
Because $E_{xy}$ is positive, they are substitutes.
Example 12: Single Shift (Demand)
A study proves coffee prevents aging. Demand shifts right ($D \uparrow$). $P^$ increases, $Q^$ increases.
Example 13: Single Shift (Supply)
A new robot makes shoe manufacturing 50% faster. Supply shifts right ($S \uparrow$). $P^$ decreases, $Q^$ increases.
Example 14: Double Shift (Opposite Directions)
Demand increases (due to popularity) and Supply decreases (due to a strike).
Example 15: Double Shift (Same Direction)
Demand increases and Supply increases.
Example 16: Surplus Calculation
Equilibrium is $10. The government sets a floor at $15. At $15, $Q_s = 50$ and $Q_d = 20$. The surplus is $50 - 20 = 30$ units.
Example 17: Shortage Calculation
Equilibrium is $10. A ceiling is set at $5. At $5, $Q_d = 100$ and $Q_s = 40$. The shortage is $100 - 40 = 60$ units.
Example 18: Consumer Surplus on a Graph
Demand: $P = 20 - Q$. Supply: $P = Q$.
Equilibrium: $20 - Q = Q \implies 2Q = 20 \implies Q^* = 10, P^* = 10$.
$CS = 0.5 \times (10) \times (20 - 10) = 50$.
$PS = 0.5 \times (10) \times (10 - 0) = 50$.
Total Surplus = 100.
Example 19: Deadweight Loss from Price Ceiling
Using the previous example, set a price ceiling at $P = 8$.
At $P=8$, producers only supply $Q=8$ (from $P=Q$).
Consumers want $Q = 12$ (from $8 = 20-Q$).
Actual units traded = 8.
$DWL$ is the triangle between $Q=8$ and $Q=10$.
Value of 8th unit to consumer = $20-8=12$.
$DWL = 0.5 \times (10-8) \times (12-8) = 0.5 \times 2 \times 4 = 4$.
Example 20: Tax Incidence (Inelastic Demand)
Insulin has perfectly inelastic demand. The government imposes a $1 tax per dose on sellers. Sellers pass the entire $1 to consumers. Consumers pay 100% of the tax.
Example 21: Tax Incidence (Elastic Demand)
A tax is placed on a specific brand of water with many substitutes. Sellers cannot raise prices without losing all customers. Sellers pay most of the tax.
Example 22: Calculating Tax Revenue
A $2 tax is placed on 1,000 units sold. Tax Revenue = $$2 \times 1,000 = $2,000$.
Example 23: The "Wedge"
A tax of $T creates a vertical wedge between the price consumers pay ($P_c$) and the price producers receive ($P_p$). $P_c - P_p = T$.
Example 24: Subsidy Effect
A $1 subsidy per bushel is given to corn farmers. Supply shifts right. $P$ for consumers falls, $Q$ increases. Total surplus increases, but the cost to the government creates a "deadweight loss of taxation" elsewhere.
Example 25: Domestic Market without Trade
Price of wheat in the US is $5. World price is $5. No trade occurs.
Example 26: Exporting
US price of wheat is $5. World price is $8. The US exports wheat.
Domestic price rises to $8.
US consumers lose $CS$. US producers gain $PS$. Net gain to US = total surplus increase.
Example 27: Importing
US price of shirts is $20. World price is $10. The US imports shirts.
Domestic price falls to $10.
US consumers gain $CS$. US producers lose $PS$. Net gain to US = total surplus increase.
Example 28: Tariff Effects
World price = $10. Tariff = $2. New domestic price = $12.
Imports decrease. Government gets revenue. Domestic production increases.
Example 29: Quota vs. Tariff
A quota limits imports to 100 units. A tariff is set to result in the same 100 imports.
Difference: The "Revenue" under a tariff goes to the government. Under a quota, the "Quota Rent" goes to whoever holds the import licenses.
Example 30: Why Slope $\neq$ Elasticity
On a linear demand curve $Q = 10 - P$, the slope is constant ($-1$).
At $P=9, Q=1$, $PED = |\frac{% \Delta Q}{% \Delta P}|$. Near this point, because the base quantity is so small, a tiny price change causes a massive percentage change in quantity, making demand highly elastic ($PED > 1$). At low prices and high quantities (e.g., $P=1, Q=9$), the same price change represents a large percentage change in price but a small percentage change in quantity, making demand inelastic ($PED < 1$).
Example 31: Binding vs. Non-binding Floor
Equilibrium wage is $15. The city passes a $10 minimum wage. This is non-binding; the market stays at $15. If they pass a $20 wage, it is binding and causes unemployment (surplus of labor).
Example 32: Welfare Analysis of a Tariff
A tariff reduces imports from 500 to 200.
The DWL consists of two triangles:
Example 33: Perfect Elasticity Scenario
A farmer in a perfectly competitive wheat market faces a horizontal demand curve. If they raise price by $0.01, $Q_d$ drops to zero. $PED = \infty$.
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.