Understanding Sequences

Hệ thống: Young Education
Khoá học: Sequences and Series
Book: Understanding Sequences
Được in bởi: ゲストユーザ
Ngày: Thứ Sáu, 25 tháng 9 2026, 2:37 AM

1. What Is a Sequence?

Learning outcomes
  • I can define a sequence as an ordered list of numbers that follows a pattern.
  • I can identify the terms of a sequence.
  • I can distinguish between a sequence and a random list of numbers.
  • I can describe patterns that occur within a sequence.
  • I can use sequence notation to represent terms in a sequence.

What Is a Sequence?

A sequence is an ordered list of numbers that follows a particular rule or pattern.

For example:

2, 4, 6, 8, 10, ...

is a sequence because the numbers follow a clear pattern:

Add 2 each time

The order of the numbers matters. Changing the order changes the sequence.


Terms of a Sequence

Each number in a sequence is called a term.

Consider:

5, 8, 11, 14, 17, ...

The terms are:

  • first term = 5
  • second term = 8
  • third term = 11
  • fourth term = 14
  • fifth term = 17

We can refer to the position of each term using notation.


Sequence Notation

A common way to represent the terms of a sequence is:

\( a_1, a_2, a_3, a_4, ... \)

where:

  • a1 = first term
  • a2 = second term
  • a3 = third term
  • an = the nth term

For the sequence:

3, 7, 11, 15, ...

we have:

a1 = 3

a2 = 7

a3 = 11

a4 = 15


What Does an Mean?

The notation an means the term in position n.

For example: a5 means the fifth term.

If a sequence is: 10, 20, 30, 40, 50, ...

then: a5 = 50

The subscript tells us the position, not the value.


Ordered Lists

A sequence is an ordered list.

Compare: 2, 4, 6, 8

and: 8, 6, 4, 2

They contain the same four numbers, but they are different sequences because the numbers appear in a different order.

This is important because sequences often describe how something changes from one step to the next.


Identifying Patterns

Many sequences follow simple numerical patterns.

For example: 4, 7, 10, 13, 16, ...

The pattern is: +3

Each term is found by adding 3 to the previous term.


Example: Subtraction Pattern

Consider: 30, 25, 20, 15, 10, ...

The pattern is: -5

Each term decreases by 5.

The next two terms are: 5, 0


Example: Multiplication Pattern

Consider: 2, 6, 18, 54, ...

Each term is multiplied by: 3

So the pattern is: x3

The next term is: 5x3 = 162


Example: Division Pattern

Consider: 160, 80, 40, 20, 10, ...

Each term is divided by: 2

So: ÷ 2

The next term is: 5


Not All Patterns Are Constant

Some sequences use more complicated patterns.

For example: 1, 4, 9, 16, 25, ...

These numbers are: \( 1^2, 2, ^2, 3^2, 4^2, 5^2, ... \)

This is the sequence of square numbers.

The difference between terms is not constant:

+3, +5, +7, +9,…+3,\ +5,\ +7,\ +9,\ldots

but there is still a clear pattern.


Another Example: Increasing Differences

Consider: 2, 5, 9, 14, 20, ...

Look at the differences: +3, +4, +5, +6

The amount added increases by 1 each time.

Therefore, the next difference is: +7

and the next term is: 20 + 7 = 27


Fibonacci-Type Sequences

Some sequences are created using earlier terms.

One famous example is:

1, 1, 2, 3, 5, 8, 13, ...

Each term is found by adding the previous two terms.

For example:

1 + 1 = 2

1 + 2 = 3

2 + 3 = 5

3 + 5 = 8

This is called the Fibonacci sequence.


Sequence or Random List?

A sequence should follow an identifiable rule or structure.

Consider: 4, 8, 12, 16, ...

This is clearly a sequence because: +4 is repeated.

Now consider: 4, 17, 2, 39, 11

If no rule or relationship is given, this may simply be a random list of numbers.

