SlideShare a Scribd company logo
1 of 56
Sequences
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Sequences
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Definition: A sequence is the list of outputs f(n) of a
function f where n = 1, 2, 3, 4, ….. We write f(n) as fn.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Definition: A sequence is the list of outputs f(n) of a
function f where n = 1, 2, 3, 4, ….. We write f(n) as fn.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence may be listed as f1, f2 , f3 , …
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Definition: A sequence is the list of outputs f(n) of a
function f where n = 1, 2, 3, 4, ….. We write f(n) as fn.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence may be listed as f1, f2 , f3 , …
f100 = 100th number on the list,
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Definition: A sequence is the list of outputs f(n) of a
function f where n = 1, 2, 3, 4, ….. We write f(n) as fn.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence may be listed as f1, f2 , f3 , …
f100 = 100th number on the list,
fn = the n’th number on the list,
A sequence is an ordered list of infinitely many
numbers that may or may not have a pattern.
Definition: A sequence is the list of outputs f(n) of a
function f where n = 1, 2, 3, 4, ….. We write f(n) as fn.
Sequences
Example A:
1, 3, 5, 7, 9,… is the sequence of odd numbers.
1, 4, 9, 16, 25,… is the sequence of square numbers.
5, -2, , e2, -110, …is a sequence without an obvious
pattern.
A sequence may be listed as f1, f2 , f3 , …
f100 = 100th number on the list,
fn = the n’th number on the list,
fn-1 = the (n – 1)’th number on the list or the number
before fn.
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
Sequences
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
Sequences
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
Sequences
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
c. For the sequence of odd numbers 1, 3, 5, …
a general formula is fn= 2n – 1.
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
c. For the sequence of odd numbers 1, 3, 5, …
a general formula is fn= 2n – 1.
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
c. For the sequence of odd numbers 1, 3, 5, …
a general formula is fn= 2n – 1.
d. For the sequence of odd numbers with alternating
signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1)
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
c. For the sequence of odd numbers 1, 3, 5, …
a general formula is fn= 2n – 1.
d. For the sequence of odd numbers with alternating
signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1)
Example B:
a. For the sequence of square numbers 1, 4, 9, 16, …
f3 = 9, f4= 16, f5 = 25,
and a formula for fn is fn = n2.
b. For the sequence of even numbers 2, 4, 6, 8, …
f3= 6, f4 = 8, f5 = 10,
and a formula for fn is fn = 2*n
Sequences
c. For the sequence of odd numbers 1, 3, 5, …
a general formula is fn= 2n – 1.
d. For the sequence of odd numbers with alternating
signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1)
A sequence whose signs alternate is called an
alternating sequence as shown in part d.
Summation Notation
In mathematics, the Greek letter “ ” (sigma) means
“to add”.
Summation Notation
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
Summation Notation
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s.
Summation Notation
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fkk = 1
100
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fkk = 1
100
A variable which is called the
“index” variable, in this case k.
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fkk = 1
100
A variable which is called the
“index” variable, in this case k.
k begins with the bottom number
and counts up (runs) to the top number.
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fkk = 1
100
A variable which is called the
“index” variable, in this case k.
k begins with the bottom number
and counts up (runs) to the top number.
The beginning number
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fkk = 1
100
A variable which is called the
“index” variable, in this case k.
k begins with the bottom number
and counts up (runs) to the top number.
The beginning number
The ending number
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fk = f1 f2 f3 … f99 f100k = 1
100
A variable which is called the
“index” variable, in this case k.
k begins with the bottom number
and counts up (runs) to the top number.
The beginning number
The ending number
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
Summation Notation
Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100,
their sum f1 + f2 + f3 ... + f99 + f100 may be written in
the - notation as:
fk = f1+ f2+ f3+ … + f99+ f100k = 1
100
A variable which is called the
“index” variable, in this case k.
k begins with the bottom number
and counts up (runs) to the top number.
The beginning number
The ending number
In mathematics, the Greek letter “ ” (sigma) means
“to add”. Hence, “ x” means to add the x’s,
“ (x*y)” means to add the x*y’s. (Of course the x's
and xy's have to be given in the context.)
fk =k=4
8
ai =
i=2
5
xjyj =
j=6
9
aj =
j=n
n+3
Summation Notation
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai =
i=2
5
xjyj =
j=6
9
aj =
j=n
n+3
Summation Notation
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj =
j=6
9
aj =
j=n
n+3
Summation Notation
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj =
j=n
n+3
Summation Notation
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj = an+ an+1+ an+2+ an+3j=n
n+3
Summation Notation
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj = an+ an+1+ an+2+ an+3j=n
n+3
Summation Notation
Summation notation are used to express formulas in
mathematics.
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj = an+ an+1+ an+2+ an+3j=n
n+3
Summation Notation
Summation notation are used to express formulas in
mathematics. An example is the formula for
averaging.
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj = an+ an+1+ an+2+ an+3j=n
n+3
Summation Notation
Summation notation are used to express formulas in
mathematics. An example is the formula for
averaging. Given n numbers, f1, f2, f3,.., fn, their
average (mean), written as f,
is (f1 + f2 + f3 ... + fn-1 + fn)/n.
Example C:
fk = f4+ f5+ f6+ f7+ f8k=4
8
ai = a2+ a3+ a4+ a5i=2
5
xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6
9
aj = an+ an+1+ an+2+ an+3j=n
n+3
Summation Notation
Summation notation are used to express formulas in
mathematics. An example is the formula for
averaging. Given n numbers, f1, f2, f3,.., fn, their
average (mean), written as f,
is (f1 + f2 + f3 ... + fn-1 + fn)/n. In notation, f =
k=1
n
fk
n
The index variable is also used as the variable that
generates the numbers to be summed.
Summation Notation
Example D:
a. (k2 – 1)
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
Summation Notation
Example D:
a. (k2 – 1) =
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
k=3
5
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
=(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)k=3
5
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
=(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)
= -11 + 14 – 17
k=3
5
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
=(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)
= -11 + 14 – 17
= -14
k=3
5
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
=(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)
= -11 + 14 – 17
= -14
k=3
5
In part b, the multiple (-1)k change the sums to an
alternating sum, t
Example D:
a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1)
= 24 + 35 + 48 + 63
= 170
k=5
8
The index variable is also used as the variable that
generates the numbers to be summed.
k=5 k=6 k=7 k=8
Summation Notation
b. (-1)k(3k + 2)
=(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)
= -11 + 14 – 17
= -14
k=3
5
In part b, the multiple (-1)k change the sums to an
alternating sum, that is, a sum where the terms
alternate between positive and negative numbers.
Example D:
Exercise A. List the first four terms of each of the
following sequences given by fn where n = 1,2, 3, ..
Sequences
2.
4.
5.
6.
7.
8.
9.
10.
1.
3.
fn = –5 + n
fn = 5 – n
fn = 3n
fn = –5 + 2n
fn = 5 – n2
fn = –4n + 1
fn = –5 + nfn = (–1)n5 / n
fn = (3n + 2)/(–1 – n)
fn = 2n2 – n
fn = n2 / (2n + 1)
Exercise B. Find a formula fn for each of the
following sequences.
Sequences
12.
14.
15.
16.
17.
18.
19.
20.
11.
13.
2, 3, 4, 5..
–3, –2, –1, 0, 1..
10, 20, 30, 40,..
5, 10, 15, 20,..
–40, –30, –20, –10, 0,..
–5, –10, –15, –20,..
1/2, 1/3, 1/4, 1/5..
1/2, –2/3, 3/4, –4/5..
–1, 1/4, –1/9, 1/16, –1/25,..
1, r1, r2, r3,..
Sequences

