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

Slides:



Advertisements
Similar presentations
Sequences and Mathematical Induction
Advertisements

Arithmetic Sequences and Series days Digital Lesson.
Discrete Mathematics Lecture 4: Sequences and Mathematical Induction
Discrete Structures Chapter 2 Part A Sequences Nurul Amelina Nasharuddin Multimedia Department.
Chapter 4 Mathematical Induction Used to verify a property of a sequence 2,4,6,8,… for i >= 1 a i = 2i –infinite sequence with infinite distinct values.
Kavita Hatwal Fall Sequences and Induction.
CMSC 250 Discrete Structures Summation: Sequences and Mathematical Induction.
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
Chapter 5: Sequences, Mathematical Induction and Recursion
Copyright © 2007 Pearson Education, Inc. Slide 8-1 Warm-Up Find the next term in the sequence: 1, 1, 2, 6, 24, 120,…
Lecture 4 Discrete Mathematics Harper Langston. Algorithms Algorithm is step-by-step method for performing some action Cost of statements execution –Simple.
Induction and Recursion by: Mohsin tahir (GL) Numan-ul-haq Waqas akram Rao arslan Ali asghar.
For a geometric sequence, , for every positive integer k.
Arithmetic Sequences and Series
Binary and Hexadecimal Numbers
CS105 INTRODUCTION TO COMPUTER CONCEPTS BINARY VALUES & NUMBER SYSTEMS Instructor: Cuong (Charlie) Pham.
1 © 2010 Pearson Education, Inc. All rights reserved 10.1 DEFINITION OF A SEQUENCE An infinite sequence is a function whose domain is the set of positive.
Sequences Informally, a sequence is a set of elements written in a row. – This concept is represented in CS using one- dimensional arrays The goal of mathematics.
Copyright © 2014, 2010 Pearson Education, Inc. Chapter 9 Further Topics in Algebra Copyright © 2014, 2010 Pearson Education, Inc.
Week 5 - Wednesday.  What did we talk about last time?  Exam 1!
Factorial Notation For any positive integer n, n! means: n (n – 1) (n – 2)... (3) (2) (1) 0! will be defined as equal to one. Examples: 4! = =
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 11 Further Topics in Algebra.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 10 Further Topics in Algebra.
Engineering 1040: Mechanisms & Electric Circuits Spring 2014 Number Systems.
Math 71B 11.1 – Sequences and Summation Notation 1.
Page 1 Data Structures in C for Non-Computer Science Majors Kirs and Pflughoeft Basic Data Types Remember when we first talked about the different combinations.
Lecture 2 Bits, Bytes & Number systems
Integer Representation for People Computer Organization and Assembly Language: Module 3.
Section 2.6 Representation of numbers. Decimal representation (base 10) Given a positive integer X, the decimal representation of X is a string of digits.
Arithmetic Series. Definition of an arithmetic series. The sum of the terms in an arithmetic sequence.
By Sheldon, Megan, Jimmy, and Grant..  Sequence- list of numbers that usually form a pattern.  Each number in the list is called a term.  Finite sequence.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Aim: What is the summation notation?
4.7 Define & Use Sequences & Series. Vocabulary  A sequence is a function whose domain is a set of consecutive integers. If not specified, the domain.
Lesson 8.1 Page #1-25(EOO), 33, 37, (ODD), 69-77(EOO), (ODD), 99, (ODD)
Sequence – a function whose domain is positive integers. Section 9.1 – Sequences.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Discrete Mathematics Lecture 4 Alexander Bukharovich New York University.
Sequences and Summations Section 2.4. Section Summary Sequences. – Examples: Geometric Progression, Arithmetic Progression Recurrence Relations – Example:
Chapter 11 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Sequences and Summation Notation.
(CSC 102) Lecture 23 Discrete Structures. Previous Lecture Summery  Sequences  Alternating Sequence  Summation Notation  Product Notation  Properties.
1, Mustafa Jarrar Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 mjarrar©2015 Sequences & Mathematical Induction.
1 CMSC 250 Chapter 4, Summations and Products. 2 CMSC 250 Induction l Induction is a proof technique used to verify a property of a sequence –2,4,6,8,…
SEQUENCES OBJECTIVES: Write the first several terms of a sequence Write the terms of a sequence defined by a Recursive Formula Use Summation Notation Find.
 SIGMA. Essentials: Sigma -  (Yeah, I got this – so everyone thinks, but it isn’t as easy as it looks.) Understand what Sigma (  means and how it.
Algebra II Honors Problem of the Day Homework: p odds Find the first 6 terms of the sequence defined as: Fibonacci!
8.1 Sequences and Series Essential Questions: How do we use sequence notation to write the terms of a sequence? How do we use factorial notation? How.
Lecture # 20 Sequence & Series
Mealy Machines Finite State Machines with Outputs given on the transitions.
Essential Question: How do you find the nth term and the sum of an arithmetic sequence? Students will write a summary describing the steps to find the.
7.5 Properties of Exponents and Scientific Notation
The sum of the infinite and finite geometric sequence
Convert Decimal to Binary
Sect.R10 Geometric Sequences and Series
Discrete Mathematics Lecture#14.
Sequences and Series College Algebra
7.5 Properties of Exponents and Scientific Notation
Copyright © Cengage Learning. All rights reserved.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ANATOMY OF SIGMA: summation notation
Modular Arithmetic and Change of Base
DAY 30 AGENDA: Quiz Tues.
Mathematical Induction
Sequences and Summation Notation
12 Further mathematics Recurrence relations.
Converting to Base-n from Base-10
8.1 Defining and Using Sequences and Series
Copyright © Cengage Learning. All rights reserved.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
10.1 Sequences and Summation Notation
Presentation transcript:

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 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 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 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 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 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 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 Binary representation of integers  Recall that if a = p k · 2 k + p k-1 · 2 k-1 + … + p 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 Converting from base 10 to base 2 14 = 7 · = 3 · = 1 · = 0 · = 7 · · 2 0 = ( 3·2 + 1 ) · · 2 0 = 3 · · · 2 0 = ( 1·2 + 1 ) · · · 2 0 = 1 · · · · 2 0

10 Converting from base 10 to base Converting from base 10 to base 2  14 = 1 · · · · 2 0 Thus, =  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.