SlideShare a Scribd company logo
1 of 24
Copyright © Cengage Learning. All rights reserved.
CHAPTER
Problem Solving
1
Copyright © Cengage Learning. All rights reserved.
Problem Solving with
Patterns
Section1.2
3
Terms of a Sequence
4
Terms of a Sequence
An ordered list of numbers such as 5, 14, 27, 44, 65, ...
is called a sequence. The numbers in a sequence that are
separated by commas are the terms of the sequence.
In the above sequence, 5 is the first term, 14 is the second
term, 27 is the third term, 44 is the fourth term, and 65 is
the fifth term.
The three dots “...” indicate that the sequence continues
beyond 65, which is the last written term. It is customary to
use the subscript notation an to designate the nth term of a
sequence.
5
Terms of a Sequence
We often construct a difference table, which shows the
differences between successive terms of the sequence.
The following table is a difference table for the sequence
2, 5, 8, 11, 14, ...
Each of the numbers in row (1) of the table is the difference
between the two closest numbers just above it (upper right
number minus upper left number). The differences in row
(1) are called the first differences of the sequence.
6
Terms of a Sequence
In this case, the first differences are all the same.
Thus, if we use the above difference table to predict the
next number in the sequence, we predict that 14 + 3 = 17 is
the next term of the sequence.
This prediction might be wrong; however, the pattern
shown by the first differences seems to indicate that each
successive term is 3 larger than the preceding term.
7
Terms of a Sequence
The following table is a difference table for the sequence
5, 14, 27, 44, 65, ...
In this table, the first differences are not all the same. In
such a situation it is often helpful to compute the successive
differences of the first differences. These are shown in row
(2).
8
Terms of a Sequence
These differences of the first differences are called the
second differences.
The differences of the second differences are called the
third differences.
To predict the next term of a sequence, we often look for a
pattern in a row of differences.
9
Example 1 – Predict the Next Term of a Sequence
Use a difference table to predict the next term in the
sequence.
2, 7, 24, 59, 118, 207, ...
Solution:
Construct a difference table as shown below.
10
Example 1 – Solution
The third differences, shown in blue in row (3), are all the
same constant, 6. Extending row (3) so that it includes an
additional 6 enables us to predict that the next second
difference will be 36.
Adding 36 to the first difference 89 gives us the next first
difference, 125. Adding 125 to the sixth term 207 yields
332.
Using the method of extending the difference table, we
predict that 332 is the next term in the sequence.
cont’d
11
nth-Term Formula for a Sequence
12
nth-Term Formula for a Sequence
In Example 1 we used a difference table to predict the next
term of a sequence.
In some cases we can use patterns to predict a formula,
called an nth-term formula, that generates the terms of a
sequence.
13
Example 2 – Find an nth-Term Formula
Assume the pattern shown by the square tiles in the
following figures continues.
a. What is the nth-term formula for the number of tiles in
the nth figure of the sequence?
b. How many tiles are in the eighth figure of the sequence?
c. Which figure will consist of exactly 320 tiles?
14
Example 2 – Solution
a. Examine the figures for patterns.
Note that the second figure has two tiles on each of the
horizontal sections and one tile between the horizontal
sections.
The third figure has three tiles on each horizontal
section and two tiles between the horizontal sections.
The fourth figure has four tiles on each horizontal
section and three tiles between the horizontal sections.
15
Example 2 – Solution
Thus the number of tiles in the nth figure is given by two
groups of n plus a group of n less one.
That is,
an = 2n + (n – 1)
an = 3n – 1
b. The number of tiles in the eighth figure of the sequence
is 3(8) – 1 = 23.
c. To determine which figure in the sequence will have 320
tiles, we solve the equation 3n – 1 = 320.
cont’d
16
Example 2 – Solution
3n – 1 = 320
3n = 321
n = 107
The 107th figure is composed of 320 tiles.
Add 1 to each side.
Divide each side by 3.
cont’d
17
The Fibonacci Sequence
18
The Fibonacci Sequence
Here is a statement of Fibonacci’s rabbit problem.
At the beginning of a month, you are given a pair of
newborn rabbits. After a month the rabbits have produced
no offspring; however, every month thereafter, the pair of
rabbits produces another pair of rabbits.
The offspring reproduce in exactly the same manner. If
none of the rabbits dies, how many pairs of rabbits will
there be at the start of each succeeding month?
19
The Fibonacci Sequence
The solution of this problem is a sequence of numbers that
we now call the Fibonacci sequence.
The following figure shows the numbers of pairs of rabbits
on the first day of each of the first six months.
The larger rabbits represent mature rabbits that produce
another pair of rabbits each month.
The numbers in the blue region—1, 1, 2, 3, 5, 8—are the
first six terms of the Fibonacci sequence.
20
The Fibonacci Sequence
21
The Fibonacci Sequence
Fibonacci discovered that the number of pairs of rabbits for
any month after the first two months can be determined by
adding the numbers of pairs of rabbits in each of the two
previous months.
For instance, the number of pairs of rabbits at the start of
the sixth month is 3 + 5 = 8.
A recursive definition for a sequence is one in which each
successive term of the sequence is defined by using some
of the preceding terms.
22
The Fibonacci Sequence
If we use the mathematical notation Fn to represent the nth
Fibonacci number, then the numbers in the Fibonacci
sequence are given by the following recursive definition.
23
Example 3 – Find a Fibonacci Number
Use the definition of Fibonacci numbers to find the seventh
and eighth Fibonacci numbers.
Solution:
The first six Fibonacci numbers are 1, 1, 2, 3, 5, and 8. The
seventh Fibonacci number is the sum of the two previous
Fibonacci numbers.
Thus,
F7 = F6 + F5
= 8 + 5
= 13
24
Example 3 – Solution
The eighth Fibonacci number is
F8 = F7 + F6
= 13 + 8
= 21
cont’d

