1, Mustafa Jarrar Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 mjarrar©2015 Sequences & Mathematical Induction.

Slides:



Advertisements
Similar presentations
Sequences and Mathematical Induction
Advertisements

Chapter 11 Sequences, Series, and the Binomial Theorem.
Sequences A sequence is a function that computes an ordered list. For example, the average person in the United States uses 100 gallons of water each day.
Sequences, Induction and Probability
Sequences, Series, and the Binomial Theorem
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.
1 Sequences and Mathematical Induction An important task of mathematics is to discover and characterize regular patterns, such as those associated with.
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.
GPS – Sequences and Series  MA3A9. Students will use sequences and series  a. Use and find recursive and explicit formulae for the terms of sequences.
Introduction to sequences and series A sequence is a listing of numbers. For example, 2, 4, 6, 8,... or 1, 3, 5,... are the sequences of even positive.
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.
Sequences & Summations CS 1050 Rosen 3.2. Sequence A sequence is a discrete structure used to represent an ordered list. A sequence is a function from.
12-1 Arithmetic Sequences and Series. Sequence- A function whose domain is a set of natural numbers Arithmetic sequences: a sequences in which the terms.
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.
Copyright © Cengage Learning. All rights reserved.
Section 8.1 Sequences & Series. Sequences & Series Definition of Sequence: An infinite sequence is a function whose domain is the set of positive integers.
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.
Copyright © Cengage Learning. All rights reserved.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 10 Further Topics in Algebra.
Sequences Definition - A function whose domain is the set of all positive integers. Finite Sequence - finite number of values or elements Infinite Sequence.
Introduction to sequences and series
MAT 1236 Calculus III Appendix E Sigma Notations + Maple Lab
Sequences and Summations
Fall 2002CMSC Discrete Structures1 … and now for… Sequences.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Aim: Summation Notation Course: Alg. 2 & Trig. Do Now: Aim: What is this symbol It’s Greek to me! Find the sum of the geometric series.
13.6 Sigma Notation. Objectives : 1. Expand sequences from Sigma Notation 2. Express using Sigma Notation 3. Evaluate sums using Sigma Notation Vocabulary.
Copyright © Cengage Learning. All rights reserved.
9.1 Sequences and Series. A sequence is a collection of numbers that are ordered. Ex. 1, 3, 5, 7, …. Finding the terms of a sequence. Find the first 4.
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
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 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,…
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.
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.
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: =
Algebra II Honors Problem of the Day Homework: p odds Find the first 6 terms of the sequence defined as: Fibonacci!
3/16/20161 … and now for… Sequences. 3/16/20162 Sequences Sequences represent ordered lists of elements. A sequence is defined as a function from a subset.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Lecture # 20 Sequence & Series
8.1 – Sequences and Series. Sequences Infinite sequence = a function whose domain is the set of positive integers a 1, a 2, …, a n are the terms of the.
Arithmetic Sequences and Series Section Objectives Use sequence notation to find terms of any sequence Use summation notation to write sums Use.
MAT 1236 Calculus III Appendix E Sigma Notations + Maple Lab
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.
The symbol for summation is the Greek letter Sigma, S.
Sequences and Series College Algebra
The numbers in sequences are called terms.
Sequences and Series Section 8.1.
Copyright © Cengage Learning. All rights reserved.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Section 9.1 Sequences and Series.
9.1: Introduction to Sequences
Sequences and Summation Notation
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, Mustafa Jarrar Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 mjarrar©2015 Sequences & Mathematical Induction 5.1 Sequences 5.2 Mathematical Induction I 5.3 Mathematical Induction II

2, Watch this lecture and download the slides Acknowledgement: This lecture is based on (but not limited to) to chapter 5 in “Discrete Mathematics with Applications by Susanna S. Epp (3 rd Edition)”. More Online Courses at:

3, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops and Dummy Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

4, A mathematician, like a painteror poet, is a maker of patterns. -G. H. Hardy, A Mathematicians Apology, 1940 Motivation

5, A k = 2 K

6, Train Schedule ? ?

7, In Nature

8, IQ Tests Determine the number of points in the 4 th and 5 th figure ? ?

9, In programing Any difference between these loops

10, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops and Change of Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

11, a Sequence is a set of elements written in a row. Each individual element a k is called a term. The k in a k is called a subscript or index a m, a m+1, a m+2,..., a n

12, Finding Terms of Sequences Given by Explicit Formulas Define sequences a 1, a 2, a 3,... and b 2, b 3, b 4,... by the following explicit formulas: Compute the first five terms of both sequences.