More Related Content

What's hot

2.4 grapgs of second degree functions
2.4 grapgs of second degree functions2.4 grapgs of second degree functions
2.4 grapgs of second degree functionsmath260
 
3.2 properties of division and roots
3.2 properties of division and roots3.2 properties of division and roots
3.2 properties of division and rootsmath260
 
1.6 sign charts and inequalities i
1.6 sign charts and inequalities i1.6 sign charts and inequalities i
1.6 sign charts and inequalities imath260
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinatesmath267
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functionsmath260
 
46polynomial expressions
46polynomial expressions46polynomial expressions
46polynomial expressionsalg1testreview
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequencesmath123c
 
7 sign charts and inequalities i x
7 sign charts and inequalities i x7 sign charts and inequalities i x
7 sign charts and inequalities i xmath260
 
1.6 slopes and the difference quotient
1.6 slopes and the difference quotient1.6 slopes and the difference quotient
1.6 slopes and the difference quotientmath265
 
8 sign charts of factorable formulas y
8 sign charts of factorable formulas y8 sign charts of factorable formulas y
8 sign charts of factorable formulas ymath260
 
1.3 sign charts and inequalities
1.3 sign charts and inequalities1.3 sign charts and inequalities
1.3 sign charts and inequalitiesmath123c
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functionsmath265
 
