Sequences and Series Flashcards

1
Q

Write Σn=14 an longhand.

A

Σn=14 an = a1 + a2 + a3 + a4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the basic formula for finding the nth term of an arithmetic sequence?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the basic formula for finding the nth term of a geometric sequence?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the two variations on the formula for finding the sum of a given number of terms in an arithmetic sequence?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In general, if you have n different terms, how many different arrangments can they form?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does (3!) / (0!) evaluate to?

A

(3!) / (0!) = 6 / 1

= 6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does (5!) / ([5-2]! • 2!) evaluate to?

A

(5!) / ([5-2]! • 2!) = (5!) / (3! • 2!)

= (5x4x3x2x1) / ([3x2x1] • [2x1])

= (5x4) / (2x1)

= 20 / 2

= 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Given that n! = n x (n - 1)! evaluate the following:

n! / (n - 1)!

A

n! / (n - 1)! = [n x (n - 1)!] / (n - 1)!

= n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the formula for finding the nth triangle number?

A

xn = n(n + 1) / 2

e.g. The fifth triangle number, x5 = 5(5 + 1) / 2

= 15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Simplify Σr=1n af(r)

Hint: it’s to do with the constant term.

A

Σ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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Simplify Σr=1n a

A

Σr=1n a = a + a + … + a

= na

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two variations on the formula for a Geometric Series?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the formula for a Geometric Series when n→infinity ?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly