infinite sequences and summation notation

41
Infinite Sequences and Summation Notation

Upload: iola-valdez

Post on 02-Jan-2016

71 views

Category:

Documents


6 download

DESCRIPTION

Infinite Sequences and Summation Notation. An arbitrary infinite sequence may be denoted as follows. a 1 , a 2 , a 3 , a 4 , ... a n ,. Each number a k is a term of the sequence. The sequence is ordered in the sense that there is a first term a 1 , - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Infinite Sequences and Summation Notation

Infinite Sequencesand Summation Notation

Page 2: Infinite Sequences and Summation Notation

An arbitrary infinite sequence maybe denoted as follows.

a1, a2, a3, a4, ... an, ...

Each number ak is a term of the sequence.

Page 3: Infinite Sequences and Summation Notation

The sequence is ordered in thesense that there is a first term a1,a second term a2, a thirty third terma33, and if n represents an arbitrarypositive integer, and nth term an.

Page 4: Infinite Sequences and Summation Notation

For our work we will restrict the domain to the set of positive integers and define an infinite sequence as:

An infinite sequence is a function whose domain is the set of positiveintegers.

Page 5: Infinite Sequences and Summation Notation

For our work the range of aninfinite sequence will be the set of real numbers.

With these definitions each positiveinteger n in the domain of the sequence corresponds to a real number ƒ(n) = an.

Page 6: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

b. {2 + (0.1)n }

a. nn+1

c. (-1)n+1 n2

3n-1

d. {4}

To find the above replace n with 1, 2, 3, 4, and then 10.

Page 7: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

a. nn+1

11+1 =

1 2

22+1 =

2 3

33+1 =

3 4

44+1 =

4 5

1010+1 =

10 11

Page 8: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

b. {2 + (0.1)n } 2 + (0.1)1 = 2.12 + (0.1)2 = 2.012 + (0.1)3 = 2.0012 + (0.1)4 = 2.0001

2 + (0.1)10 = 2.0000000001

Page 9: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

c. (-1)n+1 n2

3n-1

(-1)1+1 12

3•1-1= 1

2

(-1)2+1 22

3•2-1= -4

5

Page 10: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

c. (-1)n+1 n2

3n-1

(-1)3+1 32

3•3-1= 9

8

(-1)4+1 42

3•4-1= -16

11

Page 11: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

c. (-1)n+1 n2

3n-1

(-1)10+1 102

3•10-1= -100

29

Page 12: Infinite Sequences and Summation Notation

Example 1. Find the first four termsand the tenth term of each sequence.

d. {4 } 4 = 44 = 44 = 44 = 44 = 4

Page 13: Infinite Sequences and Summation Notation

Advanced Algebraand Trigonometry

Assignment 04-01-03 NBP#40

Page 671 Exercises 1 - 15oddCopy each problem.Show your work.

Underline your answer.

Page 14: Infinite Sequences and Summation Notation

Advanced Algebraand Trigonometry

Notes04-02-03

NBP#41Infinite Sequences

and Summation NotationPages 664 - 670

Page 15: Infinite Sequences and Summation Notation

Definition: Recursive sequence

The first term a1 is stated along with a rule for obtaining any term ak+1 from the preceding term ak whenever k > 1.

Page 16: Infinite Sequences and Summation Notation

Example 2. Find the first four termsand the nth term of the infinite sequence defined recursively as:

a1 = 3 ak+1 = 2ak for k > 1.

a2 = 2•3

a3 = 2•2•3

a4 = 2•2•2•3 an = 2n-1•3

Page 17: Infinite Sequences and Summation Notation

We sometimes need to find the sum of many terms in an infinite sequence. To express these sumseasily we use summation notation.

Given an infinite sequencea1, a2, a3, ... , an, ...

Page 18: Infinite Sequences and Summation Notation

Given an infinite sequencea1, a2, a3, ... , an, ...

The symbol ak represents the sum of the first m terms.

m

k=1

ak = a1 + a2 + a3 + ... + am

m

k=1

Page 19: Infinite Sequences and Summation Notation

The symbol ak represents the sum of the first m terms.

m

k=1

ak = a1 + a2 + a3 + ... + am

m

k=1

The symbol represents a sum, ak represents the kth term.

Page 20: Infinite Sequences and Summation Notation

ak = a1 + a2 + a3 + ... + am

m

k=1

The symbol represents a sum, ak represents the kth term.

The letter k is the index of summation, or the summationvariable. 1 and m indicate the smallest and largest values of thesummation variable.

Page 21: Infinite Sequences and Summation Notation

Example 3. Evaluate a sum.

∑ k2(k-3) 4

k=1

∑ k2(k-3) 4

k=1= 12(1-3) + 22(2-3)

+ 32(3-3) + 42(4-3)

= (-2) + (-4) + 0 + 16= 10

Page 22: Infinite Sequences and Summation Notation

Advanced Algebraand Trigonometry

Assignment 04-01-03 NBP#42

Page 671 Exercises 17 - 31oddCopy each problem.Show your work.

Underline your answer.

Page 23: Infinite Sequences and Summation Notation