However, we must be careful: sometimes a complicated sequence may not have an obvious pattern at first.

The important idea is that a mathematical sequence is generated according to some defined rule.


Finite and Infinite Sequences

Sequences can be finite or infinite.

Finite Sequence

A finite sequence ends.

For example: 2, 4, 6, 8, 10

There are exactly five terms.

Infinite Sequence

An infinite sequence continues without ending.

For example: 2, 4, 6, 8, 10, ...

The dots: ... show that the pattern continues.


Describing a Sequence in Words

Sequences can often be described using words.

For example: 6, 10, 14, 18, ...

can be described as:

Start at 6 and add 4 each time.

Another sequence: 100, 50, 25, 12.5, ...

can be described as:

Start at 100 and divide by 2 each time.

Being able to describe the pattern is an important step toward finding a mathematical formula.


Using a Table

Sequences can also be represented using a table.

Consider: 3, 6, 9, 12, 15, ...

3, 6, 9, 12, 15,…3,\ 6,\ 9,\ 12,\ 15,\ldots
Position n  Term an 
1 3
2 6
3 9
4 12
5 15

This table makes the relationship between the term number and the term value easier to see.


The nth Term

Instead of listing every term, we can sometimes write a formula that gives any term directly.

For the sequence: 3, 6, 9, 12, ...

the pattern is: an = 3n

Check:

For n = 1:

a1 = 3(1) = 3

For n = 4:

a4 = 3(4) = 12

For n = 10:

a10 = 3(10) = 30

The formula allows us to find any term without writing all the earlier terms.


Worked Example: Using Sequence Notation

Suppose: an = 4n + 1

Find the first four terms.

For n = 1:

a1 = 4(1) + 1 = 5

For n = 2: 

a2 = 4(2) + 1 = 9

For n = 3:

a3 = 4(3) + 1 = 13

For n = 4:

a4 = 4(4) + 1 = 17

Therefore, the sequence is:

5, 9, 13, 17, ...


Worked Example: Finding a Specific Term

Suppose:

an = 7n - 2

Find the sixth term.

Substitute:

n = 6

a6 = 7(6) - 2

a6 = 42 - 2

a6 = 40


Connecting Sequences to Graphs

A sequence can also be represented graphically.

Consider:

an = 2n + 1

The first few terms are:

3, 5, 7, 9, 11, ...

These can be plotted as:

(1, 3), (2, 5), (3, 7), (4, 9), (5, 11)

The horizontal axis represents: n

and the vertical axis represents: an

Unlike a continuous line graph, sequence graphs normally contain separate points because n takes integer values such as: 1, 2, 3, 4, ...


Sequences in the Real World

Sequences appear in many real situations.

Saving Money

Suppose you save an additional $20 each week:

20, 40, 60, 80, ...

Rows of Seats

A theatre might have:

15, 17, 19, 21, ...

seats in successive rows.

Population Growth

A population might double:

100, 200, 400, 800, ...

Bouncing Ball

The height of a bouncing ball may decrease according to a repeated multiplier.

Sequences are therefore useful for modelling change over time or position.


Recognising Different Types of Patterns

When examining a sequence, ask:

Is the same number being added or subtracted?

Example: 5, 9, 13, 17

Difference: +4

Is the same number being multiplied or divided?

Example: 3, 6, 12, 24

Multiplier: x2

Are the differences themselves changing regularly?

Example: 1, 4, 9, 16

Differences: 3, 5, 7

Does each term depend on previous terms?

Example: 1, 1, 2, 3, 5, 8

These questions can help identify the underlying rule.


Worked Example: Identify the Pattern

Consider: 7, 12, 17, 22, 27, ...

Find the difference between consecutive terms:

12 - 7 = 5

17 - 12 = 5

22 - 17 = 5

Therefore: Add 5 each time

The next term is: 27 + 5 = 32


Worked Example: A Less Obvious Pattern

Consider: 2, 6, 12, 20, 30

