Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with.

Similar presentations


Presentation on theme: "1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with."— Presentation transcript:

1 1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with repeated processes. The main mathematical structure to study repeated processes is the sequence. The main mathematical tool to verify conjectures about patterns in sequences is mathematical induction.

2 2 Sequences Sequence is a set of elements written in a row: a m, a m+1, …, a n. The elements are called terms. k is called subscript or index of a k. a m is the initial term; a n is the final term. a m, a m+1, a m+2, … is an infinite sequence.

3 3 Sequences Sequences characterize regular patterns. Examples: 1) 1, 8, 15, 22, 29. 2) 2, 4, 8, 16, 32, 64, … 3) 2, 3, 5, 7, 11, 13, 17, …

4 4 Explicit Formula for a sequence Explicit (general) formula is a rule that shows how the values of a k depend on k. Examples: 1) a k =1+7k for 1, 8, 15, 22, 29. 2) b k =2 k for 2, 4, 8, 16, … 3) c k = (-1) k · (2k+1) for -3, 5, -7, 9, …

5 5 Summation Notation  Let m and n be integers such that m ≤ n. Then We call k index of the summation; m the lower limit of the summation; n the upper limit of the summation.  Ex.: Suppose a 3 =2, a 4 =-4, a 5 =0, a 6 =7. Then

6 6 Explicit formula for summation Example: If a k =2 k then Note that the index of summation is a dummy variable, so can be replaced by any other symbol: Ex: i=k+1 is called change of variable.

7 7 Product Notation  Let m and n be integers such that m ≤ n. Then  Examples:   For each n  Z +, is called n factorial. E.g., 4! = 1 · 2 · 3 · 4 = 24 Note: 0! = 1

8 8 Binary representation of integers  Recall that if a = p k · 2 k + p k-1 · 2 k-1 + … + p 1 · 2 1 + p 0 · 2 0 thena 10 = (p k p k-1 … p 1 p 0 ) 2, where p 0, p 1, …, p k-1, p k is a sequence of binary digits 0 and 1.  Question: How to find p 0, p 1, …, p k-1, p k ?

9 9 Converting from base 10 to base 2 14 = 7 · 2 + 0 7 = 3 · 2 + 1 3 = 1 · 2 + 1 1 = 0 · 2 + 1 14 = 7 · 2 1 + 0 · 2 0 = ( 3·2 + 1 ) · 2 1 + 0 · 2 0 = 3 · 2 2 + 1 · 2 1 + 0 · 2 0 = ( 1·2 + 1 ) · 2 2 + 1 · 2 1 + 0 · 2 0 = 1 ·2 3 + 1 · 2 2 + 1 · 2 1 + 0 · 2 0

10 10 Converting from base 10 to base Converting from base 10 to base 2  14 = 1 ·2 3 + 1 · 2 2 + 1 · 2 1 + 0 · 2 0 Thus, 14 10 = 1110 2  Generally, to get binary representation for nonnegative integer a,  Repeatedly divide by 2 until a quotient of zero is obtained.  If the remainders found are r[0],r[1],…,r[k], then a 10 = ( r[k] r[k-1] … r[1] r[0] ) 2.


Download ppt "1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with."

Similar presentations


Ads by Google