ACEpath
Select Subject
Select Unit

Sequence Vs. Series

  • Sequence: Ordered list of numbers {an}
  • Series: Sum of sequence terms: n=1an\sum_{n=1}^\infty a_n

Convergence Definition

Partial sums: SN=n=1NanS_N = \sum_{n=1}^N a_n

Series converges if limNSN\lim_{N \to \infty} S_N exists (finite).

r<1|r| < 1 For Convergence

|r| < 1 for Convergence

Geometric series: n=0arn=a1r\sum_{n=0}^\infty ar^n = \frac{a}{1-r} for |r| < 1

Integral Test Conditions And Application

If f(n) = an, f positive, continuous, decreasing on [k, ∞): n=kan and kf(x)dx\sum_{n=k}^\infty a_n \text{ and } \int_k^\infty f(x)dx both converge or both diverge.

P-series: 1np\sum \frac{1}{n^p}, Converges If p>1p>1

p-series: Σ\SigmaΣ(1/n^p), converges if p > 1

n=11np\sum_{n=1}^\infty \frac{1}{n^p}

  • Converges if p > 1
  • Diverges if p ≤ 1

Harmonic series (p = 1): Diverges

Direct Comparison Test

If 0 ≤ an ≤ bn:

  • bn\sum b_n converges -> an\sum a_n converges
  • an\sum a_n diverges -> bn\sum b_n diverges

Limit Comparison Test

If limnanbn=c\lim_{n \to \infty} \frac{a_n}{b_n} = c where 0 < c < ∞:

  • Both series have same convergence behavior

Alternating Series Test (Leibniz's Test)

For n=1(1)n1an\sum_{n=1}^\infty (-1)^{n-1}a_n or n=1(1)nan\sum_{n=1}^\infty (-1)^n a_n:

  • an positive
  • an decreasing
  • limnan=0\lim_{n \to \infty} a_n = 0

Then series converges.

Ratio Test

L=limnan+1anL = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|

  • L < 1: Converges absolutely
  • L > 1: Diverges
  • L = 1: Inconclusive

Absolute Convergence Implies Convergence

If an\sum |a_n| converges, then an\sum a_n converges absolutely.

Conditional convergence: an\sum a_n converges but an\sum |a_n| diverges.

Taylor Polynomial Formula Centered At x=ax=a

Taylor Polynomial Formula centered at x = a

Pn(x)=k=0nf(k)(a)k!(xa)kP_n(x) = \sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^k

Lagrange Error Bound Formula

Rn(x)Mxan+1(n+1)!|R_n(x)| \leq \frac{M|x-a|^{n+1}}{(n+1)!}

where M = max|f(n+1)| on interval between x and a.

Using Ratio Test To Find Radius Of Convergence

For n=0cn(xa)n\sum_{n=0}^\infty c_n(x-a)^n: R=limncncn+1R = \lim_{n \to \infty} \left| \frac{c_n}{c_{n+1}} \right|

Interval: (a - R, a + R); test endpoints separately.

Maclaurin (a=0a=0)

Maclaurin (a = 0)

f(x)=n=0f(n)(0)n!xnf(x) = \sum_{n=0}^\infty \frac{f^{(n)}(0)}{n!}x^n

Taylor Series Formula Centered At x=ax=a

Taylor Series Formula centered at x = a

f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n

Geometric Series As Power Series

11x=n=0xn,x<1\frac{1}{1-x} = \sum_{n=0}^\infty x^n, \quad |x| < 1

Term-by-term Differentiation/integration Within Radius Of Convergence

ddxn=0cn(xa)n=n=0ddx[cn(xa)n]\frac{d}{dx}\sum_{n=0}^\infty c_n(x-a)^n = \sum_{n=0}^\infty \frac{d}{dx}[c_n(x-a)^n]

n=0cn(xa)ndx=n=0cn(xa)ndx\int \sum_{n=0}^\infty c_n(x-a)^n dx = \sum_{n=0}^\infty \int c_n(x-a)^n dx