Series Flashcards

1
Q

Arithmetic Sequence

A

General form:
f(n) = a + (n-1)d

Recursive form:
f(n+1) = f(n) + d

a = first term
d = common difference
n = input

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

Geometric Sequence

A

General form:
f(n) = ar^n-1

Recursive form:
f(n+1) = f(n)*r

a = first term
r = common ratio
n = input

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

Harmonic Sequence

A

General form:
f(n) = 1/[a + (n-1)d]

Recursive form:
f(n+1) = f(n) + d

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

Arithmetic Series (Sn)

A

n/2 [2a + (n-1)d]

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

Geometric Series (Sn)

A

a(1-r^n)
————
1 - r

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

What is Test 1 for convergence?

A

If lim n->∞ Un = 0, the series may converge or diverge

If lim n->∞ Un ≠ 0, the series diverges

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

What is test 2 for convergence

A

1 1 1 1
— + — + — + —
1^p 2^p 3^p 4^p

p > 1 = converges
p ≤ 1 = diverges

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

Test 3 for convergence

A

Lim Un + 1
n->∞ ——— =
. Un

< 1 = converges
> 1 = diverges
= 1 = dk

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

What is the difference between absolute and conditional convergence

A

absolutely convergent = If Σ|Un| converges

conditionally convergent = If Σ|Un| doesn’t converge, but ΣUn

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

Maclaurin’s Series

A

f(x) ≡ f(0) + xf’(0) + x^2 f’’(0)/2! + x^3 f’’’(0)/3! + …

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

Taylor’s Series

A

f(x+a) ≡ f(a) + xf’(a) + x^2 f’’(a)/2! + x^3 f’’’(a)/3! + …

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

How do you calculate an indeterminate using L’Hôpital’s rule

A

Lim f(x) Lim f’(x)
x->a —— = x->a ——
. g(x) g’(x)

  • carry on differentiating until you get a non 0 or ∞ value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly