Kavita Hatwal Fall 20021 Sequences and Induction.

Slides:



Advertisements
Similar presentations
Sequences and Mathematical Induction
Advertisements

1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Induction and recursion
Sequences, Induction and Probability
A sequence is a set of numbers arranged in a definite order
Kavita Math231 Recursion and Iteration. Kavita Math231 We use Recursion when we have to perform a complex task that can be broken into the several subtasks.
Discrete Structures Chapter 2 Part A Sequences Nurul Amelina Nasharuddin Multimedia Department.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
1 Section 3.2 Sequences and Summations. 2 Sequence Function from a subset of Z (usually the set beginning with 1 or 0) to a set S a n denotes the image.
CMSC 250 Discrete Structures Summation: Sequences and Mathematical Induction.
1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
Lecture 4 Discrete Mathematics Harper Langston. Algorithms Algorithm is step-by-step method for performing some action Cost of statements execution –Simple.
1 Section 3.3 Mathematical Induction. 2 Technique used extensively to prove results about large variety of discrete objects Can only be used to prove.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Induction and Recursion by: Mohsin tahir (GL) Numan-ul-haq Waqas akram Rao arslan Ali asghar.
April 30 th copyright2009merrydavidson Happy Birthday to: 4/25 Lauren Cooper.
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.
Chapter Sequences and Series.
Rev.S08 MAC 1140 Module 12 Introduction to Sequences, Counting, The Binomial Theorem, and Mathematical Induction.
MATH 224 – Discrete Mathematics
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.
Sequences and Series By: Olivia, Jon, Jordan, and Jaymie.
Lecture 9. Arithmetic and geometric series and mathematical induction
Induction and recursion
Sequences and Summations
Discrete Mathematics, 1st Edition Kevin Ferland
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
Week 5 - Wednesday.  What did we talk about last time?  Exam 1!
Sequences & Summation Notation 8.1 JMerrill, 2007 Revised 2008.
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! = =
Sequences & Series. Sequences  A sequence is a function whose domain is the set of all positive integers.  The first term of a sequences is denoted.
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.
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.
Discrete Structures & Algorithms More on Methods of Proof / Mathematical Induction EECE 320 — UBC.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
(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.
CS 103 Discrete Structures Lecture 13 Induction and Recursion (1)
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
Lesson 10.1, page 926 Sequences and Summation Notation Objective: To find terms of sequences given the nth term and find and evaluate a series.
9.1 Sequences and Series. Definition of Sequence  An ordered list of numbers  An infinite sequence is a function whose domain is the set of positive.
Mathematical Induction
1 2/21/2016 MATH 224 – Discrete Mathematics Sequences and Sums A sequence of the form ar 0, ar 1, ar 2, ar 3, ar 4, …, ar n, is called a geometric sequence.
Lecture#15 Discrete Mathematics. Summation Computing Summation Let a 0 = 2, a 1 = 3, a 2 = -2, a 3 = 1 and a 4 = 0. Compute each of the summations: =
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach a particular.
Lecture # 20 Sequence & Series
Arithmetic Sequences and Series Section Objectives Use sequence notation to find terms of any sequence Use summation notation to write sums Use.
Sequences Lecture 11. L62 Sequences Sequences are a way of ordering lists of objects. Java arrays are a type of sequence of finite size. Usually, mathematical.
Chapter 5 1. Chapter Summary  Mathematical Induction  Strong Induction  Recursive Definitions  Structural Induction  Recursive Algorithms.
MATH 224 – Discrete Mathematics
Induction and recursion
Discrete Mathematics Lecture#14.
Copyright © Cengage Learning. All rights reserved.
Finite Differences.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ANATOMY OF SIGMA: summation notation
Induction and recursion
Sequences and Summation Notation
Mathematical Induction
Mathematical Induction
Mathematical Induction
Series.
Copyright © Cengage Learning. All rights reserved.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Copyright © Cengage Learning. All rights reserved.
10.1 Sequences and Summation Notation
11.4 Mathematical Induction
Presentation transcript:

Kavita Hatwal Fall Sequences and Induction

Kavita Hatwal Fall Sequences Imagine that a person starts to count his ancestors.He has 2 parents, 4 grandparents, 8 grand grandparents and so forth. Writing this info in a row will look like 2, 4, 8, 16, 32, 64, … where … is called an ellipse and stands for so forth. So if generation is 1’st the grandparents are 2 if generation is 2’nd the grandparents are which is 4 if generation is 3’rd the grandparents are which is 8. if generation is k’th the grandparents are … … Position in the row # of ancestors

Kavita Hatwal Fall So if be the number of grandparents for k’th generation, then We can find the value of for a particular value of k by applying the rule on the right hand side (RHS). A sequence informally is a set of elements written in a row. Each individual element (read a sub k) is called a term. The k is called a subscript or index. The m is the subscript of the initial term. The n is the subscript of the final term. Apply the above knowledge to the ancestor example. Denotes an infinite sequence

Kavita Hatwal Fall Finding terms of sequence given by explicit formula Using the formulas for Page 192, # 2, 4 Page 213 #2, 5 (new book)

Kavita Hatwal Fall Finding an explicit formula to fit given initial terms Page 192, # 13, 14 Page 213 #13, 15 (new book) Summation Notation Consider again To find the total # of ancestors for past 6 generations, we’ve to do What is the sum of the first 6 generations’ ancestors? In short hand the above sum is written as Summation symbol sigma starting or the lower limit of the sum ending or the upper limit of the sum More generally Page 192, # 18-a,c Page 213 # 18-a,c(new book)

Kavita Hatwal Fall Summation given by formula Page 192, # 21 Page 213 # 21 (new book) Changing from summation notation to expanded form Page 192, # 27 Page 213 #30 (new book) Changing from expanded form to summation notation Page 192, #31 Page 213 #41(new book) Change of variable and transformation of sum by change of variable The index of summation is called a dummy variable. The appearance of summation can be altered by more complicated changes of variable as well. Transformation of sum by change of variable. change of variable: j = k+1 1.Calculate the new lower and upper limits. 2.Calculate the general term of the new summation. 3.Put 1. and 2. Together 4.EXTRA TWIST. Replace the original variable wherever the new variable appears, leaving other things unchanged change of variable: j = k-1

Kavita Hatwal Fall Product notation Just like summation notation there is product notation where we multiply instead of add the terms Page 192, #22 Page 213 #22 (new book) Read table 4.1.1, page 187 on your own Factorial notation For each positive integer n, the quantity n factorial, denoted n! is defined as n! = n. (n-1). (n-2)… ! = 1 n! = n. (n-1)! Find 1.3!, 5! 2.8!/6!(n+1)!/(n-3)!

Kavita Hatwal Fall INDUCTION The principle of mathematical induction is used to check conjectures about the outcomes of processes that occur repeatedly and according to definite proportions. Inductive proofs are based on the idea that you want to prove an infinite sequence of statements: property p is true for number 1. property p is true for number 2. property p is true for number 3 property p is true for number n In other words, if you can prove p is true for 1 and If p is true for n, then p is true for n + 1 for all natural numbers n.

Kavita Hatwal Fall Assume you want to prove that for some statement P, P(n) is true for all n starting with n = 1. The Principle (or axiom) of Math Induction states that for this purpose you should accomplish just two steps: 1.Prove that P(1) is true. 2.Assume that P(k) is true for some k. Derive from here that P(k+1) is also true. The idea here is that a finite number of steps may be needed to prove an infinite number of statements P(1), P(2), P(3),.... It is often compared to the domino effect. Imagine a collection of dominoes positioned one behind the other in such a way that if any given domino falls backward, it makes the one behind it fall backward also. Let P(n) = ‘the n’th domino falls backward’ If P(1) is true, that is the first domino falls backward if P(k), k >=1, that is the k’th domino falls backward is true Then P(k+1) is true, that is the (k+1)’st domino falls backward

Kavita Hatwal Fall Let P(n) = (2n-1) = n 2 (1) Is P(1) true? (2)Assume that for an arbitrary k, P(k) is also true, i.e (2k-1) = k 2. (3)Let's derive P(k+1) from this assumption We have (2k-1)+(2k+1) = [ (2k-1)] + (2k+1) = k 2 + (2k+1) = (k+1) 2 Let P(n) = …+ n = Is P(1) true? If yes, then Assume that for an arbitrary k, P(k) is also true, i.e. Let's derive P(k+1) from this assumption We have P(k+1) = ( …+ k)+(k+1) = k(k+1)/2 + (k+1) =? Page 204, #4 Page 226 #4(new book)

Kavita Hatwal Fall Arithmetic sequence A sequence in which each term is obtained by adding a fixed factor to the preceding term. Example if Geometric sequence A sequence in which each term is obtained by multiplying a fixed factor to the preceding term. Example if Sum of geometric sequence is given as Page 205, #20 Page 226 #20(new book)