SlideShare a Scribd company logo
SEQUENCE
and SERIES
What is a SEQUENCE?
ο‚› In mathematics, a sequence is an ordered list.
Like a set, it contains members (also
called elements, or terms). The number of
ordered elements (possibly infinite) is called
the length of the sequence. Unlike a set, order
matters, and exactly the same elements can
appear multiple times at different positions in
the sequence. Most precisely, a sequence
can be defined as a function whose domain
is a countable totally ordered set, such as
the natural numbers.
Source:
Wikipedia:http://en.wikipedia.org/wiki/Sequence
INFINITE SEQUENCE
ο‚› An infinite sequence is a function with domain the set of
natural numbers 𝑁 = 1, 2, 3, … … … .
ο‚› For example, consider the function "π‘Žβ€œ defined by
π‘Ž 𝑛 = 𝑛2 𝑛 = 1, 2, 3, … …
Instead of the usual functional notation π‘Ž 𝑛 , for
sequences we usually write
π‘Žπ‘› = 𝑛2
That is, a letter with a subscript, such as π‘Žπ‘›, is used to
represent numbers in the range of a sequence. For the
sequence defined by π‘Žπ‘› = 𝑛2,
π‘Ž1 = 12
= 1
π‘Ž2 = 22
= 4
π‘Ž3 = 32
= 9
π‘Ž4 = 42
= 16
General or nth Term
ο‚› A sequence is frequently defined by giving its
range. The sequence on the given example
can be written as
1, 4, 9, 16, … … … , 𝑛2
, … …
Each number in the range of a sequence
is a term of the sequence, with π‘Žπ‘› the nth term
or general term of the sequence. The formula
for the nth term generates the terms of a
sequence by repeated substitution of counting
numbers for 𝑛.
FINITE SEQUENCE
ο‚› A finite sequence with π‘š terms is a
function with domain the set of natural
numbers 1, 2,3, … … , π‘š
ο‚› For example, 2, 4, 6, 8, 10 is a finite
sequence with 5 terms where π‘Žπ‘› = 2𝑛, for
𝑛 = 1,2,3,4,5. In contrast, 2,4,6,8,10, … … is an
infinite sequence where π‘Žπ‘› = 2𝑛, for 𝑛 =
1,2,3,4,5 … ….
Sample Problems
1. Write the first five terms of the infinite sequence
with general term π‘Žπ‘› = 2𝑛 βˆ’ 1.
Answer:
π‘Ž1 = 2 1 βˆ’ 1 = 1
π‘Ž2 = 2 2 βˆ’ 1 = 3
π‘Ž3 = 2 3 βˆ’ 1 = 5
π‘Ž4 = 2 4 βˆ’ 1 = 7
π‘Ž5 = 2 5 βˆ’ 1 = 9
Thus, the first five terms are 1,3,5,7,9 and the
sequence is
1, 3, 5, 7, 9, … … 2𝑛 βˆ’ 1, … …
2. A finite sequence has four terms, and the formula for the
nth term is π‘₯𝑛 = βˆ’1 𝑛 1
2π‘›βˆ’1. What is the sequence?
Answer:
π‘₯1 = βˆ’1 1 1
21βˆ’1 = βˆ’1
π‘₯2 = βˆ’1 2 1
22βˆ’1 =
1
2
π‘₯3 = βˆ’1 3 1
23βˆ’1 = βˆ’
1
4
π‘₯4 = βˆ’1 4 1
24βˆ’1 =
1
8
Thus the sequence is
βˆ’1,
1
2
, βˆ’
1
4
,
1
8
3. Find a formula for π‘Žπ‘› given the first few terms
of the sequence.
a.) 2, 3, 4, 5, …
Answer: Each term is one larger than the
corresponding natural number. Thus, we have,
π‘Ž1 = 2 = 1 + 1
π‘Ž2 = 3 = 2 + 1
π‘Ž3 = 4 = 3 + 1
π‘Ž4 = 5 = 4 + 1
Hence, π‘Žπ‘› = 𝑛 + 1
b.) 3, 6, 9, 12, ……
Answer:
π‘Ž1 = 3 = 3 βˆ™ 1
π‘Ž2 = 6 = 3 βˆ™ 2
π‘Ž3 = 9 = 3 βˆ™ 3
π‘Ž4 = 12 = 3 βˆ™ 4
Thus, π‘Žπ‘› = 3𝑛
SERIES
ο‚› Associated with every sequence, is a
SERIES, the indicated sum of the
sequence.
ο‚› For example, associated with the
sequence 2, 4, 6, 8, 10, is the series
2+4+6+8+10 and associated with the
sequence -1, Β½, -1/4, 1/8, is the series
(-1)+(1/2)+(-1/4)+(1/8).
Sigma Summation Notation
ο‚› The Greek letter βˆ‘ (sigma) is often used as a
summation symbol to abbreviate a series.
ο‚› The series 2 + 4 +6 + 8 + 10 which has a general
term π‘₯𝑛 = 2𝑛, can be written as
𝑛=1
5
π‘₯𝑛 π‘œπ‘Ÿ
𝑛=1
5
2𝑛
and is read as β€œthe sum of the terms π‘₯𝑛 or 2𝑛 as 𝑛
varies from 1 to 5”. The letter 𝑛 is the index on the
summation while 1 and 5 are the lower and upper
limits of summation, respectively.
ο‚› In general, if π‘₯1, π‘₯2, π‘₯3, π‘₯4 … , π‘₯𝑛 is a
sequence associated with a series of
π‘˜=1
𝑛
π‘₯π‘˜ = π‘₯1 + π‘₯2 + π‘₯3 + π‘₯4 + β‹― + π‘₯𝑛
Sample Problem
1. Write out the series
π‘˜=1
5
π‘˜2
+ 1
without using the sigma summation notation.
Answer:
π‘₯1 = 1 2
+ 1 = 1 + 1 = 2
π‘₯2 = 2 2
+ 1 = 4 + 1 = 5
π‘₯3 = 3 2
+ 1 = 9 + 1 = 10
π‘₯4 = 4 2
+ 1 = 16 + 1 = 17
π‘₯5 = 5 2
+ 1 = 25 + 1 = 26
Thus,
π‘˜=1
5
π‘˜2
+ 1 = 2 + 5 + 10 + 17 + 26 = 60
2. Express and write the series
π‘˜=2
4
βˆ’1 π‘˜
π‘˜ + 1
without using sigma notation.
Answer:
π‘₯2 = βˆ’1 2 2 + 1 = 3
π‘₯3 = βˆ’1 3
3 + 1 = βˆ’2
π‘₯4 = βˆ’1 4
4 + 1 = 5
Thus,
π‘˜=2
4
βˆ’1 π‘˜
π‘˜ + 1 = 3 βˆ’ 2 + 5
Break a leg!
1. Find the first four terms and the seventh
term 𝑛 = 1,2,3, 4 &7 if the general term
of the sequence is π‘₯𝑛 =
βˆ’1 𝑛
𝑛
.
2. Find a formula for π‘Žπ‘› given the few terms
of the sequence.
1
2
,
1
4
,
1
8
,
1
16
, …
THANK YOU VERY MUCH!!!
PROF. DENMAR ESTRADA MARASIGAN

