SlideShare una empresa de Scribd logo
1 de 41
Descargar para leer sin conexión
Sequences and Series




              Mathematics 4


             February 1, 2012


1 of 19
Infinite Sequences


An infinite sequence (or simply sequence) is a function whose domain
is the set of positive integers.




 2 of 19
Infinite Sequences


An infinite sequence (or simply sequence) is a function whose domain
is the set of positive integers.
Example: an = 3n + 1

           term number    1   2    3   4    5      n
           term value     4   7   10   13   16   3n + 1




 2 of 19
Infinite Sequences


An infinite sequence (or simply sequence) is a function whose domain
is the set of positive integers.
Example: an = 3n + 1

            term number     1   2    3   4       5      n
            term value      4   7   10   13      16   3n + 1

This sequence is said to be explicitly defined.




 2 of 19
Explicitly Defined Infinite Sequences



List the first three terms and the tenth term of each sequence
            n
1. an =
           n+1




 3 of 19
Explicitly Defined Infinite Sequences



List the first three terms and the tenth term of each sequence
            n
1. an =
           n+1
                          1 2 3                 10
                          2 , 3 , 4 , a10   =   11




 3 of 19
Explicitly Defined Infinite Sequences



List the first three terms and the tenth term of each sequence
            n
1. an =
           n+1
                           1 2 3                 10
                           2 , 3 , 4 , a10   =   11
                    n2
2. an = (−1)n+1
                  3n − 1




 3 of 19
Explicitly Defined Infinite Sequences



List the first three terms and the tenth term of each sequence
            n
1. an =
           n+1
                                1 2 3                 10
                                2 , 3 , 4 , a10   =   11
                    n2
2. an = (−1)n+1
                  3n − 1
                           1
                           2.   − 4 , 8 , a10 = − 100
                                  5
                                      9
                                                  29




 3 of 19
Recursively Defined Infinite Sequences


A recursively defined sequence is a sequence where the first term a1 is
stated, together with a rule for obtaining the next term an+1 from the
preceding term an .




 4 of 19
Recursively Defined Infinite Sequences


A recursively defined sequence is a sequence where the first term a1 is
stated, together with a rule for obtaining the next term an+1 from the
preceding term an .
List the first five terms of each sequence
1. a1 = 1, an+1 = 7 − 2an




 4 of 19
Recursively Defined Infinite Sequences


A recursively defined sequence is a sequence where the first term a1 is
stated, together with a rule for obtaining the next term an+1 from the
preceding term an .
List the first five terms of each sequence
1. a1 = 1, an+1 = 7 − 2an
                            1, 5, −3, 13, −19, 45




 4 of 19
Recursively Defined Infinite Sequences


A recursively defined sequence is a sequence where the first term a1 is
stated, together with a rule for obtaining the next term an+1 from the
preceding term an .
List the first five terms of each sequence
1. a1 = 1, an+1 = 7 − 2an
                            1, 5, −3, 13, −19, 45
2. a1 = a2 = 1, an = an−1 + an−2




 4 of 19
Recursively Defined Infinite Sequences


A recursively defined sequence is a sequence where the first term a1 is
stated, together with a rule for obtaining the next term an+1 from the
preceding term an .
List the first five terms of each sequence
1. a1 = 1, an+1 = 7 − 2an
                            1, 5, −3, 13, −19, 45
2. a1 = a2 = 1, an = an−1 + an−2
                                 1, 1, 2, 3, 5



 4 of 19
Infinite Sequences



Examples
1. The number of bacteria in a certain culture is initially 200, and the
   culture doubles in size every hour. Find an explicit and a recursive
   formula for the number of bacteria present after n hours.




 5 of 19
Infinite Sequences



Examples
1. The number of bacteria in a certain culture is initially 200, and the
   culture doubles in size every hour. Find an explicit and a recursive
   formula for the number of bacteria present after n hours.
