edusolum

📖 Unit 3: National Income and Price Determination

# UNIT 3: NATIONAL INCOME AND PRICE DETERMINATION

# 1. INTRODUCTION

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.


# 2. ALL KEY CONCEPTS, TERMS, AND PRINCIPLES

# Foundational Terms

  • Aggregate Demand (AD): The total quantity of all final goods and services demanded by all sectors of the economy (households, firms, government, and foreigners) at various price levels.
  • Aggregate Supply (AS): The total quantity of final goods and services that producers are willing and able to supply at various price levels.
  • Price Level ($PL$): A measure of the average prices of all goods and services in the economy (often measured by the CPI or GDP Deflator).
  • Real GDP ($Y$): The total value of all final goods and services produced within a country in a year, adjusted for inflation.
  • Marginal Propensity to Consume ($MPC$): The fraction of any change in disposable income that is spent on consumption.
    $$MPC = \frac{\Delta \text{Consumption}}{\Delta \text{Disposable Income}}$$
  • Marginal Propensity to Save ($MPS$): The fraction of any change in disposable income that is saved.
    $$MPS = \frac{\Delta \text{Saving}}{\Delta \text{Disposable Income}}$$
  • The Multiplier Effect: The phenomenon where an initial change in spending leads to a larger overall change in Real GDP.
  • Sticky Wages and Prices: The idea that nominal wages and some prices do not adjust instantly to changes in economic conditions (the basis for the short-run aggregate supply curve).
  • Full-Employment Output ($Y_f$ or $Y^*$): The level of Real GDP produced when the economy is operating at its natural rate of unemployment (NRU); also called Potential GDP.
  • Fiscal Policy: Changes in federal government spending or taxation to influence the level of aggregate demand.
  • Automatic Stabilizers: Structural features of the economy (like progressive taxes and welfare) that automatically increase AD during a recession and decrease it during an expansion without new legislation.

# Fundamental Principles

  1. The Identity of Spending and Income: In a closed economy, $Y = C + I + G$. In an open economy, $Y = C + I + G + (X - M)$.
  2. The Law of AD: There is an inverse relationship between the price level and the quantity of Real GDP demanded.
  3. The Logic of SRAS: There is a direct relationship between the price level and the quantity of Real GDP supplied in the short run due to fixed input costs.
  4. The Neutrality of Money (Long Run): In the long run, changes in the price level do not affect the economy's productive capacity; the LRAS is vertical.

# 3. IN-DEPTH EXPLANATION

# 3.1 Aggregate Demand (AD)

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:

  • $C$ = Consumer Spending
  • $I$ = Investment Spending (by businesses)
  • $G$ = Government Spending
  • $(X - M)$ = Net Exports (Exports - Imports)

# Why is the AD Curve Downward Sloping?

Unlike a microeconomic demand curve (which slopes down due to the substitution effect), the AD curve slopes down for three specific macroeconomic reasons:

  1. The Real Wealth Effect: When $PL$ falls, the purchasing power of accumulated wealth (like cash in a bank account) increases. People feel "richer" and buy more.
  2. The Interest Rate Effect: When $PL$ rises, people need more money to make purchases. This increases the demand for money, driving up interest rates. Higher interest rates make borrowing expensive, reducing $I$ and $C$ (especially big-ticket items like cars).
  3. The Foreign Trade (Exchange Rate) Effect: If the domestic $PL$ rises while foreign price levels stay the same, domestic goods become relatively more expensive to foreigners (Exports $\downarrow$) and foreign goods become relatively cheaper to residents (Imports $\uparrow$). Thus, $Net Exports (X_n) \downarrow$.
{
  "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 
    }
  ]
}

# Determinants of AD (Shifters)

Any change in $C, I, G,$ or $X_n$ not caused by a change in the price level will shift the entire AD curve.

  • Consumer Spending: Changes in consumer wealth, expectations (confidence), household debt, or personal taxes.
  • Investment Spending: Changes in real interest rates (not caused by $PL$ changes), business expectations, technology, or business taxes.
  • Government Spending: Direct changes in federal spending on goods and services.
  • Net Exports: Changes in national income abroad or exchange rates.

# 3.2 Multipliers

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 Math of Multipliers

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$$

  • Spending Multiplier ($k$): Used for changes in $G, I, C,$ or $X_n$.
    $$k = \frac{1}{1 - MPC} = \frac{1}{MPS}$$
  • Tax Multiplier ($k_t$): Used for changes in taxes ($T$). It is negative because a tax increase reduces spending, and it is always "one less" than the spending multiplier because people save a portion of a tax cut rather than spending it all.
    $$k_t = \frac{-MPC}{MPS} = k - 1 \text{ (in absolute terms)}$$

