SlideShare a Scribd company logo
1 of 16
Download to read offline
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
ย 
Sequence function
Sequence functionSequence function
Sequence function
jennytuazon01630
ย 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
JosephSPalileoJr
ย 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
Denmar 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
ย 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
neethumaths
ย 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
jaffarbikat
ย 
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 (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

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
ย 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
ย 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
ย 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
ย 

Recently uploaded (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
ย 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
ย 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
ย 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
ย 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
ย 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
ย 
Cรณdigo Creativo y Arte de Software | Unidad 1
Cรณdigo Creativo y Arte de Software | Unidad 1Cรณdigo Creativo y Arte de Software | Unidad 1
Cรณdigo Creativo y Arte de Software | Unidad 1
ย 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
ย 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
ย 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
ย 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
ย 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
ย 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
ย 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
ย 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
ย 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
ย 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
ย 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
ย 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
ย 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
ย 

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