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,…

Slides:



Advertisements
Similar presentations
Chapter 8 Vocabulary. Section 8.1 Vocabulary Sequences An infinite sequence is a function whose domain is the set of positive integers. The function.
Advertisements

Sequences and Mathematical Induction
What is the sum of the following infinite series 1+x+x2+x3+…xn… where 0
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.
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,…
Geometric Sequences and Series
Geometric Sequences and Series A sequence is geometric if the ratios of consecutive terms are the same. 2, 8, 32, 128, 512,... Definition of Geometric.
Arithmetic Sequences and Series
9.2 Arithmetic Sequence and Partial Sum Common Difference Finite Sum.
11.4 Geometric Sequences Geometric Sequences and Series geometric sequence If we start with a number, a 1, and repeatedly multiply it by some constant,
Sequences and Series 13.3 The arithmetic sequence
GPS – Sequences and Series  MA3A9. Students will use sequences and series  a. Use and find recursive and explicit formulae for the terms of sequences.
Homework Questions.
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.
Arithmetic Sequences and Series
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
Copyright © 2011 Pearson Education, Inc. Slide Sequences A sequence is a function that has a set of natural numbers (positive integers) as.
Copyright © 2011 Pearson Education, Inc. Slide
Sequences Definition - A function whose domain is the set of all positive integers. Finite Sequence - finite number of values or elements Infinite Sequence.
Math 71B 11.1 – Sequences and Summation Notation 1.
1 CMSC 250 Chapter 4, con't., Inductive Proofs. 2 CMSC 250 Description l Inductive proofs must have: –Base case: where you prove that what it is you are.
SEQUENCES AND SERIES Arithmetic. Definition A series is an indicated sum of the terms of a sequence.  Finite Sequence: 2, 6, 10, 14  Finite Series:2.
Fall 2002CMSC Discrete Structures1 … and now for… Sequences.
ADVANCED ALG/TRIG Chapter 11 – Sequences and Series.
Notes 9.4 – Sequences and Series. I. Sequences A.) A progression of numbers in a pattern. 1.) FINITE – A set number of terms 2.) INFINITE – Continues.
Review of Sequences and Series.  Find the explicit and recursive formulas for the sequence:  -4, 1, 6, 11, 16, ….
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.
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.
Notes Over 11.1 Sequences and Series A sequence is a set of consecutive integers. A finite sequence contains a last term Infinite sequences continue without.
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)
Pg. 395/589 Homework Pg. 601#1, 3, 5, 7, 8, 21, 23, 26, 29, 33 #43x = 1#60see old notes #11, -1, 1, -1, …, -1#21, 3, 5, 7, …, 19 #32, 3/2, 4/3, 5/4, …,
Sequences Math 4 MM4A9: Students will use sequences and series.
Warm up 1. Find the sum of : 2. Find the tenth term of the sequence if an = n2 +1: =
Chapter 11 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Sequences and Summation Notation.
8.3 Geometric Sequences and Series Objectives: -Students will recognize, write, and find the nth terms of geometric sequences. -Students will find the.
(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.
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.
Sequences & Series: Arithmetic, Geometric, Infinite!
Review of Sequences and 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.
Fall 2002CMSC Discrete Structures1 Chapter 3 Sequences Mathematical Induction Recursion Recursion.
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.
Arithmetic Sequences and Series
The sum of the infinite and finite geometric sequence
Sect.R10 Geometric Sequences and Series
Aim: What is the geometric series ?
Sequences and Series.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
DAY 30 AGENDA: Quiz Tues.
CMSC Discrete Structures
9.1: Introduction to Sequences
9.1 Sequences Sequences are ordered lists generated by a
Sequences and Summation Notation
9.5 Series.
Geometric Sequences and Series
Warm Up Use summation notation to write the series for the specified number of terms …; n = 7.
Series.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
10.1 Sequences and Summation Notation
Chapter 9 Section 1 (Series and Sequences)
Presentation transcript:

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,… for i  1 a i = 2i an infinite sequence with infinite distinct values –for i  1 b i = (  1) i an infinite sequence with finite distinct values –for 1  i  6 c i = i + 5 a finite sequence (with finite distinct values)

3 CMSC 250 Finding an explicit formula l Figure out the formula for this sequence:

4 CMSC 250 Finding an explicit formula l Different sequences with the same initial values:

5 CMSC 250 Summation & product notation l Sum of items specified l Product of items specified

6 CMSC 250 Variable ending point l n as the index of the final term l for n = 2 l for n = 3

7 CMSC 250 Nesting of sum/product notation l Variations (same or different??):

8 CMSC 250 Telescoping series

9 CMSC 250 Properties l Merging and splitting

10 CMSC 250 Properties, con't. l Distribution

11 CMSC 250 Discrete Structures CMSC 250 Lecture 22 March 24, 2008

12 CMSC 250 Factorial l n! = n  (n  1)  (n  2)  …  2  1 l Definition: 0! = 1 n! = n  (n  1)!