Change in GDP Formula:
$$\Delta Y = \text{Initial Change in Spending} \times \text{Multiplier}$$


# 3.3 Short-Run Aggregate Supply (SRAS)

The SRAS curve shows the relationship between the price level and the amount of output firms are willing to produce.

# Why is SRAS Upward Sloping?

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.

  • If $PL \uparrow$ but wages remain constant, firms’ profit margins increase, incentivizing them to produce more output.
{
  "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 
    }
  ]
}

# Determinants of SRAS (Shifters)

  1. Input Prices: Changes in the cost of labor (wages), energy (oil), or raw materials.
  2. Productivity: Improvements in technology or labor quality that allow more output per unit of input.
  3. Expected Inflation: If workers expect higher prices, they demand higher wages, shifting SRAS left.
  4. Government Actions: Changes in business taxes, subsidies, or regulations.

# 3.4 Long-Run Aggregate Supply (LRAS)

In the long run, all prices and wages are fully flexible. Contracts expire, and workers renegotiate wages based on the current price level.

# Why is LRAS Vertical?

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).


# 3.5 AD-AS Equilibrium

# Short-Run Equilibrium

Occurs where $AD = SRAS$. This determines the current price level ($PL_1$) and current Real GDP ($Y_1$).

# Long-Run Equilibrium

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 }
  ]
}

# The Three States of the Economy

  1. Full Employment: $Y = Y_f$. Unemployment is at the Natural Rate ($NRU$).
  2. Recessionary (Negative) Gap: $Y < Y_f$. The intersection is to the left of LRAS. Unemployment > NRU.
  3. Inflationary (Positive) Gap: $Y > Y_f$. The intersection is to the right of LRAS. Unemployment < NRU.
{
  "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" }
  ]
}

# 3.6 Short-Run Shocks

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

# 3.7 Long-Run Self-Adjustment

If the government does nothing, the economy has a "self-correcting mechanism" based on the flexibility of wages in the long run.

  • Correcting a Recessionary Gap: High unemployment leads to a surplus of labor. Eventually, nominal wages will fall. Since wages are an input cost, $SRAS$ shifts to the right until the economy returns to $Y_f$ at a lower price level.
  • Correcting an Inflationary Gap: Low unemployment creates a labor shortage. Workers demand higher wages. $SRAS$ shifts to the left until the economy returns to $Y_f$ at a higher price level.

# 3.8 Fiscal Policy

When the economy does not self-correct quickly enough, the government uses Discretionary Fiscal Policy.

  1. Expansionary Fiscal Policy (to fix Recession):
    • $\uparrow$ Government Spending ($G$)
    • $\downarrow$ Taxes ($T$)
    • Goal: Shift AD to the right.
  2. Contractionary Fiscal Policy (to fix Inflation):
    • $\downarrow$ Government Spending ($G$)
    • $\uparrow$ Taxes ($T$)
    • Goal: Shift AD to the left.
{
  "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" }
  ]
}

# 3.9 Automatic Stabilizers

These are non-discretionary tools that dampen the business cycle.

  • In a Recession: Real GDP $\downarrow$ $\rightarrow$ Income $\downarrow$ $\rightarrow$ People fall into lower tax brackets (Tax revenue $\downarrow$ automatically) AND more people qualify for unemployment benefits (Transfer payments $\uparrow$ automatically). This prevents AD from falling as much as it otherwise would.

# 4. EXAMPLES

# Multiplier Calculations

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.

# AD-AS Shocks and Shifts

Example 9: The stock market crashes, reducing household wealth.

  • Effect: $C \downarrow \rightarrow AD$ shifts Left.
  • Result: $PL \downarrow, Y \downarrow, \text{Unemployment} \uparrow$.

Example 10: Businesses become optimistic about future sales.

  • Effect: $I \uparrow \rightarrow AD$ shifts Right.
  • Result: $PL \uparrow, Y \uparrow, \text{Unemployment} \downarrow$.

Example 11: A major oil-producing region experiences conflict, doubling energy prices.

  • Effect: Input costs $\uparrow \rightarrow SRAS$ shifts Left (Stagflation).
  • Result: $PL \uparrow, Y \downarrow, \text{Unemployment} \uparrow$.

Example 12: The government invests in a nationwide high-speed internet upgrade that improves worker efficiency.

  • Effect: Productivity $\uparrow \rightarrow SRAS$ shifts Right.
  • Result: $PL \downarrow, Y \uparrow, \text{Unemployment} \downarrow$.

Example 13: The U.S. dollar depreciates significantly against the Euro.

  • Effect: U.S. goods cheaper for Europeans ($X \uparrow$), European goods expensive for Americans ($M \downarrow$). Net Exports $\uparrow \rightarrow AD$ shifts Right.