2. Use a calculator to determine the value of a4 in the sequence
   a1 = 3, an+1 = an − tan an .




 5 of 19
Arithmetic Sequences
A sequence a1 , a2 , a3 , ..., an , ... is an arithmetic sequence if each term
after the first is obtained by adding the same fixed number d to the
preceding term.
                              an+1 = an + d
The number d = an+1 − an is called the common difference of the
sequence.




 6 of 19
Arithmetic Sequences


Given the diagram below:




1. Determine the common difference between diagrams.
2. How many blocks will Diagram 10 have?



 7 of 19
Arithmetic Sequences
Finding the nth term of an AS




The nth term of an arithmetic sequence is given by:

                            an = a1 + (n − 1)d




 8 of 19
Arithmetic Sequences
an = a1 + (n − 1)d




1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ...




 9 of 19
Arithmetic Sequences
an = a1 + (n − 1)d




1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ...

2. The 18th and 52nd terms of an AS are 3 and 173 respectively. Find
   the 25th term.




 9 of 19
Arithmetic Sequences
an = a1 + (n − 1)d




1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ...

2. The 18th and 52nd terms of an AS are 3 and 173 respectively. Find
   the 25th term.

3. The terms between any two terms of an arithmetic sequence are
   called the arithmetic means between these two terms. Insert four
   arithmetic means between -1 and 14.




 9 of 19
Arithmetic Sequences
Partial Sum of an Arithmetic Sequence


The sum of the first n terms of an arithmetic sequence is given by the
formula:
                                n[2a1 + (n − 1)d]
                         Sn =
                                        2


                                        or


                                    n(a1 + an )
                             Sn =
                                         2


10 of 19
Arithmetic Sequences
       n(a1 + an )   n[2a1 + (n − 1)d]
Sn =               =
            2                2




1. Find the sum of the first 30 terms of the arithmetic sequence -15,
   -13, -11, ...




11 of 19
Arithmetic Sequences
       n(a1 + an )   n[2a1 + (n − 1)d]
Sn =               =
            2                2




1. Find the sum of the first 30 terms of the arithmetic sequence -15,
   -13, -11, ...

2. The sum of the first 15 terms of an arithmetic sequence is 270.
   Find a1 and d if a15 = 39.




11 of 19
Harmonic Sequences




A harmonic sequence is a sequence of numbers whose reciprocals
form an arithmetic sequence.
1. Find two harmonic means between 4 and 8.




12 of 19
Harmonic Sequences




A harmonic sequence is a sequence of numbers whose reciprocals
form an arithmetic sequence.
1. Find two harmonic means between 4 and 8.

2. Find the 14th term of the harmonic sequence starting with 3, 1.




12 of 19
Homework 6




           Vance p. 179 numbers 2, 4, 6, 10, 12, 14, 15, 18, 24, 25.




13 of 19
Geometric Sequences



A geometric sequence is a sequence in which each term after the first
is obtained by multiplying the same fixed number, called the common
ratio, by the preceding term.

                           gn+1 = gn · r
                 gn+1
The number r =        is called the common ratio of the sequence.
                  gn




14 of 19
Geometric Sequences




15 of 19
Geometric Sequences
gn+1 = gn · r




Examples:
1. Give the next 3 terms of the GS 27, 9, 3, ...




16 of 19
Geometric Sequences
gn+1 = gn · r




Examples:
1. Give the next 3 terms of the GS 27, 9, 3, ...   1, 1 , 1
                                                      3 9




16 of 19
Geometric Sequences
gn+1 = gn · r




Examples:
1. Give the next 3 terms of the GS 27, 9, 3, ...   1, 1 , 1
                                                      3 9


2. Find the 10th term of the GS -8, 4, -2, ...




16 of 19
Geometric Sequences
gn+1 = gn · r




Examples:
1. Give the next 3 terms of the GS 27, 9, 3, ...        1, 1 , 1
                                                           3 9

                                                   1