Look at the differences: +4, +6, +8, + 10

The differences increase by 2.

The next difference should therefore be: + 12

So: 30 + 12 = 42

The next term is: 42


Common Misconceptions

The term number and the term value are not the same thing.

In: 4, 8, 12, 16

the third term is: a3 = 12

The 3 tells us the position, while 12 is the value.

A pattern does not always involve addition.

Sequences can involve:

  • subtraction
  • multiplication
  • division
  • powers
  • previous terms
  • changing differences

A sequence does not need to increase.

For example: 20, 15, 10, 5, 0 is still a sequence.

A sequence does not need to contain positive integers.

For example: 2.5, 2, 1.5, 1, 0.5, ... is a valid sequence.


Did You Know?

Sequences have been studied for thousands of years.

They are important in:

  • algebra
  • geometry
  • finance
  • computer science
  • population modelling
  • physics
  • probability

The study of sequences also leads naturally into series, where the terms of a sequence are added together.

For example, from the sequence: 1, 2, 3, 4, ...

we can form the series: 1 + 2 + 3 + 4 + ...


Key Terms

Sequence – An ordered list of numbers generated according to a rule.

Term – An individual number in a sequence.

Term number – The position of a term in the sequence. an – Notation representing the nth term of a sequence.

Pattern – A consistent relationship between terms.

Finite sequence – A sequence containing a fixed number of terms.

Infinite sequence – A sequence that continues indefinitely.

nth-term rule – A formula used to calculate any term from its position.


Key Takeaways

  • A sequence is an ordered list of numbers that follows a rule or pattern.
  • Each number in a sequence is called a term.
  • The notation: an represents the nth term.
  • The order of terms matters.
  • Patterns may involve addition, subtraction, multiplication, division, powers, or relationships between previous terms.
  • Sequences may be finite or infinite.
  • An nth-term formula can be used to calculate a term directly.
  • A sequence can be represented using a list, table, formula, or graph.
  • Sequence graphs usually consist of separate points because the term number n normally takes positive integer values.
  • Recognising patterns in sequences provides the foundation for studying arithmetic sequences, geometric sequences, recursive sequences, and series.

2. Extending Numerical Patterns

Learning outcomes
  • I can identify the rule that generates a numerical pattern.
  • I can determine the next terms in a sequence.
  • I can predict terms that occur farther along in a sequence.
  • I can explain how a pattern changes from one term to the next.
  • I can create my own numerical patterns and describe their rules.

Extending Numerical Patterns

A numerical pattern is a sequence of numbers generated by following a rule.

For example:

4, 7, 10, 13, 16,…4,\ 7,\ 10,\ 13,\ 16,\ldots

The rule is:

Add 3\boxed{\text{Add }3}

Once we identify the rule, we can extend the pattern and predict future terms.


Finding the Rule

To identify a numerical pattern, compare consecutive terms.

Ask:

  • Is the same number added each time?
  • Is the same number subtracted each time?
  • Is each term multiplied by the same number?
  • Is each term divided by the same number?
  • Are the differences themselves changing?
  • Does each term depend on one or more earlier terms?

Consider:

9, 13, 17, 21,…9,\ 13,\ 17,\ 21,\ldots

The differences are:

+4, +4, +4+4,\ +4,\ +4

Therefore, the rule is:

Add 4 each time\boxed{\text{Add }4\text{ each time}}

Extending a Pattern

Once the rule is known, continue applying it.

For:

9, 13, 17, 21,…9,\ 13,\ 17,\ 21,\ldots

the next terms are:

25, 29, 3325,\ 29,\ 33

because:

21+4=2521+4=2525+4=2925+4=2929+4=3329+4=33

Addition Patterns

Consider:

5, 12, 19, 26,…5,\ 12,\ 19,\ 26,\ldots

Find the difference:

12−5=712-5=719−12=719-12=726−19=726-19=7

Therefore:

Rule: add 7\boxed{\text{Rule: add }7}

