Math 51/COEN 19. Sequences and Summations - vocab An arithmetic progression is a sequence of the form a, a+d, a+2d, …, a+nd, … with fixed a, d in R and.

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

22C:19 Discrete Math Sequence and Sums Fall 2011 Sukumar Ghosh.
EE1J2 – Discrete Maths Lecture 9
CSE115/ENGR160 Discrete Mathematics 02/22/11 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/21/12
Sequence A list of objects arranged in a particular order.
Cardinality of a Set “The number of elements in a set.” Let A be a set. a.If A =  (the empty set), then the cardinality of A is 0. b. If A has exactly.
ORDINAL NUMBERS VINAY SINGH MARCH 20, 2012 MAT 7670.
Analyzing Arithmetic Sequences and Series Section 8.2 beginning on page 417.
Arithmetic Sequences & Partial Sums Pre-Calculus Lesson 9.2.
Cardinality of Sets Section 2.5.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
GPS – Sequences and Series  MA3A9. Students will use sequences and series  a. Use and find recursive and explicit formulae for the terms of sequences.
1 Appendix E: Sigma Notation. 2 Definition: Sequence A sequence is a function a(n) (written a n ) who’s domain is the set of natural numbers {1, 2, 3,
Copyright © 2011 Pearson Education, Inc. Slide A sequence in which each term after the first is obtained by adding a fixed number to the previous.
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.
2, 4, 6, 8, … a1, a2, a3, a4, … Arithmetic Sequences
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
Sequences and Summations
2.4 Sequences and Summations
Section 2.4. Section Summary Sequences. Examples: Geometric Progression, Arithmetic Progression Recurrence Relations Example: Fibonacci Sequence Summations.
Math 71B 11.1 – Sequences and Summation Notation 1.
1 Lecture 3 (part 3) Functions – Cardinality Reading: Epp Chp 7.6.
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Copyright  The McGraw-Hill Companies, Inc. Permission required for reproduction.
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.
13.3 – Arithmetic and Geometric Series and Their Sums Objectives: You should be able to…
Geometric Sequences and Series Section Objectives Recognize, write, and find nth terms of geometric sequences Find the nth partial sums of geometric.
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.
Defining and Using Sequences and Series
Infinities 1 sequences and series. Sequence – an ordered set of numbers or other objects.
Basic Structures: Sets, Functions, Sequences, and Sums CSC-2259 Discrete Structures Konstantin Busch - LSU1.
Functions Section 2.3. Section Summary Definition of a Function. – Domain, Cdomain – Image, Preimage Injection, Surjection, Bijection Inverse Function.
Relations, Functions, and Countability
1 Georgia Tech, IIC, GVU, 2006 MAGIC Lab Rossignac Lecture 09: SEQUENCES Section 3.2 Jarek Rossignac CS1050: Understanding.
Arithmetic and Geometric Sequences Finding the nth Term 2,4,6,8,10,…
Section 9-4 Sequences and Series.
AP Calculus Miss Battaglia  An infinite series (or just a series for short) is simply adding up the infinite number of terms of a sequence. Consider:
Basic Structures: Sets, Functions, Sequences, and Sums.
CompSci 102 Discrete Math for Computer Science February 7, 2012 Prof. Rodger Slides modified from Rosen.
Section 3.2: Sequences and Summations. Def: A sequence is a function from a subset of the set of integers (usually the set of natural numbers) to a set.
CS 285- Discrete Mathematics
Arithmetic Sequences Sequence is a list of numbers typically with a pattern. 2, 4, 6, 8, … The first term in a sequence is denoted as a 1, the second term.
9.3 Geometric Sequences and Series. 9.3 Geometric Sequences A sequence is geometric if the ratios of consecutive terms are the same. This common ratio.
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 Basic Structure : Sets, Functions, Sequences, and Sums Sequences and Summations.
Section 2.5. Cardinality Definition: A set that is either finite or has the same cardinality as the set of positive integers (Z + ) is called countable.
13.3 Arithmetic and Geometric Series and Their Sums Finite Series.
Sequences and Series Adaped from teacherweb.com. Introduction to Sequences and Series  Sequence – 1) an ordered list of numbers. 2) a function whose.
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.
22C:19 Discrete Structures Sequence and Sums Fall 2014 Sukumar Ghosh.
8.1 Sequences.
Discrete Mathematics CS 2610
The sum of the infinite and finite geometric sequence
11.3 – Geometric Sequences and Series
Solve the problem progression and series
13.3 – Arithmetic and Geometric Series and Their Sums
Arithmetic and Geometric Series
2.4 Sequences and Summations
Aim: What is the geometric series ?
Lecture 7 Functions.
Quiz
Discrete Structures for Computer Science
ICS 253: Discrete Structures I
Sequences and Series.
Geometric Sequences and Series
Chapter 11: Further Topics in Algebra
9.2 Arithmetic Sequences and Series
Discrete Mathematics CS 2610
Geometric Sequence Skill 38.
Geometric Sequences and Series
8-2 Analyzing Arithmetic Sequences and Series
Presentation transcript:

Math 51/COEN 19

Sequences and Summations - vocab An arithmetic progression is a sequence of the form a, a+d, a+2d, …, a+nd, … with fixed a, d in R and varying n in Z >=0 A geometric progression is a sequence of the form a, ar, ar 2, ar 3, …, ar n, … A recurrence relation defines the nth term of a sequence in terms of some of the previous terms. A formula for a n that you can write down without …, ∑, or previous terms is a closed formula. Solving a recurrence relation means finding a closed formula for the n th term.

Solve the recurrence relation:

I expect you to know off the top of your head:

sum=0 for i=1 to 5 for j=1 to I sum = sum+i+j print(sum)

Cardinality of sets

Cardinality vocab The cardinality of a finite set is the number of elements in the set. The sets A and B have the same cardinality iff there is a bijection between A and B. When A and B have the same cardinality we write |A|=|B| If there is a one-to-one function from A to B, the cardinality of A is less than or the same as the cardinality of B and we write |A|<=|B| Moreover, when |A|<=|B| and A and B have different cardinality, we say that the cardinality of A is less than the cardinality of B and we write |A|<|B|

More Cardinality Vocab A set that is either finite or has the same cardinality as the set of positive integers is called countable. A set that is not countable is called uncountable. When an infinite set S is countable, we denote the cardinality of S by 0 We write |S| = 0 and say that S has cardinality “aleph null”

More Cardinality Vocab A set that is either finite or has the same cardinality as the set of positive integers is called countable. A set that is not countable is called uncountable. From a practical viewpoint, to show a set S is countable, we find a bijection between the positive integers and S. The only cardinalities we care about (for this class) for infinite sets are countable vs uncountable

More Cardinality Vocab A set that is either finite or has the same cardinality as the set of positive integers is called countable. A set that is not countable is called uncountable. From a practical viewpoint, to show a set S is countable, we find a bijection between the positive integers and S. If we can list all the members of a set as a sequence r 1, r 2, r 3, … then we have shown the set is countable

Do you think the following sets are countable? All integers All rationals All reals