DoAssignment.ca
C1.5 · Investigate recursive patterns in Fibonacci sequences and Pascal’s triangle
Learn to investigate recursive patterns in fibonacci sequences and pascal’s triangle through clear examples and targeted practice.
Ontario Grade 11 Mathematics
Discrete Functions
MCR3U – Sequences and Series | Expectation C1.5
You have already worked with sequences in Grade 10 — ordered lists of numbers that follow a rule. Most sequences you have seen used an explicit rule: plug in a term number and get the value directly. This lesson introduces a different kind of rule called a recursive rule. Instead of calculating each term from scratch, a recursive rule tells you how to get the next term from the one (or ones) before it. Two of the most famous recursive patterns in all of mathematics are the Fibonacci sequence and Pascal's triangle. Both appear in nature, art, and computer science, and both are central to the MCR3U course. Work through each section carefully, follow every example step by step, and use the Quick Check at the end to confirm your understanding.
What you will learn
- Explain what a recursive rule is and use it to generate terms in a sequence.
- Generate terms of the Fibonacci sequence using its recursive pattern and identify where it appears.
- Construct rows of Pascal's triangle using its recursive rule and read off specific entries.
- Describe the connection between the recursive rule and the structure of each pattern.
Prerequisite Bridge: Sequences and Term Notation
A sequence is an ordered list of numbers. Each number in the list is called a term. We label terms using subscript notation: is the first term, is the second term, and is the term in position . For example, the sequence 3, 6, 9, 12, … has , , and .
An explicit rule gives you directly. For example, produces every term of the sequence above without needing to know the previous term. You used explicit rules in Grade 10 linear and quadratic patterns.
A recursive rule works differently. It expresses in terms of one or more earlier terms. To use a recursive rule you must also be given a starting value (or starting values) called initial conditions. Without the starting values the rule alone cannot produce a unique sequence.
- A term is one number in a sequence; means the term at position .
- An explicit rule calculates any term directly from .
- A recursive rule calculates from previous terms — you must be given initial conditions to start.
The Fibonacci Sequence
The Fibonacci sequence starts with two fixed values and then creates every new term by adding the two terms immediately before it. The initial conditions are and . The recursive rule is: each new term equals the sum of the two terms before it. In symbols, this is written as for .
Let us build the sequence together. We know and . Then . Next, . Continuing: , , , and so on. The sequence is 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, …
Notice that no single formula using only is needed here — each term is built from the history of the sequence. This is what makes the rule recursive. The Fibonacci sequence appears in the spiral arrangement of seeds in a sunflower, the branching of trees, and the arrangement of leaves around a stem. Recognizing the recursive structure is what lets us predict and extend the pattern.
- Initial conditions: , .
- Recursive rule: for .
- Each new term is the sum of the two terms directly before it.
- The sequence begins: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, …
Pascal's Triangle
Pascal's triangle is an arrangement of numbers in a triangular grid. Each row is built from the row directly above it using a recursive rule. We label rows starting at Row 0 so that the very tip of the triangle — the single number 1 — is Row 0.
The rule has two parts. First, every number on the left or right edge of the triangle is always 1. Second, every interior number is found by adding the two numbers directly above it (to its upper-left and upper-right). This rule is recursive because each row depends entirely on the row before it.
Here are the first six rows (Rows 0 through 5): Row 0 is just 1. Row 1 is 1, 1. Row 2 is 1, 2, 1 — the interior 2 comes from adding the two 1s in Row 1. Row 3 is 1, 3, 3, 1. Row 4 is 1, 4, 6, 4, 1. Row 5 is 1, 5, 10, 10, 5, 1. Every interior entry is the sum of its two neighbours in the row above.
We use the notation — read as 'n choose r' — to refer to the entry in row at position , where both and start at 0. So because the entry in Row 4 at position 2 (counting from the left starting at 0) is 6. The recursive relationship can be written as , which just says: add the entry above-left to the entry above-right. This notation is used only to name specific entries; deriving rows still only requires the addition rule.
- Rows are labelled starting at Row 0; positions within each row also start at 0.
- Every edge entry equals 1.
- Every interior entry equals the sum of the two entries directly above it.
- Recursive relationship: .
- The triangle is built row by row — each row completely determines the next.
Patterns Inside the Patterns
Looking deeper at both structures reveals more recursive behaviour. In the Fibonacci sequence, the ratio of consecutive terms — divided by — gets closer and closer to the same value as you go further along the sequence. You can verify this by dividing: , , , , , . The ratios settle toward approximately 1.618. This is an observable pattern generated by following the recursive rule — no extra formula is needed to see it.
In Pascal's triangle, the numbers along each diagonal follow recognizable sequences. The outermost diagonal on each side is all 1s. The next diagonal inward gives 1, 2, 3, 4, 5, … — the natural numbers. The diagonal after that gives 1, 3, 6, 10, 15, … — the triangular numbers. Also, the sum of all entries in Row equals . For example, Row 3 sums to . These patterns all emerge from the single recursive addition rule.
These observations are the point of this expectation: one simple recursive rule can generate a rich, complex structure. Investigating means computing, noticing, and describing those patterns — not just memorizing the triangle or the sequence.
- The ratio of consecutive Fibonacci terms approaches approximately 1.618.
- Diagonals of Pascal's triangle produce natural numbers, triangular numbers, and other known sequences.
- The sum of entries in Row of Pascal's triangle equals .
- All these patterns emerge from one recursive addition rule applied repeatedly.
First Eight Rows of Pascal's Triangle (Rows 0–7)
| Row | Entries (left to right) | Row Sum |
|---|---|---|
| 0 | 1 | 1 |
| 1 | 1, 1 | 2 |
| 2 | 1, 2, 1 | 4 |
| 3 | 1, 3, 3, 1 | 8 |
| 4 | 1, 4, 6, 4, 1 | 16 |
| 5 | 1, 5, 10, 10, 5, 1 | 32 |
| 6 | 1, 6, 15, 20, 15, 6, 1 | 64 |
| 7 | 1, 7, 21, 35, 35, 21, 7, 1 | 128 |
Worked example
Extending the Fibonacci Sequence and Spotting a Pattern
The first four terms of a Fibonacci-type sequence are , , and the recursive rule for . (a) Find through . (b) Show that is false, and identify the correct relationship of to earlier terms by using the recursive rule twice.
- Apply the recursive rule to find The rule says each term is the sum of the two before it. Add and .
- Find Add the two terms directly before position 4.
- Find , , , and Continue applying the same rule at each step.
- Check the false claimThe claim says equals the sum of five earlier terms plus again. Calculate that sum and compare.
- Evaluate whether the claim is trueThe numerical result of 50 matches , so the sum happens to equal — but the expression in the problem is not derived from the recursive rule. The recursive rule says depends only on and , not on a list of earlier terms with repeated. The claim is structurally false even if it gives the right number here. Let us verify the correct two-step expansion.
- Expand using the rule twiceFirst apply the rule once: . Then replace with (the rule applied to position 6). This shows how the recursive rule chains back through the sequence.
Answer: The sequence is 2, 5, 7, 12, 19, 31, 50, 81. Expanding twice gives .
Check: Verify : . Correct. Verify the double expansion: . Correct.
Worked example
Building and Reading Pascal's Triangle
Write out Rows 0 through 5 of Pascal's triangle. Then use the recursive rule to find the entries in Row 6. Finally, identify the entry and verify it using the rule .
- Write the known rowsStart with Row 0. Each edge entry is 1. Each interior entry is the sum of the two entries above it. Build from the top down.
- List Rows 0 through 5Row 0: 1. Row 1: 1, 1. Row 2: 1, 2, 1. Row 3: 1, 3, 3, 1. Row 4: 1, 4, 6, 4, 1. Row 5: 1, 5, 10, 10, 5, 1. Each interior entry is the sum of the pair above it — for example, the 10 in Row 5 comes from .
- Build Row 6 from Row 5Place a 1 on each end. For each interior position, add the two neighbours from Row 5.
- Simplify Row 6Carry out each addition.
- Identify In Row 6, count positions starting at 0 from the left. Position 0 is 1, position 1 is 6, position 2 is 15. So .
- Verify using the recursive ruleThe rule states that . From Row 5, and .
Answer: Row 6 is 1, 6, 15, 20, 15, 6, 1. The entry , confirmed by .
Check: Sum of Row 6 entries: . This matches the pattern that row sums equal , confirming the row is correct.
Common mistakes and how to avoid them
Using only one previous term in the Fibonacci rule, writing instead of .
Correction: The Fibonacci rule always adds the two terms immediately before the new one. You need both and — not a fixed number.
Forgetting the initial conditions and trying to apply the recursive rule starting at .
Correction: The rule requires two previous terms, so it only applies for . The values and must be given separately as starting points.
Numbering Pascal's triangle rows starting at 1 instead of 0, which shifts every row label.
Correction: By convention, the very first row (containing just the single 1 at the top) is Row 0. Always start your count at 0 so that refers to the correct entry.
Adding three neighbours from the row above instead of just the two that are directly above-left and above-right.
Correction: Each interior entry in Pascal's triangle is the sum of exactly two entries: the one directly above and to the left, and the one directly above and to the right. Do not include the entry straight above.
Confusing the position index with a count starting at 1, so is misread as the second entry rather than the entry at position index 2.
Correction: Position indices start at 0. In Row 4 (which is 1, 4, 6, 4, 1), position 0 is 1, position 1 is 4, and position 2 is 6. So , not 4.
Lesson summary
- A recursive rule defines each term of a sequence using one or more earlier terms, together with given initial conditions.
- The Fibonacci sequence has initial conditions , and the rule , producing 1, 1, 2, 3, 5, 8, 13, 21, …
- Pascal's triangle is built row by row: every edge entry is 1 and every interior entry equals the sum of the two entries above it.
- The recursive rule for Pascal's triangle entries is , where rows and positions are both numbered from 0.
- The sum of all entries in Row of Pascal's triangle equals , a pattern that follows directly from the recursive addition rule.
- Both structures show that a single, simple recursive rule — when applied repeatedly — can generate rich and surprising patterns.
Check your understanding
Question 1
A Fibonacci-type sequence has and . What is ?
- 14
- 18
- 21
- 11
Show answer and explanation
21
Apply the rule step by step: , , . Wait — let's recount: . The correct answer is 18, which is option index 1. However, re-examining the options: option 0 is 14, option 1 is 18, option 2 is 21, option 3 is 11. The answer 18 is at index 1.
Question 2
Which entry in Pascal's triangle does the notation refer to?
- The entry in Row 5 at position 3 (counting from 0), which equals 10.
- The entry in Row 3 at position 5, which equals 1.
- The entry in Row 5 at position 3 (counting from 1), which equals 10.
- The entry in Row 6 at position 3, which equals 20.
Show answer and explanation
The entry in Row 5 at position 3 (counting from 0), which equals 10.
means Row , position , with both counted from 0. Row 5 is 1, 5, 10, 10, 5, 1. Position 0 is 1, position 1 is 5, position 2 is 10, position 3 is 10. So . Option 0 correctly states Row 5, position 3 counted from 0, equals 10.
Question 3
What is the sum of all entries in Row 7 of Pascal's triangle?
- 64
- 256
- 128
- 49
Show answer and explanation
128
The sum of entries in Row equals . For Row 7, the sum is . You can verify: Row 7 is 1, 7, 21, 35, 35, 21, 7, 1, and .
Question 4
The recursive rule for Pascal's triangle says an interior entry equals the sum of two entries in the row above. If , which two entries from Row 5 add to give 20?
- and
- and
- and
- and
Show answer and explanation
and
The rule is . So . From Row 5 (1, 5, 10, 10, 5, 1), position 2 is 10 and position 3 is also 10.
Key terms
- Sequence
- An ordered list of numbers where each number is called a term and has a specific position.
- Term
- One number in a sequence. Written as where is the position number.
- Recursive rule
- A rule that defines each term of a sequence using one or more of the terms that come before it.
- Initial conditions
- The starting term (or terms) that must be given alongside a recursive rule so the sequence can be built.
- Fibonacci sequence
- A sequence starting with , , where every later term equals the sum of the two terms before it: .
- Pascal's triangle
- A triangular arrangement of numbers where every edge entry is 1 and every interior entry is the sum of the two entries directly above it.
- The entry in Row at position of Pascal's triangle, where both and are counted starting from 0.
- Explicit rule
- A rule that gives the value of any term directly from the position number , without needing any other term.
Continue through MCR3U
View the complete Ontario Grade 11 Mathematics learning path
- C1.2 · Describe recursive procedures that generate sequences
- C1.3 · Connect nth-term formulas with function notation
- C1.4 · Represent sequences recursively, explicitly, and with function notation
- C1.6 · Use Pascal’s triangle to expand binomial powers
- C2.1 · Classify arithmetic, geometric, and other sequences
- C2.3 · Develop and use finite arithmetic and geometric series formulas
About this lesson
Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation C1.5. It is a study resource, not an official curriculum publication.