Lecture#15 Discrete Mathematics. Summation Computing Summation Let a 0 = 2, a 1 = 3, a 2 = -2, a 3 = 1 and a 4 = 0. Compute each of the summations: =

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

The sum of the infinite and finite geometric sequence
INFINITE SEQUENCES AND SERIES
Sequences, Induction and Probability
1 Section 3.2 Sequences and Summations. 2 Sequence Function from a subset of Z (usually the set beginning with 1 or 0) to a set S a n denotes the image.
Geometric Sequences and Series
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 and Series A sequence is an ordered list of numbers where each term is obtained according to a fixed rule. A series, or progression, is a sum.
April 30 th copyright2009merrydavidson Happy Birthday to: 4/25 Lauren Cooper.
Sequences A2/trig.
1 © 2010 Pearson Education, Inc. All rights reserved 10.1 DEFINITION OF A SEQUENCE An infinite sequence is a function whose domain is the set of positive.
State whether the sequence below is arithmetic, geometric or neither and then write the explicit definition of the sequence. 3, 7, 11, 15...
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.
THE BEST CLASS EVER…ERRR…. PRE-CALCULUS Chapter 13 Final Exam Review.
Notes Over 11.4 Infinite Geometric Sequences
Sequences and Summations
Introduction to sequences and series
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.
11.2 Series In this section, we will learn about: Various types of series. INFINITE SEQUENCES AND SERIES.
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.
Section Finding sums of arithmetic series -Using Sigma notation Taylor Morgan.
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.
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, …,
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Sequences and Summations
Arithmetic and Geometric Sequences Finding the nth Term 2,4,6,8,10,…
Sequences and Series (Section 9.4 in Textbook).
Copyright © Cengage Learning. All rights reserved.
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:
One important application of infinite sequences is in representing “infinite summations.” Informally, if {a n } is an infinite sequence, then is an infinite.
Section 11.1 Sequences. Sequence – list of values following a pattern Arithmetic – from term to term there is a common difference we’ll call d Geometric.
1, Mustafa Jarrar Lecture Notes on Sequences & Mathematical Induction. Birzeit University, Palestine, 2015 mjarrar©2015 Sequences & Mathematical Induction.
SECTION 8.2 SERIES. P2P28.2 SERIES  If we try to add the terms of an infinite sequence we get an expression of the form a 1 + a 2 + a 3 + ··· + a n +
Sequences & Series: Arithmetic, Geometric, Infinite!
Unit 10: Sequences & Series By: Saranya Nistala. Unit Goal: I can find and analyze arithmetic and geometric sequences and series. Key Concepts:  Define.
Arithmetic vs. Geometric Sequences and how to write their formulas
Lecture # 20 Sequence & Series
Section 1: Sequences & Series /units/unit-10-chp-11-sequences-series
Arithmetic Sequences and Series Section Objectives Use sequence notation to find terms of any sequence Use summation notation to write sums Use.
Series and Convergence (9.2)
Series and Convergence
The sum of the infinite and finite geometric sequence
nth or General Term of an Arithmetic 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.
Discrete Mathematics Lecture#14.
Copyright © Cengage Learning. All rights reserved.
Warm-up Problems Consider the arithmetic sequence whose first two terms are 3 and 7. Find an expression for an. Find the value of a57. Find the sum of.
Chapter 8: Further Topics in Algebra
Sequences, Series and the test of their convergence
Sequences and Series Day 7
ICS 253: Discrete Structures I
Section 5.7 Arithmetic and Geometric Sequences
10.2 Arithmetic Sequences and Series
Sequences and Series.
Geometric Sequences.
Chapter 11: Further Topics in Algebra
9.2 Arithmetic Sequences and Series
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Sequences and Summation Notation
9.5 Series.
Geometric Sequences and series
Geometric Sequences and Series
Sequences.
Presentation transcript:

Lecture#15 Discrete Mathematics

Summation