More Related Content

Similar to sequenceandseries-150221091317-conversion-gate01.pdf

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
Jocel Sagario
Β 
Lesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxLesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptx
BaldonMarcelo1
Β 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
ArafathAliMathsTeach
Β 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
Joey Valdriz
Β 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
JosephSPalileoJr
Β 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
Joey Valdriz
Β 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric meansDenmar Marasigan
Β 
11.2 and 11.3 Worksheets 2015.pdf
11.2 and 11.3 Worksheets 2015.pdf11.2 and 11.3 Worksheets 2015.pdf
11.2 and 11.3 Worksheets 2015.pdf
shalini314399
Β 
Patterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptxPatterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptx
DeanAriolaSan
Β 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
neethumaths
Β 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
neethumaths
Β 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12
Mark Ryder
Β 
Patterns in Series
Patterns in SeriesPatterns in Series
Patterns in Series
Free Math Powerpoints
Β 
math 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptxmath 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptx
CheyeneReliGlore
Β 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
jaffarbikat
Β 
Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4
Mark Ryder
Β 
Patterns, sequences and series
Patterns, sequences and seriesPatterns, sequences and series
Patterns, sequences and series
Vukile Xhego
Β 
Generating Patterns and arithmetic sequence.pptx
Generating Patterns and arithmetic sequence.pptxGenerating Patterns and arithmetic sequence.pptx
Generating Patterns and arithmetic sequence.pptx
RenoLope1
Β 
GRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptxGRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptx
DesireTSamillano
Β 

