Sequences and Series Flashcards

1
Q

What is an AP?

A

Arithmetic sequence/series, is an initial number (a) that is constantly added to by another number (d)

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

What is a GP?

A

Geometric sequence/series, is an initial number (a) that is constantly multiplied by another number (r)

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

What is a Tn?

A

Term number, the number seen in the nth term of an AP or GP sequence

Sequence → Term

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

What is an Sn?

A

Sum number, the sum of all the values of an AP or GP series up to the nth value

Series → Sum

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

Tn for an AP?

A

Tn = a + d(n-1)

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

Sn for an AP?

A

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

OR

Sn = (n/2)(a + l)

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

Tn for a GP?

A

Tn = ar^(n-1)

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

Sn for a GP?

A

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

OR

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

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

What is a limiting sum?

A

For a GP, some numbers will add up infinity to a finite value

Sl = a/(1-r)
given that -1 < r < 1 or |r| < 1

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

Proving by Induction

1. First step?

A
  1. Prove for the 1st term or show that for n = first term applies to both the first number, the last number and whatever follows the equal sign

E.g.
5 + 10 + 20 +…+ 5•2^n = 5(2^(n+1) - 1) [for n≥0]
5 should = 5•2(0) should = 5(2^(0+1) - 1)
5 = 5 = 5, correct ✔️

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

Proving by Induction

2. Second step?

A
  1. Assume n = k

E.g.
5 + 10 + 20 +…+ 5•2^n = 5(2^(n+1) - 1) [for n≥0]
assume n = k
5 + 10 + 20 +…+ 5•2^k = 5(2^(k+1) - 1) ✔️

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

Proving by Induction

3. Third step?

A
  1. Prove for n = k + following term

E.g.
5 + 10 + 20 +…+ 5•2^n = 5(2^(n+1) - 1) [for n≥0]

5 + 10 + 20 +…+ 5•2^(k) + 5•2(k + 1) = 5(2^(k+2) - 1)
5(2^(k+1) - 1) + 5•2(k + 1) = 5(2^(k+2) - 1)
5(2^(k+2) - 1) = 5(2^(k+2) - 1) ✔️

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

Proving by Induction

4. Fourth step?

A
  1. Write conclusion

Proving for n = (first term), assuming n = k and further proving for
n = k + (whatever value is necessary), we see it is true for the whole equation; proven by induction. (write something like this) ∴

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