3 ellipses
3 ellipses3 ellipses
3 ellipsesmath126
 
57 graphing lines from linear equations
57 graphing lines from linear equations57 graphing lines from linear equations
57 graphing lines from linear equationsalg1testreview
 
2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphsmath260
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisitedmath123c
 
10 rectangular coordinate system x
10 rectangular coordinate system x10 rectangular coordinate system x
10 rectangular coordinate system xmath260
 
3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomialsmath260
 
3 2 linear equations and lines
3 2 linear equations and lines3 2 linear equations and lines
3 2 linear equations and linesmath123a
 
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program CorrectnessCMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctnessallyn joy calcaben
 

What's hot (20)

2.4 grapgs of second degree functions
2.4 grapgs of second degree functions2.4 grapgs of second degree functions
2.4 grapgs of second degree functions
 
3.2 properties of division and roots
3.2 properties of division and roots3.2 properties of division and roots
3.2 properties of division and roots
 
1.6 sign charts and inequalities i
1.6 sign charts and inequalities i1.6 sign charts and inequalities i
1.6 sign charts and inequalities i
 
27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates27 triple integrals in spherical and cylindrical coordinates
27 triple integrals in spherical and cylindrical coordinates
 
2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions2.2 Graphs of First Degree Functions
2.2 Graphs of First Degree Functions
 
46polynomial expressions
46polynomial expressions46polynomial expressions
46polynomial expressions
 
5.3 geometric sequences
5.3 geometric sequences5.3 geometric sequences
5.3 geometric sequences
 
7 sign charts and inequalities i x
7 sign charts and inequalities i x7 sign charts and inequalities i x
7 sign charts and inequalities i x
 
1.6 slopes and the difference quotient
1.6 slopes and the difference quotient1.6 slopes and the difference quotient
1.6 slopes and the difference quotient
 
8 sign charts of factorable formulas y
8 sign charts of factorable formulas y8 sign charts of factorable formulas y
8 sign charts of factorable formulas y
 
1.3 sign charts and inequalities
1.3 sign charts and inequalities1.3 sign charts and inequalities
1.3 sign charts and inequalities
 
1.5 algebraic and elementary functions
1.5 algebraic and elementary functions1.5 algebraic and elementary functions
1.5 algebraic and elementary functions
 
3 ellipses
3 ellipses3 ellipses
3 ellipses
 
57 graphing lines from linear equations
57 graphing lines from linear equations57 graphing lines from linear equations
57 graphing lines from linear equations
 
2.8 translations of graphs
2.8 translations of graphs2.8 translations of graphs
2.8 translations of graphs
 
4.2 stem parabolas revisited
4.2 stem parabolas revisited4.2 stem parabolas revisited
4.2 stem parabolas revisited
 
