sequences - faculty.washington.edufaculty.washington.edu/moishe/hanoi-2012/dm-2012...sequences ngày...

90
Sequences Ngày 5 tháng 10 năm 2012 () Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Upload: others

Post on 18-Sep-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences

Ngày 5 tháng 10 năm 2012

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 2: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..an is usually called the general termSequences do not necessarily start with a1. They may start withany other number.A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 3: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..an is usually called the general termSequences do not necessarily start with a1. They may start withany other number.A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 4: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..

an is usually called the general termSequences do not necessarily start with a1. They may start withany other number.A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 5: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..an is usually called the general term

Sequences do not necessarily start with a1. They may start withany other number.A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 6: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..an is usually called the general termSequences do not necessarily start with a1. They may start withany other number.

A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 7: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Basics

Sequences are used in many areas in mathematics, computer science,economics and almost all sciences.

DefinitionA seqeunce is a function f : N → A.

A common notaion for a sequence is a1,a2, . . .an, . . ..an is usually called the general termSequences do not necessarily start with a1. They may start withany other number.A sequence may be finite or infinite.

() Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Page 8: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 9: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:

1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 10: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .

an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 11: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 12: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .

Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 13: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 14: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . .

an = 1n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 15: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 16: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:

1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 17: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?

2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 18: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”

3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 19: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?

4 an is the maximum number of regions created by drawing n linesin the plane.

() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 20: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Describing sequences

There are three common ways to describe sequences:

Explicitely:1,3,5,7, . . . , (2n − 1), . . .an = 2n − 1

0,3,8,15, . . .Can you suggest an explicit expression for the general term an?

1, 14 ,

19 ,

116 ,

125 , . . . an = 1

n2 .

By a “rule”:1 2,3,5,6,7,8,10,11,12,13,14,15,17, . . .an =?2 Answer: an is “The nth non perfect square.”3 2,4,7,11, . . . an =?4 an is the maximum number of regions created by drawing n lines

in the plane.() Sequences Ngày 5 tháng 10 năm 2012 2 / 12

Page 21: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.

2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 22: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 2

3 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 23: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k

4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 24: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.

5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 25: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .

6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 26: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 27: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 28: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Recursively:1 1,2,6,24,120, . . . a1 = 0, an = nan−1.2 1,2,3,5,8, . . . , an+2 = an+1 + an, a1 = 1,a2 = 23 an,k = an−1,k−1 + an−k,k , an,0 = 0,an,n = an,1 = 1 n ≥ k4 an = (n − 1)(an−1 + an−2), a1 = 0,a2 = 1.5 an,k = an−1,k + an−1,k−1, a1,1 = 1, an,k = 0 if n < k .6 Do you recognize this sequence?

RemarkThe process of constructing a sequence from a given collection C, thatis building a bijection between Z+ and C is called enumeration orsequencing.

Example(0,0), (0,1), (1,0), (0,2), (1,1), (2,0), (0,3), (1,2), (2,1), (3,0), . . . isan enumeration of N × N.

() Sequences Ngày 5 tháng 10 năm 2012 3 / 12

Page 29: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.5 Calculating the number of rabbits starting with one pair is done

using the Fibonacci sequence.6 There are many other “named sequences’.” We shall study some

of them.7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 30: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.

3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.5 Calculating the number of rabbits starting with one pair is done

using the Fibonacci sequence.6 There are many other “named sequences’.” We shall study some

of them.7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 31: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.

4 For instance calculating integrals is based on building sequencesand finding their limit.

5 Calculating the number of rabbits starting with one pair is doneusing the Fibonacci sequence.

6 There are many other “named sequences’.” We shall study someof them.

7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 32: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.

5 Calculating the number of rabbits starting with one pair is doneusing the Fibonacci sequence.

6 There are many other “named sequences’.” We shall study someof them.

7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 33: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.5 Calculating the number of rabbits starting with one pair is done

using the Fibonacci sequence.

6 There are many other “named sequences’.” We shall study someof them.

7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 34: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.5 Calculating the number of rabbits starting with one pair is done

using the Fibonacci sequence.6 There are many other “named sequences’.” We shall study some

of them.

7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 35: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Goals

1 Throughout this class and in many other classes you will be usingsequences to model and solve problems.

