Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Arithmetic and Geometric Sequences: Properties and Formulas, Lecture notes of Calculus

An in-depth exploration of arithmetic and geometric sequences, including their definitions, formulas for the nth term and nth partial sum, and the concept of infinite series. The document also includes examples and explanations of how to find the general term and partial sums of these sequences.

Typology: Lecture notes

2021/2022

Uploaded on 09/12/2022

seshadrinathan_hin
seshadrinathan_hin ๐Ÿ‡บ๐Ÿ‡ธ

4.5

(15)

231 documents

1 / 15

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
(Chapter 9: Discrete Math) 9.11
SECTION 9.2: ARITHMETIC SEQUENCES and PARTIAL SUMS
PART A: WHAT IS AN ARITHMETIC SEQUENCE?
The following appears to be an example of an arithmetic (stress on the โ€œmeโ€) sequence:
a1=2
a2=5
a3=8
a4=11
๏
We begin with 2. After that, we successively add 3 to obtain the other terms of the
sequence.
An arithmetic sequence is determined by:
โ€ข Its initial term
Here, it is
a1
, although, in other examples, it could be
a0
or something else.
Here,
a1=2
.
โ€ข Its common difference
This is denoted by
d
. It is the number that is always added to a previous
term to obtain the following term. Here,
d=3
.
Observe that:
d=a2โˆ’a1=a3โˆ’a2=โ€ฆ=ak+1โˆ’akkโˆˆZ+
( )
=โ€ฆ
The following information completely determines our sequence:
The sequence is arithmetic.
(Initial term)
a1=2
(Common difference)
d=3
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff

Partial preview of the text

Download Arithmetic and Geometric Sequences: Properties and Formulas and more Lecture notes Calculus in PDF only on Docsity!

SECTION 9.2: ARITHMETIC SEQUENCES and PARTIAL SUMS

PART A: WHAT IS AN ARITHMETIC SEQUENCE?

The following appears to be an example of an arithmetic (stress on the โ€œmeโ€) sequence: a 1 = 2 a 2 = 5 a 3 = 8 a 4 = 11 ๏ We begin with 2. After that, we successively add 3 to obtain the other terms of the sequence. An arithmetic sequence is determined by:

  • Its initial term Here, it is a 1 , although, in other examples, it could be a 0 or something else. Here, a 1 = 2.
  • Its common difference This is denoted by d. It is the number that is always added to a previous term to obtain the following term. Here, d = 3. Observe that: d = a 2 โˆ’ a 1 = a 3 โˆ’ a 2 = โ€ฆ = ak + 1 โˆ’ ak k โˆˆZ +

( ) =^ โ€ฆ

The following information completely determines our sequence: The sequence is arithmetic. (Initial term) a 1 = 2 (Common difference) d = 3

In general, a recursive definition for an arithmetic sequence that begins with a 1 may be given by: a 1 given

ak + 1 = ak + d ( k โ‰ฅ 1 ; "k is an integer" is implied)

Example The arithmetic sequence 25, 20, 15, 10, โ€ฆ can be described by: a 1 = 25 d = โˆ’ 5

PART C : FORMULA FOR THE n th PARTIAL SUM OF AN ARITHMETIC SEQUENCE The n th partial sum of an arithmetic sequence with initial term a 1 and common difference d is given by: Sn = n a 1 + an 2

Think: The (cumulative) sum of the first n terms of an arithmetic sequence is given by the number of terms involved times the average of the first and last terms. Example Find the 100 th partial sum of the arithmetic sequence: 2, 5, 8, 11, โ€ฆ Solution We found in the previous Example that: a 100 = 299 Sn = n a 1 + an 2

S 100 = ( 100 )

i.e., 2 + 5 + 8 + ... + 299 = 15 , 050 This is much easier than doing things brute force on your calculator! Read the Historical Note on p.628 in Larson for the story of how Gauss quickly computed the sum of the first 100 positive integers, k k = 1 100

โˆ‘ =^1 +^2 +^3 +^ ...^ +^100. Use our

formula to confirm his result. Gaussโ€™s trick is actually used in the proof of our formula; see p.694 in Larson. We will touch on a related question in Section 9.4.

SECTION 9.3: GEOMETRIC SEQUENCES, PARTIAL SUMS, and

SERIES

PART A: WHAT IS A GEOMETRIC SEQUENCE?

The following appears to be an example of a geometric sequence: a 1 = 2 a 2 = 6 a 3 = 18 a 4 = 54 ๏ We begin with 2. After that, we successively multiply by 3 to obtain the other terms of the sequence. Recall that, for an arithmetic sequence, we successively add. A geometric sequence is determined by:

  • Its initial term Here, it is a 1 , although, in other examples, it could be a 0 or something else. Here, a 1 = 2.
  • Its common ratio This is denoted by r. It is the number that we always multiply the previous term by to obtain the following term. Here, r = 3. Observe that: r = a 2 a 1

