Arithmetic models are based on linear growth or decay, where a constant amount is added or subtracted at each step. This is mathematically equivalent to a linear function .
Geometric models are based on exponential growth or decay, where a quantity is multiplied by a constant factor (ratio) at each step. This corresponds to an exponential function .
The principle of superposition in series allows us to calculate the total sum of a sequence. For arithmetic series, the sum is the average of the first and last terms multiplied by the number of terms.
For geometric series, the sum depends on the magnitude of the ratio . If , the series may converge to a finite limit as approaches infinity, representing a long-term stable total.
| Feature | Arithmetic Model | Geometric Model |
|---|---|---|
| Nature of Change | Constant addition/subtraction | Constant multiplication/percentage |
| Function Type | Linear | Exponential |
| Formula (Term) | ||
| Formula (Sum) | ||
| Common Contexts | Simple interest, fixed salary raises | Compound interest, depreciation, population growth |
Spot the 'Hidden' Sequence: Questions about savings, salaries, or physical growth often don't explicitly state they are sequences. Look for keywords like 'each year' or 'increases by %'.
Check the Index (): Always verify if the question asks for the value in the 10th year () or the total after 10 years ().
Percentage Conversions: For geometric models, an increase of means , while a decrease of means .
Sanity Check: If a value is supposed to be increasing but your is negative or , re-evaluate your parameter definitions.
Off-by-one errors: Students often use instead of in the term formulas. Remember that the first term is already 'at' , so only changes have occurred.
Confusing and : Using the term formula when a total sum is required is a frequent mistake in financial context problems.
Incorrect for growth: Forgetting to add 1 to a percentage increase (e.g., using instead of for a increase) will result in a model that shrinks rather than grows.