Worked example 1
Generate terms
u₀ = 10 and uₙ₊₁ = 0.8uₙ + 3. Find u₁ and u₂
- Use u₀ to find u₁: 0.8(10) + 3.
- Use u₁ to find u₂.
Answer: u₁ = 11 and u₂ = 11.8
Higher Mathematics
Generate terms from uₙ₊₁ rules and interpret steady-state behaviour.
A recurrence relation defines each term using an earlier term. You need a starting value and a rule, such as uₙ₊₁ = auₙ + b.
Some recurrence relations approach a fixed point. A fixed point satisfies L = aL + b
Worked example 1
u₀ = 10 and uₙ₊₁ = 0.8uₙ + 3. Find u₁ and u₂
Answer: u₁ = 11 and u₂ = 11.8
Worked example 2
Find the fixed point of uₙ₊₁ = 0.5uₙ + 6.
So: L = 12
Exam reminder
Show at least the first substitution clearly. If a decimal sequence is involved, follow the rounding instruction at each stated stage.