Series Flashcards
Arithmetic Sequence
General form:
f(n) = a + (n-1)d
Recursive form:
f(n+1) = f(n) + d
a = first term
d = common difference
n = input
Geometric Sequence
General form:
f(n) = ar^n-1
Recursive form:
f(n+1) = f(n)*r
a = first term
r = common ratio
n = input
Harmonic Sequence
General form:
f(n) = 1/[a + (n-1)d]
Recursive form:
f(n+1) = f(n) + d
Arithmetic Series (Sn)
n/2 [2a + (n-1)d]
Geometric Series (Sn)
a(1-r^n)
————
1 - r
What is Test 1 for convergence?
If lim n->∞ Un = 0, the series may converge or diverge
If lim n->∞ Un ≠ 0, the series diverges
What is test 2 for convergence
1 1 1 1
— + — + — + —
1^p 2^p 3^p 4^p
p > 1 = converges
p ≤ 1 = diverges
Test 3 for convergence
Lim Un + 1
n->∞ ——— =
. Un
< 1 = converges
> 1 = diverges
= 1 = dk
What is the difference between absolute and conditional convergence
absolutely convergent = If Σ|Un| converges
conditionally convergent = If Σ|Un| doesn’t converge, but ΣUn
Maclaurin’s Series
f(x) ≡ f(0) + xf’(0) + x^2 f’’(0)/2! + x^3 f’’’(0)/3! + …
Taylor’s Series
f(x+a) ≡ f(a) + xf’(a) + x^2 f’’(a)/2! + x^3 f’’’(a)/3! + …
How do you calculate an indeterminate using L’Hôpital’s rule
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