Sequences and Summations

Slides:



Advertisements
Similar presentations
Arithmetic Series Vocabulary series: the sum of the indicated terms in a sequence arithmetic series: the sum of an arithmetic sequence.
Advertisements

Chapter 8 Vocabulary. Section 8.1 Vocabulary Sequences An infinite sequence is a function whose domain is the set of positive integers. The function.
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.
Sequences & Summations Section 2.4 of Rosen Fall 2008 CSCE 235 Introduction to Discrete Structures Course web-page: cse.unl.edu/~cse235 Questions:
Determine whether the sequence 6, 18, 54, is geometric. If it is geometric, find the common ratio. Choose the answer from the following :
Geometric Sequences and Series
Arithmetic Sequences and Series
9.2 Arithmetic Sequence and Partial Sum Common Difference Finite Sum.
Arithmetic and Geometric Series (11.5) Short cuts.
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
Sequences and Summations
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 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen Chapter 3 Mathematical Reasoning, Induction and Recursion.
MAT 1236 Calculus III Appendix E Sigma Notations + Maple Lab
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.
Sigma Notation. SUMMATION NOTATION Lower limit of summation (Starting point) Upper limit of summation (Ending point) SIGMA  equation.
Sequences and Summations
Fall 2002CMSC Discrete Structures1 … and now for… Sequences.
ADVANCED ALG/TRIG Chapter 11 – Sequences and Series.
12.5 Sigma Notation and the nth term
13.3 – Arithmetic and Geometric Series and Their Sums Objectives: You should be able to…
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.
11-4 INTRO TO SERIES DEFINITION A SERIES IS THE SUM OF THE TERMS OF A SEQUENCE. SEQUENCE VS. SERIES 2, 4, 8, … …
Arithmetic and Geometric Series: Lesson 43. LESSON OBJECTIVE: 1.Find sums of arithmetic and geometric series. 2.Use Sigma Notation. 3.Find specific terms.
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.
Section 9.2 – Series and Convergence. Goals of Chapter 9.
Module #12: Summations Rosen 5 th ed., §3.2 Based on our knowledge on sequence, we can move on to summations easily.
Sequences and Summations
Review Write an explicit formula for the following sequences.
Arithmetic Series 19 May Summations Summation – the sum of the terms in a sequence {2, 4, 6, 8} → = 20 Represented by a capital Sigma.
Aim: What is the arithmetic series ? Do Now: Find the sum of each of the following sequences: a) b)
(C) Find the Sum of a sequence
4.2 Area. Sigma Notation where i is the index of summation, a i is the ith term, and the lower and upper bounds of summation are 1 and n respectively.
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.
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.
Arithmetic Series Definitions & Equations Writing & Solving Arithmetic Series Practice Problems.
Sum of Arithmetic Sequences. Definitions Sequence Series.
Algebra II Honors Problem of the Day Homework: p odds Find the first 6 terms of the sequence defined as: Fibonacci!
11.2 Arithmetic Series. What is a series?  When the terms of a sequence are added, the indicated sum of the terms is called a series.  Example  Sequence.
A LESSON BY U S PRAJAPATI, PGT MATH, KV KHAGAUL GEOMETRIC SEQUENCES AND SERIES.
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 Basic Structure : Sets, Functions, Sequences, and Sums Sequences and Summations.
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.
Perkins Honors Precalculus Day 1 Section Write the first 5 terms for each sequence. Set of terms sequence. Calculator: LIST : OPS : seq( expression.
5-4: Sigma Notation Objectives: Review sigma notation ©2002 Roy L. Gover
MAT 1236 Calculus III Appendix E Sigma Notations + Maple Lab
The sum of the infinite and finite geometric sequence
13.3 – Arithmetic and Geometric Series and Their Sums
Sect.R10 Geometric Sequences and Series
The symbol for summation is the Greek letter Sigma, S.
Quiz
Finite Differences.
Arithmetic Sequences and Series
Sigma Notation.
Sequences & Series.
ICS 253: Discrete Structures I
Sigma/Summation Notation
12.2: Arithmetic Sequences
6.3 Geometric Series (get a calculator)
Geometric Sequences and Series
Series.
Warm Up Write the first 4 terms of each sequence:
Chapter 9 Section 1 (Series and Sequences)
Presentation transcript:

Sequences and Summations

Sequences

Definition of a sequence A sequence is a function from a subset of integers to a set S.

An example of a sequence Beginning with n=1

A geometric progression Beginning with n=0

An arithmetic progression Beginning with n=0

Example progression

Summations

Summations Sigma for “sum”

Product Pi for “product”

Summations Upper limit Lower limit Index of summation

Summations example The sum of the first 100 integers What’s the answer?

Summations example/picture We now have a square 10 (n) by 11 (n+1) with area 110 units We need half of that (10x11)/2

Summations challenge

Summations challenge

Summations: shifting indices

Summations: a theorem Proof: see the book

Summations: nesting

Summations: implementing a nesting as a bit of program for i = 1 to n-1 do for j=i+1 to n do sum = sum + i*j

Summations: just a wee tweak

One More Example

One More Example Table 2, page 157

One More Example Then use this

Challenge