Infinite sequence : An ordered list of numbers, written as a_n, and can be viewed as a function whose domain is the positive integers or another specified integer index set.
Sequence convergence : A sequence converges to L when its terms become arbitrarily close to L as n approaches infinity; if no finite limit exists, the sequence diverges.
Monotonic Sequence Theorem : Every bounded monotonic sequence converges; in particular, an increasing sequence bounded above or a decreasing sequence bounded below converges.
π Essential Points
The sequence r^n converges precisely when -1 < r <= 1, with limit 0 for -1 < r < 1 and limit 1 for r = 1.
π 2. Geometric and Infinite Series
π Key Concepts & Definitions
Infinite series : Defined through its partial sums, and it converges when the sequence of partial sums approaches a finite real number.
β Must-know
π Formula β The nth partial sum is snβ=βi=1nβaiβ.
π Formula β The geometric series βn=1ββarnβ1 converges when β£rβ£<1 and then has sum 1βraβ.
π If the limit of a_n is nonzero or does not exist, then the series sum a_n diverges; if a_n approaches zero, the test is inconclusive.
Further detail
The harmonic series βn=1ββn1β diverges even though its terms approach zero.
π 3. Integral and P-Series Tests
β Must-know
π If f is continuous, positive, and decreasing on the relevant tail and a_n=f(n), then sum a_n and the improper integral of f have the same convergence behavior.
π The p-series βn=1ββnp1β converges when p>1 and diverges when p<=1.
π Formula β For a convergent positive decreasing series with a_n=f(n), the remainder satisfies β«n+1ββf(x)dxβ€Rnββ€β«nββf(x)dx.
Further detail
For the series sum 1/n^3, the integral remainder bound gives R_n <= 1/(2n^2), so at least 32 terms guarantee an error below 0.0005.
π 4. Direct and Limit Comparison
β Must-know
π For nonnegative terms, if 0 <= a_n <= b_n and sum b_n converges, then sum a_n converges; if a_n >= b_n >= 0 and sum b_n diverges, then sum a_n diverges.
π For positive-term series, if the limit of a_n/b_n is c with 0<c<infinity, then sum a_n and sum b_n either both converge or both diverge.
Further detail
For rational or algebraic terms, compare dominant powers of n with a known p-series, choosing an upper bound for convergence or a lower bound for divergence.
π If 0 <= a_k <= b_k for every k>n, then the tail remainder R_n of sum a_k is at most the tail T_n of sum b_k.
π 5. Alternating and Absolute Convergence
β Must-know
π The alternating series sum (-1)^n b_n converges when b_n is decreasing and approaches zero.
π Formula β For an alternating series satisfying the test conditions, the remainder obeys β£Rnββ£β€bn+1β.
A series is absolutely convergent when sum |a_n| converges, and conditionally convergent when sum a_n converges but sum |a_n| diverges.
Further detail
Every rearrangement of an absolutely convergent series has the same sum, while rearranging a conditionally convergent series can change its sum.
π‘ Memory Hook
Decrease, approach zero, then estimate the remainder.
π 6. Choosing a Convergence Test
β Must-know
A series should be classified by its form:
first inspect the term limit
then check p-series or geometric forms
sign patterns
algebraic structure
finally factorial
exponential
integral
ratio
root patterns
Further detail
The supplied material suggests the Ratio Test for factorials, products, or constant-to-n terms and the Root Test for terms of the form (b_n)^n, but does not provide their full theorem statements.
The Ratio Test is warned against for p-series and rational or algebraic terms because the ratio a_(n+1)/a_n tends to 1 there.
π 7. Power Series Representations
β Must-know
π Formula β The geometric template is 1βx1β=βn=0ββxn for |x|<1.
New power-series representations can be obtained by substituting an expression for x into a known series and transforming the convergence condition accordingly.
π Formula β Inside its radius of convergence, a power series can be differentiated term by term as dxdββn=0ββcnβ(xβa)n=βn=1ββncnβ(xβa)nβ1.
Further detail
Term-by-term differentiation and integration preserve the radius of convergence of a power series, although endpoint behavior may require separate analysis.
π 8. Taylor and Maclaurin Series
π Essential Points
π Formula β For a Taylor series centered at a, the coefficient of (x-a)^n is cnβ=n!f(n)(a)β.
π Formula β The nth Taylor polynomial centered at a is Tnβ(x)=βi=0nβi!f(i)(a)β(xβa)i.
A formal Taylor series equals the function only when the remainder R_n(x)=f(x)-T_n(x) approaches zero on the interval under consideration.
π Formula β Taylor's Inequality states that if |f^(n+1)(x)| <= M on |x-a| <= d, then β£Rnβ(x)β£β€(n+1)!Mβ£xβaβ£n+1β.
π 9. Standard Maclaurin Series
β Must-know
π Formula β The Maclaurin series for e^x is ex=βn=0ββn!xnβ and has radius of convergence infinity.
π Formula β The standard series include sinx=βn=0ββ(2n+1)!(β1)nx2n+1β and cosx=βn=0ββ(2n)!(β1)nx2nβ, both with infinite radius.
Further detail
π Formula β The standard series include arctanx=βn=0ββ2n+1(β1)nx2n+1β and ln(1+x)=βn=1ββn(β1)nβ1xnβ, each with radius 1.
π Formula β The binomial series is (1+x)k=βn=0ββ(nkβ)xn for |x|<1, and it terminates for positive integer k.
π 10. Taylor Approximation and Error
β Must-know
To approximate with a Taylor polynomial, choose a center a, compute derivatives through order n, construct T_n, and bound the next derivative over the whole interval.
π Taylor approximation error can be estimated by evaluating the remainder, using the alternating-series estimate when applicable, or applying Taylor's Inequality when a derivative bound is available.
Further detail
π Formula β The linear Taylor approximation is T1β(x)=f(a)+fβ²(a)(xβa).
For f(x)=x^(1/3) centered at 8, the second-degree Taylor polynomial is T2β(x)=2+121β(xβ8)β2881β(xβ8)2, and on 7<=x<=9 the lecture obtains |R_2(x)|<0.0004.
Using the binomial series for (1+x)^(-1/2) with x=-v^2/c^2, relativistic kinetic energy reduces for v much less than c to approximately (1/2)m_0v^2.
π Synthesis Tables
Convergence Test Selection
Series form
Suggested test
Key condition
Nonzero or nonexistent term limit
Test for Divergence
lim a_n is not 0
1/n^p
P-Series
p>1 converges; p<=1 diverges
a r^n
Geometric Series
|r|<1
Alternating (-1)^n b_n
Alternating Series Test
b_n decreases and tends to 0
Rational or algebraic terms
Comparison
Use dominant powers of n
Factorials or products
Ratio Test
Only source-limited guidance provided
Test your knowledge
Test your knowledge on Infinite Series and Taylor Methods with 29 multiple-choice questions with detailed corrections.
1. What is an infinite sequence?
2. Which statement correctly describes convergence of a sequence?