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 the economy as a massive, complex engine. At any given moment, millions of households are buying groceries, thousands of firms are building new factories, and the government is spending on infrastructure and defense. How do these trillions of individual decisions coalesce into a single "state of the economy"? Why do we sometimes experience periods of rapid growth and rising prices, while other times the engine sputters into a recession with high unemployment?
Unit 3: National Income and Price Determination is the heart of Macroeconomics. Here, we move beyond individual markets (like the market for apples) to the Aggregate Market—the market for everything produced in an economy. We will explore the AD-AS Model (Aggregate Demand and Aggregate Supply), the primary tool used by economists and policymakers to understand fluctuations in Real GDP and the Price Level. By the end of this chapter, you will understand how a change in consumer confidence in one corner of the country can ripple through the entire economy via multipliers, and how the government attempts to "tune" this engine using fiscal policy to achieve full employment and price stability.
The Aggregate Demand curve represents the total spending on domestic goods and services at each price level. It is expressed by the formula:
$$AD = C + I + G + (X - M)$$
Where:
Unlike a microeconomic demand curve (which slopes down due to the substitution effect), the AD curve slopes down for three specific macroeconomic reasons:
{
"type": "line",
"title": "The Aggregate Demand (AD) Curve",
"subtitle": "Inverse relationship between Price Level and Real GDP",
"xLabel": "Real GDP (Billions $)",
"yLabel": "Price Level (Index)",
"labels": ["0", "200", "400", "600", "800", "1000"],
"datasets": [
{
"label": "Aggregate Demand",
"data": [150, 130, 110, 90, 70, 50],
"borderColor": "#2563eb",
"backgroundColor": "rgba(37, 99, 235, 0.1)",
"fill": true,
"tension": 0.1
}
]
}
Any change in $C, I, G,$ or $X_n$ not caused by a change in the price level will shift the entire AD curve.
The multiplier effect explains how an initial injection of spending "cycles" through the economy. If the government spends $$1$ billion on a bridge, that money becomes income for construction workers. Those workers then spend a portion of that income at grocery stores, which becomes income for the grocer, and so on.
{
"type": "bar",
"title": "The Multiplier Effect in Action",
"subtitle": "Successive rounds of spending with MPC = 0.8",
"xLabel": "Spending Round",
"yLabel": "New Spending ($)",
"labels": ["Initial Injection", "Round 2", "Round 3", "Round 4", "Round 5", "Remaining"],
"datasets": [
{
"label": "Change in GDP per Round",
"data": [100.0, 80.0, 64.0, 51.2, 40.96, 163.84],
"backgroundColor": "#8b5cf6"
}
]
}
The size of the multiplier depends on how much people spend out of each extra dollar of income ($MPC$).
Since every dollar of income must be either spent or saved:
$$MPC + MPS = 1$$
Change in GDP Formula:
$$\Delta Y = \text{Initial Change in Spending} \times \text{Multiplier}$$
The SRAS curve shows the relationship between the price level and the amount of output firms are willing to produce.
The curve is upward-sloping because, in the short run, some input costs (especially nominal wages) are "sticky"—they are fixed by contracts or social norms and do not change immediately when the $PL$ changes.
{
"type": "line",
"title": "Short-Run Aggregate Supply (SRAS)",
"subtitle": "Direct relationship between Price Level and Real GDP",
"xLabel": "Real GDP (Billions $)",
"yLabel": "Price Level (Index)",
"labels": ["0", "200", "400", "600", "800", "1000"],
"datasets": [
{
"label": "Short-Run Aggregate Supply",
"data": [50, 70, 90, 110, 130, 150],
"borderColor": "#dc2626",
"backgroundColor": "rgba(220, 38, 38, 0.1)",
"fill": true,
"tension": 0.1
}
]
}
In the long run, all prices and wages are fully flexible. Contracts expire, and workers renegotiate wages based on the current price level.
The LRAS is vertical at the Full-Employment Output ($Y_f$). In the long run, an increase in the price level is matched by an equal proportional increase in nominal wages and other input costs. Profit margins remain the same, so there is no incentive to produce more. Real GDP in the long run is determined only by the economy's resources (Land, Labor, Capital, Entrepreneurship) and technology—identical to the factors that shift the Production Possibilities Curve (PPC).
Occurs where $AD = SRAS$. This determines the current price level ($PL_1$) and current Real GDP ($Y_1$).
Occurs where $AD$, $SRAS$, and $LRAS$ all intersect at the same point. This indicates the economy is at full employment ($Y_1 = Y_f$).
{
"title": "Long-Run Macroeconomic Equilibrium",
"width": 520,
"height": 340,
"background": "grid",
"elements": [
{ "type": "axes", "cx": 80, "cy": 280, "length": 220, "xLabel": "Real GDP (Y)", "yLabel": "Price Level (PL)" },
{ "type": "line", "x1": 130, "y1": 80, "x2": 430, "y2": 240, "color": "#2563eb", "width": 3, "label": "AD" },
{ "type": "line", "x1": 130, "y1": 240, "x2": 430, "y2": 80, "color": "#dc2626", "width": 3, "label": "SRAS" },
{ "type": "line", "x1": 280, "y1": 40, "x2": 280, "y2": 280, "color": "#059669", "width": 3, "label": "LRAS" },
{ "type": "dashed", "x1": 80, "y1": 160, "x2": 280, "y2": 160, "color": "#1e293b" },
{ "type": "point", "cx": 280, "cy": 160, "r": 5, "color": "#1e293b", "label": "E (Full Employment)" },
{ "type": "label", "x": 60, "y": 165, "text": "PLe", "color": "#1e293b", "bold": true },
{ "type": "label", "x": 270, "y": 300, "text": "Yf (Potential GDP)", "color": "#1e293b", "bold": true }
]
}
{
"title": "The Recessionary Gap",
"width": 520,
"height": 300,
"background": "none",
"elements": [
{ "type": "axes", "cx": 60, "cy": 240, "length": 200, "xLabel": "Y", "yLabel": "PL" },
{ "type": "line", "x1": 100, "y1": 80, "x2": 300, "y2": 200, "color": "#2563eb", "label": "AD" },
{ "type": "line", "x1": 100, "y1": 200, "x2": 300, "y2": 80, "color": "#dc2626", "label": "SRAS" },
{ "type": "line", "x1": 350, "y1": 40, "x2": 350, "y2": 240, "color": "#059669", "label": "LRAS" },
{ "type": "point", "cx": 200, "cy": 140, "r": 4, "color": "#1e293b" },
{ "type": "dashed", "x1": 200, "y1": 140, "x2": 200, "y2": 240 },
{ "type": "label", "x": 190, "y": 260, "text": "Y1", "color": "#dc2626" },
{ "type": "label", "x": 340, "y": 260, "text": "Yf", "color": "#059669" },
{ "type": "vector", "x1": 340, "y1": 220, "x2": 210, "y2": 220, "label": "Recessionary Gap", "color": "#ef4444" }
]
}
Shocks are unexpected events that shift AD or SRAS.
| Shock Type | Shift | Effect on $PL$ | Effect on $Y$ | Effect on Unemployment |
|---|---|---|---|---|
| Demand-Pull Inflation | $AD \rightarrow$ | Increase | Increase | Decrease |
| Negative AD Shock | $AD \leftarrow$ | Decrease | Decrease | Increase |
| Positive Supply Shock | $SRAS \rightarrow$ | Decrease | Increase | Decrease |
| Stagflation (Negative Supply Shock) | $SRAS \leftarrow$ | Increase | Decrease | Increase |
If the government does nothing, the economy has a "self-correcting mechanism" based on the flexibility of wages in the long run.
When the economy does not self-correct quickly enough, the government uses Discretionary Fiscal Policy.
{
"title": "Expansionary Fiscal Policy",
"width": 520,
"height": 340,
"background": "grid",
"elements": [
{ "type": "axes", "cx": 80, "cy": 280, "length": 220, "xLabel": "Y", "yLabel": "PL" },
{ "type": "line", "x1": 100, "y1": 80, "x2": 350, "y2": 220, "color": "#2563eb", "dashed": true, "label": "AD1" },
{ "type": "line", "x1": 180, "y1": 80, "x2": 430, "y2": 220, "color": "#2563eb", "width": 3, "label": "AD2" },
{ "type": "line", "x1": 130, "y1": 240, "x2": 430, "y2": 80, "color": "#dc2626", "label": "SRAS" },
{ "type": "line", "x1": 310, "y1": 40, "x2": 310, "y2": 280, "color": "#059669", "label": "LRAS" },
{ "type": "vector", "x1": 180, "y1": 150, "x2": 260, "y2": 150, "label": "Govt Spending ↑", "color": "#2563eb" },
{ "type": "point", "cx": 310, "cy": 145, "r": 5, "color": "#1e293b", "label": "New Equilibrium" }
]
}
These are non-discretionary tools that dampen the business cycle.
Example 1: If the $MPC$ is $0.8$, calculate the spending multiplier.
$$k = \frac{1}{1 - 0.8} = \frac{1}{0.2} = 5$$
Example 2: If the $MPS$ is $0.1$, calculate the spending multiplier.
$$k = \frac{1}{0.1} = 10$$
Example 3: If the $MPC$ is $0.75$, calculate the tax multiplier.
$$k_t = \frac{-0.75}{1 - 0.75} = \frac{-0.75}{0.25} = -3$$
Example 4: The government increases spending by $$50$ billion. The $MPC$ is $0.9$. Find the total change in GDP.
$$k = \frac{1}{1 - 0.9} = 10$$
$$\Delta Y = 50 \times 10 = $500 \text{ billion}$$
Example 5: The government cuts taxes by $$20$ billion. The $MPC$ is $0.8$. Find the total change in GDP.
$$k_t = \frac{-0.8}{0.2} = -4$$
$$\Delta Y = -20 \times (-4) = +$80 \text{ billion}$$
Example 6: To close a recessionary gap of $$100$ billion with an $MPC$ of $0.5$, how much should $G$ increase?
$$k = \frac{1}{0.5} = 2$$
$$100 = \Delta G \times 2 \implies \Delta G = $50 \text{ billion}$$
Example 7: Using the same gap as Example 6, how much should taxes be cut?
$$k_t = \frac{-0.5}{0.5} = -1$$
$$-100 = \Delta T \times (-1) \implies \Delta T = $100 \text{ billion}$$
Example 8 (The Balanced Budget Multiplier): If the government increases $G$ by $$10$ billion and increases $T$ by $$10$ billion simultaneously, and the $MPC$ is $0.8$, what is the net change in GDP?
$$\Delta Y = (10 \times 5) + (10 \times -4) = 50 - 40 = $10 \text{ billion}$$
Note: The balanced budget multiplier is always 1.
Example 9: The stock market crashes, reducing household wealth.
Example 10: Businesses become optimistic about future sales.
Example 11: A major oil-producing region experiences conflict, doubling energy prices.
Example 12: The government invests in a nationwide high-speed internet upgrade that improves worker efficiency.
Example 13: The U.S. dollar depreciates significantly against the Euro.
Example 14: Foreign national income rises in major trading partner countries.
Example 15: The government raises corporate income taxes.
Example 16: Current GDP is $$18$ trillion, but Full-Employment GDP is $$20$ trillion.
Example 17: Current GDP is $$22$ trillion, but Full-Employment GDP is $$20$ trillion.
Example 18: The economy is in long-run equilibrium. AD shifts right. What is the immediate short-run result?
Example 19: Following Example 18, what happens in the long run if no policy is taken?
Example 20: The economy is in long-run equilibrium. SRAS shifts left (Stagflation). What is the long-run adjustment?
Example 21: The economy is in a recessionary gap. The government increases spending on infrastructure.
Example 22: The economy is experiencing high demand-pull inflation. The government increases personal income taxes.
Example 23: Why might a $$100$ billion increase in $G$ be more effective than a $$100$ billion tax cut?
Example 24 (The Recognition Lag): Congress takes 6 months to realize the economy is in a recession.
Example 25 (The Implementation Lag): After a bill is passed, it takes a year to start the construction projects.
Example 26: During a boom, many workers move from the $12%$ to the $22%$ tax bracket.
Example 27: During a recession, the number of food stamp recipients increases.
Example 28: If the $MPC$ increases from $0.6$ to $0.8$, what happens to the effectiveness of fiscal policy?
Example 29: How does a vertical LRAS illustrate the "Classical" view of the economy?
Example 30: A country experiences a massive increase in the price of imported steel (an input).
Example 31: Consumer confidence rises at the same time the government cuts spending.
Example 32: All workers in a country receive a cost-of-living adjustment (COLA) in their contracts.
Example 33: The government increases spending but finances it by borrowing, which raises interest rates.
Example 34: New legislation simplifies the process for starting a business, reducing regulatory costs.
Example 35: A nation's currency appreciates. How does this affect the AD-AS model?
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.