Sequences and Series Flashcards
Write Σn=14 an longhand.
Σn=14 an = a1 + a2 + a3 + a4
What is the basic formula for finding the nth term of an arithmetic sequence?
The nth term in an arithmetic sequence is given by
an = a1 + (n - 1)d
Where a1 is the first term in the sequence, d is the common difference, and n is the number of the term to find.
What is the basic formula for finding the nth term of a geometric sequence?
The nth term in a geometric sequence is given by
an = arn-1
Where a is the first term in the sequence, r is the factor between the terms (called the common ratio), and n is the number of the term to find.
What are the two variations on the formula for finding the sum of a given number of terms in an arithmetic sequence?
The following formula can be used to find the sum of a certain number of terms of an arithmetic sequence
Sn = n/2 [a + l]
or
Sn = n/2 [2a + (n - 1)d)]
where Sn is the sum of n terms (nth partial sum),
a is the first term, and l is the last (nth) term. n is the number of terms and d is the common difference.
In general, if you have n different terms, how many different arrangments can they form?
The number of possible combinations of n number of terms is called the n-factorial.
The n-factorial written as n! can be found using the following:
n! = n x (n - 1) x (n - 2) x … x 2 x 1
What does (3!) / (0!) evaluate to?
(3!) / (0!) = 6 / 1
= 6
What does (5!) / ([5-2]! • 2!) evaluate to?
(5!) / ([5-2]! • 2!) = (5!) / (3! • 2!)
= (5x4x3x2x1) / ([3x2x1] • [2x1])
= (5x4) / (2x1)
= 20 / 2
= 10
Given that n! = n x (n - 1)! evaluate the following:
n! / (n - 1)!
n! / (n - 1)! = [n x (n - 1)!] / (n - 1)!
= n
What is the formula for finding the nth triangle number?
xn = n(n + 1) / 2
e.g. The fifth triangle number, x5 = 5(5 + 1) / 2
= 15
Simplify Σr=1n af(r)
Hint: it’s to do with the constant term.
Σr=1n af(r) = aΣr=1n f(r)
e.g. Σr=13 3r2 = 3(12) + 3(22) + 3(32)
= 3[12 + 22 + 32 ]
= 3Σr=13 r2
= 90
Simplify Σr=1n a
Σr=1n a = a + a + … + a
= na
What are the two variations on the formula for a Geometric Series?
The following formulae can be used to find the sum of a certain number of terms of a geometric sequence
Sn = [a (rn - 1)] / [r - 1]
used when r > 1
or
Sn = [a (1 - rn)] / [1 - r]
used when r < 1
where Sn is the sum of n terms (nth partial sum),
a is the first term, r is the common ratio, and n is the number of terms.
What is the formula for a Geometric Series when n→infinity ?
When n→infinity the formula for a geometric series becomes:
Sinfinity = a / [1 - r]
Because:
If -1 < r < 1
and n is large
Sn = [a (1 - rn)] / [1 - r]
= a / [1 - r]
Since rn → 0, n → infinity