13, Finding Terms of Sequences Given by Explicit Formulas Compute the first six terms of the sequence c 0, c 1, c 2,... defined as follows : c j = (− 1 ) j for all integers j ≥ 0. Solution: c 0 =(−1) 0 =1 c 1 = (−1) 1 = −1 c 2 =(−1) 2 =1 c 3 = (−1) 3 = −1 c 4 =(−1) 4 =1 c 5 = (−1) 5 = −1

14, Finding an Explicit Formula to Fit Given Initial Terms Both are correct  How to prove such formulas of sequences? Find an explicit formula for a sequence that has the following initial terms:

15, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops and Change of Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

16, Summation Upper limit Lower limit index

17, Example Let a 1 = − 2, a 2 = − 1, a 3 = 0, a 4 = 1, and a 5 = 2. Compute the following:

18, When the Terms of a Summation are Given by a Formula Example Compute the following summation:

19, Summation to Expanded Form Expanded Form to Summation Separating Off a Final Term Telescoping Useful Operations  These concepts are very important to understand computer loops

20, Summation to Expanded Form Write the following summation in expanded form:

21, Expanded Form to Summation Express the following using summation notation:

22, Separating Off a Final Term and Adding On a Final Term n Rewrite by separating off the final term. Write as a single summation.

23, Telescoping Example: A telescoping series is a series whose partial sums eventually only have a fixed number of terms after cancellation [wiki]. n i=1 i – (i+1) =(1-2) + (2-3) (n –(n+1)) = 1 – (n+1) =-n S=0 For (i=1;i<=n;i++) S= S+ i-(i+1); S = -n; This is very useful in programing:

24, Telescoping A telescoping series is a series whose partial sums eventually only have a fixed number of terms after cancellation [1]. Example: S=0; For (k=1;k<=n;k++) S=S+ 1/k*(k+1); S = 1- (1/(n+1);

25, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops and Dummy Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

26, Product Notation

27, Factorial Notation 0 ! = 1 2 ! = 2 · 1 = 2 4 ! = 4 · 3 · 2 · 1 = 24 6 ! = 6 · 5 · 4 · 3 · 2 · 1 = ! = 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1 = 40, ! = 1 3 ! = 3 · 2 · 1 = 6 5 ! = 5 · 4 · 3 · 2 · 1 = ! = 7 · 6 · 5 · 4 · 3 · 2 · 1 = 5, ! = 9 · 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1 = 362, 880

28, A recursive definition for factorial Factorial Notation 0 ! = 1 2 ! = 2 · 1 = 2 4 ! = 4 · 3 · 2 · 1 = 24 6 ! = 6 · 5 · 4 · 3 · 2 · 1 = ! = 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1 = 40, ! = 1 3 ! = 3 · 2 · 1 = 6 5 ! = 5 · 4 · 3 · 2 · 1 = ! = 7 · 6 · 5 · 4 · 3 · 2 · 1 = 5, ! = 9 · 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1 = 362, 880

29, Computing with Factorials

30, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops and Dummy Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

31, Properties of Summations and Products  Remember to apply these in programing Loops Which is better in programing?

32, Let a k = k + 1 and b k = k - 1 for all integers k. Write each of the following expressions as a single summation or product: Example

33, 5.1 Sequences In this lecture:  Part 1: Why we need Sequences (Real-life examples).  Part 2: Sequence and Patterns  Part 3: Summation: Notation, Expanding & Telescoping  Part 4: Product and Factorial  Part 5: Properties of Summations and Products  Part 6: Sequence in Computer Loops & Change of Variables Keywords: Sequences, patterns, Summation, Telescoping, Product, Factorial, Dummy variables, Mustafa Jarrar: Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 Sequences & Mathematical Induction

34, Change of Variable Replaced Index by any other symbol (called a dummy variable). Observe: Hence: Also Observe:

35, Programing Loops Any difference between these loops

36, Change Variables Transform the following summation by making the specified change of variable. Change variable j = k+1 For (k=0; k<=6; k++) Sum = Sum + 1/(k+1) For (k=1; k<=7; k++) Sum = Sum + 1/(k)

37, Change Variables Transform the following summation by making the specified change of variable. For (k=1; k<=n+1; k++) Sum = Sum + k/(n+k) For (k=0; k<=n; k++) Sum = Sum + (k+1)/(n+k+1)

38, Programing Loops All questions in the exams will be loops Thus, I suggest: Convert all previous examples into loops and play with them