Domain: D00 — Financial Mathematics, Statistics, and Data Foundations
Family: D00-F02 — Financial Arithmetic, Time Value, and Returns
Audience: a curious beginner who may not have studied finance or programming
Delivery: plain-language lesson, hand-worked arithmetic, and a small interactive lab
The one-sentence idea
Use a simple average to describe a typical one-period rate, and a geometric average to summarize a compounded path.
Why this matters in money
The average of +20% and -20% is 0%, but the money path loses 4%. Choosing the average is a question about what you want to describe.
What you will be able to do
- calculate arithmetic and geometric averages
- explain why the two answers differ
- choose the average that matches the question
What you need first
- D00-F02-A08 cumulative return
- D00-F01 roots and products
You do not need to program for this lesson. We use ordinary words and small numbers first. Later domains may show implementation details after the idea is comfortable.
Words to know
| Term | In simple words |
|---|---|
| Arithmetic average | Add the period rates and divide by their count. |
| Geometric average | Find the constant per-period rate that creates the same compounded factor. |
| Typical period | A descriptive average of the listed periods. |
| Compounded path | The actual sequence of growth factors over time. |
Scope and simple boundary
We compare three period rates with no external cash flows. Risk estimates, money-weighted returns, and annual performance attribution need additional definitions.
Definition contract
| Decision | Our simple choice | What we do not claim | Check |
|---|---|---|---|
| Question | Use arithmetic for a simple average-period description. | Do not present it as the realized compounded path. | The lesson labels both outputs. |
| Path | Use geometric for a constant-rate summary of the full compound factor. | Do not claim it predicts the next period. | The product and root are shown. |
| Validity | Each growth factor must be positive for a real geometric average. | A return of -100% ends the simple wealth path. | The boundary says when the result is undefined. |
Input contract
| Name | Kind | Unit | Empty? | Meaning |
|---|---|---|---|---|
| r1 | rate | % | No | First period return. |
| r2 | rate | % | No | Second period return. |
| r3 | rate | % | No | Third period return. |
All values in one example must use the same time period, currency, and scale unless the lesson explicitly shows a conversion. A missing or impossible input is a question to resolve, not a number to guess.
Output contract
| Output | Kind | Unit | Meaning | Safety rule |
|---|---|---|---|---|
| arithmetic | percentage | % per period | Sum of rates divided by count. | Descriptive, not automatically compounded. |
| geometric | percentage | % per period | Nth root of the product of growth factors minus 1. | All factors must be positive. |
The rule in everyday language
arithmetic mean = (r1 + r2 + ... + rn)/n; geometric mean = [(1+r1)...(1+rn)]^(1/n) - 1
Think of the rule as a sentence. Say what each number means before you put it into the sentence.
Symbol table
| Name | Meaning | Unit |
|---|---|---|
| ri | period return | decimal |
| n | number of periods | count |
| AM | arithmetic mean | decimal |
| GM | geometric mean | decimal |
Four small steps
- Write each return as a decimal.
- Add the rates and divide by the number of periods for the arithmetic mean.
- Build and multiply the growth factors for the geometric mean.
- Take the matching root, subtract 1, and say which question each answer addresses.
Worked example (synthetic teaching numbers)
Synthetic example: +20% and -20%. Arithmetic average = (20% - 20%)/2 = 0%. Geometric average = sqrt(1.20 x 0.80) - 1 = sqrt(0.96) - 1 = about -2.02% per period. Two periods at -2.02% compound to about the same 0.96 factor.
Independent check
Starting with 100 gives 120, then 96. The geometric rate is negative because the path ends below 100 even though the arithmetic average is zero.
The numbers above are synthetic and author-derived for learning. They are not an observation about a named company, market, customer, or investment.
Simple playground
Open the small guided lab. Choose a number, press Step, and read the explanation under the result. The lab is designed to show one idea at a time, not to replace the lesson.
What to notice: the input, the rule, the check, and the safe interpretation are shown in that order. Open the full-size visual.
Where this is useful
- describing a set of period returns
- summarizing a realized compounded path
- explaining why an average return needs a question attached
What this does not tell you
Neither average is a forecast or a risk-adjusted performance claim. Unequal cash flows, fees, taxes, and negative or zero wealth factors require a different return definition.
This is educational content, not investment, tax, legal, accounting, or regulatory advice. A simple calculation can be correct and still be the wrong calculation for a real decision.
Historical-example decision
Not useful for this lesson. A named company would add a story but would not teach the primitive more clearly than the small synthetic numbers above. A real case would also need a verified entity, period, unit, and publication right. The lesson therefore keeps its arithmetic transparent and synthetic.
Related lessons
Evidence boundary
The plain-language definitions and measurement cautions are supported by CFA_QM, INVESTOR_RETURN. The formula wording, examples, and lab behavior are author-derived teaching choices. See the claim ledger and references for the boundary.
Optional verification implementation
You do not need code to learn this lesson. The package now includes matching Python and TypeScript verification façades, a shared worked-example fixture, and parity tests. They reproduce the lesson’s frozen rule and remain optional for nontechnical learners.
Enhancement studio: draw, compare, explain
This additive studio does not replace the beginner lesson above. It gives you two more drawings, a decision comparison, and short practice prompts so you can explain the idea without copying a formula or writing code.
Drawing 1 — name, apply, check
Read left to right: name what the data means, apply the narrow lesson rule, then use an independent check. Open the full-size concept anatomy.
Choose the right idea
| Decision | This lesson | Closest next or comparison | Why the difference matters |
|---|---|---|---|
| Main question | Use a simple average to describe a typical one-period rate, and a geometric average to summarize a compounded path. | Return Annualization and Deannualization | Choose the question before choosing the arithmetic. |
| Safe rule | arithmetic mean = (r1 + r2 + ... + rn)/n; geometric mean = [(1+r1)...(1+rn)]^(1/n) - 1 | Uses its own input and boundary contract. | Neighboring lessons can use the same numbers but answer different questions. |
| Required check | Starting with 100 gives 120, then 96. The geometric rate is negative because the path ends below 100 even though the arithmetic average is zero. | Re-check its own unit, time, denominator, or schema. | A correct answer to the wrong question is still wrong. |
| Stop condition | Do not present it as the realized compounded path. | Move only when its prerequisites are satisfied. | Unknown meaning is a reason to pause, not to guess. |
Drawing 2 — common-mistake clinic
The left side states the safe interpretation; the right side shows the mistake that often produces a believable but misleading result. Open the full-size mistake comparison.
Explain it back without code
- Name it: What does the first input or observation mean?
Answer: First period return. - Choose it: Which rule belongs to this question?
Answer: arithmetic mean = (r1 + r2 + ... + rn)/n; geometric mean = [(1+r1)...(1+rn)]^(1/n) - 1 - Challenge it: What check could make you stop?
Answer: Starting with 100 gives 120, then 96. The geometric rate is negative because the path ends below 100 even though the arithmetic average is zero.
If your explanation leaves out the unit, period, denominator, grain, or availability time that the lesson needs, it is not complete yet.
Related concepts and learning handoff
- Governed glossary: Arithmetic average, Geometric average, Typical period, Compounded path. Browse the full financial glossary when a term is unfamiliar.
- Continue with: Return Annualization and Deannualization.
- Evidence boundary: all displayed numbers remain synthetic teaching data; the drawings do not claim a market observation, forecast, or investment result.
Rendered from the canonical Mermaid sources linked by this article.
Arithmetic versus Geometric Average Return — four-part map
This diagram shows the learner's path from a named input to a safe explanation.
Takeaway: the check is not an afterthought. It tells the learner whether the answer belongs to the question that was asked.
ReferencesPrimary sources and evidence notesExpand the source trail, evidence role, and limitations behind the engineering choices.
Expand the source trail, evidence role, and limitations behind the engineering choices.
Each source has a limited evidence role. The worked values, visuals, and playground controls are synthetic and author-derived.
CFA_QM - CFA Institute Quantitative Methods Study Session
- Organization or authors: CFA Institute
- Source type: Professional finance curriculum
- Publication or effective date: 2023 Level I curriculum PDF
- Version: current web edition accessed for this build
- URL: https://www.cfainstitute.org/sites/default/files/-/media/documents/study-session/2023-l1-topics-combined.pdf
- Accessed: 2026-08-10
- Jurisdiction: general educational finance or measurement context
- Supports: Why periodic rates need a stated period and why compounding is multiplicative rather than a simple sum.
- Limitations: Curriculum notation is simplified for teaching and does not replace a product's legal terms.
INVESTOR_RETURN - Annual Return
- Organization or authors: U.S. Securities and Exchange Commission
- Source type: Official investor education glossary
- Publication or effective date: Current web edition
- Version: current web edition accessed for this build
- URL: https://www.investor.gov/introduction-investing/investing-basics/glossary/annual-return
- Accessed: 2026-08-10
- Jurisdiction: general educational finance or measurement context
- Supports: Why a return describes what an investment gained or lost over a stated period.
- Limitations: It does not make a return comparable when periods, fees, taxes, or cash-flow timing differ.
Author-derived and synthetic boundary
The formulas are standard classroom definitions selected for this family. The examples use small synthetic SAR amounts and percentage rates so a learner can reproduce every step by hand. They do not establish a company fact, market outcome, product quote, or investment result.
Full dependency-light reference implementations in both supported languages.
import { runTopic as runD00Topic, type D00Input, type D00Output } from "../../../../shared/typescript/d00Engine.ts";
/** Run the canonical D00-F02-A09 calculation. */
export function arithmeticVersusGeometricAverageReturn(input: D00Input): D00Output {
return runD00Topic("D00-F02-A09", input);
}
The embedded lab now expands to its full document height, keeping the article as the only scroll surface.