10 rectangular coordinate system x
10 rectangular coordinate system x10 rectangular coordinate system x
10 rectangular coordinate system x
 
3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials3.4 looking for real roots of real polynomials
3.4 looking for real roots of real polynomials
 
3 2 linear equations and lines
3 2 linear equations and lines3 2 linear equations and lines
3 2 linear equations and lines
 
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program CorrectnessCMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
CMSC 56 | Lecture 12: Recursive Definition & Algorithms, and Program Correctness
 

Viewers also liked

2 7 variations
2 7 variations2 7 variations
2 7 variationsmath123b
 
Sine and cosine graphs ncvps
Sine and cosine graphs ncvpsSine and cosine graphs ncvps
Sine and cosine graphs ncvpsLeah Kicinski
 
2 1 addition and subtraction i
2 1 addition and subtraction i2 1 addition and subtraction i
2 1 addition and subtraction imath123b
 
1 1 review on factoring
1 1 review on factoring1 1 review on factoring
1 1 review on factoringmath123b
 
2 7 summary of usage of lcm
2 7 summary of usage of lcm2 7 summary of usage of lcm
2 7 summary of usage of lcmmath123b
 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1math123c
 
1 6 the least common multiple
1 6 the least common multiple1 6 the least common multiple
1 6 the least common multiplemath123b
 
2 4 solving rational equations
2 4 solving rational equations2 4 solving rational equations
2 4 solving rational equationsmath123b
 
L5 infinite limits squeeze theorem
L5 infinite limits squeeze theoremL5 infinite limits squeeze theorem
L5 infinite limits squeeze theoremJames Tagara
 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolasmath123c
 
2 6 complex fractions
2 6 complex fractions2 6 complex fractions
2 6 complex fractionsmath123b
 
4 1 radicals and pythagorean theorem
4 1 radicals and pythagorean theorem4 1 radicals and pythagorean theorem
4 1 radicals and pythagorean theoremmath123b
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShareSlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShareSlideShare
 

Viewers also liked (15)

2 7 variations
2 7 variations2 7 variations
2 7 variations
 
Sine and cosine graphs ncvps
Sine and cosine graphs ncvpsSine and cosine graphs ncvps
Sine and cosine graphs ncvps
 
2 1 addition and subtraction i
2 1 addition and subtraction i2 1 addition and subtraction i
2 1 addition and subtraction i
 
1 1 review on factoring
1 1 review on factoring1 1 review on factoring
1 1 review on factoring
 
2 7 summary of usage of lcm
2 7 summary of usage of lcm2 7 summary of usage of lcm
2 7 summary of usage of lcm
 
4.3 system of linear equations 1
4.3 system of linear equations 14.3 system of linear equations 1
4.3 system of linear equations 1
 
1 6 the least common multiple
1 6 the least common multiple1 6 the least common multiple
1 6 the least common multiple
 
2 4 solving rational equations
2 4 solving rational equations2 4 solving rational equations
2 4 solving rational equations
 
L5 infinite limits squeeze theorem
L5 infinite limits squeeze theoremL5 infinite limits squeeze theorem
L5 infinite limits squeeze theorem
 
4.1 stem hyperbolas
4.1 stem hyperbolas4.1 stem hyperbolas
4.1 stem hyperbolas
 
2 6 complex fractions
2 6 complex fractions2 6 complex fractions
2 6 complex fractions
 
4 1 radicals and pythagorean theorem
4 1 radicals and pythagorean theorem4 1 radicals and pythagorean theorem
4 1 radicals and pythagorean theorem
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Similar to 5.1 sequences

Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsFinni Rice
 
20 sequences x
20 sequences x20 sequences x
20 sequences xmath266
 
20 sequences x
20 sequences x20 sequences x
20 sequences xmath266
 
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
 
File ...handouts complete
File ...handouts completeFile ...handouts complete
File ...handouts completeRaja Hussain
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesLeo Crisologo
 