More Related Content

Similar to AufEx4_01_02.ppt

Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesJoey Valdriz
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and seriesJocel Sagario
 
Presentación Matematicas.pptx
Presentación Matematicas.pptxPresentación Matematicas.pptx
Presentación Matematicas.pptxJenniferPrez35
 
Testing the Mertens theorems and Conjecture
Testing the Mertens theorems and ConjectureTesting the Mertens theorems and Conjecture
Testing the Mertens theorems and ConjectureChris De Corte
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsFinni Rice
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursiveZohaib Khalid
 
Illustrating the Geometric Sequence.pptx
Illustrating the Geometric Sequence.pptxIllustrating the Geometric Sequence.pptx
Illustrating the Geometric Sequence.pptxrissa29
 
aritmetic vs. geometric
aritmetic vs. geometricaritmetic vs. geometric
aritmetic vs. geometricrina valencia
 
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdf
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdfINTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdf
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdfHilda Dragon
 
Level 4 a1
Level 4 a1Level 4 a1
Level 4 a1h-butler
 
Renjini digital textbook
Renjini digital textbookRenjini digital textbook
Renjini digital textbookrenjinimaths
 
Business mathematics presentation
Business mathematics presentationBusiness mathematics presentation
Business mathematics presentationSourov Shaha Suvo
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChaimae Baroudi
 

Similar to AufEx4_01_02.ppt (20)

SL Math IA
SL Math IASL Math IA
SL Math IA
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and series
 
Presentación Matematicas.pptx
Presentación Matematicas.pptxPresentación Matematicas.pptx
Presentación Matematicas.pptx
 
Testing the Mertens theorems and Conjecture
Testing the Mertens theorems and ConjectureTesting the Mertens theorems and Conjecture
Testing the Mertens theorems and Conjecture
 
Ap gp
Ap gpAp gp
Ap gp
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric Progressions
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursive
 
Illustrating the Geometric Sequence.pptx
Illustrating the Geometric Sequence.pptxIllustrating the Geometric Sequence.pptx
Illustrating the Geometric Sequence.pptx
 