Similar to sequenceandseries-150221091317-conversion-gate01.pdf (20)

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
Β 
Lesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxLesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptx
Β 
Sequence function
Sequence functionSequence function
Sequence function
Β 
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptxP2-Chp3-SequencesAndSeries from pure maths 2.pptx
P2-Chp3-SequencesAndSeries from pure maths 2.pptx
Β 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
Β 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
Β 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
Β 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
Β 
11.2 and 11.3 Worksheets 2015.pdf
11.2 and 11.3 Worksheets 2015.pdf11.2 and 11.3 Worksheets 2015.pdf
11.2 and 11.3 Worksheets 2015.pdf
Β 
Patterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptxPatterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptx
Β 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
Β 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
Β 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12
Β 
Patterns in Series
Patterns in SeriesPatterns in Series
Patterns in Series
Β 
math 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptxmath 10 aug. 6, 2023.pptx
math 10 aug. 6, 2023.pptx
Β 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
Β 
Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4Algebra 2 unit 12.2.12.4
Algebra 2 unit 12.2.12.4
Β 
Patterns, sequences and series
Patterns, sequences and seriesPatterns, sequences and series
Patterns, sequences and series
Β 
Generating Patterns and arithmetic sequence.pptx
Generating Patterns and arithmetic sequence.pptxGenerating Patterns and arithmetic sequence.pptx
Generating Patterns and arithmetic sequence.pptx
Β 
GRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptxGRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptx
Β 

More from MuhammadJamil152989

6503 UNIT 2.pdf
6503 UNIT 2.pdf6503 UNIT 2.pdf
6503 UNIT 2.pdf
MuhammadJamil152989
Β 
introductiontoalgebra-160618054317.pdf
introductiontoalgebra-160618054317.pdfintroductiontoalgebra-160618054317.pdf
introductiontoalgebra-160618054317.pdf
MuhammadJamil152989
Β 
Average.pptx
Average.pptxAverage.pptx
Average.pptx
MuhammadJamil152989
Β 
averages-150503020959-conversion-gate01.pdf
averages-150503020959-conversion-gate01.pdfaverages-150503020959-conversion-gate01.pdf
averages-150503020959-conversion-gate01.pdf
MuhammadJamil152989
Β 
averages-101120234755-phpapp02.pdf
averages-101120234755-phpapp02.pdfaverages-101120234755-phpapp02.pdf
averages-101120234755-phpapp02.pdf
MuhammadJamil152989
Β 

More from MuhammadJamil152989 (12)

6503 UNIT 2.pdf
6503 UNIT 2.pdf6503 UNIT 2.pdf
6503 UNIT 2.pdf
Β 
unit 7 - 6500.pptx
unit 7 - 6500.pptxunit 7 - 6500.pptx
unit 7 - 6500.pptx
Β 
unit 6 - 6500.pptx
unit 6 - 6500.pptxunit 6 - 6500.pptx
unit 6 - 6500.pptx
Β 
unit 5 - 6500.pptx
unit 5 - 6500.pptxunit 5 - 6500.pptx
unit 5 - 6500.pptx
Β 
unit 3 -6500.pptx
unit 3 -6500.pptxunit 3 -6500.pptx
unit 3 -6500.pptx
Β 
unit 4 - 6500.pptx
unit 4 - 6500.pptxunit 4 - 6500.pptx
unit 4 - 6500.pptx
Β 
unit 9_6500.pptx
unit 9_6500.pptxunit 9_6500.pptx
unit 9_6500.pptx
Β 
introductiontoalgebra-160618054317.pdf
introductiontoalgebra-160618054317.pdfintroductiontoalgebra-160618054317.pdf
introductiontoalgebra-160618054317.pdf
Β 
Practice.pptx
Practice.pptxPractice.pptx
Practice.pptx
Β 
Average.pptx
Average.pptxAverage.pptx
Average.pptx
Β 
averages-150503020959-conversion-gate01.pdf
averages-150503020959-conversion-gate01.pdfaverages-150503020959-conversion-gate01.pdf
averages-150503020959-conversion-gate01.pdf
Β 
averages-101120234755-phpapp02.pdf
averages-101120234755-phpapp02.pdfaverages-101120234755-phpapp02.pdf
averages-101120234755-phpapp02.pdf
Β 

