CMSC 250 Discrete Structures Summation: Sequences and Mathematical Induction.

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
The sum of the infinite and finite geometric sequence
Assignment Answers: Find the partial sum of the following: 1. = 250/2 ( ) = 218, = 101/2 (1/2 – 73/4) = Find the indicated n th.
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.
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
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.
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.
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.
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
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! = =
Copyright © 2011 Pearson Education, Inc. Slide Sequences A sequence is a function that has a set of natural numbers (positive integers) as.
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.
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.
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.
Geometric Sequences and Series Section Objectives Recognize, write, and find nth terms of geometric sequences Find the nth partial sums of geometric.
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.
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)
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.
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,…
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.
4.2 Area Definition of Sigma Notation = 14.
How do I find the sum & terms of geometric sequences and series?
Review of Sequences and Series
A LESSON BY U S PRAJAPATI, PGT MATH, KV KHAGAUL GEOMETRIC SEQUENCES AND SERIES.
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.
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.
 A sequence is a function whose domain is a set of consecutive integers. If a domain is not specified, it is understood that the domain starts with 1.
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
Geometric Sequences and Series
The sum of the infinite and finite geometric sequence
Sect.R10 Geometric Sequences and Series
The symbol for summation is the Greek letter Sigma, S.
Ch. 8 – Sequences, Series, and Probability
Objectives Understand the difference between a finite and infinite series. Write and evaluate an arithmetic series.
Sequences and Series Section 8.1.
Finite Differences.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
CMSC Discrete Structures
9.1: Introduction to Sequences
Sequences and Summation Notation
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:

CMSC 250 Discrete Structures Summation: Sequences and Mathematical Induction

25 June 2007Sequences & Summation2 What is Next? 2, 4, 6, 8, 10, … 1, 4, 9, 16, 25, … 2, 4, 8, 16, 32, … 0, 1, 1, 2, 3, 5, …

25 June 2007Sequences & Summation3 Sequences 2,4,6,8, … for i ≥ 1 a i = 2 i –infinite sequence with infinite distinct values For i ≥ 1 b i = (-1) i –infinite sequence with finite distinct values For 1<= i <=6 c i = i +5 –finite sequence (with finite distinct values)

25 June 2007Sequences & Summation4 Identical series?

25 June 2007Sequences & Summation5 Finding the Explicit Formula Figure the formula of this sequence Different sequences with same initial values

25 June 2007Sequences & Summation6 What is the Formula? 2, 4, 6, 8, 10, … 1, 4, 9, 16, 25, … 2, 4, 8, 16, 32, … 0, 1, 1, 2, 3, 5, …

25 June 2007Sequences & Summation7 Summation & Product Notation Sum of Items Specified Product of Items Specified

25 June 2007Sequences & Summation8 Variable ending point n as the index of the final term for n = 2 for n = 3

25 June 2007Sequences & Summation9 Telescoping Series

25 June 2007Sequences & Summation10 Factorial n! = n  (n-1)  (n-2)  …  2  1 Definition

25 June 2007Sequences & Summation11 Properties Merging and Splitting Distribution

25 June 2007Sequences & Summation12 Using the Properties

25 June 2007Sequences & Summation13 Change of Variables (1 of 2)

25 June 2007Sequences & Summation14 Change of Variables (2 of 2) Calculate new lower and upper limits –When k = 0, j = k + 1 = = 1. –When k = 6, j = k + 1 = = 7. Calculate new general term –Since j = k + 1, then k = j – 1. –Hence

25 June 2007Sequences & Summation15 Applications Indexing arrays using loops –When to start and end –… Algorithms –Convert from base 10 to base 2 –…