2 One major goal is to find “simple” rules for given sequences.3 Another goal is to build sequences that will help solve problems.4 For instance calculating integrals is based on building sequences

and finding their limit.5 Calculating the number of rabbits starting with one pair is done

using the Fibonacci sequence.6 There are many other “named sequences’.” We shall study some

of them.7 We shall start by examining a number of examples.

() Sequences Ngày 5 tháng 10 năm 2012 4 / 12

Page 36: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?

2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 37: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?

3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 38: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?

4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 39: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?

5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 40: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?

6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 41: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?

7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 42: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 43: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Examples

For the following sequences try to find a “simple” explicit rule:1 1.0.1.0.1.0. . . . an =?2 1,0,1,1,0,0,1,1,1,0,0,0, . . . an =?3 3,6,11,18,27,38,51, . . . an =?4 2,4,16,256,65536,4294967296, . . . an =?5 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5, . . .an =?6 1,2,4,8,14,25,45,79,138,240, . . . an =?7 1,5,19,65,211,665,2059,6305,19171,58025 . . . an =?

RemarkConsider the last example. It was not too difficult to see thatan = 3n − 2n

You are probably still struggling with the sequence preceding it.Do you see any relation between it and the last sequence?Can you see it now once your attention was called to it?

() Sequences Ngày 5 tháng 10 năm 2012 5 / 12

Page 44: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.2 an =