Example 14: Foreign national income rises in major trading partner countries.

  • Effect: Foreigners buy more U.S. exports. $AD$ shifts Right.

Example 15: The government raises corporate income taxes.

  • Effect: Investment $I \downarrow \rightarrow AD$ shifts Left. (Also SRAS might shift left due to higher costs).

# Equilibrium and Gaps

Example 16: Current GDP is $$18$ trillion, but Full-Employment GDP is $$20$ trillion.

  • Type: Recessionary Gap.
  • Graph: AD and SRAS intersect to the left of the vertical LRAS.

Example 17: Current GDP is $$22$ trillion, but Full-Employment GDP is $$20$ trillion.

  • Type: Inflationary Gap.
  • Graph: AD and SRAS intersect to the right of the vertical LRAS.

Example 18: The economy is in long-run equilibrium. AD shifts right. What is the immediate short-run result?

  • Result: Inflationary gap. $PL \uparrow, Y > Y_f$.

Example 19: Following Example 18, what happens in the long run if no policy is taken?

  • Adjustment: Nominal wages rise due to labor shortage. SRAS shifts left.
  • Long-run result: Economy returns to $Y_f$, but at an even higher $PL$.

Example 20: The economy is in long-run equilibrium. SRAS shifts left (Stagflation). What is the long-run adjustment?

  • Adjustment: High unemployment eventually forces nominal wages down. SRAS shifts back to the right.
  • Long-run result: Returns to $Y_f$ at the original $PL$.

# Fiscal Policy Scenarios

Example 21: The economy is in a recessionary gap. The government increases spending on infrastructure.

  • Mechanism: Expansionary Fiscal Policy. $G \uparrow \rightarrow AD \uparrow$.

Example 22: The economy is experiencing high demand-pull inflation. The government increases personal income taxes.

  • Mechanism: Contractionary Fiscal Policy. Disposable Income $\downarrow \rightarrow C \downarrow \rightarrow AD \leftarrow$.

Example 23: Why might a $$100$ billion increase in $G$ be more effective than a $$100$ billion tax cut?

  • Derivation: $G$ affects $AD$ directly ($100 \times k$). Taxes affect $AD$ only after consumers save a portion of the cut ($100 \times MPC \times k$).

Example 24 (The Recognition Lag): Congress takes 6 months to realize the economy is in a recession.

  • Context: This is why fiscal policy is often criticized for being too slow.

Example 25 (The Implementation Lag): After a bill is passed, it takes a year to start the construction projects.

  • Context: The recession might already be over by the time the stimulus hits.

# Automatic Stabilizers

Example 26: During a boom, many workers move from the $12%$ to the $22%$ tax bracket.

  • Effect: This takes money out of the economy, naturally slowing the shift of AD to the right and preventing "overheating."

Example 27: During a recession, the number of food stamp recipients increases.

  • Effect: This injects money into the economy without Congress needing to pass a new law, supporting AD.

# Advanced Conceptual Examples

Example 28: If the $MPC$ increases from $0.6$ to $0.8$, what happens to the effectiveness of fiscal policy?

  • Calculation: $k_{old} = 1/0.4 = 2.5$; $k_{new} = 1/0.2 = 5$.
  • Conclusion: Fiscal policy becomes twice as powerful.

Example 29: How does a vertical LRAS illustrate the "Classical" view of the economy?

  • Explanation: It shows that in the long run, the economy is self-correcting and that the level of production is independent of the price level.

Example 30: A country experiences a massive increase in the price of imported steel (an input).

  • Effect: SRAS shifts left. This causes "Cost-Push Inflation."

Example 31: Consumer confidence rises at the same time the government cuts spending.

  • Effect: $C \uparrow$ shifts AD right; $G \downarrow$ shifts AD left. The net effect on $PL$ and $Y$ is indeterminate without knowing the magnitudes of the shifts.

Example 32: All workers in a country receive a cost-of-living adjustment (COLA) in their contracts.

  • Effect: This makes wages less sticky. The SRAS curve would become steeper, as prices and wages move more closely together.

Example 33: The government increases spending but finances it by borrowing, which raises interest rates.

  • Effect: Higher interest rates decrease private investment ($I$). This is called Crowding Out. It reduces the overall impact of the expansionary fiscal policy.

Example 34: New legislation simplifies the process for starting a business, reducing regulatory costs.

  • Effect: SRAS shifts right (and potentially LRAS shifts right if it increases productive capacity).

Example 35: A nation's currency appreciates. How does this affect the AD-AS model?

  • Effect: Exports become expensive, Imports become cheap. $X_n \downarrow \rightarrow AD$ shifts Left. Simultaneously, imported raw materials become cheaper $\rightarrow SRAS$ shifts Right. $PL$ definitely falls; the effect on Real GDP is indeterminate.

Certificate terms & implications

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.