SlideShare uma empresa Scribd logo
1 de 16
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

Mais conteúdo relacionado

Mais procurados

Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric SequenceJoey Valdriz
 
Cartesian coordinate plane
Cartesian coordinate planeCartesian coordinate plane
Cartesian coordinate planeElvie Hernandez
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesmstf mstf
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functionsCarlos Erepol
 
Sequences and series power point
Sequences and series power pointSequences and series power point
Sequences and series power pointlmgraham85
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsA M
 
Math 8 - Linear Functions
Math 8 - Linear FunctionsMath 8 - Linear Functions
Math 8 - Linear FunctionsCarlo Luna
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomialsitutor
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic EquationsCipriano De Leon
 

Mais procurados (20)

Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence
 
Geometric series
Geometric seriesGeometric series
Geometric series
 
Cartesian coordinate plane
Cartesian coordinate planeCartesian coordinate plane
Cartesian coordinate plane
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
Sequences
SequencesSequences
Sequences
 
Rational Expressions
Rational ExpressionsRational Expressions
Rational Expressions
 
Graphs of polynomial functions
Graphs of polynomial functionsGraphs of polynomial functions
Graphs of polynomial functions
 
GRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptxGRADE 10 ARITHMETIC.pptx
GRADE 10 ARITHMETIC.pptx
 
Sequences and series power point
Sequences and series power pointSequences and series power point
Sequences and series power point
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Rectangular Coordinate System
Rectangular Coordinate SystemRectangular Coordinate System
Rectangular Coordinate System
 
Introduction to Sets
Introduction to SetsIntroduction to Sets
Introduction to Sets
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Math 8 - Linear Functions
Math 8 - Linear FunctionsMath 8 - Linear Functions
Math 8 - Linear Functions
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic Equations
 

Destaque

Calculas sequence and series
Calculas sequence and seriesCalculas sequence and series
Calculas sequence and seriesVrushang Sangani
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and seriesBhavik A Shah
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and seriesJJkedst
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesLeo Crisologo
 
Three dimensional geometry
Three dimensional geometryThree dimensional geometry
Three dimensional geometrynitishguptamaps
 
Arithmetic sequences and series
Arithmetic sequences and seriesArithmetic sequences and series
Arithmetic sequences and seriesJJkedst
 
Infinite series 8.3
Infinite series 8.3 Infinite series 8.3
Infinite series 8.3 Mohsin Ramay
 
On finite differences, interpolation methods and power series expansions in i...
On finite differences, interpolation methods and power series expansions in i...On finite differences, interpolation methods and power series expansions in i...
On finite differences, interpolation methods and power series expansions in i...PlusOrMinusZero
 
Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Mohsin Ramay
 
Sequence and series
Sequence and series Sequence and series
Sequence and series Sukhtej Sethi
 
power series & radius of convergence
power series & radius of convergencepower series & radius of convergence
power series & radius of convergencejigar sable
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESJitin Pillai
 
Applications of parabola
Applications of parabolaApplications of parabola
Applications of parabolaNihaad Mohammed
 
Geometric series
Geometric seriesGeometric series
Geometric seriesJJkedst
 

Destaque (20)

Sequences And Series
Sequences And SeriesSequences And Series
Sequences And Series
 
Calculas sequence and series
Calculas sequence and seriesCalculas sequence and series
Calculas sequence and series
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and series
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Ellipses
EllipsesEllipses
Ellipses
 
Ellipse
EllipseEllipse
Ellipse
 
Three dimensional geometry
Three dimensional geometryThree dimensional geometry
Three dimensional geometry
 
Arithmetic sequences and series
Arithmetic sequences and seriesArithmetic sequences and series
Arithmetic sequences and series
 
Infinite series 8.3
Infinite series 8.3 Infinite series 8.3
Infinite series 8.3
 