Nikhil number pattern formulas
Nikhil number pattern formulasNikhil number pattern formulas
Nikhil number pattern formulasecooperms
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesrey castro
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutextneethumaths
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequencemaricel mas
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequencemaricel mas
 
Airthmatic sequences with examples
Airthmatic  sequences with  examplesAirthmatic  sequences with  examples
Airthmatic sequences with examplesyousafzufiqar
 
6.sequences and series Further Mathematics Zimbabwe Zimsec Cambridge
6.sequences and series   Further Mathematics Zimbabwe Zimsec Cambridge6.sequences and series   Further Mathematics Zimbabwe Zimsec Cambridge
6.sequences and series Further Mathematics Zimbabwe Zimsec Cambridgealproelearning
 
Barisan dan deret .ingg
Barisan dan deret .inggBarisan dan deret .ingg
Barisan dan deret .inggFendik Bagoez
 
Barisan dan deret .ingg
Barisan dan deret .inggBarisan dan deret .ingg
Barisan dan deret .inggFendik Bagoez
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)neethumaths
 

Similar to 5.1 sequences (20)

Ap gp
Ap gpAp gp
Ap gp
 
Arithmetic And Geometric Progressions
Arithmetic And Geometric ProgressionsArithmetic And Geometric Progressions
Arithmetic And Geometric Progressions
 
1103 ch 11 day 3
1103 ch 11 day 31103 ch 11 day 3
1103 ch 11 day 3
 
20 sequences x
20 sequences x20 sequences x
20 sequences x
 
20 sequences x
20 sequences x20 sequences x
20 sequences x
 
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
 
File ...handouts complete
File ...handouts completeFile ...handouts complete
File ...handouts complete
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Task 4
Task 4Task 4
Task 4
 
Nikhil number pattern formulas
Nikhil number pattern formulasNikhil number pattern formulas
Nikhil number pattern formulas
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. ΡάπτηςΜαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
 
(678215997) neethutext
(678215997) neethutext(678215997) neethutext
(678215997) neethutext
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Arithmetic sequence
Arithmetic sequenceArithmetic sequence
Arithmetic sequence
 
Airthmatic sequences with examples
Airthmatic  sequences with  examplesAirthmatic  sequences with  examples
Airthmatic sequences with examples
 
6.sequences and series Further Mathematics Zimbabwe Zimsec Cambridge
6.sequences and series   Further Mathematics Zimbabwe Zimsec Cambridge6.sequences and series   Further Mathematics Zimbabwe Zimsec Cambridge
6.sequences and series Further Mathematics Zimbabwe Zimsec Cambridge
 
Barisan dan deret .ingg
Barisan dan deret .inggBarisan dan deret .ingg
Barisan dan deret .ingg
 
Barisan dan deret .ingg
Barisan dan deret .inggBarisan dan deret .ingg
Barisan dan deret .ingg
 
(677528443) neethu text (2)
(677528443) neethu text (2)(677528443) neethu text (2)
(677528443) neethu text (2)
 

More from math123c

0. exponents y
0. exponents y0. exponents y
0. exponents ymath123c
 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review bmath123c
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theoremmath123c
 
5.5 permutations and combinations
5.5 permutations and combinations5.5 permutations and combinations
5.5 permutations and combinationsmath123c
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorialsmath123c
 
4.5 matrix notation
4.5 matrix notation4.5 matrix notation
4.5 matrix notationmath123c
 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2math123c
 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circlesmath123c
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equationsmath123c
 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithmmath123c
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and expmath123c
 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithmmath123c
 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interestsmath123c
 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interestmath123c
 
2.1 reviews of exponents and the power functions
2.1 reviews of exponents and the power functions2.1 reviews of exponents and the power functions
2.1 reviews of exponents and the power functionsmath123c
 