Catalan Numbers
Catalan NumbersCatalan Numbers
Catalan Numbers
 
aritmetic vs. geometric
aritmetic vs. geometricaritmetic vs. geometric
aritmetic vs. geometric
 
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdf
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdfINTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdf
INTERACTIVE MULTIMEDIA on ARITHMETIC SEQUENCE_SIM FOR MATH GRADE 10.pdf
 
Level 4 a1
Level 4 a1Level 4 a1
Level 4 a1
 
PPT Pola Bilangan
PPT Pola BilanganPPT Pola Bilangan
PPT Pola Bilangan
 
Coding
CodingCoding
Coding
 
Renjini digital textbook
Renjini digital textbookRenjini digital textbook
Renjini digital textbook
 
Business mathematics presentation
Business mathematics presentationBusiness mathematics presentation
Business mathematics presentation
 
Chapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/SlidesChapter 3: Linear Systems and Matrices - Part 1/Slides
Chapter 3: Linear Systems and Matrices - Part 1/Slides
 
Geometric sequence.pptx
Geometric sequence.pptxGeometric sequence.pptx
Geometric sequence.pptx
 

More from SherwinSangalang3

More from SherwinSangalang3 (7)

Foundation_Logic_1.pptx discrete mathematics
Foundation_Logic_1.pptx discrete mathematicsFoundation_Logic_1.pptx discrete mathematics
Foundation_Logic_1.pptx discrete mathematics
 
AufEx4_12_06.ppt
AufEx4_12_06.pptAufEx4_12_06.ppt
AufEx4_12_06.ppt
 
AufEx4_02_04.ppt
AufEx4_02_04.pptAufEx4_02_04.ppt
AufEx4_02_04.ppt
 
AufEx4_02_01.ppt
AufEx4_02_01.pptAufEx4_02_01.ppt
AufEx4_02_01.ppt
 
AufEx4_01_03.ppt
AufEx4_01_03.pptAufEx4_01_03.ppt
AufEx4_01_03.ppt
 
AufEx4_01_01.ppt
AufEx4_01_01.pptAufEx4_01_01.ppt
AufEx4_01_01.ppt
 
CHAP1.pdf
CHAP1.pdfCHAP1.pdf
CHAP1.pdf
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

AufEx4_01_02.ppt

  • 1. Copyright © Cengage Learning. All rights reserved. CHAPTER Problem Solving 1
  • 2. Copyright © Cengage Learning. All rights reserved. Problem Solving with Patterns Section1.2
  • 3. 3 Terms of a Sequence
  • 4. 4 Terms of a Sequence An ordered list of numbers such as 5, 14, 27, 44, 65, ... is called a sequence. The numbers in a sequence that are separated by commas are the terms of the sequence. In the above sequence, 5 is the first term, 14 is the second term, 27 is the third term, 44 is the fourth term, and 65 is the fifth term. The three dots “...” indicate that the sequence continues beyond 65, which is the last written term. It is customary to use the subscript notation an to designate the nth term of a sequence.
  • 5. 5 Terms of a Sequence We often construct a difference table, which shows the differences between successive terms of the sequence. The following table is a difference table for the sequence 2, 5, 8, 11, 14, ... Each of the numbers in row (1) of the table is the difference between the two closest numbers just above it (upper right number minus upper left number). The differences in row (1) are called the first differences of the sequence.
  • 6. 6 Terms of a Sequence In this case, the first differences are all the same. Thus, if we use the above difference table to predict the next number in the sequence, we predict that 14 + 3 = 17 is the next term of the sequence. This prediction might be wrong; however, the pattern shown by the first differences seems to indicate that each successive term is 3 larger than the preceding term.
  • 7. 7 Terms of a Sequence The following table is a difference table for the sequence 5, 14, 27, 44, 65, ... In this table, the first differences are not all the same. In such a situation it is often helpful to compute the successive differences of the first differences. These are shown in row (2).
  • 8. 8 Terms of a Sequence These differences of the first differences are called the second differences. The differences of the second differences are called the third differences. To predict the next term of a sequence, we often look for a pattern in a row of differences.
  • 9. 9 Example 1 – Predict the Next Term of a Sequence Use a difference table to predict the next term in the sequence. 2, 7, 24, 59, 118, 207, ... Solution: Construct a difference table as shown below.
  • 10. 10 Example 1 – Solution The third differences, shown in blue in row (3), are all the same constant, 6. Extending row (3) so that it includes an additional 6 enables us to predict that the next second difference will be 36. Adding 36 to the first difference 89 gives us the next first difference, 125. Adding 125 to the sixth term 207 yields 332. Using the method of extending the difference table, we predict that 332 is the next term in the sequence. cont’d
  • 12. 12 nth-Term Formula for a Sequence In Example 1 we used a difference table to predict the next term of a sequence. In some cases we can use patterns to predict a formula, called an nth-term formula, that generates the terms of a sequence.
  • 13. 13 Example 2 – Find an nth-Term Formula Assume the pattern shown by the square tiles in the following figures continues. a. What is the nth-term formula for the number of tiles in the nth figure of the sequence? b. How many tiles are in the eighth figure of the sequence? c. Which figure will consist of exactly 320 tiles?
  • 14. 14 Example 2 – Solution a. Examine the figures for patterns. Note that the second figure has two tiles on each of the horizontal sections and one tile between the horizontal sections. The third figure has three tiles on each horizontal section and two tiles between the horizontal sections. The fourth figure has four tiles on each horizontal section and three tiles between the horizontal sections.
  • 15. 15 Example 2 – Solution Thus the number of tiles in the nth figure is given by two groups of n plus a group of n less one. That is, an = 2n + (n – 1) an = 3n – 1 b. The number of tiles in the eighth figure of the sequence is 3(8) – 1 = 23. c. To determine which figure in the sequence will have 320 tiles, we solve the equation 3n – 1 = 320. cont’d
  • 16. 16 Example 2 – Solution 3n – 1 = 320 3n = 321 n = 107 The 107th figure is composed of 320 tiles. Add 1 to each side. Divide each side by 3. cont’d
  • 18. 18 The Fibonacci Sequence Here is a statement of Fibonacci’s rabbit problem. At the beginning of a month, you are given a pair of newborn rabbits. After a month the rabbits have produced no offspring; however, every month thereafter, the pair of rabbits produces another pair of rabbits. The offspring reproduce in exactly the same manner. If none of the rabbits dies, how many pairs of rabbits will there be at the start of each succeeding month?
  • 19. 19 The Fibonacci Sequence The solution of this problem is a sequence of numbers that we now call the Fibonacci sequence. The following figure shows the numbers of pairs of rabbits on the first day of each of the first six months. The larger rabbits represent mature rabbits that produce another pair of rabbits each month. The numbers in the blue region—1, 1, 2, 3, 5, 8—are the first six terms of the Fibonacci sequence.
  • 21. 21 The Fibonacci Sequence Fibonacci discovered that the number of pairs of rabbits for any month after the first two months can be determined by adding the numbers of pairs of rabbits in each of the two previous months. For instance, the number of pairs of rabbits at the start of the sixth month is 3 + 5 = 8. A recursive definition for a sequence is one in which each successive term of the sequence is defined by using some of the preceding terms.
  • 22. 22 The Fibonacci Sequence If we use the mathematical notation Fn to represent the nth Fibonacci number, then the numbers in the Fibonacci sequence are given by the following recursive definition.
  • 23. 23 Example 3 – Find a Fibonacci Number Use the definition of Fibonacci numbers to find the seventh and eighth Fibonacci numbers. Solution: The first six Fibonacci numbers are 1, 1, 2, 3, 5, and 8. The seventh Fibonacci number is the sum of the two previous Fibonacci numbers. Thus, F7 = F6 + F5 = 8 + 5 = 13
  • 24. 24 Example 3 – Solution The eighth Fibonacci number is F8 = F7 + F6 = 13 + 8 = 21 cont’d