Special Sums Useful Series. 7/16/2013 Special Sums 2 Notation Manipulation Consider sequences { a n } and constant c Factoring Summation Notation ∑ k=1.

Slides:



Advertisements
Similar presentations
Factoring the Sum or the Difference of Two Cubes. Subtitle: Know the CARD!!!
Advertisements

Summation 1 Summation notation Geometric seriesHarmonic series Gauss summation trick (r < 1)
Recursive Series Recursion for Series. 8/29/2013 Recursive Series 2 The art of asking the right questions in mathematics is more important than the art.
A sequence is a set of numbers arranged in a definite order
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.
Special Sum The First N Integers. 9/9/2013 Sum of 1st N Integers 2 Sum of the First n Natural Numbers Consider Summation Notation ∑ k=1 n k =
Arithmetic Series Additive Recursion. 7/15/2013 Arithmetic Series 2 The art of asking the right questions in mathematics is more important than the art.
Partial Sums An Addition Algorithm.
9.2 Arithmetic Sequence and Partial Sum Common Difference Finite Sum.
April 30 th copyright2009merrydavidson Happy Birthday to: 4/25 Lauren Cooper.
Arithmetic Sequences and Series
MAC 1140 Unit 4 Test Review. 1. Give the order of the following matrix:.
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! = =
Standard # D Geometric Sequences GeometricSequence What if your pay check started at $100 a week and doubled every week. What would your salary.
Math 71B 11.1 – Sequences and Summation Notation 1.
Week 11 Similar figures, Solutions, Solve, Square root, Sum, Term.
Sigma Notation. SUMMATION NOTATION Lower limit of summation (Starting point) Upper limit of summation (Ending point) SIGMA  equation.
Analysis of Algorithms: Methods and Examples CSE 2320 – Algorithms and Data Structures Vassilis Athitsos University of Texas at Arlington 1.
ADVANCED ALG/TRIG Chapter 11 – Sequences and Series.
12.5 Sigma Notation and the nth term
Review of Sequences and Series.  Find the explicit and recursive formulas for the sequence:  -4, 1, 6, 11, 16, ….
Section Finding sums of arithmetic series -Using Sigma notation Taylor Morgan.
Solve to find the zeros of y = -0.8x Replace y = 0 Eliminate the constant c by undoing + 84 Divide by the coefficient A on both sides. Undo -0.8.
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.
ALGEBRA II INTRODUCTION TO SERIES. SERIES : The sum of part (partial) or all of the terms of a sequence. The sequence 3, 8, 13, 18 can be written.
Defining and Using Sequences and 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, …,
Warm up 1. Find the sum of : 2. Find the tenth term of the sequence if an = n2 +1: =
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)
Example Solution For each geometric sequence, find the common ratio. a)  2,  12,  72,  432,... b) 50, 10, 2, 0.4, 0.08,... SequenceCommon Ratio.
Adding a Sequence of numbers (Pairing Method)
Essential Questions Series and Summation Notation
MATHPOWER TM 12, WESTERN EDITION Chapter 6 Sequences and Series.
Solving by Completing the Square What value would c have to be to make the following a perfect square trinomial?
Essential Questions Series and Summation Notation
Sequences & Series: Arithmetic, Geometric, Infinite!
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: =
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
Review of Sequences and Series
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.
9.1 Series Objectives: Understand Notation!! Reading the language and symbols which ask you to add the terms of a sequence.
6 – 3 Adding, Subtracting and Multiplying Polynomials Day 1 Objective: Add, subtract, and multiply polynomials.
SOLVING QUADRATIC EQUATIONS BY COMPLETING THE SQUARE
©2001 by R. Villar All Rights Reserved
Equations Quadratic in form factorable equations
Completing the Square 8
The sum of the infinite and finite geometric sequence
Bellwork Find the next two terms of each sequence.
Special “Series” (Part 1)
Essential Questions How do we use the Factor Theorem to determine factors of a polynomial? How do we factor the sum and difference of two cubes.
Sequences & Series.
Series and Summation Notation
10.2 Arithmetic Sequences and Series
Section 1.6 Sigma Notations and Summation
Chapter 12 Review Each point your team earns is extra points added to your score on the upcoming test.
FM Series.
Notes Over 11.1 Sequences and Series
Section 2.5 Sigma Notations and Summation
Sequences and Summation Notation
X values y values. x values y values Domain Range.
Equations Quadratic in form factorable equations
9.5 Series.
Summation Notation.
61 – Sequences and Series Day 2 Calculator Required
11.4 Mathematical Induction
Chapter 9 Section 1 (Series and Sequences)
Presentation transcript:

Special Sums Useful Series

7/16/2013 Special Sums 2 Notation Manipulation Consider sequences { a n } and constant c Factoring Summation Notation ∑ k=1 n akak c = c a 1 + c a 2 + c a 3 + … + c a n = c ( a 1 + a 2 + a 3 + … + a n ) ∑ k=1 n akak c =