1.7 power equations and calculator inputs
1.7 power equations and calculator inputs1.7 power equations and calculator inputs
1.7 power equations and calculator inputsmath123c
 
1.6 inverse function (optional)
1.6 inverse function (optional)1.6 inverse function (optional)
1.6 inverse function (optional)math123c
 
1.5 notation and algebra of functions
1.5 notation and algebra of functions1.5 notation and algebra of functions
1.5 notation and algebra of functionsmath123c
 
1.4 the basic language of functions
1.4 the basic language of functions1.4 the basic language of functions
1.4 the basic language of functionsmath123c
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equationsmath123c
 

More from math123c (20)

0. exponents y
0. exponents y0. exponents y
0. exponents y
 
123c test 4 review b
123c test  4 review b123c test  4 review b
123c test 4 review b
 
6 binomial theorem
6 binomial theorem6 binomial theorem
6 binomial theorem
 
5.5 permutations and combinations
5.5 permutations and combinations5.5 permutations and combinations
5.5 permutations and combinations
 
5.4 trees and factorials
5.4 trees and factorials5.4 trees and factorials
5.4 trees and factorials
 
4.5 matrix notation
4.5 matrix notation4.5 matrix notation
4.5 matrix notation
 
4.4 system of linear equations 2
4.4 system of linear equations 24.4 system of linear equations 2
4.4 system of linear equations 2
 
3.3 conic sections circles
3.3 conic sections circles3.3 conic sections circles
3.3 conic sections circles
 
3.2 more on log and exponential equations
3.2 more on log and exponential equations3.2 more on log and exponential equations
3.2 more on log and exponential equations
 
3.1 properties of logarithm
3.1 properties of logarithm3.1 properties of logarithm
3.1 properties of logarithm
 
2.5 calculation with log and exp
2.5 calculation with log and exp2.5 calculation with log and exp
2.5 calculation with log and exp
 
2.4 introduction to logarithm
2.4 introduction to logarithm2.4 introduction to logarithm
2.4 introduction to logarithm
 
2.3 continuous compound interests
2.3 continuous compound interests2.3 continuous compound interests
2.3 continuous compound interests
 
2.2 exponential function and compound interest
2.2 exponential function and compound interest2.2 exponential function and compound interest
2.2 exponential function and compound interest
 
2.1 reviews of exponents and the power functions
2.1 reviews of exponents and the power functions2.1 reviews of exponents and the power functions
2.1 reviews of exponents and the power functions
 
1.7 power equations and calculator inputs
1.7 power equations and calculator inputs1.7 power equations and calculator inputs
1.7 power equations and calculator inputs
 
1.6 inverse function (optional)
1.6 inverse function (optional)1.6 inverse function (optional)
1.6 inverse function (optional)
 
1.5 notation and algebra of functions
1.5 notation and algebra of functions1.5 notation and algebra of functions
1.5 notation and algebra of functions
 
1.4 the basic language of functions
1.4 the basic language of functions1.4 the basic language of functions
1.4 the basic language of functions
 
1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations1.2 the graphs of quadratic equations
1.2 the graphs of quadratic equations
 

Recently uploaded

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