2. Find the 10th term of the GS -8, 4, -2, ...     64




16 of 19
Geometric Sequences
gn = g1 · rn−1




A geometric sequence can also be expressed explicitly as:

                           gn = g1 · rn−1




17 of 19
Geometric Sequences
gn = g1 · rn−1




A geometric sequence can also be expressed explicitly as:

                            gn = g1 · rn−1

Examples
1. If the 8th term of a GS is 243 and the 5th term is 9, write the first
   3 terms.




17 of 19
Geometric Sequences
gn = g1 · rn−1




A geometric sequence can also be expressed explicitly as:

                            gn = g1 · rn−1

Examples
1. If the 8th term of a GS is 243 and the 5th term is 9, write the first
                    1 1
   3 terms.         9, 3, 1




17 of 19
Geometric Sequences
gn = g1 · rn−1




A geometric sequence can also be expressed explicitly as:

                            gn = g1 · rn−1

Examples
1. If the 8th term of a GS is 243 and the 5th term is 9, write the first
                    1 1
   3 terms.         9, 3, 1
2. Find the 1st term of a GS with g5 = 162 and r = −3.



17 of 19
Geometric Sequences
gn = g1 · rn−1




A geometric sequence can also be expressed explicitly as:

                            gn = g1 · rn−1

Examples
1. If the 8th term of a GS is 243 and the 5th term is 9, write the first
                    1 1
   3 terms.         9, 3, 1
2. Find the 1st term of a GS with g5 = 162 and r = −3.            2



17 of 19
Sum of a Geometric Sequence




The sum of n terms of any geometric sequence is given by the
formula:
                         g1 (1 − rn )
                  Sn =                  ,   r=1
                            1−r




18 of 19
Geometric Sequences
Exercises




1. Find the value of k so that 2k + 2,5k − 11, and 7k − 13 will form a
   geometric sequence.
                                         25          8
2. Insert four geometric means between   4    and   125 .

3. A man accepts a position at P360,000 a year with the
   understanding that he will receive a 2% increase every year. What
   will his salary be after 10 years of service?




19 of 19
Homework 7




           Vance p. 311 numbers 3, 4, 9, 11, 14, 15, 17, 18, 22, 23




20 of 19

Más contenido relacionado

La actualidad más candente

Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equationsalrosiemae
 
Arithmetic Sequence and Series
Arithmetic Sequence and SeriesArithmetic Sequence and Series
Arithmetic Sequence and Seriesitutor
 
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
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressionsitutor
 
Geometric series
Geometric seriesGeometric series
Geometric seriesJJkedst
 
Operations on sets
Operations on setsOperations on sets
Operations on setsrenceLongcop
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxpandavlogsbyJM
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsMuhammadAliSiddique1
 
number theory.ppt
number theory.pptnumber theory.ppt
number theory.pptShishu
 
Geometric sequences
Geometric sequencesGeometric sequences
Geometric sequencesmooca76
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressionsDr. Nirav Vyas
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
Linear inequalities
Linear inequalitiesLinear inequalities
Linear inequalitiesMark Ryder
 
9.1 Systems of Linear Equations
9.1 Systems of Linear Equations9.1 Systems of Linear Equations
9.1 Systems of Linear Equationssmiller5
 
Finding the slope of a line
Finding the slope of a lineFinding the slope of a line
Finding the slope of a lineAhmed Nar
 
Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical inductionKriti Varshney
 

La actualidad más candente (20)

Systems of Linear Equations
Systems of Linear EquationsSystems of Linear Equations
Systems of Linear Equations
 
Arithmetic Sequence and Series
Arithmetic Sequence and SeriesArithmetic Sequence and Series
Arithmetic 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
 
Rectangular Coordinate System PPT
Rectangular Coordinate System PPTRectangular Coordinate System PPT
Rectangular Coordinate System PPT
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Geometric series
Geometric seriesGeometric series
Geometric series
 
