3 - sequences and series

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

whats an arithmetic sequence

a list of numbers with a common difference

2
New cards

formula for arithmetic sequence

a + (n-1)d

3
New cards

whats an arithmetic series

where you add up the numbers in an arithmetic sequence

4
New cards

formula for sum of series

n/2 [2a + (n-1)d]

5
New cards

what’s an easier way of thinking of this formula

(a+(n-1)d) = the last term

SO

its n/2 (first term + last term)

6
New cards

proof for sum of arithmetic series formula

  1. write out Sn in simple terms

a + (a+d) + (a+2d) + … (a+(n-1)d)

  1. write that out backwards, then add the two lists as Gauss’ reversing method stipulates

(2a+(n-1)d) + (2a+(n-1)d) + … (2a+(n-1)d)

  1. simplify the sum by saying its n multiples of (2a+(n-1)d) (because you have to add it n times)

n(2a+(n-1)d)

  1. divide it all by two as Gauss’ reversing method stipulates

n/2 (2a+(n-1)d)

7
New cards

what is a geometric sequence

a list of numbers with a common ratio

8
New cards

what is the formula for the common ratio

r = current term/prev term

9
New cards

formula for a geometric sequence

ar(n-1)

10
New cards

what is a geometric series

when you add the numbers in a geometric sequence

11
New cards

formula for sum of geometric series

.

<p>.</p>
12
New cards

proof for sum of geometric series

  1. write out Sn in simple terms

a + ar + ar2 + …ar (n-1)

  1. multiply this equation by r

ar + ar2 + ar3 + arn

  1. subtract the second equation from the first one (this works bc everything but the end terms cancel out)

Sn - rSn = a - arn 

  1. factorise either side

Sn (1-r) = a (1-rn)

  1. divide both sides by (1-r)

Sn = [a(1-rn)]/[1-r]