GDP Components Breakdown¶
Run the GDP Components Breakdown MicroSim Fullscreen
Edit in the p5.js Editor
About This MicroSim¶
This MicroSim displays a donut pie chart showing the four components of Gross Domestic Product: Consumption (C), Investment (I), Government Spending (G), and Net Exports (NX). Students can compare GDP composition across different countries (United States, China, Germany, and Japan) and click on individual slices to see descriptions and real-world examples. Understanding how GDP breaks down helps students grasp why consumer spending dominates the US economy and why different countries have very different economic structures.
How to Use¶
- Select a Country: Use the dropdown menu at the bottom to switch between the United States, China, Germany, and Japan and observe how GDP composition differs.
- Click a Pie Slice: Click on any colored slice in the pie chart to expand it and reveal a detail panel with a description and real-world examples of that component.
- Compare Percentages: Read the percentage labels inside each slice and in the legend on the right to compare component sizes across countries.
- Click Again to Deselect: Click a selected slice again to collapse the detail panel.
Iframe Embed Code¶
You can add this MicroSim to any web page by adding this to your HTML:
<iframe src="https://dmccreary.github.io/economics-course/sims/gdp-components-pie/main.html"
height="452px"
width="100%"
scrolling="no"></iframe>
Lesson Plan¶
Grade Level¶
9-12 (High School Economics)
Duration¶
10-15 minutes
Prerequisites¶
- Basic understanding of what GDP measures
- Familiarity with the concepts of consumers, businesses, and government in an economy
Activities¶
- Exploration (5 min): Select each country and note which component is largest. Why does China have such high Investment compared to the US? Why does Germany have positive Net Exports while the US has negative?
- Guided Practice (5 min): Click each slice for the United States and write down the four components with their percentages. Calculate what would happen to GDP if consumption dropped by 5 percentage points.
- Assessment (5 min): Without looking at the sim, rank the four GDP components from largest to smallest for the US. Then switch to China and explain why its economic structure differs from the US.
Assessment¶
- Students can correctly name all four GDP components and the formula GDP = C + I + G + NX
- Students can explain why consumption is the largest component of US GDP
- Students can identify at least one key difference in GDP composition between two countries and provide an economic explanation
References¶
- Gross Domestic Product - Wikipedia - Comprehensive overview of GDP measurement and components.
- GDP and Spending - Investopedia - Explanation of the expenditure approach to measuring GDP.
- GDP Components - Khan Academy - Video lessons on GDP components and the circular flow model.