a 3 a 2

ak + 1 ak k โˆˆZ

( ) =^ โ€ฆ

The following information completely determines our sequence: The sequence is geometric. (Initial term) a 1 = 2 (Common ratio) r = 3

PART B : FORMULA FOR THE GENERAL n th TERM OF A GEOMETRIC SEQUENCE Letโ€™s begin with a 1 and keep multiplying by r until we obtain an expression for an , where n โˆˆZ

. a 1 = a 1 a 2 = a 1 โ‹… r a 3 = a 1 โ‹… r 2 a 4 = a 1 โ‹… r 3 ๏ an = a 1 โ‹… r nโˆ’ 1 The general n th term of a geometric sequence with initial term a 1 and common ratio r is given by: an = a 1 โ‹… r nโˆ’ 1 Think: As with arithmetic sequences, we take n โˆ’ 1 steps to get from a 1 to an. Note: Observe that the expression for an is exponential in n. This reflects the fact that geometric sequences often arise from exponential models, for example those involving compound interest or population growth.

Example Find the 6 th term of the geometric sequence: 2, โˆ’ 1 ,

(Assume that 2 is the โ€œfirst term.โ€) Solution Here, a 1 = 2 and r = โˆ’

an = a 1 โ‹… r nโˆ’ 1

a 6 = ( 2 ) โˆ’

6 โˆ’ 1

5

Observe that, as n โ†’ โˆž , the terms of this sequence approach 0. Assume a 1 โ‰  0. Then, a 1 โ‹… r nโˆ’ 1

( โ†’^0 as^ n^ โ†’^ โˆž) โ‡”^ ( โˆ’^1 <^ r^ <^1 )

i.e., r < 1

Example Find the 6 th partial sum of the geometric sequence 2, โˆ’ 1 ,

Solution Recall that a 1 = 2 and r = โˆ’

for this sequence. We found in the previous Example that: a 6 = โˆ’

We will use our formula to evaluate: S 6 = 2 โˆ’ 1 +

Using our formula directly: Sn = a 1 โˆ’ a 1 r n 1 โˆ’ r or a 1 1 โˆ’ r n 1 โˆ’ r

If we use the second version on the right โ€ฆ Sn = a 1 1 โˆ’ r n 1 โˆ’ r

S 6 = 2

6 1 โˆ’ โˆ’

21 63 32 64

1 (^31)

We can also use the first version and the โ€œfirst in โ€“ first outโ€ idea: S 6 = 2 โˆ’ 1 +

โ€œFirst outโ€ is: a 7 =

Sn = a 1 โˆ’ a 1 r n 1 โˆ’ r S 6 =

21 63 16 32

1 (^31) =

Example The geometric series 2 + 6 + 18 + 54 + ... has no sum, because: lim nโ†’โˆž Sn = โˆž Example The geometric series 1 โˆ’ 1 + 1 โˆ’ 1 + ... has no sum, because the partial sums do not approach a single real number. Observe: 1 S 1 = 1

S 2 = 0

S 3 = 1

S 4 = 0

An infinite geometric series converges โ‡” ( โˆ’ 1 < r < 1 )

i.e., r < 1

Take another look at the Examples of this Part. It is true that an infinite geometric series converges โ‡” Its terms approach 0. Warning: However, this cannot be said about series in general. For example, the famous harmonic series

k = 1 k โˆž

โˆ‘ =^1 +^

  • โ€ฆ does not converge, even though the terms of the series approach 0. In order for a series to converge, it is necessary but not sufficient for the terms to approach 0. No infinite arithmetic sequence (such as 2 + 5 + 8 + 11 + โ€ฆ ) can have a sum, unless you include 0 + 0 + 0 + ... as an arithmetic sequence.

The sum of a convergent infinite geometric series with initial term a 1 and common ratio r , where โˆ’ 1 < r < 1 i.e., r < 1

, is given by: S = a 1 1 โˆ’ r Technical Note: This comes from our partial sum formula Sn = a 1 โˆ’ a 1 r n 1 โˆ’ r and the fact that a 1 r n

( โ†’^0 as^ n^ โ†’^0 ) if^ โˆ’^1 <^ r^ <^1

i.e., r < 1

Example Write 0. 81 as a nice (simplified) fraction of the form integer integer

Recall how the repeating bar works: 0. 81 = 0.81818181... Note: In Arithmetic, you learned how to use long division to express a โ€œniceโ€ fraction as a repeated decimal; remember that rational numbers can always be expressed as either a terminating or a โ€œnicelyโ€ repeating decimal. Now, after all this time, you will learn how to do the reverse! Solution

  1. 81 can be written as: 0.81 + 0.0081 + 0.000081 + ... Observe that this is a geometric series with initial term a 1 = 0.81 and common ratio r =

= 0.01; because r < 1 , the series converges. The sum of the series is given by: S = a 1 1 โˆ’ r