Recently uploaded

1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
Β 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
Β 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
Β 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
Β 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
Β 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
Β 
The Accursed House by Γ‰mile Gaboriau.pptx
The Accursed House by Γ‰mile Gaboriau.pptxThe Accursed House by Γ‰mile Gaboriau.pptx
The Accursed House by Γ‰mile Gaboriau.pptx
DhatriParmar
Β 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
Β 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
Β 
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
Nguyen Thanh Tu Collection
Β 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
Β 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
Β 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
Β 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
Β 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
Β 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
Β 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
Β 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
Β 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
Β 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
Β 

Recently uploaded (20)

1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
Β 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
Β 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
Β 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Β 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
Β 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Β 
The Accursed House by Γ‰mile Gaboriau.pptx
The Accursed House by Γ‰mile Gaboriau.pptxThe Accursed House by Γ‰mile Gaboriau.pptx
The Accursed House by Γ‰mile Gaboriau.pptx
Β 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Β 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
Β 
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
BΓ€I TαΊ¬P Bα»” TRα»’ TIαΊΎNG ANH GLOBAL SUCCESS LỚP 3 - CαΊ’ NΔ‚M (CΓ“ FILE NGHE VΓ€ ĐÁP Á...
Β 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Β 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
Β 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Β 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
Β 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Β 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
Β 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
Β 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Β 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Β 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Β 

sequenceandseries-150221091317-conversion-gate01.pdf

  • 2. What is a SEQUENCE? ο‚› In mathematics, a sequence is an ordered list. Like a set, it contains members (also called elements, or terms). The number of ordered elements (possibly infinite) is called the length of the sequence. Unlike a set, order matters, and exactly the same elements can appear multiple times at different positions in the sequence. Most precisely, a sequence can be defined as a function whose domain is a countable totally ordered set, such as the natural numbers. Source: Wikipedia:http://en.wikipedia.org/wiki/Sequence
  • 3. INFINITE SEQUENCE ο‚› An infinite sequence is a function with domain the set of natural numbers 𝑁 = 1, 2, 3, … … … . ο‚› For example, consider the function "π‘Žβ€œ defined by π‘Ž 𝑛 = 𝑛2 𝑛 = 1, 2, 3, … … Instead of the usual functional notation π‘Ž 𝑛 , for sequences we usually write π‘Žπ‘› = 𝑛2 That is, a letter with a subscript, such as π‘Žπ‘›, is used to represent numbers in the range of a sequence. For the sequence defined by π‘Žπ‘› = 𝑛2, π‘Ž1 = 12 = 1 π‘Ž2 = 22 = 4 π‘Ž3 = 32 = 9 π‘Ž4 = 42 = 16
  • 4. General or nth Term ο‚› A sequence is frequently defined by giving its range. The sequence on the given example can be written as 1, 4, 9, 16, … … … , 𝑛2 , … … Each number in the range of a sequence is a term of the sequence, with π‘Žπ‘› the nth term or general term of the sequence. The formula for the nth term generates the terms of a sequence by repeated substitution of counting numbers for 𝑛.
  • 5. FINITE SEQUENCE ο‚› A finite sequence with π‘š terms is a function with domain the set of natural numbers 1, 2,3, … … , π‘š ο‚› For example, 2, 4, 6, 8, 10 is a finite sequence with 5 terms where π‘Žπ‘› = 2𝑛, for 𝑛 = 1,2,3,4,5. In contrast, 2,4,6,8,10, … … is an infinite sequence where π‘Žπ‘› = 2𝑛, for 𝑛 = 1,2,3,4,5 … ….
  • 6. Sample Problems 1. Write the first five terms of the infinite sequence with general term π‘Žπ‘› = 2𝑛 βˆ’ 1. Answer: π‘Ž1 = 2 1 βˆ’ 1 = 1 π‘Ž2 = 2 2 βˆ’ 1 = 3 π‘Ž3 = 2 3 βˆ’ 1 = 5 π‘Ž4 = 2 4 βˆ’ 1 = 7 π‘Ž5 = 2 5 βˆ’ 1 = 9 Thus, the first five terms are 1,3,5,7,9 and the sequence is 1, 3, 5, 7, 9, … … 2𝑛 βˆ’ 1, … …
  • 7. 2. A finite sequence has four terms, and the formula for the nth term is π‘₯𝑛 = βˆ’1 𝑛 1 2π‘›βˆ’1. What is the sequence? Answer: π‘₯1 = βˆ’1 1 1 21βˆ’1 = βˆ’1 π‘₯2 = βˆ’1 2 1 22βˆ’1 = 1 2 π‘₯3 = βˆ’1 3 1 23βˆ’1 = βˆ’ 1 4 π‘₯4 = βˆ’1 4 1 24βˆ’1 = 1 8 Thus the sequence is βˆ’1, 1 2 , βˆ’ 1 4 , 1 8
  • 8. 3. Find a formula for π‘Žπ‘› given the first few terms of the sequence. a.) 2, 3, 4, 5, … Answer: Each term is one larger than the corresponding natural number. Thus, we have, π‘Ž1 = 2 = 1 + 1 π‘Ž2 = 3 = 2 + 1 π‘Ž3 = 4 = 3 + 1 π‘Ž4 = 5 = 4 + 1 Hence, π‘Žπ‘› = 𝑛 + 1
  • 9. b.) 3, 6, 9, 12, …… Answer: π‘Ž1 = 3 = 3 βˆ™ 1 π‘Ž2 = 6 = 3 βˆ™ 2 π‘Ž3 = 9 = 3 βˆ™ 3 π‘Ž4 = 12 = 3 βˆ™ 4 Thus, π‘Žπ‘› = 3𝑛
  • 10. SERIES ο‚› Associated with every sequence, is a SERIES, the indicated sum of the sequence. ο‚› For example, associated with the sequence 2, 4, 6, 8, 10, is the series 2+4+6+8+10 and associated with the sequence -1, Β½, -1/4, 1/8, is the series (-1)+(1/2)+(-1/4)+(1/8).
  • 11. Sigma Summation Notation ο‚› The Greek letter βˆ‘ (sigma) is often used as a summation symbol to abbreviate a series. ο‚› The series 2 + 4 +6 + 8 + 10 which has a general term π‘₯𝑛 = 2𝑛, can be written as 𝑛=1 5 π‘₯𝑛 π‘œπ‘Ÿ 𝑛=1 5 2𝑛 and is read as β€œthe sum of the terms π‘₯𝑛 or 2𝑛 as 𝑛 varies from 1 to 5”. The letter 𝑛 is the index on the summation while 1 and 5 are the lower and upper limits of summation, respectively.
  • 12. ο‚› In general, if π‘₯1, π‘₯2, π‘₯3, π‘₯4 … , π‘₯𝑛 is a sequence associated with a series of π‘˜=1 𝑛 π‘₯π‘˜ = π‘₯1 + π‘₯2 + π‘₯3 + π‘₯4 + β‹― + π‘₯𝑛
  • 13. Sample Problem 1. Write out the series π‘˜=1 5 π‘˜2 + 1 without using the sigma summation notation. Answer: π‘₯1 = 1 2 + 1 = 1 + 1 = 2 π‘₯2 = 2 2 + 1 = 4 + 1 = 5 π‘₯3 = 3 2 + 1 = 9 + 1 = 10 π‘₯4 = 4 2 + 1 = 16 + 1 = 17 π‘₯5 = 5 2 + 1 = 25 + 1 = 26 Thus, π‘˜=1 5 π‘˜2 + 1 = 2 + 5 + 10 + 17 + 26 = 60
  • 14. 2. Express and write the series π‘˜=2 4 βˆ’1 π‘˜ π‘˜ + 1 without using sigma notation. Answer: π‘₯2 = βˆ’1 2 2 + 1 = 3 π‘₯3 = βˆ’1 3 3 + 1 = βˆ’2 π‘₯4 = βˆ’1 4 4 + 1 = 5 Thus, π‘˜=2 4 βˆ’1 π‘˜ π‘˜ + 1 = 3 βˆ’ 2 + 5
  • 15. Break a leg! 1. Find the first four terms and the seventh term 𝑛 = 1,2,3, 4 &7 if the general term of the sequence is π‘₯𝑛 = βˆ’1 𝑛 𝑛 . 2. Find a formula for π‘Žπ‘› given the few terms of the sequence. 1 2 , 1 4 , 1 8 , 1 16 , …
  • 16. THANK YOU VERY MUCH!!! PROF. DENMAR ESTRADA MARASIGAN