On finite differences, interpolation methods and power series expansions in i...
On finite differences, interpolation methods and power series expansions in i...On finite differences, interpolation methods and power series expansions in i...
On finite differences, interpolation methods and power series expansions in i...
 
Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Infinite series & sequence lecture 2
Infinite series & sequence lecture 2
 
Sequence And Series
Sequence And SeriesSequence And Series
Sequence And Series
 
Sequence and series
Sequence and series Sequence and series
Sequence and series
 
power series & radius of convergence
power series & radius of convergencepower series & radius of convergence
power series & radius of convergence
 
INFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCESINFINITE SERIES AND SEQUENCES
INFINITE SERIES AND SEQUENCES
 
Applications of parabola
Applications of parabolaApplications of parabola
Applications of parabola
 
Geometric series
Geometric seriesGeometric series
Geometric series
 
Chapter 1 sequences and series
Chapter 1 sequences and seriesChapter 1 sequences and series
Chapter 1 sequences and series
 
Convergence, divergence and crosstalk
Convergence, divergence and crosstalkConvergence, divergence and crosstalk
Convergence, divergence and crosstalk
 

Semelhante a Sequence and series

090799768954
090799768954090799768954
090799768954FERNAN85
 
Part 1 sequence and arithmetic progression
Part 1 sequence and arithmetic progressionPart 1 sequence and arithmetic progression
Part 1 sequence and arithmetic progressionSatish Pandit
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]indu psthakur
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequencemaricel mas
 
Airthmatic sequences with examples
Airthmatic  sequences with  examplesAirthmatic  sequences with  examples
Airthmatic sequences with examplesyousafzufiqar
 
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
 
Lesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxLesson 1a_Sequence.pptx
Lesson 1a_Sequence.pptxBaldonMarcelo1
 
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.pptxArafathAliMathsTeach
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesJoey Valdriz
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic SequenceJoey Valdriz
 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfJosephSPalileoJr
 
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.pdfshalini314399
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)neethumaths
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutextneethumaths
 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12Mark Ryder
 
Patterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptxPatterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptxDeanAriolaSan
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptxjaffarbikat
 

Semelhante a Sequence and series (20)

Series.pptx
Series.pptxSeries.pptx
Series.pptx
 
090799768954
090799768954090799768954
090799768954
 
Part 1 sequence and arithmetic progression
Part 1 sequence and arithmetic progressionPart 1 sequence and arithmetic progression
Part 1 sequence and arithmetic progression
 
Arithmetic sequences and series[1]
Arithmetic sequences and series[1]Arithmetic sequences and series[1]
Arithmetic sequences and series[1]
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Airthmatic sequences with examples
Airthmatic  sequences with  examplesAirthmatic  sequences with  examples
Airthmatic sequences with examples
 
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
 
Arithmetic Sequence
Arithmetic SequenceArithmetic Sequence
Arithmetic Sequence
 
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdfgeometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
geometricsequencesandgeometricmeans-150222031045-conversion-gate01.pdf
 
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
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
 
Patterns in Series
Patterns in SeriesPatterns in Series
Patterns in Series
 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12
 
Patterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptxPatterns & Arithmetic Sequences.pptx
Patterns & Arithmetic Sequences.pptx
 
10-Sequences and summation.pptx
10-Sequences and summation.pptx10-Sequences and summation.pptx
10-Sequences and summation.pptx
 

Mais de Denmar Marasigan

Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Denmar Marasigan
 
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERHEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERDenmar Marasigan
 
Solid mensuration prism lecture
Solid mensuration prism lectureSolid mensuration prism lecture
Solid mensuration prism lectureDenmar Marasigan
 
Solid mensuration lecture #4
Solid mensuration lecture #4Solid mensuration lecture #4
Solid mensuration lecture #4Denmar Marasigan
 
Solid mensuration lecture #2
Solid mensuration lecture #2Solid mensuration lecture #2
Solid mensuration lecture #2Denmar Marasigan
 
