Linear combinations of two GPs
We explore a classic link between sequences: linear combinations of two geometric progressions (GPs) produce terms that satisfy a second-order homogeneous recurrence. This connection sits squarely within the sequences and series topic of the HSC Extension 1 syllabus and provides a direct path to solving recurrence equations—by expressing unknown sequences as combinations of GPs with the characteristic roots. Working through the problem will sharpen your ability to move between closed-form expressions and recurrences, a skill that underpins many advanced problems in Extension 2 as well.
Problem Statement
Let and . Define .
- Show satisfies
- Solve
Hints
For (ii), the characteristic roots are and .
Solutions
For (i), we simply substitute the definition of into the left-hand side and see that it collapses to zero. Because is the sum of two GPs with common ratios and , the recurrence relation naturally emerges:
Substitute directly to verify (i).
For (ii), we recognise that the recurrence matches the form from part (i) with and (since and ). Therefore its solution is a linear combination of the two GPs with those common ratios. We let
Using the given initial terms and gives the system
gives . Hence
Takeaways
- A sum of two geometric progressions with distinct ratios and satisfies , a second-order linear recurrence whose characteristic equation has roots and .
- Conversely, a recurrence of the form can be solved by writing (provided ); the initial values determine and .
- This technique—expressing a sequence as a linear combination of geometric progressions—is a powerful algebraic shortcut that avoids more cumbersome iterative methods.
Further Readings