Operations on sets
Operations on setsOperations on sets
Operations on sets
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptx
 
Integration by Parts & by Partial Fractions
Integration by Parts & by Partial FractionsIntegration by Parts & by Partial Fractions
Integration by Parts & by Partial Fractions
 
number theory.ppt
number theory.pptnumber theory.ppt
number theory.ppt
 
Geometric sequences
Geometric sequencesGeometric sequences
Geometric sequences
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressions
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
Linear inequalities
Linear inequalitiesLinear inequalities
Linear inequalities
 
Geometric Sequence
Geometric SequenceGeometric Sequence
Geometric Sequence
 
9.1 Systems of Linear Equations
9.1 Systems of Linear Equations9.1 Systems of Linear Equations
9.1 Systems of Linear Equations
 
Finding the slope of a line
Finding the slope of a lineFinding the slope of a line
Finding the slope of a line
 
Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical induction
 

Destacado

Sequence and series
Sequence and seriesSequence and series
Sequence and seriesviannafaye
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a ruleDreams4school
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequenceLeah Mel
 
13 sequences and series
13   sequences and series13   sequences and series
13 sequences and seriesKathManarang
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesJoey Valdriz
 
Solid figures 6th grade power point
Solid figures 6th grade power pointSolid figures 6th grade power point
Solid figures 6th grade power pointPaula Ortega
 
Geometric Shapes-PowerPoint Slide Show
Geometric Shapes-PowerPoint Slide ShowGeometric Shapes-PowerPoint Slide Show
Geometric Shapes-PowerPoint Slide ShowAlexandra Diana
 
Geometry presentation
Geometry presentationGeometry presentation
Geometry presentationBilly
 

Destacado (12)

Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Sequences finding a rule
Sequences   finding a ruleSequences   finding a rule
Sequences finding a rule
 
Nth term
Nth termNth term
Nth term
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
13 sequences and series
13   sequences and series13   sequences and series
13 sequences and series
 
Arithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic SeriesArithmetic Sequence and Arithmetic Series
Arithmetic Sequence and Arithmetic Series
 
Solid geometry
Solid geometrySolid geometry
Solid geometry
 
Solid figures 6th grade power point
Solid figures 6th grade power pointSolid figures 6th grade power point
Solid figures 6th grade power point
 
Shapes.ppt
Shapes.pptShapes.ppt
Shapes.ppt
 
Geometric Shapes-PowerPoint Slide Show
Geometric Shapes-PowerPoint Slide ShowGeometric Shapes-PowerPoint Slide Show
Geometric Shapes-PowerPoint Slide Show
 
Properties of 3 d shapes
Properties of 3 d shapesProperties of 3 d shapes
Properties of 3 d shapes
 
Geometry presentation
Geometry presentationGeometry presentation
Geometry presentation
 

Similar a Sequences and series

Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptGIDEONPAUL13
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptreboy_arroyo
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptAngelle Pantig
 
Arithmetic seqence
Arithmetic seqenceArithmetic seqence
Arithmetic seqenceMyra Ramos
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesrey castro
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremVer Louie Gautani
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutextneethumaths
 
Arithmetic and geometric mean
Arithmetic and geometric meanArithmetic and geometric mean
Arithmetic and geometric meanRekhaChoudhary24
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)neethumaths
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric ProgressionsAkash Saha
 
Applied Math 40S June 2 AM, 2008
Applied Math 40S June 2 AM, 2008Applied Math 40S June 2 AM, 2008
Applied Math 40S June 2 AM, 2008Darren Kuropatwa
 
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...MargieCDeSagun
 
Arithmetic and geometric_sequences
Arithmetic and geometric_sequencesArithmetic and geometric_sequences
Arithmetic and geometric_sequencesDreams4school
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursiveZohaib Khalid
 

Similar a Sequences and series (20)

