Series Flashcards
What is a series and a partial sum?
Sn = Σi=0n ai is the nth partial sum of the series Σi=0∞ai
The initial term does not need to be indexed as the 0th term
What is a Cauchy sequence?
A sequence of real numbers S1, S2, … is called a Cauchy sequence (or fundamental sequence) if for any ε > 0 there exists N0 such that for all i, j > N0, |Si - Sj| < ε
What is the relevance of Cauchy sequences to convergence?
A theorem states that a sequence of real numbers converges iff it is a Cauchy sequence
How do you find the formula for a geometric series?
Sn+1 = Sn + acn+1 = cSn + a, rearranging the two expressions gives the required formula when c ≠ 1
What is the nth degree Taylor polynomial of f around the point a?
Pn(x) = f(a) + f’(a)(x - a) + f’‘(a)(x - a)2/2! + … + f(n)(a)(x - a)n/n!
How can the Taylor polynomial be described?
Since Pn(k)(a) = f(k)(a) for each k = 0, …, n, Pn has the same ‘local information’ as f
What is the Taylor series?
When f has derivatives of all orders at x = a, its Taylor series about the point x = a is Σk=0∞ f(k)(a)(x - a)k/k!
When is a Taylor polynomial a good approximation of a function at a point?
When the Taylor series at x converges to f(x)
Taylor polynomials do not provide a good approximation of f at x if the series diverges for some x or the series converges for x but to a value other than f(x)
How can the linear approximation be derived?
L(x) = n + mx should have an error term f(x) - L(x) which goes to zero faster than x - a as x –> a, formally limx –> a (f(x) - L(x))/(x - a) = 0
This implies f(a) = L(a) so f(a) = n + ma and f is differentiable at a with f’(a) = L’(a) = m
Thus L(x) = f(a) + f’(a)(x - a)
Informally, f(x) ≈ f(a) + f’(a)(x - a)
Higher order Taylor polynomials are finding an error term which goes to zero faster than (x - a)n as x –> a
What is Taylor’s Remainder Theorem?
If f is n times continuously differentiable on [a, x], and n + 1 times differentiable on (a, x), then the error term Rn(x) = f(x) - Pn(x) = f(n+1)(c)(x - a)n+1/(n + 1)! for some c ∈ [a, x]
If x < a, replace x and a in the bounds