7/16/2013 Special Sums 3 Notation Manipulation Consider sequences { a n } and constant c Summation Notation ∑ k=1 n akak c ∑ n akak c = ∑ 2k k=1 5 = ∑ k 5 2 = 2( ) = 30 Example:

7/16/2013 Special Sums 4 Notation Manipulation Consider sequences { a n }, { b n } and constant c Addition: Summation Notation ∑ k=1 n bkbk + ∑ n akak = ∑ n akak bkbk + ( ) ∑ 5 k 2 + ( ) = ∑ 5 k + ∑ 5 2 = 5(5 + 1) 2 + 5(2) = 25 Example:

7/16/2013 Special Sums 5 Sum of the First n Natural Numbers Consider Summation Notation ∑ k=1 n k = … + (n – 2) + (n – 1) + n Add OR =n + (n – 1) + (n – 2) + … ∑ k=1 n k ∑ n k2 = (n + 1) + (n + 1) + (n + 1) + … + (n + 1) giving

7/16/2013 Special Sums 6 Sum of the First n Natural Numbers resulting in Summation Notation ∑ k=1 n k2 = (n + 1) + (n + 1) + (n + 1) + … + (n + 1) = n(n + 1) k=1 n ∑ k = n(n + 1) 2 Thus n terms

7/16/2013 Special Sums 7 Sum of the First n Natural Numbers Summation Notation k=1 n ∑ k = n(n + 1) 2 Examples: ∑ k=1 100 k = 100( ) 2 5,050= ∑ k=1 495 k = 495( ) 2 122,760=

7/16/2013 Special Sums 8 Sum of the First n Natural Numbers – Another Way C Summation Notation ∑ k=1 n+1n+1 k2k2 = (n + 1) 2 + ∑ k=1 n k2k2 (k + 1) 2 ∑ k=0 n = (k 2 + 2k + 1) ∑ k=0 n = But also … Consider: ∑ k=1 n+1n+1 k2k2 + ∑ n k 2 + ∑ k=0 n 1 k2k2 ∑ k=1 n =

7/16/2013 Special Sums 9 Sum of the First n Natural Numbers – Another Way Summation Notation (n + 1) 2 + ∑ k=1 n k2k2 + ∑ n k 2 + ∑ k=0 n 1 k2k2 ∑ k=1 n = (n + 1) 2 ∑ k=1 n k 2 + ∑ k=0 n 1 = ∑ k=1 n k 2 =(n + 1) 2 – (n + 1) = ( (n + 1) – 1 ) = (n + 1)(n) (1)(1) WHY ?

7/16/2013 Special Sums 10 Sum of the First n Natural Numbers – Another Way Summation Notation ∑ k=1 n k 2 = (n + 1)(n) Thus ∑ k=1 n k = 2 n(n + 1) The Average of n and n 2

7/16/2013 Special Sums 11 Sum of the First n Natural Numbers – Another Way Note that we started with the sum of the squares of the first n natural numbers Could the sum of the first n cubes lead us to the sum of the first n squares? Let us find out … Summation Notation

7/16/2013 Special Sums 12 Sum of the First n Squares Co Summation Notation ∑ k=1 n+1n+1 k3k3 = (n + 1) 3 + ∑ k=1 n k3k3 n+1n+1 ∑ k3k3 ∑ k=0 n (k + 1) 3 = (k 3 + 3k 2 + 3k + 1) ∑ k=0 n =+ ∑ k=1 n k2k2 3 + ∑ k=0 n 1 k3k3 ∑ k=1 n = k ∑ n 3 + But also … Consider

7/16/2013 Special Sums 13 Sum of the First n Squares Summation Notation (n + 1) 3 + ∑ k=1 n k3k3 + ∑ n k2k2 3 + ∑ k=0 n 1 k3k3 ∑ k=1 n = k ∑ n 3 + (n + 1) 3 = ∑ k=1 n k2k2 3 + ∑ k=0 n 1 k ∑ k=1 n 3 + ∑ n k2k2 3 = (n + 1) 3 k ∑ k=1 n 3 – ∑ k=0 n 1 – = (n + 1) 3 – 3 ( n(n + 1) 2 ) – (n + 1)

7/16/2013 Special Sums 14 Sum of the First n Squares Summation Notation ∑ k=1 n k2k2 3 = (n + 1) 3 – 3 ( n(n + 1) 2 ) – (n + 1) = ( ) 2n 2 + 4n + 2 – 3n – 2 2 = n(n + 1)(2n + 1) 6 ∑ k=1 n k2k2

7/16/2013 Special Sums 15 Sum of the First n P th Powers Strategy: start with Write as Expand both sides and set equal Eliminate Solve for Summation Notation ∑ k=1 n+1n+1 k P+1 ∑ k=0 n (k + 1) P+1 (n + 1) P+1 ∑ k=1 n k P+1 + ∑ k=1 n k P+1 ∑ k=1 n kPkP and as

7/16/2013 Special Sums 16 Think about it !