Advanced Algebraand Trigonometry

Notes04-03-03

NBP#43Infinite Sequences

and Summation NotationPages 664 - 670

Page 24: Infinite Sequences and Summation Notation

We are talking about Sn.For example given the infinite sequencea1, a2, a3, ... , an, ...S1 = a1

S2 = a1 + a2

S3 = a1 + a2 + a3

S4 = a1 + a2 + a3 + a4

Page 25: Infinite Sequences and Summation Notation

In general Sn = ∑ ak = a1+a2+...+an

n

k=1

We may also writeS1 = a1

S2 = S1 + a2

S3 = S2 + a3

S4 = S3 + a4

Sn = Sn-1 + an

Page 26: Infinite Sequences and Summation Notation

In general Sn = ∑ ak = a1+a2+...+an

n

k=1

We may also writeS1 = a1

S2 = S1 + a2

S3 = S2 + a3

S4 = S3 + a4

Sn = Sn-1 + an

Page 27: Infinite Sequences and Summation Notation

The real number Sn is called the nth partial sum of the infinite sequence a1, a2, a3, ... an, ...

The sequence S1, S2, S3, ... Sn, ...is called a sequence of partial sums.

Page 28: Infinite Sequences and Summation Notation

Example 4. Finding the terms of a sequence of partial sums.

Find the first four terms and the nthterm of the sequence of partial sumsassociated with the sequence1, 2, 3, ..., n, ... of positive integers.

The first four terms are:S1 = a1 = 1

Page 29: Infinite Sequences and Summation Notation

Example 4. Finding the terms of a sequence of partial sums.The first four terms are:S1 = a1 = 1

S2 = S1 + a2 = 1 + 2 = 3

S3 = S2 + a3 = 3 + 3 = 1+2+3 = 6

S4 = S3 + a4 = 6 + 4 = 1+2+3+4 = 10

Page 30: Infinite Sequences and Summation Notation

Example 4. Finding the terms of a sequence of partial sums.

The nth partial sum Sn can be written in either of the followingforms.

Sn = 1+2+3+...+(n-2)+(n-1)+n

Sn = n+(n-1)+(n-2)+...+3+2+1

Page 31: Infinite Sequences and Summation Notation

Example 4. Finding the terms of a sequence of partial sums.

Sn = 1+2+3+...+(n-2)+(n-1)+n

Sn = n+(n-1)+(n-2)+...+3+2+1

When I add these two equations

2Sn = (n+1)+(n+1)+...+(n+1)

Page 32: Infinite Sequences and Summation Notation

Example 4. Finding the terms of a sequence of partial sums.

2Sn = (n+1)+(n+1)+...+(n+1)

Since the term (n+1) appear n times on the right side of the equations we get.

2Sn = n(n+1) or Sn =n(n+1) 2

Page 33: Infinite Sequences and Summation Notation

Sum of a constantIf ak is the same for every positiveinteger k, say ak = c for a realnumber c, then.

= c + c + c + ... + c

= nc

∑ ak = n

k=1a1 + a2 + a3 + ... + an

Page 34: Infinite Sequences and Summation Notation

Sum of a constant Part 2If ak is the same for every positiveinteger k, say ak = c for a realnumber c, then.

= nc - (m-1)c

∑ c = n

k=m∑ c - n

k=1∑ c m-1

k=1

= (n - m + 1)c

Page 35: Infinite Sequences and Summation Notation

Sum of a constant - Illustrations

4 • 7∑ 7 = 4

k=1

∑ π = 10

k=1

∑ 9 = 8

k=3(8 - 3 + 1)9

= 28

10 • π = 10π

= (6)9 = 54

Page 36: Infinite Sequences and Summation Notation

Sum of a constant - Illustrations

∑ 5 = 20

k=10(20 - 10 + 1)5 = (11)9 = 55

Page 37: Infinite Sequences and Summation Notation

Sn = ∑ ak = a0+a1+a2+...+an

n

k=0

If the first term of an infinite sequence is a0, as in a0, a1, a2, ... , an, ...

which is the sum of the first n+1terms of the sequence.

Page 38: Infinite Sequences and Summation Notation

For example ∑ ak = n•ak

n

j=1

If the summation variable does not appear in the term ak, then the entireterm must be considered a constant.

since j does not appear in theterm ak.

Page 39: Infinite Sequences and Summation Notation

Theorem on sums.

n

k=1∑ (ak + bk)

If a1, a2, … , an, … and b1, b2, … , bn, … are infinite sequences, forevery positive integer n,

n

k=1∑ (ak

n

k=1∑ bk)= +

Page 40: Infinite Sequences and Summation Notation

Theorem on sums.

n

k=1∑ (ak - bk)

If a1, a2, … , an, … and b1, b2, … , bn, … are infinite sequences, forevery positive integer n,

n

k=1∑ (ak

n

k=1∑ bk)= -

Page 41: Infinite Sequences and Summation Notation

Theorem on sums.

n

k=1∑ cak

If a1, a2, … , an, … and b1, b2, … , bn, … are infinite sequences, forevery positive integer n,

n

k=1c(∑ ak) =