1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
 
Sequence and series
Sequence and seriesSequence and series
Sequence and series
 
Sequences
SequencesSequences
Sequences
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.ppt
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.ppt
 
Arithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.pptArithmetic Sequences and Series-Boger.ppt
Arithmetic Sequences and Series-Boger.ppt
 
Arithmetic seqence
Arithmetic seqenceArithmetic seqence
Arithmetic seqence
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Gg
GgGg
Gg
 
Censure project in math
Censure project in mathCensure project in math
Censure project in math
 
Sequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial TheoremSequences, Series, and the Binomial Theorem
Sequences, Series, and the Binomial Theorem
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
 
Arithmetic and geometric mean
Arithmetic and geometric meanArithmetic and geometric mean
Arithmetic and geometric mean
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
 
Sequences
SequencesSequences
Sequences
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Applied Math 40S June 2 AM, 2008
Applied Math 40S June 2 AM, 2008Applied Math 40S June 2 AM, 2008
Applied Math 40S June 2 AM, 2008
 
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...
Class_Powerpoint_Sequences_Arithmetic_and_Geometric_with_Series_Finite_and_In...
 
Arithmetic and geometric_sequences
Arithmetic and geometric_sequencesArithmetic and geometric_sequences
Arithmetic and geometric_sequences
 
Sequence formulas direct and recursive
Sequence formulas direct and recursiveSequence formulas direct and recursive
Sequence formulas direct and recursive
 

Más de Leo Crisologo

Math 4 graphing rational functions
Math 4 graphing rational functionsMath 4 graphing rational functions
Math 4 graphing rational functionsLeo Crisologo
 
More theorems on polynomial functions
More theorems on polynomial functionsMore theorems on polynomial functions
More theorems on polynomial functionsLeo Crisologo
 
Theorems on polynomial functions
Theorems on polynomial functionsTheorems on polynomial functions
Theorems on polynomial functionsLeo Crisologo
 
Polynomial functions
Polynomial functionsPolynomial functions
Polynomial functionsLeo Crisologo
 
Math 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersMath 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersLeo Crisologo
 
Math 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersMath 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersLeo Crisologo
 
Specific function examples
Specific function examplesSpecific function examples
Specific function examplesLeo Crisologo
 
Inverse of functions
Inverse of functionsInverse of functions
Inverse of functionsLeo Crisologo
 
Math 4 introduction - What is Mathematics for?
Math 4 introduction - What is Mathematics for?Math 4 introduction - What is Mathematics for?
Math 4 introduction - What is Mathematics for?Leo Crisologo
 
Permutations and combinations examples
Permutations and combinations examplesPermutations and combinations examples
Permutations and combinations examplesLeo Crisologo
 
Powers and Roots of Complex numbers
Powers and Roots of Complex numbersPowers and Roots of Complex numbers
Powers and Roots of Complex numbersLeo Crisologo
 
Right triangle problems
Right triangle problemsRight triangle problems
Right triangle problemsLeo Crisologo
 
Inverse trigonometric functions
Inverse trigonometric functionsInverse trigonometric functions
Inverse trigonometric functionsLeo Crisologo
 
Graphing trigonometric functions
Graphing trigonometric functionsGraphing trigonometric functions
Graphing trigonometric functionsLeo Crisologo
 
Circles and Tangent Lines
Circles and Tangent LinesCircles and Tangent Lines
Circles and Tangent LinesLeo Crisologo
 
Circles - Degenerate and Null cases
Circles - Degenerate and Null casesCircles - Degenerate and Null cases
Circles - Degenerate and Null casesLeo Crisologo
 

Más de Leo Crisologo (20)

Math 4 graphing rational functions
Math 4 graphing rational functionsMath 4 graphing rational functions
Math 4 graphing rational functions
 
More theorems on polynomial functions
More theorems on polynomial functionsMore theorems on polynomial functions
More theorems on polynomial functions
 
