Arithmetic models rely on Linear Growth, where the rate of change is constant. This is mathematically equivalent to a linear function .
Geometric models rely on Exponential Growth or Decay, where the rate of change is proportional to the current value. This is equivalent to an exponential function .
The choice between models depends on the nature of the increment: 'adding 50 dollars' implies an AP, whereas 'increasing by 5%' implies a GP.
Step 1: Identify the Sequence Type: Look for keywords like 'fixed amount' (AP) or 'percentage/ratio' (GP).
Step 2: Define Parameters: Determine the first term (), the change factor ( or ), and the target time ().
Step 3: Select the Objective: Decide if the problem asks for a specific value at a point in time () or a cumulative total ().
Step 4: Apply Formulas: Use or for specific terms, and the respective sum formulas for totals.
| Feature | Arithmetic Model | Geometric Model |
|---|---|---|
| Nature of Change | Addition/Subtraction | Multiplication/Division |
| Growth Type | Constant/Linear | Proportional/Exponential |
| Common Ratio/Diff | ||
| Context Example | Simple Interest, Fixed Salary Raise | Compound Interest, Population Growth |
Check the 'n' value: Always verify if the first term corresponds to 'Year 0' or 'Year 1'. If a value starts at , the value after years is often the -th term.
Percentage Conversion: For a percentage increase of , the common ratio is . For a decrease, .
Total vs. Specific: If the question asks for 'total profit over 10 years', use the sum formula (). If it asks for 'profit in the 10th year', use the term formula ().
Units and Rounding: In financial models, ensure your final answer is rounded to the appropriate currency units (e.g., 2 decimal places) unless specified otherwise.
Confusing and : Students often use an AP model for percentage changes because the percentage 'looks' like a constant number, but the actual value added changes every time.
Off-by-one errors: Miscalculating is the most common error. For example, the number of years between 2020 and 2030 inclusive is 11, not 10.
Incorrect for growth: Using for a increase instead of . A ratio less than 1 always results in a decreasing sequence.