What you'll learn
- How to recognise situations modelled by arithmetic or geometric sequences.
- How to use finite and infinite series to calculate totals.
- How recurrence relations model quantities that change step by step.
- How to interpret, check and criticise a mathematical model.
Sequences, series and models
A sequence is an ordered list of numbers. Each number is called a term, and terms are usually labelled u1,u2,u3,…u_1,u_2,u_3,\ldotsu1,u2,u3,…
A series is the result of adding the terms of a sequence:
u1+u2+u3+⋯u_1+u_2+u_3+\cdotsu1+u2+u3+⋯A mathematical model uses mathematics to represent a real situation. In this topic, sequences describe quantities at separate times or stages, while series describe accumulated totals.
For example, yearly salaries form a sequence. The total salary earned over several years is a series.
The index
The index nnn identifies a term's position. You must decide what n=0n=0n=0 or n=1n=1n=1 represents in the context, such as the purchase date or the end of the first year.
Starting at the wrong term
Do not assume that the initial value is always u1u_1u1. A model may use u0u_0u0 for the value at time zero, before any change has occurred.
Arithmetic models
An arithmetic sequence changes by the same amount at every stage. This fixed amount is called the common difference, denoted by ddd.
If the first term is aaa, then:
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)dThe sum of the first nnn terms is:
Sn=n2(2a+(n−1)d)S_n=\frac{n}{2}\left(2a+(n-1)d\right)Sn=2n(2a+(n−1)d)Equivalently, if the final term is lll:
Sn=n2(a+l)S_n=\frac{n}{2}(a+l)Sn=2n(a+l)Arithmetic models are suitable when a quantity increases or decreases by a constant amount, such as a salary rising by £1200 each year.
Recognising an arithmetic model
Words such as “increases by”, “decreases by” or “an extra fixed amount each year” usually indicate a constant difference.
Modelling annual production
A factory produces 480 components in its first year. Production increases by 35 components each year. Find the production in year 8 and the total production over the first 8 years.
-
The yearly increase is constant, so use an arithmetic sequence with a=480a=480a=480 and d=35d=35d=35.
-
Substitute n=8n=8n=8 into the term formula:
u8=480+(8−1)(35)=725u_8=480+(8-1)(35)=725u8=480+(8−1)(35)=725The factory produces 725 components in year 8.
-
Use the finite-series formula to find the accumulated production:
S8=82(480+725)=4820S_8=\frac{8}{2}(480+725)=4820S8=28(480+725)=4820The total production over the first 8 years is 4820 components.
Geometric models
A geometric sequence changes by the same multiplying factor at each stage. This factor is called the common ratio, denoted by rrr.
If the first term is aaa, then:
un=arn−1u_n=ar^{n-1}un=arn−1The sum of the first nnn terms is:
Sn=a(1−rn)1−r,r≠1S_n=\frac{a(1-r^n)}{1-r},\qquad r\neq 1Sn=1−ra(1−rn),r=1Geometric models are commonly used for compound interest, population growth, depreciation and radioactive decay.
A percentage multiplier is found by converting the percentage change into a decimal:
- an increase of 6% gives multiplier 1.06;
- a decrease of 6% gives multiplier 0.94.
Recognising a geometric model
A constant percentage change produces a constant multiplier, so it should be modelled geometrically rather than arithmetically.
Modelling depreciation
A car is bought for £24,000 and loses 18% of its value each year. Find its modelled value after 5 years.
-
The car retains 82% of its value each year, so the multiplier is r=0.82r=0.82r=0.82.
-
Let VnV_nVn be the value after nnn complete years. Since £24,000 is the value at the purchase date, use V0=24000V_0=24000V0=24000:
Vn=24000(0.82)nV_n=24000(0.82)^nVn=24000(0.82)n -
Substitute n=5n=5n=5:
V5=24000(0.82)5=8897.7562368V_5=24000(0.82)^5=8897.7562368V5=24000(0.82)5=8897.7562368The modelled value is approximately £8897.76.
Check the direction
For growth, the multiplier should be greater than 1. For decay or depreciation, it should be between 0 and 1.
Infinite geometric series
An infinite series continues without end. An infinite geometric series has a finite sum only when:
∣r∣<1|r|<1∣r∣<1In this case, the terms approach zero and:
S∞=a1−rS_\infty=\frac{a}{1-r}S∞=1−raThis does not mean that the sequence actually stops. It means that its accumulated total approaches a fixed limiting value.
When the infinite sum does not exist
If ∣r∣≥1|r|\geq 1∣r∣≥1, the terms do not decrease towards zero, so you must not use S∞=a1−rS_\infty=\frac{a}{1-r}S∞=1−ra.
Calculating the distance travelled by a bouncing ball
A ball is dropped from a height of 2 m. After each bounce, it rises to 75% of its previous height. Find the total vertical distance predicted by the model.
-
The initial drop contributes 2 m. The rebound heights form a geometric sequence with first term 2(0.75)=1.52(0.75)=1.52(0.75)=1.5 and ratio r=0.75r=0.75r=0.75.
-
Because ∣0.75∣<1|0.75|<1∣0.75∣<1, the total of all rebound heights is:
1.51−0.75=6\frac{1.5}{1-0.75}=61−0.751.5=6 -
Each rebound height is travelled twice: once upwards and once downwards. Including the initial drop gives:
2+2(6)=142+2(6)=142+2(6)=14The model predicts a total vertical distance of 14 m.
Forgetting the initial movement
In a bouncing-ball model, the first drop occurs only once, while each later rebound height normally contributes both an upward and a downward journey.
Recurrence relations
A recurrence relation defines each term using one or more earlier terms. It must be given with an initial value so that the sequence can be generated.
For example:
Pn+1=1.12Pn+50,P0=800P_{n+1}=1.12P_n+50,\qquad P_0=800Pn+1=1.12Pn+50,P0=800This could model a population that grows by 12% each year and then receives 50 additional individuals.
The order of operations matters. The model above applies the percentage growth first and adds 50 afterwards.
Using a population recurrence model
A population is modelled by Pn+1=1.12Pn+50P_{n+1}=1.12P_n+50Pn+1=1.12Pn+50, where P0=800P_0=800P0=800. Find the modelled population after 2 years.
-
Use P0=800P_0=800P0=800 to calculate the value after the first year:
P1=1.12(800)+50=946P_1=1.12(800)+50=946P1=1.12(800)+50=946 -
Apply the same recurrence to the new value:
P2=1.12(946)+50=1109.52P_2=1.12(946)+50=1109.52P2=1.12(946)+50=1109.52 -
The model predicts approximately 1110 individuals after 2 years. Keeping the unrounded value during the calculation prevents unnecessary rounding error.
Building and evaluating a model
A sequence model normally follows this process:
- Define the variable and say what its index represents.
- Identify whether the change is additive, multiplicative or given recursively.
- Write the sequence, term formula, series or recurrence relation.
- calculate the required term or accumulated total.
- Interpret the answer in context, including sensible units and rounding.
- Consider whether the assumptions remain realistic.
Models often assume that a difference, percentage rate or ratio remains constant. In reality, prices, populations and production levels may be affected by changing conditions.
A model is an approximation
A mathematically correct answer may still be unrealistic if the model is used too far beyond the data or if its assumptions no longer apply.
Assessing a long-term growth prediction
A town's population is modelled as increasing by 4% every year. Explain why the model may become unreliable over a long period.
-
A 4% annual increase gives a geometric model, so the predicted population grows by the multiplier 1.04 each year.
-
The model assumes that the percentage growth rate remains unchanged indefinitely.
-
Over a long period, limits such as housing, employment and available land may reduce growth. The model may therefore be useful for short-term prediction but unsuitable for distant forecasts.
In the exam
- Define what nnn represents and check whether the initial value corresponds to n=0n=0n=0 or n=1n=1n=1.
- Decide whether the situation has a constant difference, a constant ratio or a recurrence rule.
- Distinguish between finding one term and finding the sum of several terms.
- For an infinite geometric series, verify that ∣r∣<1|r|<1∣r∣<1 before using the sum formula.
- Interpret your answer in context, round only when appropriate, and comment on the model's assumptions if asked.
Check yourself
- How can you tell whether a percentage-change model is arithmetic or geometric?
- Why is the initial drop treated separately in a bouncing-ball model?
- What assumptions might make a sequence model unreliable over a long period?