Difference Equations (Leaving Cert Applied Maths): Revision Notes
Overview
Difference equations are mathematical tools that help us understand how sequences and systems evolve step by step over time. Think of them as the discrete (separate, countable steps) version of differential equations. They're incredibly useful for modelling real-world situations like population growth, financial investments, and computational processes.
Difference equations bridge the gap between abstract mathematics and practical problem-solving, making them essential tools for students across multiple disciplines.
What are difference equations?
Definition: Difference equations describe how a sequence or system changes from one step to the next, showing us patterns in discrete time intervals rather than continuous change.
The key idea is that we can predict future values based on previous values using specific mathematical relationships. This makes them perfect for studying situations where change happens in regular intervals - like daily, monthly, or yearly observations.
Patterns and formulae
Understanding sequences is fundamental to difference equations. A sequence is an ordered list of numbers that follow a particular pattern, while a series refers to the sum of the terms in a sequence.
The distinction between sequences and series is crucial: sequences are about the individual terms and their patterns, while series are about adding those terms together.
Sequences reveal patterns over time, such as:
- Growth: Values increasing in a predictable way
- Decay: Values decreasing systematically
- Repetition: Values cycling through a pattern
For example, the sequence 2, 4, 6, 8... follows the pattern "add 2 each time", which we can express mathematically as a formula.
Arithmetic sequences and series
Definition: An arithmetic sequence has a constant difference (called the common difference, d) between consecutive terms.
Key characteristics:
- Each term is found by adding the same number to the previous term
- The pattern is linear growth or decline
- General term formula:
- Where is the nth term, is the first term, and is the common difference
Arithmetic series:
The sum of the first n terms is:
Worked Example: Daily Savings
Saving £5 per day creates the arithmetic sequence: 5, 10, 15, 20...
Step 1: Identify the pattern
- First term:
- Common difference:
Step 2: Find the amount after 30 days
Step 3: Calculate total savings
Geometric sequences
Definition: A geometric sequence has a constant ratio (r) between consecutive terms.
Key characteristics:
- Each term is found by multiplying the previous term by the same number
- Creates exponential growth or decay patterns
- General term formula:
Geometric series:
The sum formula is: for
When , the series converges to . This convergence property is particularly important in financial mathematics and probability theory.
Worked Example: Bacterial Growth
Bacteria doubling every hour creates the geometric sequence: 1, 2, 4, 8...
Step 1: Identify the pattern
- First term:
- Common ratio:
Step 2: Find bacteria count after 10 hours bacteria
Recurrence relations
Definition: A recurrence relation shows how each term depends on one or more previous terms.
Key features:
- General form:
- Excellent for modelling step-by-step growth processes
- Can capture more complex patterns than simple arithmetic or geometric sequences
Worked Example: Bank Account Growth
A bank account with 5% annual growth can be modelled as: , starting with
Year 1: Year 2: Year 3:
First order difference equations
Definition: These equations involve only one previous term in determining the next value.
Standard form:
Where:
- p represents the multiplicative factor
- q represents the additive constant
The solution combines both homogeneous () and particular () components, making these equations versatile for modelling various growth patterns.
Worked Example: Population with Immigration
Population growth with immigration:
This shows:
- Natural growth: 1.1 factor (10% increase)
- Immigration: constant 50 people per period
Starting with :
- Year 1:
- Year 2:
Second order difference equations
Definition: These equations depend on two previous terms to determine the next value.
Standard form:
Key features:
- Require two initial conditions ( and )
- Often solved using characteristic equations
- Can model more complex, oscillating behaviours
Worked Example: The Fibonacci Sequence
The famous Fibonacci sequence follows:
Starting conditions: ,
Step-by-step calculation:
Sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21...
Applications in the real world
Difference equations are widely used across multiple fields:
- Finance: Modelling compound interest, loan payments, investment growth
- Biology: Population dynamics, disease spread, ecosystem changes
- Physics: Discrete systems, digital signal processing
- Computing: Algorithm analysis, recursive processes
The versatility of difference equations makes them invaluable across STEM fields. Many phenomena that appear continuous are actually measured or occur at discrete intervals, making difference equations the natural mathematical tool for analysis.
Exam tips
Essential Exam Strategies:
- Always identify whether you're dealing with arithmetic (constant difference) or geometric (constant ratio) sequences first
- Pay attention to initial conditions - they're crucial for solving difference equations
- Practice recognising the order of difference equations (first or second order)
- Remember that real-world problems often require you to set up the difference equation before solving
Key Points to Remember:
-
Difference equations model step-by-step changes in sequences and systems, making them perfect for discrete-time problems
-
Arithmetic sequences have constant differences, while geometric sequences have constant ratios - this fundamental distinction affects which formulas to use
-
Recurrence relations show how future terms depend on past terms, providing a flexible framework for modelling complex growth patterns
-
First order equations depend on one previous term, while second order equations need two previous terms to determine the next value
-
These mathematical tools have extensive real-world applications in finance, biology, physics, and computing, making them valuable for problem-solving across many disciplines