5.1 sequences

  • 2. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Sequences
  • 3. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers.
  • 4. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers.
  • 5. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern.
  • 6. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Definition: A sequence is the list of outputs f(n) of a function f where n = 1, 2, 3, 4, ….. We write f(n) as fn. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern.
  • 7. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Definition: A sequence is the list of outputs f(n) of a function f where n = 1, 2, 3, 4, ….. We write f(n) as fn. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern. A sequence may be listed as f1, f2 , f3 , …
  • 8. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Definition: A sequence is the list of outputs f(n) of a function f where n = 1, 2, 3, 4, ….. We write f(n) as fn. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern. A sequence may be listed as f1, f2 , f3 , … f100 = 100th number on the list,
  • 9. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Definition: A sequence is the list of outputs f(n) of a function f where n = 1, 2, 3, 4, ….. We write f(n) as fn. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern. A sequence may be listed as f1, f2 , f3 , … f100 = 100th number on the list, fn = the n’th number on the list,
  • 10. A sequence is an ordered list of infinitely many numbers that may or may not have a pattern. Definition: A sequence is the list of outputs f(n) of a function f where n = 1, 2, 3, 4, ….. We write f(n) as fn. Sequences Example A: 1, 3, 5, 7, 9,… is the sequence of odd numbers. 1, 4, 9, 16, 25,… is the sequence of square numbers. 5, -2, , e2, -110, …is a sequence without an obvious pattern. A sequence may be listed as f1, f2 , f3 , … f100 = 100th number on the list, fn = the n’th number on the list, fn-1 = the (n – 1)’th number on the list or the number before fn.
  • 11. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, Sequences
  • 12. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. Sequences
  • 13. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, Sequences
  • 14. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences
  • 15. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences c. For the sequence of odd numbers 1, 3, 5, … a general formula is fn= 2n – 1.
  • 16. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences c. For the sequence of odd numbers 1, 3, 5, … a general formula is fn= 2n – 1.
  • 17. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences c. For the sequence of odd numbers 1, 3, 5, … a general formula is fn= 2n – 1. d. For the sequence of odd numbers with alternating signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1)
  • 18. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences c. For the sequence of odd numbers 1, 3, 5, … a general formula is fn= 2n – 1. d. For the sequence of odd numbers with alternating signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1)
  • 19. Example B: a. For the sequence of square numbers 1, 4, 9, 16, … f3 = 9, f4= 16, f5 = 25, and a formula for fn is fn = n2. b. For the sequence of even numbers 2, 4, 6, 8, … f3= 6, f4 = 8, f5 = 10, and a formula for fn is fn = 2*n Sequences c. For the sequence of odd numbers 1, 3, 5, … a general formula is fn= 2n – 1. d. For the sequence of odd numbers with alternating signs -1, 3, -5, 7, -9, …fn = (-1)n(2n – 1) A sequence whose signs alternate is called an alternating sequence as shown in part d.
  • 21. In mathematics, the Greek letter “ ” (sigma) means “to add”. Summation Notation
  • 22. In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, Summation Notation
  • 23. In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. Summation Notation
  • 24. In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.) Summation Notation
  • 25. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 26. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fkk = 1 100 In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 27. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fkk = 1 100 A variable which is called the “index” variable, in this case k. In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 28. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fkk = 1 100 A variable which is called the “index” variable, in this case k. k begins with the bottom number and counts up (runs) to the top number. In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 29. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fkk = 1 100 A variable which is called the “index” variable, in this case k. k begins with the bottom number and counts up (runs) to the top number. The beginning number In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 30. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fkk = 1 100 A variable which is called the “index” variable, in this case k. k begins with the bottom number and counts up (runs) to the top number. The beginning number The ending number In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 31. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fk = f1 f2 f3 … f99 f100k = 1 100 A variable which is called the “index” variable, in this case k. k begins with the bottom number and counts up (runs) to the top number. The beginning number The ending number In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 32. Summation Notation Given a list, let's say, of 100 numbers, f1, f2, f3,.., f100, their sum f1 + f2 + f3 ... + f99 + f100 may be written in the - notation as: fk = f1+ f2+ f3+ … + f99+ f100k = 1 100 A variable which is called the “index” variable, in this case k. k begins with the bottom number and counts up (runs) to the top number. The beginning number The ending number In mathematics, the Greek letter “ ” (sigma) means “to add”. Hence, “ x” means to add the x’s, “ (x*y)” means to add the x*y’s. (Of course the x's and xy's have to be given in the context.)
  • 33. fk =k=4 8 ai = i=2 5 xjyj = j=6 9 aj = j=n n+3 Summation Notation
  • 34. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = i=2 5 xjyj = j=6 9 aj = j=n n+3 Summation Notation
  • 35. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = j=6 9 aj = j=n n+3 Summation Notation
  • 36. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = j=n n+3 Summation Notation
  • 37. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = an+ an+1+ an+2+ an+3j=n n+3 Summation Notation
  • 38. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = an+ an+1+ an+2+ an+3j=n n+3 Summation Notation Summation notation are used to express formulas in mathematics.
  • 39. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = an+ an+1+ an+2+ an+3j=n n+3 Summation Notation Summation notation are used to express formulas in mathematics. An example is the formula for averaging.
  • 40. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = an+ an+1+ an+2+ an+3j=n n+3 Summation Notation Summation notation are used to express formulas in mathematics. An example is the formula for averaging. Given n numbers, f1, f2, f3,.., fn, their average (mean), written as f, is (f1 + f2 + f3 ... + fn-1 + fn)/n.
  • 41. Example C: fk = f4+ f5+ f6+ f7+ f8k=4 8 ai = a2+ a3+ a4+ a5i=2 5 xjyj = x6y6+ x7y7+ x8y8+ x9y9j=6 9 aj = an+ an+1+ an+2+ an+3j=n n+3 Summation Notation Summation notation are used to express formulas in mathematics. An example is the formula for averaging. Given n numbers, f1, f2, f3,.., fn, their average (mean), written as f, is (f1 + f2 + f3 ... + fn-1 + fn)/n. In notation, f = k=1 n fk n
  • 42. The index variable is also used as the variable that generates the numbers to be summed. Summation Notation
  • 43. Example D: a. (k2 – 1) k=5 8 The index variable is also used as the variable that generates the numbers to be summed. Summation Notation
  • 44. Example D: a. (k2 – 1) = k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation
  • 45. Example D: a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation
  • 46. Example D: a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation
  • 47. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation Example D:
  • 48. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) k=3 5 Example D:
  • 49. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) =(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2)k=3 5 Example D:
  • 50. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) =(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2) = -11 + 14 – 17 k=3 5 Example D:
  • 51. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) =(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2) = -11 + 14 – 17 = -14 k=3 5 Example D:
  • 52. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) =(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2) = -11 + 14 – 17 = -14 k=3 5 In part b, the multiple (-1)k change the sums to an alternating sum, t Example D:
  • 53. a. (k2 – 1) = (52–1) + (62–1) + (72–1) + (82–1) = 24 + 35 + 48 + 63 = 170 k=5 8 The index variable is also used as the variable that generates the numbers to be summed. k=5 k=6 k=7 k=8 Summation Notation b. (-1)k(3k + 2) =(-1)3(3*3+2)+(-1)4(3*4+2)+(-1)5(3*5+2) = -11 + 14 – 17 = -14 k=3 5 In part b, the multiple (-1)k change the sums to an alternating sum, that is, a sum where the terms alternate between positive and negative numbers. Example D:
  • 54. Exercise A. List the first four terms of each of the following sequences given by fn where n = 1,2, 3, .. Sequences 2. 4. 5. 6. 7. 8. 9. 10. 1. 3. fn = –5 + n fn = 5 – n fn = 3n fn = –5 + 2n fn = 5 – n2 fn = –4n + 1 fn = –5 + nfn = (–1)n5 / n fn = (3n + 2)/(–1 – n) fn = 2n2 – n fn = n2 / (2n + 1)
  • 55. Exercise B. Find a formula fn for each of the following sequences. Sequences 12. 14. 15. 16. 17. 18. 19. 20. 11. 13. 2, 3, 4, 5.. –3, –2, –1, 0, 1.. 10, 20, 30, 40,.. 5, 10, 15, 20,.. –40, –30, –20, –10, 0,.. –5, –10, –15, –20,.. 1/2, 1/3, 1/4, 1/5.. 1/2, –2/3, 3/4, –4/5.. –1, 1/4, –1/9, 1/16, –1/25,.. 1, r1, r2, r3,..