Theorems on polynomial functions
Theorems on polynomial functionsTheorems on polynomial functions
Theorems on polynomial functions
 
Polynomial functions
Polynomial functionsPolynomial functions
Polynomial functions
 
Math 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersMath 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbers
 
Math 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbersMath 4 axioms on the set of real numbers
Math 4 axioms on the set of real numbers
 
Completeness axiom
Completeness axiomCompleteness axiom
Completeness axiom
 
Specific function examples
Specific function examplesSpecific function examples
Specific function examples
 
Inverse of functions
Inverse of functionsInverse of functions
Inverse of functions
 
Functions
FunctionsFunctions
Functions
 
Math 4 introduction - What is Mathematics for?
Math 4 introduction - What is Mathematics for?Math 4 introduction - What is Mathematics for?
Math 4 introduction - What is Mathematics for?
 
Permutations and combinations examples
Permutations and combinations examplesPermutations and combinations examples
Permutations and combinations examples
 
Permutations
PermutationsPermutations
Permutations
 
Counting examples
Counting examplesCounting examples
Counting examples
 
Powers and Roots of Complex numbers
Powers and Roots of Complex numbersPowers and Roots of Complex numbers
Powers and Roots of Complex numbers
 
Right triangle problems
Right triangle problemsRight triangle problems
Right triangle problems
 
Inverse trigonometric functions
Inverse trigonometric functionsInverse trigonometric functions
Inverse trigonometric functions
 
Graphing trigonometric functions
Graphing trigonometric functionsGraphing trigonometric functions
Graphing trigonometric functions
 
Circles and Tangent Lines
Circles and Tangent LinesCircles and Tangent Lines
Circles and Tangent Lines
 
Circles - Degenerate and Null cases
Circles - Degenerate and Null casesCircles - Degenerate and Null cases
Circles - Degenerate and Null cases
 

Último

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 

Último (20)

Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 

