Definition and Notation
Infinite Series Concept
Infinite series: sum of infinitely many terms from a sequence. Notation: ∑n=1∞ an. Objective: analyze sum behavior as terms extend indefinitely.
Sequence vs Series
Sequence: ordered list {an}. Series: sum Sn = a1 + a2 + ... Partial sums Sn form sequence converging if series converges.
Summation Notation
Symbol ∑ denotes sum. Index n runs from initial term to ∞. Example: ∑n=0∞ xn = 1 + x + x² + ...
Partial Sums and Convergence
Partial Sums Definition
Partial sum SN: sum of first N terms, SN = ∑n=1N an. Series converges if limit S = limN→∞ SN exists and is finite.
Convergent vs Divergent Series
Convergent: partial sums approach finite value. Divergent: partial sums fail to approach finite limit (may oscillate or grow unbounded).
Examples
Convergent: ∑ 1/2n = 1. Divergent: harmonic series ∑ 1/n diverges.
S_N = a_1 + a_2 + ... + a_NSeries sum S = lim_{N→∞} S_N (if exists)Tests for Convergence
Comparison Test
Compare an with known series bn. If 0 ≤ an ≤ bn and ∑ bn converges, then ∑ an converges.
Ratio Test
Compute L = limn→∞ |an+1/an|. If L < 1, series converges absolutely. If L > 1, diverges. If L = 1, test inconclusive.
Root Test
Compute L = limn→∞ (|an|)1/n. Same criteria as ratio test.
Integral Test
Link series ∑ an to integral ∫ f(x) dx if an = f(n), positive decreasing. Series converges iff integral converges.
Alternating Series Test
For series with terms alternating in sign, convergence if terms decrease in magnitude to zero.
| Test | Condition | Result |
|---|---|---|
| Ratio Test | L = lim |an+1/an| | Converges if L < 1, diverges if L > 1 |
| Root Test | L = lim (|an|)1/n | Converges if L < 1, diverges if L > 1 |
| Comparison Test | 0 ≤ an ≤ bn, ∑ bn converges | ∑ an converges |
Geometric Series
Definition and Formula
General form: ∑n=0∞ arn, a ≠ 0, r common ratio. Sum S = a/(1-r) if |r| < 1.
Convergence Condition
Series converges if and only if |r| < 1. Diverges otherwise.
Partial Sum Formula
S_N = a (1 - r^{N+1}) / (1 - r)Applications
Modeling exponential decay/growth, financial calculations, signal processing.
Power Series
Definition
Series of form ∑n=0∞ cn(x - x0)n, variable x, center x0.
Radius of Convergence
Value R ≥ 0 such that series converges if |x - x0| < R, diverges if > R.
Determining Radius
Use ratio or root test on cn. Formulas: R = 1/limsup |cn|1/n.
Examples
Exponential: ex = ∑ xn/n!. Radius R = ∞.
Radius and Interval of Convergence
Radius of Convergence (R)
Distance from center where series converges absolutely. Calculated by ratio/root test.
Interval of Convergence
Set of x-values where series converges. Includes center ± R and endpoint behavior tested separately.
Endpoint Analysis
Convergence at endpoints determined by direct substitution and tests (e.g., alternating series test).
Example
ln(1+x) power series: radius R = 1, converges on (-1,1], diverges at x = -1.
Taylor and Maclaurin Series
Taylor Series Definition
Series expansion of f(x) about x = a: ∑n=0∞ (f(n)(a)/n!) (x-a)n.
Maclaurin Series
Taylor series centered at a = 0.
Derivation and Justification
Based on repeated differentiation and polynomial approximation of smooth functions.
Remainder Term
Measures error of finite partial sum. Lagrange form useful for bounding error.
f(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!} (x - a)^nR_N(x) = \frac{f^{(N+1)}(\xi)}{(N+1)!} (x - a)^{N+1}, \quad \xi \in (a, x)Operations on Infinite Series
Term-by-Term Addition and Subtraction
Series ∑ an and ∑ bn can be added/subtracted termwise if both converge.
Multiplication by Scalar
Multiply each term by constant c: ∑ c an. Convergence preserved.
Multiplication of Series (Cauchy Product)
Product ∑ cn where cn = ∑k=0n ak bn-k. If series absolutely convergent, product converges.
Differentiation and Integration
Power series can be differentiated/integrated termwise within radius of convergence.
Conditional and Absolute Convergence
Absolute Convergence
Series ∑ an converges absolutely if ∑ |an| converges. Implies convergence.
Conditional Convergence
Series converges but not absolutely. Example: alternating harmonic series.
Importance
Absolute convergence guarantees rearrangement invariance. Conditional convergence does not.
Riemann Series Theorem
Conditionally convergent series can be rearranged to converge to any value or diverge.
Important Special Series
Harmonic Series
∑ 1/n diverges slowly. Basis for many convergence comparisons.
Alternating Harmonic Series
∑ (-1)n+1/n converges conditionally to ln(2).
p-Series
∑ 1/np converges if p > 1, diverges otherwise.
Exponential Series
ex = ∑ xn/n! converges for all real x.
Binomial Series
(1+x)α = ∑ (α choose n) xn, converges for |x| < 1.
Applications of Infinite Series
Function Approximation
Use Taylor series to approximate functions near a point with polynomials.
Numerical Methods
Calculate values of transcendental functions, integrals, and solutions to differential equations.
Physics and Engineering
Model waveforms, quantum states, signal expansions, and perturbation solutions.
Probability and Statistics
Moment generating functions, distribution expansions, and limit theorems rely on series.
Complex Analysis
Power series expansions define analytic functions and help study singularities.
Common Errors and Misconceptions
Assuming Convergence from Term Limit
Limit of terms an → 0 necessary but not sufficient for convergence.
Confusing Conditional with Absolute Convergence
Rearranging terms affects conditionally convergent series, not absolutely convergent ones.
Ignoring Endpoint Convergence in Power Series
Radius alone doesn't guarantee endpoint inclusion; must test endpoints separately.
Misapplication of Ratio/Root Tests
Tests inconclusive if limit equals 1; other methods required.
Overlooking Domain of Validity
Series representations valid only within convergence intervals.
References
- Rudin, W., Principles of Mathematical Analysis, McGraw-Hill, 3rd ed., 1976, pp. 150-180.
- Apostol, T. M., Mathematical Analysis, Addison-Wesley, 2nd ed., 1974, pp. 200-230.
- Stein, E. M., Shakarchi, R., Real Analysis: Measure Theory, Integration, and Hilbert Spaces, Princeton University Press, 2005, pp. 95-120.
- Knopp, K., Infinite Sequences and Series, Dover Publications, 1990, pp. 45-90.
- Spivak, M., Calculus, Publish or Perish, 4th ed., 2008, pp. 310-345.