Sequences and Sums.

Slides:



Advertisements
Similar presentations
Functions; Sequences, Sums, Countability
Advertisements

I can identify and extend patterns in sequences and represent sequences using function notation. 4.7 Arithmetic Sequences.
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,
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.
Geometric Sequences and Series
Sequences and Series By: Olivia, Jon, Jordan, and Jaymie.
Sequences Definition - A function whose domain is the set of all positive integers. Finite Sequence - finite number of values or elements Infinite Sequence.
Arithmetic Sequence Chapter 2, lesson C. IB standard Students should know Arithmetic sequence and series; sum of finite arithmetic series; geometric sequences.
Patterns and Sequences
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.
Review of Sequences and Series.  Find the explicit and recursive formulas for the sequence:  -4, 1, 6, 11, 16, ….
Geometric Sequences and Series Section Objectives Recognize, write, and find nth terms of geometric sequences Find the nth partial sums of geometric.
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.
12.3 Geometric Sequences and Series ©2001 by R. Villar All Rights Reserved.
Warm up 1. Find the sum of : 2. Find the tenth term of the sequence if an = n2 +1: =
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Arithmetic Series 19 May Summations Summation – the sum of the terms in a sequence {2, 4, 6, 8} → = 20 Represented by a capital Sigma.
Sequences and Series (Section 9.4 in Textbook).
Lecture 2.5: Sequences CS 250, Discrete Structures, Fall 2014 Nitesh Saxena Adopted from previous lectures by Zeph Grunschlag.
9/13/2011Lecture Sequences1 Lecture 2.5: Sequences* CS 250, Discrete Structures, Fall 2011 Nitesh Saxena *Adopted from previous lectures by Zeph.
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.
Review of Sequences and Series
+ 8.4 – Geometric Sequences. + Geometric Sequences A sequence is a sequence in which each term after the first is found by the previous term by a constant.
Algebra Arithmetic Sequences and Series. Vocabulary Sequence – A list of numbers in a particular order Arithmetic Sequence – A sequence of numbers.
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.
Section 13.6: Sigma Notation. ∑ The Greek letter, sigma, shown above, is very often used in mathematics to represent the sum of a series.
Copyright © 2012 Pearson Education, Inc. Publishing as Addison Wesley CHAPTER 8: Sequences, Series, and Combinatorics 8.1 Sequences and Series 8.2 Arithmetic.
8.1 Sequences.
4-7 Arithmetic Sequences
Geometric Sequences & Exponential Functions
Geometric Sequences and Series
Arithmetic and Geometric Sequences
Solve the problem progression and series
Review Write an explicit formula for the following sequences.
Discrete Mathematics Lecture#14.
Arithmetic Sequences and Series
Series & Sequences.
Objectives Find the nth term of a sequence. Write rules for sequences.
Warm Up Evaluate each expression for x = 4, 5, x x + 1.5
Arithmetic & Geometric Sequences
Finite Differences.
Sequences and Series Arithmetic Sequences Alana Poz.
Chapter 8: Further Topics in Algebra
Section 11.1 Sequences and Series
11.3 – Geometric Sequences.
Section 11.1 Sequences.
Section 11.1 An Introduction to Sequences and Series
DAY 30 AGENDA: Quiz Tues.
Lesson 3-1 Geometric Series
CS 250, Discrete Structures, Fall 2015
Section 1.6 Sigma Notations and Summation
CS 250, Discrete Structures, Fall 2013
Sequences Overview.
Geometric Sequences.
Copyright © Zeph Grunschlag,
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
12.2: Arithmetic Sequences
9.1: Introduction to Sequences
Chapter 11: Further Topics in Algebra
9.2 Arithmetic Sequences and Series
SE-561 Math Foundations of Software Engineering VIII. Functions
Warm Up Write an explicit formula for the following sequences.
Arithmetic and Geometric Series
Warm Up Write an explicit formula for the following sequences.
Geometric Sequences and Series
Warm Up Use summation notation to write the series for the specified number of terms …; n = 7.
4-7 Arithmetic Sequences
10.1 Sequences and Summation Notation
Sequences.
Presentation transcript:

Sequences and Sums

Agenda Section 3.2: Sequences and Sums Sequences ai Summations L6

Sequences Sequences are a way of ordering lists of objects. Usually, mathematical sequences are infinite. To give an ordering to arbitrary elements, one has to start with a basic model of order. The basic model to start with is the set N = {0, 1, 2, 3, …} of natural numbers. For finite sets, the basic model of size n is: n = {1, 2, 3, 4, …, n-1, n } L6

Sequences Symbolically, a sequence is represented using the subscript notation ai . This gives a way of specifying formulaically Note: Other sets can be taken as ordering models. The book often uses the positive numbers Z+ so counting starts at 1 instead of 0. I’ll usually assume the ordering model N. Q: Give the first 5 terms of the sequence defined by the formula L6

Sequence Examples A: Plug in for i in sequence 0, 1, 2, 3, 4: Formulas for sequences often represent patterns in the sequence. Q: find the sequence corresponding to the following formula: ai +1 = ai +(2i +3). for a0=3 ai = 3i –1. for a1=0 ai +1 = ai + ai-1 . for a1=1 and a2=1 L6

Sequence Examples A: a1=6=3+3, a2=11=6+5, a3=18=11+7, 3,6,11,18,27,38,51, … b) 0,2,8,26,80,242,728,… c) This is the famous Fibonacci sequence given by ai +1 = ai + ai-1 1,1,2,3,5,8,13,21,34,… L6

Bit Strings Bit strings are finite sequences of 0’s and 1’s. Often there is enough pattern in the bit-string to describe its bits by a formula. EG: The bit-string 1111111 is described by the formula ai =1, where we think of the string of being represented by the finite sequence a1a2a3a4a5a6a7 Q: What sequence is defined by a1 =1, a2 =1 ai+2 = ai ai+1 L6

Bit Strings A: a0 =1, a1 =1 ai+2 = ai ai+1: 1,1,0,1,1,0,1,1,0,1,… L6

Summations The symbol “S” takes a sequence of numbers and turns it into a sum. Symbolically: This is read as “the sum from i =0 to i =n of ai” Note how “S” converts commas into plus signs. One can also take sums over a set of numbers: L6

Summations EG: Consider the identity sequence ai = i Or listing elements: 0, 1, 2, 3, 4, 5,… The sum of the first n numbers is given by: (The first term 0 is dropped) L6

Summation Formulas –Arithmetic There is an explicit formula for the previous: Intuitive reason: The smallest term is 1, the biggest term is n so the avg. term is (n+1)/2. There are n terms. To obtain the formula simply multiply the average by the number of terms. L6

Summation Formulas – Geometric Geometric sequences are number sequences with a fixed constant of proportionality r between consecutive terms. For example: 2, 6, 18, 54, 162, … Q: What is r in this case? L6

Summation Formulas 2, 6, 18, 54, 162, … A: r = 3. In general, the terms of a geometric sequence have the form ai = a r i where a is the 1st term when i starts at 0. A geometric sum is a sum of a portion of a geometric sequence and has the following explicit formula: L6

Summation Examples Q: Use the previous formulas to evaluate each of the following L6

Summation Examples A: Use the arithmetic sum formula and additivity of summation: L6

Summation Examples A: 2. Apply the geometric sum formula directly by setting a = 1 and r = 2: L6