(n2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 45: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.

2 an =(n

2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 46: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.2 an =

(n2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 47: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.2 an =

(n2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 48: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.2 an =

(n2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 49: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

In general, if a finite number of terms of a given sequence are given,we may have multiple rules that will conform to the given data.

ExampleWhat are the rules that will satisfy the sequence 1,2,4, . . .?Here are a few rules:

1 an = 2n−1.2 an =

(n2

)+ 1

3 an = the (smallest prime > n) - 1.

QuestionSo which one is the “correct” answer?

AnswerAll three are correct.We can find a polynomial p(x) of degree 2 such thatp(1) = 1, p(2) = 2, p(3) = 4.

() Sequences Ngày 5 tháng 10 năm 2012 6 / 12

Page 50: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Common Sequences

1 Arithmetic progression: an = α+ (n − 1)d , (an − an−1 = d)

2 Geometric progression: an = a0 · qn−1 ( anan−1

= q)3 Binomial coefficients: an,k =

(nk)

4 2,3,5,7,11, . . . the prime numbers.5 Given a sequence an define a new sequence: sn =

∑nk=1 ak .

() Sequences Ngày 5 tháng 10 năm 2012 7 / 12

Page 51: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Common Sequences

1 Arithmetic progression: an = α+ (n − 1)d , (an − an−1 = d)2 Geometric progression: an = a0 · qn−1 ( an

an−1= q)

3 Binomial coefficients: an,k =(n

k)

4 2,3,5,7,11, . . . the prime numbers.5 Given a sequence an define a new sequence: sn =

∑nk=1 ak .

() Sequences Ngày 5 tháng 10 năm 2012 7 / 12

Page 52: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Common Sequences

1 Arithmetic progression: an = α+ (n − 1)d , (an − an−1 = d)2 Geometric progression: an = a0 · qn−1 ( an

an−1= q)

3 Binomial coefficients: an,k =(n

k)

4 2,3,5,7,11, . . . the prime numbers.5 Given a sequence an define a new sequence: sn =

∑nk=1 ak .

() Sequences Ngày 5 tháng 10 năm 2012 7 / 12

Page 53: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Common Sequences

1 Arithmetic progression: an = α+ (n − 1)d , (an − an−1 = d)2 Geometric progression: an = a0 · qn−1 ( an

an−1= q)

3 Binomial coefficients: an,k =(n

k)

4 2,3,5,7,11, . . . the prime numbers.

5 Given a sequence an define a new sequence: sn =∑n

k=1 ak .

() Sequences Ngày 5 tháng 10 năm 2012 7 / 12

Page 54: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Common Sequences

1 Arithmetic progression: an = α+ (n − 1)d , (an − an−1 = d)2 Geometric progression: an = a0 · qn−1 ( an

an−1= q)

3 Binomial coefficients: an,k =(n

k)

4 2,3,5,7,11, . . . the prime numbers.5 Given a sequence an define a new sequence: sn =

∑nk=1 ak .

() Sequences Ngày 5 tháng 10 năm 2012 7 / 12

Page 55: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?

Let bn = α · qn−1, Sn =∑n

i=1 bi .What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 56: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?

Let bn = α · qn−1, Sn =∑n

i=1 bi .What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 57: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 58: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?

3 What is sn =∑n

i=1 an?4 What is

∑ni=1

1n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 59: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 60: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 61: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 62: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 63: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sums

Question

Let an = α+ (n − 1)d , sn =∑n

i=1 an.What is sn?Let bn = α · qn−1, Sn =

∑ni=1 bi .

What is Sn?

1 Let {an} = {12 ,

16 ,

112 ,

120 , . . .}.

2 What is an?3 What is sn =

∑ni=1 an?

4 What is∑n

i=11n2 ?

5 An interesting sequence: (it has a limit!) γn = log n −∑n

i=11i

You will see many more sequences thorugh out this class and in manyother classes.

() Sequences Ngày 5 tháng 10 năm 2012 8 / 12

Page 64: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

DefinitionLet n1 < n2 < . . .nk ⊂ N. an1 ,an2 , . . . ,ank is a subsequence of thesequence (ai).

Example

Let (an) = 2,5,10,17, . . .n2 + 1.The sequence 2,5,17,37 is a subsequence of (an) of length 4.

n1 = 1,n2 = 2,n3 = 4,n4 = 6.

If we wanted to extend this subsequence (can you propose a “rule”?)what will be n5?

DefinitionA sequence (ai) is monotonically increasing if ai+1 > ai .(Monotonically, decreasing (<), non-decreasing (≥), non-increasing(≤) are defined similarly).

() Sequences Ngày 5 tháng 10 năm 2012 9 / 12

Page 65: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

DefinitionLet n1 < n2 < . . .nk ⊂ N. an1 ,an2 , . . . ,ank is a subsequence of thesequence (ai).

Example

Let (an) = 2,5,10,17, . . .n2 + 1.The sequence 2,5,17,37 is a subsequence of (an) of length 4.

n1 = 1,n2 = 2,n3 = 4,n4 = 6.

If we wanted to extend this subsequence (can you propose a “rule”?)what will be n5?

DefinitionA sequence (ai) is monotonically increasing if ai+1 > ai .(Monotonically, decreasing (<), non-decreasing (≥), non-increasing(≤) are defined similarly).

() Sequences Ngày 5 tháng 10 năm 2012 9 / 12

Page 66: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

DefinitionLet n1 < n2 < . . .nk ⊂ N. an1 ,an2 , . . . ,ank is a subsequence of thesequence (ai).

Example

Let (an) = 2,5,10,17, . . .n2 + 1.The sequence 2,5,17,37 is a subsequence of (an) of length 4.

n1 = 1,n2 = 2,n3 = 4,n4 = 6.

If we wanted to extend this subsequence (can you propose a “rule”?)what will be n5?

DefinitionA sequence (ai) is monotonically increasing if ai+1 > ai .(Monotonically, decreasing (<), non-decreasing (≥), non-increasing(≤) are defined similarly).

() Sequences Ngày 5 tháng 10 năm 2012 9 / 12

Page 67: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

DefinitionLet n1 < n2 < . . .nk ⊂ N. an1 ,an2 , . . . ,ank is a subsequence of thesequence (ai).

Example

Let (an) = 2,5,10,17, . . .n2 + 1.The sequence 2,5,17,37 is a subsequence of (an) of length 4.

n1 = 1,n2 = 2,n3 = 4,n4 = 6.If we wanted to extend this subsequence (can you propose a “rule”?)what will be n5?

DefinitionA sequence (ai) is monotonically increasing if ai+1 > ai .(Monotonically, decreasing (<), non-decreasing (≥), non-increasing(≤) are defined similarly).

() Sequences Ngày 5 tháng 10 năm 2012 9 / 12

Page 68: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

DefinitionLet n1 < n2 < . . .nk ⊂ N. an1 ,an2 , . . . ,ank is a subsequence of thesequence (ai).

Example

Let (an) = 2,5,10,17, . . .n2 + 1.The sequence 2,5,17,37 is a subsequence of (an) of length 4.

n1 = 1,n2 = 2,n3 = 4,n4 = 6.If we wanted to extend this subsequence (can you propose a “rule”?)what will be n5?

DefinitionA sequence (ai) is monotonically increasing if ai+1 > ai .(Monotonically, decreasing (<), non-decreasing (≥), non-increasing(≤) are defined similarly).

() Sequences Ngày 5 tháng 10 năm 2012 9 / 12

Page 69: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example

1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 70: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.

3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example

1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 71: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.

4 In many applications we look for binary sequences with particularproperties.

Example

1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 72: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example

1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 73: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example

1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 74: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example1 How many binary sequences of length 2n have exactly n 0’s?

2 How many binary sequences of length n do not contain the pattern11?

3 Can you construct a circular binary sequence of length 32 so thateach binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 75: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?

3 Can you construct a circular binary sequence of length 32 so thateach binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 76: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Binary Sequences

1 Binary sequences play important roles in many areas such aselectronics, medicine, economics, engineering, computer scienceand of course mathematics.

2 Integers have a binary representation.3 There are 2n distinct binary sequences of length n.4 In many applications we look for binary sequences with particular

properties.

Example1 How many binary sequences of length 2n have exactly n 0’s?2 How many binary sequences of length n do not contain the pattern

11?3 Can you construct a circular binary sequence of length 32 so that

each binary sequence of length 5 is a segment of it?( 01001 is a segment of 1001001101).

() SequencesNgày 5 tháng 10 năm 2012 10 / 12

Page 77: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)

1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 78: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)

1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 79: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.

2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 80: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).

3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 81: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”

4 Have someone choose a card from the top of one of the halvesand look at it.

5 Place the card on the other half and put the half on top of it so thecard he chose is somewhere in the middle.

6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 82: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.

5 Place the card on the other half and put the half on top of it so thecard he chose is somewhere in the middle.

6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 83: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.

6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 84: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Sequences and Card Tricks

QuestionA little puzzle: 10 policemen stand in a line. Can you prove that thereare at least four policemen whose heights are monotonic? (that iseither non-decreasing or non-increasing)?

Example (Card trick No. 1)1 Take a 52 sorted deck of cards.2 Shuffle the deck three times (butterfly shuffle).3 cut the deck in “half”4 Have someone choose a card from the top of one of the halves

and look at it.5 Place the card on the other half and put the half on top of it so the

card he chose is somewhere in the middle.6 Now find the card!

() SequencesNgày 5 tháng 10 năm 2012 11 / 12

Page 85: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)

1 Pre-arrange the cardsA♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.3 Have him pick five cards and tell you their colors in oredr they

were picked. for instance: R B B R B.4 Tell him what are the cards!5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12

Page 86: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)1 Pre-arrange the cards

A♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.3 Have him pick five cards and tell you their colors in oredr they

were picked. for instance: R B B R B.4 Tell him what are the cards!5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12

Page 87: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)1 Pre-arrange the cards

A♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.

3 Have him pick five cards and tell you their colors in oredr theywere picked. for instance: R B B R B.

4 Tell him what are the cards!5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12

Page 88: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)1 Pre-arrange the cards

A♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.3 Have him pick five cards and tell you their colors in oredr they

were picked. for instance: R B B R B.

4 Tell him what are the cards!5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12

Page 89: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)1 Pre-arrange the cards

A♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.3 Have him pick five cards and tell you their colors in oredr they

were picked. for instance: R B B R B.4 Tell him what are the cards!

5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12

Page 90: Sequences - faculty.washington.edufaculty.washington.edu/moishe/Hanoi-2012/DM-2012...Sequences Ngày 5 tháng 10 năm 2012 Sequences Ngày 5 tháng 10 năm 2012 1 / 12

Are sequences fun?

Example (Card trick No. 2)1 Pre-arrange the cards

A♣,2♣, . . .8♣,A♦, . . .8♦, . . .A♥, . . . ,8♥,A♠, . . . ,8♠ asdiscussed in class.

2 Have someone cut the deck anywhere he wants.3 Have him pick five cards and tell you their colors in oredr they

were picked. for instance: R B B R B.4 Tell him what are the cards!5 put the cards back and repeat the same “magic” again.

() SequencesNgày 5 tháng 10 năm 2012 12 / 12