Sequences and series

  • 1. Sequences and Series Mathematics 4 February 1, 2012 1 of 19
  • 2. Infinite Sequences An infinite sequence (or simply sequence) is a function whose domain is the set of positive integers. 2 of 19
  • 3. Infinite Sequences An infinite sequence (or simply sequence) is a function whose domain is the set of positive integers. Example: an = 3n + 1 term number 1 2 3 4 5 n term value 4 7 10 13 16 3n + 1 2 of 19
  • 4. Infinite Sequences An infinite sequence (or simply sequence) is a function whose domain is the set of positive integers. Example: an = 3n + 1 term number 1 2 3 4 5 n term value 4 7 10 13 16 3n + 1 This sequence is said to be explicitly defined. 2 of 19
  • 5. Explicitly Defined Infinite Sequences List the first three terms and the tenth term of each sequence n 1. an = n+1 3 of 19
  • 6. Explicitly Defined Infinite Sequences List the first three terms and the tenth term of each sequence n 1. an = n+1 1 2 3 10 2 , 3 , 4 , a10 = 11 3 of 19
  • 7. Explicitly Defined Infinite Sequences List the first three terms and the tenth term of each sequence n 1. an = n+1 1 2 3 10 2 , 3 , 4 , a10 = 11 n2 2. an = (−1)n+1 3n − 1 3 of 19
  • 8. Explicitly Defined Infinite Sequences List the first three terms and the tenth term of each sequence n 1. an = n+1 1 2 3 10 2 , 3 , 4 , a10 = 11 n2 2. an = (−1)n+1 3n − 1 1 2. − 4 , 8 , a10 = − 100 5 9 29 3 of 19
  • 9. Recursively Defined Infinite Sequences A recursively defined sequence is a sequence where the first term a1 is stated, together with a rule for obtaining the next term an+1 from the preceding term an . 4 of 19
  • 10. Recursively Defined Infinite Sequences A recursively defined sequence is a sequence where the first term a1 is stated, together with a rule for obtaining the next term an+1 from the preceding term an . List the first five terms of each sequence 1. a1 = 1, an+1 = 7 − 2an 4 of 19
  • 11. Recursively Defined Infinite Sequences A recursively defined sequence is a sequence where the first term a1 is stated, together with a rule for obtaining the next term an+1 from the preceding term an . List the first five terms of each sequence 1. a1 = 1, an+1 = 7 − 2an 1, 5, −3, 13, −19, 45 4 of 19
  • 12. Recursively Defined Infinite Sequences A recursively defined sequence is a sequence where the first term a1 is stated, together with a rule for obtaining the next term an+1 from the preceding term an . List the first five terms of each sequence 1. a1 = 1, an+1 = 7 − 2an 1, 5, −3, 13, −19, 45 2. a1 = a2 = 1, an = an−1 + an−2 4 of 19
  • 13. Recursively Defined Infinite Sequences A recursively defined sequence is a sequence where the first term a1 is stated, together with a rule for obtaining the next term an+1 from the preceding term an . List the first five terms of each sequence 1. a1 = 1, an+1 = 7 − 2an 1, 5, −3, 13, −19, 45 2. a1 = a2 = 1, an = an−1 + an−2 1, 1, 2, 3, 5 4 of 19
  • 14. Infinite Sequences Examples 1. The number of bacteria in a certain culture is initially 200, and the culture doubles in size every hour. Find an explicit and a recursive formula for the number of bacteria present after n hours. 5 of 19
  • 15. Infinite Sequences Examples 1. The number of bacteria in a certain culture is initially 200, and the culture doubles in size every hour. Find an explicit and a recursive formula for the number of bacteria present after n hours. 2. Use a calculator to determine the value of a4 in the sequence a1 = 3, an+1 = an − tan an . 5 of 19
  • 16. Arithmetic Sequences A sequence a1 , a2 , a3 , ..., an , ... is an arithmetic sequence if each term after the first is obtained by adding the same fixed number d to the preceding term. an+1 = an + d The number d = an+1 − an is called the common difference of the sequence. 6 of 19
  • 17. Arithmetic Sequences Given the diagram below: 1. Determine the common difference between diagrams. 2. How many blocks will Diagram 10 have? 7 of 19
  • 18. Arithmetic Sequences Finding the nth term of an AS The nth term of an arithmetic sequence is given by: an = a1 + (n − 1)d 8 of 19
  • 19. Arithmetic Sequences an = a1 + (n − 1)d 1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ... 9 of 19
  • 20. Arithmetic Sequences an = a1 + (n − 1)d 1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ... 2. The 18th and 52nd terms of an AS are 3 and 173 respectively. Find the 25th term. 9 of 19
  • 21. Arithmetic Sequences an = a1 + (n − 1)d 1. Find the 25th term of the arithmetic sequence 2, 5, 8, 11, ... 2. The 18th and 52nd terms of an AS are 3 and 173 respectively. Find the 25th term. 3. The terms between any two terms of an arithmetic sequence are called the arithmetic means between these two terms. Insert four arithmetic means between -1 and 14. 9 of 19
  • 22. Arithmetic Sequences Partial Sum of an Arithmetic Sequence The sum of the first n terms of an arithmetic sequence is given by the formula: n[2a1 + (n − 1)d] Sn = 2 or n(a1 + an ) Sn = 2 10 of 19
  • 23. Arithmetic Sequences n(a1 + an ) n[2a1 + (n − 1)d] Sn = = 2 2 1. Find the sum of the first 30 terms of the arithmetic sequence -15, -13, -11, ... 11 of 19
  • 24. Arithmetic Sequences n(a1 + an ) n[2a1 + (n − 1)d] Sn = = 2 2 1. Find the sum of the first 30 terms of the arithmetic sequence -15, -13, -11, ... 2. The sum of the first 15 terms of an arithmetic sequence is 270. Find a1 and d if a15 = 39. 11 of 19
  • 25. Harmonic Sequences A harmonic sequence is a sequence of numbers whose reciprocals form an arithmetic sequence. 1. Find two harmonic means between 4 and 8. 12 of 19
  • 26. Harmonic Sequences A harmonic sequence is a sequence of numbers whose reciprocals form an arithmetic sequence. 1. Find two harmonic means between 4 and 8. 2. Find the 14th term of the harmonic sequence starting with 3, 1. 12 of 19
  • 27. Homework 6 Vance p. 179 numbers 2, 4, 6, 10, 12, 14, 15, 18, 24, 25. 13 of 19
  • 28. Geometric Sequences A geometric sequence is a sequence in which each term after the first is obtained by multiplying the same fixed number, called the common ratio, by the preceding term. gn+1 = gn · r gn+1 The number r = is called the common ratio of the sequence. gn 14 of 19
  • 30. Geometric Sequences gn+1 = gn · r Examples: 1. Give the next 3 terms of the GS 27, 9, 3, ... 16 of 19
  • 31. Geometric Sequences gn+1 = gn · r Examples: 1. Give the next 3 terms of the GS 27, 9, 3, ... 1, 1 , 1 3 9 16 of 19
  • 32. Geometric Sequences gn+1 = gn · r Examples: 1. Give the next 3 terms of the GS 27, 9, 3, ... 1, 1 , 1 3 9 2. Find the 10th term of the GS -8, 4, -2, ... 16 of 19
  • 33. Geometric Sequences gn+1 = gn · r Examples: 1. Give the next 3 terms of the GS 27, 9, 3, ... 1, 1 , 1 3 9 1 2. Find the 10th term of the GS -8, 4, -2, ... 64 16 of 19
  • 34. Geometric Sequences gn = g1 · rn−1 A geometric sequence can also be expressed explicitly as: gn = g1 · rn−1 17 of 19
  • 35. Geometric Sequences gn = g1 · rn−1 A geometric sequence can also be expressed explicitly as: gn = g1 · rn−1 Examples 1. If the 8th term of a GS is 243 and the 5th term is 9, write the first 3 terms. 17 of 19
  • 36. Geometric Sequences gn = g1 · rn−1 A geometric sequence can also be expressed explicitly as: gn = g1 · rn−1 Examples 1. If the 8th term of a GS is 243 and the 5th term is 9, write the first 1 1 3 terms. 9, 3, 1 17 of 19
  • 37. Geometric Sequences gn = g1 · rn−1 A geometric sequence can also be expressed explicitly as: gn = g1 · rn−1 Examples 1. If the 8th term of a GS is 243 and the 5th term is 9, write the first 1 1 3 terms. 9, 3, 1 2. Find the 1st term of a GS with g5 = 162 and r = −3. 17 of 19
  • 38. Geometric Sequences gn = g1 · rn−1 A geometric sequence can also be expressed explicitly as: gn = g1 · rn−1 Examples 1. If the 8th term of a GS is 243 and the 5th term is 9, write the first 1 1 3 terms. 9, 3, 1 2. Find the 1st term of a GS with g5 = 162 and r = −3. 2 17 of 19
  • 39. Sum of a Geometric Sequence The sum of n terms of any geometric sequence is given by the formula: g1 (1 − rn ) Sn = , r=1 1−r 18 of 19
  • 40. Geometric Sequences Exercises 1. Find the value of k so that 2k + 2,5k − 11, and 7k − 13 will form a geometric sequence. 25 8 2. Insert four geometric means between 4 and 125 . 3. A man accepts a position at P360,000 a year with the understanding that he will receive a 2% increase every year. What will his salary be after 10 years of service? 19 of 19
  • 41. Homework 7 Vance p. 311 numbers 3, 4, 9, 11, 14, 15, 17, 18, 22, 23 20 of 19