# Estimating Future Value: Arithmetic or Geometric

We should compound at the arithmetic average if we wish to estimate an investment’s expected value (return). We should compound at the geometric average when we wish to estimate the likelihood that an investment will exceed or fall below a target value.

Consider an investment that has an equal chance of increasing by 25% and decreasing by 5%. There is an equal chance that a dollar invested will grow to $1.25 or decline to $0.94 after one period. The expected value after one period is $1.10 which is equal to (1+arithmetic average of the two possible returns). Subsequently, there are four equally likely outcomes at the end of two periods. See the following diagram for the possible paths of $1.00 investment.

![Binomial Tree of Investment Paths](/files/-MEyUiGKLw7S1qiQy-ZZ)

The expected value at the end of the second period is equal to $1.21 which is the probability-weighted outcome.This also corresponds precisely to the quantity (1+arithmetic average of 10%)². If we calculate the geometric average for this example and compound it forward for two periods, we arrive at a terminal value of $1.1875, which does not equal to the expected value.

The expected value assumes that there is an equal chance of experiencing any of the possible paths. A path of high returns raises the expected value over multiple periods more than a path of equal-magnitude low returns lowers it. This disproportionate effect is the result of compounding.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wpahelp.windhamlabs.com/expected-returns/estimating-future-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