The next three terms are:

33, 40, 4733,\ 40,\ 47

Subtraction Patterns

Consider:

60, 52, 44, 36,…60,\ 52,\ 44,\ 36,\ldots

The difference is:

−8-8

So the rule is:

Subtract 8\boxed{\text{Subtract }8}

The next terms are:

28, 20, 1228,\ 20,\ 12

A numerical pattern does not have to increase. It can decrease as well.


Multiplication Patterns

Consider:

3, 6, 12, 24, 48,…3,\ 6,\ 12,\ 24,\ 48,\ldots

Each term is multiplied by:

22

Therefore:

Rule: multiply by 2\boxed{\text{Rule: multiply by }2}

The next terms are:

96, 192, 38496,\ 192,\ 384

Patterns generated by repeated multiplication can grow much faster than patterns generated by repeated addition.


Division Patterns

Consider:

320, 160, 80, 40, 20,…320,\ 160,\ 80,\ 40,\ 20,\ldots

Each term is divided by:

22

So:

Rule: divide by 2\boxed{\text{Rule: divide by }2}

The next terms are:

10, 5, 2.510,\ 5,\ 2.5

Looking at First Differences

When a pattern is generated by repeated addition or subtraction, the difference between consecutive terms is constant.

Consider:

11, 16, 21, 26, 3111,\ 16,\ 21,\ 26,\ 31

Calculate:

16−11=516-11=521−16=521-16=526−21=526-21=531−26=531-26=5

The constant first difference is:

5\boxed{5}

This tells us the sequence increases by 5 each time.


Patterns with Changing Differences

Not every numerical pattern has a constant difference.

Consider:

2, 5, 9, 14, 20,…2,\ 5,\ 9,\ 14,\ 20,\ldots

The differences are:

+3, +4, +5, +6+3,\ +4,\ +5,\ +6

The amount being added increases by 1 each time.

Therefore, the next difference is:

+7+7

and:

20+7=2720+7=27

The next term is:

27\boxed{27}

The following difference would be:

+8+8

so the term after that would be:

27+8=3527+8=35

Second Differences

Sometimes the first differences do not stay constant, but the differences between the differences do.

Consider:

1, 4, 9, 16, 25,…1,\ 4,\ 9,\ 16,\ 25,\ldots

First differences:

3, 5, 7, 93,\ 5,\ 7,\ 9

Second differences:

2, 2, 22,\ 2,\ 2

The second differences are constant.

This is a common feature of quadratic sequences.


Square Number Patterns

The sequence:

1, 4, 9, 16, 25, 36,…1,\ 4,\ 9,\ 16,\ 25,\ 36,\ldots

can also be described as:

12, 22, 32, 42, 52, 62,…1^2,\ 2^2,\ 3^2,\ 4^2,\ 5^2,\ 6^2,\ldots

So the general pattern is:

n2\boxed{n^2}

The next terms are:

72=497^2=49

and:

82=648^2=64

Cube Number Patterns

Another common pattern is:

1, 8, 27, 64, 125,…1,\ 8,\ 27,\ 64,\ 125,\ldots

These are:

13, 23, 33, 43, 53,…1^3,\ 2^3,\ 3^3,\ 4^3,\ 5^3,\ldots

Therefore, the next term is:

63=2166^3=216

So:

216\boxed{216}

is the next term.


Predicting Terms Farther Along

Extending a pattern one term at a time works well when the required term is nearby.

But suppose we want the:

50th50^\text{th}

term.

Writing out 50 terms would be inefficient.

Instead, we look for a formula involving the term number.


Example: Predicting a Farther Term

Consider:

4, 7, 10, 13, 16,…4,\ 7,\ 10,\ 13,\ 16,\ldots

The sequence increases by 3.

Compare the terms with multiples of 3:

Term numbernn 3n3n Sequence term
1 3 4
2 6 7
3 9 10
4 12 13

Each sequence term is:

11

greater than

3n3n

.

Therefore:

an=3n+1\boxed{a_n=3n+1}

To find the 50th term:

a50=3(50)+1a_{50}=3(50)+1a50=151a_{50}=151

So:

a50=151\boxed{a_{50}=151}

Why an

nn

th-Term Rule Is Useful

An

nn

th-term rule allows us to jump directly to any term.

For example, if:

an=5n−2a_n=5n-2

then the 100th term is:

a100=5(100)−2a_{100}=5(100)-2a100=498\boxed{a_{100}=498}

There is no need to calculate the first 99 terms.


Building an

nn

th-Term Rule

For a sequence with a constant difference, start with that difference.

Consider:

7, 11, 15, 19,…7,\ 11,\ 15,\ 19,\ldots

The difference is:

44

Start with:

4n4n

This produces:

4, 8, 12, 16,…4,\ 8,\ 12,\ 16,\ldots

But our sequence is:

7, 11, 15, 19,…7,\ 11,\ 15,\ 19,\ldots

Each term is 3 larger.

Therefore:

an=4n+3\boxed{a_n=4n+3}

Check:

a1=4(1)+3=7a_1=4(1)+3=7

Correct.


Worked Example

Find an

nn

th-term rule for:

10, 16, 22, 28,…10,\ 16,\ 22,\ 28,\ldots

The common difference is:

66

Start with:

6n6n

This gives:

6, 12, 18, 24,…6,\ 12,\ 18,\ 24,\ldots

The actual sequence is 4 greater.

Therefore:

an=6n+4\boxed{a_n=6n+4}

Recursive Rules

Patterns can also be described by explaining how to get from one term to the next.

For example:

5, 8, 11, 14,…5,\ 8,\ 11,\ 14,\ldots

can be described recursively as:

a1=5a_1=5

and:

an=an−1+3\boxed{a_n=a_{n-1}+3}

This means:

Start with 5 and add 3 to the previous term.

A recursive rule requires information about earlier terms.


Example Using Previous Terms

Consider:

2, 3, 5, 8, 13, 21,…2,\ 3,\ 5,\ 8,\ 13,\ 21,\ldots

Notice:

2+3=52+3=53+5=83+5=85+8=135+8=13

Each term is the sum of the previous two.

The next term is:

13+21=3413+21=34

Then:

21+34=5521+34=55

So the sequence continues:

34, 55,…\boxed{34,\ 55,\ldots}

Alternating Patterns

Some sequences switch between different operations.

Consider:

3, 6, 5, 10, 9, 18,…3,\ 6,\ 5,\ 10,\ 9,\ 18,\ldots

The rule is:

×2, −1, ×2, −1,…\times2,\ -1,\ \times2,\ -1,\ldots

Therefore:

18−1=1718-1=17

and:

17×2=3417\times2=34

The next terms are:

17, 34\boxed{17,\ 34}

Alternating sequences require careful examination because a single repeated operation may not describe the pattern.


Position-Based Patterns

Some patterns are easiest to understand from the position of each term.

Consider:

2, 4, 6, 8, 10,…2,\ 4,\ 6,\ 8,\ 10,\ldots

The term number and value are related by:

an=2na_n=2n

Now consider:

1, 3, 5, 7, 9,…1,\ 3,\ 5,\ 7,\ 9,\ldots

These are the odd numbers.

The rule is:

an=2n−1\boxed{a_n=2n-1}

Using

n=20n=20

:

a20=2(20)−1a_{20}=2(20)-1a20=39\boxed{a_{20}=39}

Explaining How a Pattern Changes

A good mathematical explanation should be precise.

Instead of saying:

The numbers get bigger.

Say:

Each term is 6 greater than the previous term.

Instead of:

It grows quickly.

Say:

Each term is twice the previous term.

Instead of:

The gaps increase.

Say:

The difference between consecutive terms increases by 2 each time.

Precise descriptions make patterns easier to understand and communicate.


