(y1 only) sequences and series whole topic

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

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.

22 Terms

1
New cards

sequence

a list of items e.x. 1, 2, 3 ...

2
New cards

series

the sum of a list of terms e.x. 1 + 2 + 3...

3
New cards

sequence and series definitions

increasing and decreasing- each term is greater/lesser than the previous

periodic- the terms repeat in a cycle (u^(n + k) = u^n with an order of k (k unique terms that repeat))

4
New cards

arithmetic sequences

sequences with a common difference between each term

e.x. a, a + d, a + 2d

the nth term is given by u^n = a + (n - 1)d

5
New cards

arithmetic series

sum of the terms of an arithmetic sequence

given by s^n = (n/2)(2a + (n - 1)d) or s^n = (n/2)(a + l)

where n is the number of terms, a is the first term, d is the common difference and l is the last term

6
New cards

proving arithmetic serieses

S^n = a + (a + d) + (a + 2d) ... (a + (n - 2)d) + (a + (n - 1)d)

S^n = (a + (n - 1)d) + (a + (n - 2)d) ... (a + 2d) + (a + d) + a

2S^n = n(2a + (n - 1)d)

therefore S^n = (n/2)(2a + (n - 1)d)

7
New cards

geometric sequences

sequences where each term is r times the last

a, ar, ar^2, ar^3 ...

r is the common ratio

8
New cards

geometric sequence equation

the nth term is given by u^n = ar^(n - 1)

also, u^(k + 1)/u^k = u^(k + 2)/u^(k + 1) = r (pick any two pairs of adjacent terms, and the bigger divided by the smaller is the same for each)

9
New cards

geometric series

the sum of the terms of a geometric sequence

s^n = a(1 - r^n)/(1 - r)

also, by multiplying each side by -1:

s^n = a(r^n - 1)/(r - 1)

(invalid when r = 1 as division by zero)

10
New cards

proving geometric series equation

S^n = a + ar ... ar^(n - 1)

rS^n = ar + ar^2 ... ar^n

S^n - rS^n = a - ar^n

S^n(1 - r) = a(1 - r^n)

therefore S^n = a(1 - r^n)/(1 - r)

11
New cards

convergent and divergent sequences

sequences where the terms tend to a fixed limit or to infinity

12
New cards

convergent and divergent series

series where the sum tends to a fixed limit or to infinity

13
New cards

sum to infinity

the sum of the first n terms for geometric sequences as n approaches infinity

S^inf = a/(1 - r) (only works for convergent sequences, divergent sequences give infinity)

14
New cards

recurrence relations

a way of defining a sequence where each term is given as a function of the previous

e.x. u^(n + 1) = 2u^(n) + 4

15
New cards

sigma notation

∑- denotes the sum of a series

the number below denotes the first value of r and the number above denotes the last, and the equation to the right denotes the equation applied to r

16
New cards

binomial expansion

the process of expanding (a+b)^n expressions

17
New cards

pascal’s triangle

used to help binomial expansion- the (n+1)th row gives the coefficients in the expansion of (a+b)^n

formed by adding adjacent pairs of numbers to find the numbers on the next row

<p>used to help binomial expansion- the (n+1)th row gives the coefficients in the expansion of (a+b)^n</p><p>formed by adding adjacent pairs of numbers to find the numbers on the next row</p>
18
New cards

factorial notation

n! used to help binomial expansion, quicker than Pascal's Triangle for larger indices

19
New cards

nCr

nCr = n!/r!(n-r)!

gives the coefficient for the rth term for (kx+c)^n

the rth entry in the nth row of pascal's triangle is given by (n-1)C(r-1)

20
New cards

binomial expansion

a rule allowing for the quick expansion of brackets e.x.

(a+b)^n = a^n + (nC1)a^(n-1)b + (nC2)a(n-2)b^2 ...

21
New cards

finding coefficiencts

the coefficient of x^n in the binomial expansion (kx + c)^m is:

(mCn)(k^n)(c^(m-n))

22
New cards

binomial estimation

when x is less than 1, larger powers can be ignored to produce an estimation of the value of a binomial expression as their value will be negligible. the amount of terms to include in the estimation will be provided