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 a doctor, but instead of treating a human being, your patient is an entire nation. How do you determine if the nation is "healthy"? You cannot simply ask the economy how it feels; you need objective measurements—vital signs. In macroeconomics, these vital signs are known as economic indicators.
Just as a doctor monitors blood pressure, heart rate, and temperature, an economist monitors Gross Domestic Product (GDP), the Unemployment Rate, and the Inflation Rate. These metrics allow policymakers to diagnose problems like recessions or overheating markets and prescribe "medicine" in the form of fiscal or monetary policy.
This chapter explores how we measure the size of an economy, why some people are left without work, and how the value of money changes over time. We will also examine the Business Cycle, the rhythmic (yet sometimes volatile) pattern of ups and downs that every modern economy experiences. By the end of this chapter, you will understand how to read the "pulse" of a nation and interpret the data that drives global financial decisions.
At the most basic level (Level 0), the economy is a circle. Households own resources (Labor, Land, Capital, Entrepreneurship) and sell them to Firms in the Resource Market. In exchange, firms pay households Income (Wages, Rent, Interest, Profit). Firms then use these resources to produce goods and services, which they sell back to households in the Product Market. Households pay for these goods using their income, creating Expenditures.
{
"title": "The Circular Flow Model",
"width": 600,
"height": 400,
"background": "none",
"elements": [
{ "type": "rect", "x": 225, "y": 20, "w": 150, "h": 60, "label": "Resource Market", "fill": "#fef3c7", "stroke": "#d97706" },
{ "type": "rect", "x": 225, "y": 320, "w": 150, "h": 60, "label": "Product Market", "fill": "#fef3c7", "stroke": "#d97706" },
{ "type": "rect", "x": 20, "y": 170, "w": 120, "h": 60, "label": "Households", "fill": "#dcfce7", "stroke": "#16a34a" },
{ "type": "rect", "x": 460, "y": 170, "w": 120, "h": 60, "label": "Firms", "fill": "#dcfce7", "stroke": "#16a34a" },
{ "type": "vector", "x1": 140, "y1": 180, "x2": 225, "y2": 60, "label": "Resources", "color": "#2563eb" },
{ "type": "vector", "x1": 375, "y1": 60, "x2": 460, "y2": 180, "label": "Inputs", "color": "#2563eb" },
{ "type": "vector", "x1": 460, "y1": 220, "x2": 375, "y2": 340, "label": "Goods/Services", "color": "#2563eb" },
{ "type": "vector", "x1": 225, "y1": 340, "x2": 140, "y2": 220, "label": "Final Goods", "color": "#2563eb" },
{ "type": "vector", "x1": 225, "y1": 40, "x2": 100, "y2": 170, "label": "Income ($)", "color": "#dc2626", "dashed": true },
{ "type": "vector", "x1": 100, "y1": 230, "x2": 225, "y2": 360, "label": "Spending ($)", "color": "#dc2626", "dashed": true },
{ "type": "vector", "x1": 375, "y1": 360, "x2": 500, "y2": 230, "label": "Revenue ($)", "color": "#dc2626", "dashed": true },
{ "type": "vector", "x1": 500, "y1": 170, "x2": 375, "y2": 40, "label": "Costs ($)", "color": "#dc2626", "dashed": true }
]
}
Because every dollar spent by a buyer is a dollar of income for a seller, GDP can be calculated in three equivalent ways:
{
"type": "bar",
"title": "Components of GDP (Expenditure Approach)",
"subtitle": "Typical proportions in a developed economy (Trillions of USD)",
"xLabel": "Expenditure Category",
"yLabel": "Value ($ Trillions)",
"labels": ["Consumption (C)", "Investment (I)", "Government (G)", "Net Exports (NX)"],
"datasets": [
{
"label": "GDP Contribution",
"data": [18.6, 4.8, 4.9, -0.9]
}
]
}
The Income Approach: Summing all income earned by factors of production.
$$National\ Income = W + R + i + PR$$
Where:
The Value-Added Approach: Summing the value added at each stage of production.
$$Value\ Added = Sales\ Price - Cost\ of\ Intermediate\ Goods$$
While GDP is the primary measure of economic health, it is imperfect. It fails to account for:
To be considered Unemployed, an individual must:
{
"type": "pie",
"title": "Labor Force Composition",
"subtitle": "Example: Economy at Full Employment (5% NRU)",
"labels": ["Employed", "Unemployed"],
"datasets": [
{
"label": "Percentage",
"data": [95, 5]
}
]
}
An economy is at Full Employment when there is zero cyclical unemployment. The remaining unemployment (Frictional + Structural) is the NRU.
$$NRU = Frictional + Structural$$
Inflation is the rate at which the general level of prices for goods and services is rising. To measure this, we use a Price Index.
The CPI measures the price of a "market basket" of goods bought by a typical urban consumer.
$$CPI = \frac{Cost\ of\ Market\ Basket\ in\ Current\ Year}{Cost\ of\ Market\ Basket\ in\ Base\ Year} \times 100$$
$$Inflation\ Rate = \frac{Price\ Index_{New} - Price\ Index_{Old}}{Price\ Index_{Old}} \times 100$$
The Substitution Bias: A major flaw in CPI. When the price of one good (e.g., apples) rises, consumers switch to a cheaper alternative (e.g., pears). Because the CPI uses a fixed basket, it assumes consumers still buy the expensive apples, thus overstating the true cost of living.
Inflation doesn't make everyone poorer, but it redistributes wealth.
The Fisher Equation:
$$Real\ Interest\ Rate = Nominal\ Interest\ Rate - Expected\ Inflation$$
$$r = i - \pi^e$$
Nominal GDP is the value of output measured in current prices. It can increase because of more production or because of higher prices.
Real GDP is the value of output measured in constant prices (base year prices). It only increases if production increases.
{
"type": "line",
"title": "Nominal vs. Real GDP",
"subtitle": "Illustrating the effect of inflation over time",
"xLabel": "Year",
"yLabel": "GDP (Billions $)",
"labels": ["2018", "2019", "2020", "2021", "2022", "2023"],
"datasets": [
{
"label": "Nominal GDP",
"data": [1000, 1050, 1100, 1180, 1260, 1350],
"tension": 0.1
},
{
"label": "Real GDP (Base Year 2018)",
"data": [1000, 1020, 1040, 1060, 1080, 1100],
"tension": 0.1
}
]
}
A price index that includes all domestic goods (unlike CPI, which includes imports but excludes capital goods).
$$GDP\ Deflator = \frac{Nominal\ GDP}{Real\ GDP} \times 100$$
$$Real\ GDP = \frac{Nominal\ GDP}{GDP\ Deflator} \times 100$$
The economy does not grow at a constant rate. It moves through four phases:
{
"type": "line",
"title": "The Business Cycle",
"subtitle": "Fluctuations in Real GDP around the Potential Output trend",
"xLabel": "Time",
"yLabel": "Real GDP",
"labels": ["Year 1", "Year 2", "Year 3", "Year 4", "Year 5", "Year 6", "Year 7", "Year 8"],
"datasets": [
{
"label": "Actual Real GDP",
"data": [100, 120, 110, 105, 130, 150, 140, 160],
"tension": 0.4
},
{
"label": "Potential GDP (Long-run Trend)",
"data": [100, 108, 116, 124, 132, 140, 148, 156],
"tension": 0
}
]
}
Potential Output ($Y_P$): The level of Real GDP the economy would produce if it were operating at the Natural Rate of Unemployment.
Example 1: Expenditure Method
In a small economy, Consumption = $5,000, Investment = $1,200, Government Spending = $1,500, Exports = $400, and Imports = $600.
$$GDP = 5000 + 1200 + 1500 + (400 - 600) = 7700 - 200 = $7,500$$
Example 2: Intermediate vs. Final Goods
A farmer sells wheat to a baker for $2.00. The baker makes bread and sells it to a consumer for $5.00.
Correction: Only the $5.00 bread is counted in GDP. The wheat is an intermediate good.
Example 3: Value-Added Method (Same Scenario)
Example 4: Inventory Changes
A car company produces $10 million worth of cars in 2023 but only sells $8 million.
GDP 2023: $10 million. The $2 million in unsold cars is treated as "Inventory Investment" ($I$).
Example 5: Transfer Payments
The government sends $1,000 in Social Security to a citizen.
GDP Impact: $0. Transfer payments are not included in GDP because no new good or service was produced.
Example 6: Unemployment Rate Calculation
Country X has 90 million employed and 10 million unemployed people. 50 million people are retired or not looking for work.
Example 7: Labor Force Participation Rate (LFPR)
Using Example 6 data: Total Adult Population = $100 + 50 = 150$ million.
Example 8: Frictional Unemployment
Sarah leaves her job as an accountant in New York to find a similar job in California. She is frictionally unemployed during her move.
Example 9: Structural Unemployment
A typewriter repairman loses his job because everyone uses computers now. His skills are no longer in demand.
Example 10: Cyclical Unemployment
During a massive recession, a construction worker is laid off because demand for new homes has plummeted.
Example 11: Discouraged Workers
John has looked for work for 2 years. He gives up and stops looking.
Impact: He is no longer in the Labor Force, so the Unemployment Rate actually decreases, even though the situation is worse. This is why the rate understates joblessness.
Example 12: Underemployment
Maria has a PhD in Physics but works 10 hours a week at a coffee shop.
Impact: She is counted as "Employed." The unemployment rate does not reflect her underutilization.
Example 13: Calculating the Natural Rate
If frictional unemployment is 2% and structural is 3%, and the current unemployment rate is 8%:
Example 14: CPI Calculation
Base Year Basket: 10 apples ($1 each) and 5 books ($20 each). Total = $110.
Current Year Prices: apples ($2), books ($25). Total = $(10 \times 2) + (5 \times 25) = 20 + 125 = 145$.
$$CPI = \frac{145}{110} \times 100 = 131.8$$
Example 15: Inflation Rate Calculation
CPI in Year 1 = 200. CPI in Year 2 = 210.
$$Inflation = \frac{210 - 200}{200} \times 100 = 5%$$
Example 16: Deflation
CPI moves from 150 to 140.
$$Inflation = \frac{140 - 150}{150} \times 100 = -6.67%$$ (This is deflation).
Example 17: Disinflation
Year 1 inflation: 10%. Year 2 inflation: 4%.
Prices are still rising, but the rate of increase has slowed down.
Example 18: Nominal vs. Real Income
You get a 5% raise (Nominal), but inflation is 7%.
$$Real\ Change = 5% - 7% = -2%$$
You can actually buy 2% less than last year.
Example 19: Unexpected Inflation and Loans
Bank lends $1,000 at 5% interest, expecting 2% inflation (Real return expected: 3%).
Actual inflation turns out to be 10%.
Example 20: Fixed Income Households
A retiree receives a fixed pension of $2,000/month. If hyperinflation occurs, that $2,000 will soon buy almost nothing. Fixed-income earners are hurt by inflation.
Example 21: Menu Costs
A restaurant has to print new menus every week because meat prices are rising so fast. This cost of physically changing prices is a "menu cost."
Example 22: Shoe-leather Costs
During high inflation, people run to the bank constantly to convert cash into interest-bearing accounts or stable assets. The time and effort wasted is "shoe-leather cost."
Example 23: Nominal GDP Calculation
Year 1: 100 pizzas sold at $10 each. Nominal GDP = $1,000.
Year 2: 100 pizzas sold at $12 each. Nominal GDP = $1,200.
Example 24: Real GDP Calculation (Base = Year 1)
Using Example 23: In Year 2, we use Year 1 prices.
Real GDP = 100 pizzas $\times$ $10 = $1,000.
Analysis: Real GDP didn't change because production stayed the same.
Example 25: GDP Deflator Calculation
Using Example 23 & 24:
$$Deflator = \frac{1200}{1000} \times 100 = 120$$
Example 26: Finding Real GDP from Nominal and Deflator
Nominal GDP = $800 billion. GDP Deflator = 125.
$$Real\ GDP = \frac{800}{125} \times 100 = $640\ billion$$
Example 27: Finding Nominal GDP
Real GDP = $500. GDP Deflator = 110.
$$Nominal\ GDP = \frac{500 \times 110}{100} = $550$$
Example 28: Percent Change in Real GDP (Growth Rate)
Real GDP Year 1 = $20 trillion. Real GDP Year 2 = $21 trillion.
$$Growth = \frac{21 - 20}{20} \times 100 = 5%$$
Example 29: Identifying a Peak
The economy has been growing at 4% for three years. Suddenly, growth stops and starts to turn negative. That turning point is the Peak.
Example 30: Recession Definition
If Real GDP declines for two consecutive quarters (6 months), the economy is technically in a Recession.
Example 31: Calculating the Output Gap
Potential GDP ($Y_P$) = $500 billion. Actual GDP ($Y$) = $480 billion.
Output Gap = $$480 - $500 = -$20$ billion.
This is a negative (recessionary) gap.
Example 32: Inflationary Gap
Potential GDP = $1,000. Actual GDP = $1,050.
Output Gap = $+$50$. The economy is producing beyond its sustainable capacity; unemployment is likely below the NRU.
Example 33: Full Employment Output
If the Unemployment Rate = NRU = 5%, and the economy is producing $15 trillion, then $15 trillion is the Potential GDP.
Example 34: Business Cycle and Unemployment
As the economy moves from Peak to Trough (Contraction), Real GDP decreases and the Unemployment Rate increases.
Example 35: The Long-run Trend
Despite the zig-zags of the business cycle, a line drawn through the center usually slopes upward. This represents Long-run Economic Growth, driven by increases in productivity and resources.
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.