Solid mensuration lecture #1
Solid mensuration lecture #1Solid mensuration lecture #1
Solid mensuration lecture #1Denmar Marasigan
 
Pearson product moment correlation
Pearson product moment correlationPearson product moment correlation
Pearson product moment correlationDenmar Marasigan
 
Lecture #7 analytic geometry
Lecture #7 analytic geometryLecture #7 analytic geometry
Lecture #7 analytic geometryDenmar Marasigan
 
Lecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryLecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryDenmar Marasigan
 
Lecture #6 analytic geometry
Lecture #6 analytic geometryLecture #6 analytic geometry
Lecture #6 analytic geometryDenmar Marasigan
 
Lecture #5 analytic geometry
Lecture #5 analytic geometryLecture #5 analytic geometry
Lecture #5 analytic geometryDenmar Marasigan
 
Lecture #4 analytic geometry
Lecture #4 analytic geometryLecture #4 analytic geometry
Lecture #4 analytic geometryDenmar Marasigan
 
Lecture #3 analytic geometry
Lecture #3 analytic geometryLecture #3 analytic geometry
Lecture #3 analytic geometryDenmar Marasigan
 
Lecture #2 analytic geometry
Lecture #2 analytic geometryLecture #2 analytic geometry
Lecture #2 analytic geometryDenmar Marasigan
 
Lecture #1 analytic geometry
Lecture #1 analytic geometryLecture #1 analytic geometry
Lecture #1 analytic geometryDenmar Marasigan
 

Mais de Denmar Marasigan (19)

Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilaterals
 
Triangles
TrianglesTriangles
Triangles
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2Work and electric potential lecture # physics 2
Work and electric potential lecture # physics 2
 
DENSITY: SPECIFIC GRAVITY
DENSITY: SPECIFIC GRAVITYDENSITY: SPECIFIC GRAVITY
DENSITY: SPECIFIC GRAVITY
 
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFERHEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
HEAT: THERMAL STRESS AND THERMAL EXPANSION: MECHANISMS OF HEAT TRANSFER
 
Solid mensuration prism lecture
Solid mensuration prism lectureSolid mensuration prism lecture
Solid mensuration prism lecture
 
Solid mensuration lecture #4
Solid mensuration lecture #4Solid mensuration lecture #4
Solid mensuration lecture #4
 
Solid mensuration lecture #2
Solid mensuration lecture #2Solid mensuration lecture #2
Solid mensuration lecture #2
 
Solid mensuration lecture #1
Solid mensuration lecture #1Solid mensuration lecture #1
Solid mensuration lecture #1
 
Pearson product moment correlation
Pearson product moment correlationPearson product moment correlation
Pearson product moment correlation
 
Lecture #7 analytic geometry
Lecture #7 analytic geometryLecture #7 analytic geometry
Lecture #7 analytic geometry
 
Lecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometryLecture #6 cont. analytic geometry
Lecture #6 cont. analytic geometry
 
Lecture #6 analytic geometry
Lecture #6 analytic geometryLecture #6 analytic geometry
Lecture #6 analytic geometry
 
Lecture #5 analytic geometry
Lecture #5 analytic geometryLecture #5 analytic geometry
Lecture #5 analytic geometry
 
Lecture #4 analytic geometry
Lecture #4 analytic geometryLecture #4 analytic geometry
Lecture #4 analytic geometry
 
Lecture #3 analytic geometry
Lecture #3 analytic geometryLecture #3 analytic geometry
Lecture #3 analytic geometry
 
Lecture #2 analytic geometry
Lecture #2 analytic geometryLecture #2 analytic geometry
Lecture #2 analytic geometry
 
Lecture #1 analytic geometry
Lecture #1 analytic geometryLecture #1 analytic geometry
Lecture #1 analytic geometry
 

Último

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
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
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
_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
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 

Último (20)

Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
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
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
_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
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 

Sequence and series

  • 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