Sequences & Series Flashcards

(25 cards)

1
Q

What’s a sequence?

A

A function whose domain is a subset of natrual numbers. The range values are called terms of the sequence (t (subscript n))

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

What does n represent in a term?

A

The term number/position

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

Describe an arithmetic sequence

A

a, a + d, a + 2d

a is the first term, d is the common difference

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

How do you find the common difference using terms?

A

d = tn - t(n-1)

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

What is the general term of an arithmetic seq?

A

tn = a + (n - 1)d, where n is the number of terms

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

What’s the formula for the mean of an arithmetic seq?

A

Mean = (a + b) / 2

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

Describe a geometric sequence

A

a, ar, ar^2

a is the first term, r is the common ratio

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

How do you find the common ratio using terms?

A

r = tn / t(n-1)

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

What is the general term of a geometric seq?

A

tn = ar^(n-1)

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

What’s the formula for the mean of a geometric seq?

A

mean = sqrt(ab)

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

What is a recursive formula?

A

A formula that depends on what comes before to define a term

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

What is the explicit formula?

A

A formula used to directly find any term

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

What’s a series?

A

A series is the sum of all terms in a sequence

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

What’s the general formula for a series sum?

A

Sn = t1 = t2 + — + tn

Useful modification: S(n-1) = t1 + t2 + — = t(n-1).
tn is left out

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

How can you find the value of a term using 2 different sum formulas?

A

tn = Sn - S(n-1)

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

What are the 2 formulas for the sum of an arithmetic series?

A

Sn = (n/2)(a + tn)
Sn = (n/2)(2a + (n - 1)d)

17
Q

What are the 2 formulas for the sum of a geometric series?

A

Sn = a(1 - r^n) divided by 1 - r
Sn = a(r^n - 1) divided by r - 1

In both cases, r is not equal to 0 or 1

18
Q

What’s the formula for an infinite geometric series and when do you have this case?

A

S(infinity) = a / (1-r)
It occurs when |r| <= 1, so -1 < r < 1
n approaches infinity

19
Q

What are the main applications of series?

A

Simple interest (arithmetic series) and compound interest (geometric series)

20
Q

What’s the formula for simple interest?

A

I = P x r x t

21
Q

What’s the formula for compound interest?

A

A = P(1 + i/n)^nt

22
Q

How do you solve problems w/ deposits and withdrawals?

23
Q

What is sigma notation?

A

A concise way to write the sum of many terms in a sequence. The nth partial sum of a series is the sum of the 1st n terms of that series

24
Q

What is the upper limit, lower limit, and general term in sigma notation?

A

The upper limit (n) is the ending term number, the lower limit (i) is the starting term number, the general term corresponds to the index i

25
What are the 4 properties of sigma?
Review in notes