Comparing Two Patterns

Consider:

Pattern A

5, 10, 15, 20, 25,…5,\ 10,\ 15,\ 20,\ 25,\ldots

Pattern B

5, 10, 20, 40, 80,…5,\ 10,\ 20,\ 40,\ 80,\ldots

At first, both patterns begin:

5, 105,\ 10

But their rules are different.

Pattern A:

+5\boxed{+5}

Pattern B:

×2\boxed{\times2}

By the fifth term:

A=25A=25

while:

B=80B=80

The multiplication pattern grows much faster.


Creating Your Own Numerical Pattern

To create a numerical pattern, first choose a rule.

For example:

Rule

Start at 4 and add 6 each time.

Pattern

4, 10, 16, 22, 28,…4,\ 10,\ 16,\ 22,\ 28,\ldots

Or choose:

Rule

Start at 3 and multiply by 2.

Pattern

3, 6, 12, 24, 48,…3,\ 6,\ 12,\ 24,\ 48,\ldots

A pattern should be accompanied by a clear description of its rule.


Creating a More Complex Pattern

You could choose the rule:

Start at 2. Add 2, then 4, then 6, then 8, continuing with consecutive even numbers.

This produces:

2, 4, 8, 14, 22,…2,\ 4,\ 8,\ 14,\ 22,\ldots

The changes are:

+2, +4, +6, +8+2,\ +4,\ +6,\ +8

The next change is:

+10+10

Therefore:

22+10=3222+10=32

Patterns in Tables

Tables can help reveal relationships.

Consider:

6, 11, 16, 21, 26,…6,\ 11,\ 16,\ 21,\ 26,\ldots
Positionnn Term
1 6
2 11
3 16
4 21
5 26

The common difference is:

55

The rule is:

an=5n+1\boxed{a_n=5n+1}

Tables make it easier to connect a sequence to its algebraic rule.


Patterns in Diagrams

Numerical patterns can also come from visual arrangements.

For example, suppose a pattern of tiles contains:

3, 5, 7, 9,…3,\ 5,\ 7,\ 9,\ldots

tiles in successive figures.

The number of tiles increases by:

22

for each new figure.

This can be described by:

an=2n+1\boxed{a_n=2n+1}

Visual patterns therefore connect geometry and algebra.


Numerical Patterns in Real Life

Patterns appear in many real situations.

Savings

If someone saves $25 every week:

25, 50, 75, 100,…25,\ 50,\ 75,\ 100,\ldots

Stadium Seating

Rows might contain:

20, 24, 28, 32,…20,\ 24,\ 28,\ 32,\ldots

seats.

Population Growth

A bacterial population might double:

100, 200, 400, 800,…100,\ 200,\ 400,\ 800,\ldots

Depreciation

A quantity might repeatedly decrease by a fixed percentage.

Patterns are useful because they allow us to predict future values.


Worked Example: Find the Missing Terms

Complete:

8, 14, □, 26, □8,\ 14,\ \square,\ 26,\ \square

The difference from 8 to 14 is:

+6+6

Continue adding 6:

14+6=2014+6=2020+6=2620+6=2626+6=3226+6=32

Therefore:

8, 14, 20, 26, 32\boxed{8,\ 14,\ 20,\ 26,\ 32}

Worked Example: Predict a Farther Term

Consider:

8, 13, 18, 23,…8,\ 13,\ 18,\ 23,\ldots

Find the 30th term.

The common difference is:

55

An

nn

th-term rule is:

an=5n+3a_n=5n+3

Therefore:

a30=5(30)+3a_{30}=5(30)+3a30=153a_{30}=153

So:

a30=153\boxed{a_{30}=153}

Worked Example: Analyse a Pattern

Consider:

3, 8, 15, 24, 35,…3,\ 8,\ 15,\ 24,\ 35,\ldots

First differences:

5, 7, 9, 115,\ 7,\ 9,\ 11

The differences increase by:

22

The next difference is:

1313

Therefore:

35+13=4835+13=48

The next term is:

48\boxed{48}

A deeper observation is that the terms can be written as:

12+2,22+4,32+6,…1^2+2,\quad2^2+4,\quad3^2+6,\ldots

or more simply by finding an appropriate quadratic rule later in the study of sequences.


A Strategy for Extending Patterns

When you see a numerical pattern:

Step 1: Compare consecutive terms.

Step 2: Calculate the differences.

Step 3: If the differences are not constant, examine second differences or ratios.

Step 4: Look for familiar patterns such as squares, cubes, or powers.

Step 5: Determine the rule.

Step 6: Apply the rule to find the next terms.

Step 7: If you need a distant term, look for an

nn

th-term formula instead of extending one term at a time.


Common Misconceptions

A sequence is not always generated by adding the same amount.

Rules may involve multiplication, changing differences, powers, or previous terms.

The first pattern you notice is not always the intended rule.

Several rules can sometimes fit a small number of terms. More terms provide stronger evidence.

Finding the next term is not the same as finding a distant term efficiently.

For a distant term such as the 100th term, an algebraic rule is usually better.

A decreasing sequence is still a valid pattern.

For example:

50, 45, 40, 35,…50,\ 45,\ 40,\ 35,\ldots

follows a clear rule.


Did You Know?

A surprisingly small set of numbers can sometimes fit many different mathematical rules.

For example, if only the first few terms are known, it may be possible to create several formulas that produce exactly those same terms before giving different later values.

This is why mathematicians do not identify patterns only by guessing. They look for the simplest reasonable rule supported by the information given.

Numerical pattern recognition is also important in:

  • computer science
  • coding
  • data analysis
  • finance
  • scientific modelling
  • artificial intelligence

Key Terms

Numerical pattern – A list of numbers generated according to a rule.

Term – One value in a sequence.

Common difference – The constant amount added or subtracted in some sequences.

First difference – The difference between consecutive terms.

Second difference – The difference between consecutive first differences.

nn

th term – A formula giving a term from its position.

Recursive rule – A rule that uses one or more previous terms to generate the next term.

Prediction – Using a pattern to determine a future or unknown term.


Key Takeaways

  • A numerical pattern is produced by a rule.
  • Comparing consecutive terms can help reveal that rule.
  • Patterns may involve addition, subtraction, multiplication, division, powers, changing differences, or previous terms.
  • Constant first differences indicate a repeated addition or subtraction pattern.
  • Constant second differences are often associated with quadratic patterns.
  • Once the rule is known, it can be used to find the next terms.
  • Annnth-term rule is useful for predicting terms farther along in a sequence.
  • Patterns should be described precisely, such as “add 4 each time” rather than simply “the numbers increase.”
  • Recursive rules describe how one term is generated from earlier terms.
  • Numerical patterns can be represented using lists, tables, formulas, and diagrams.
  • You can create your own pattern by choosing a starting value and a consistent mathematical rule.
 
 
 

3. Recursive Rules

Learning outcomes
  • I can explain what a recursive rule is.
  • I can generate terms in a sequence using a recursive rule.
  • I can identify the starting value of a recursive sequence.
  • I can write recursive rules for simple sequences.
  • I can compare recursive rules to pattern descriptions.

4. Explicit Rules

Learning outcomes
  • I can explain what an explicit rule is.
  • I can use an explicit formula to find terms in a sequence.
  • I can determine the value of a distant term without listing all previous terms.
  • I can identify the term number and substitute it into a formula.
  • I can compare explicit rules with recursive rules.

5. Sequences in Nature and Society

Learning outcomes
  • I can identify examples of sequences in nature and everyday life.
  • I can describe how patterns can be used to model real-world situations.
  • I can recognize sequences in population growth, finance, and natural phenomena.
  • I can explain how sequences help predict future outcomes.
  • I can apply sequence concepts to simple real-world problems.