Computing Summation Let a 0 = 2, a 1 = 3, a 2 = -2, a 3 = 1 and a 4 = 0. Compute each of the summations: = a 0 + a 1 + a 2 +a 3 + a 4 = = 4 = a 0 + a 2 + a 4 = 2 + (-2) + 0 = 0 = a 1 = 3

Computing Summation: Examples Compute each of the following summations:

Expanding Summation Write the summation to expanded form:

Expanded Form of Summation Write the following using summation notation:

Summation and Variables Consider = = 14 & hence  The index of a summation can be replaced by any other symbol. The index of a summation is therefore called a dummy variable.

Properties of Summation cRcR

n terms

Summation Properties: Exercise Express the following summation more simply:

The sum of the terms of an arithmetic sequence forms an arithmetic series (A.S). For example … is an arithmetic series of positive odd integers. In general, if a is the first term and d the common difference of an arithmetic series, then the series is given as: a + (a+d) + (a+2d) +… Arithmetic Series

Let a be the first term and d be the common difference of an arithmetic series. Then its nth term is: a n = a + (n - 1)d;n  1 If S n denotes the sum of first n terms of the A.S, then S n = a + (a + d) + (a + 2d) + … + [a + (n-1) d] S n = a + (a+d) + (a + 2d) + … + a n S n = a + (a+d) + (a + 2d) + … + (a n - d) + a n ………(1) Where a n = a + (n - 1) d Rewriting the terms in the series in reverse order, S n = a n + (a n - d) + (a n - 2d) + … + (a + d) + a ……….(2) Adding (1) & 2, we get S n = n/2 [2 a + (n - 1) d] Sum of (N-Term) Arithmetic Series

Find the sum of first n natural numbers: Solution: A = 1, d = 2-1=1, n = n Sum of Arithmetic Series: Example

Find the sum of all two digit positive integers which are neither divisible by 5 nor by 2. Solution: S n =( …. +99)–( …..+ 95) Sum of Arithmetic Series: Example

The sum of the terms of a geometric sequence forms a geometric series (G.S.). For example … is geometric series. In general, if a is the first term and r the common ratio of a geometric series, then the series is given as: a + ar + ar 2 + ar 3 + … Geometric Series

Let a be the first term and r be the common ratio of a geometric series. Then its nth term is: an = arn-1;n  1 If S n denotes the sum of first n terms of the G.S. then S n = a + ar + ar 2 + ar 3 + … + ar n-2 + ar n-1 ……………(1) Multiplying both sides by r we get. r S n = ar + ar 2 + ar 3 + … + ar n-1 + ar n ………………(2) Subtracting (2) from (1) we get S n - r S n = a – ar n  (1 - r) S n = a (1 - r n )  S n = a (1 - r n ) / (1 - r) (r <>1) Sum of Geometric Series (N-Terms)

Find the sum of geometric series given below: Geometric Series: Example

Consider the infinite geometric series a + ar + ar2 + … + arn-1 + … then Infinite Geometric Series If S n  S asn  , then the series is convergent and S is its sum. If |r| < 1, then r n  0 as n  

Find the sum of the infinite geometric series: Geometric Series Sum: Example

Find a common fraction for the recurring decimal 0.81 Solution: 0.81= … = … which is an infinite geometric series with Geometric Series Sum: Example

Important Sums

Series Sum: Example Sum to n terms the series … Solution: Lets write the Nth term of given series T k = [A 0 + (k-1)d].[B 0 + (k-1)d] = [1+(k-1)4].[5+(k-1)6] = (4k-3).(6k-1) = 24k 2 -22k+3 Now S n =

Series Sum: Example = (24k 2 -22k+3) = 24 k 2 – 22 k = 24 (n(n+1)(2n+1))/6 – 22 (n(n+1)) / n = 4n (2n 2 + 3n + 1) - 11 (n 2 + n) + 3n = 8n n 2 + 4n - 11n n + 3n = 8n 3 + n 2 - 4n