Topics · 18 formulas

Sequences & Series

Convergence tests, power series, Taylor and Maclaurin series.

Sequence Convergence

limnan=L{an} converges to L\lim_{n \to \infty} a_n = L \Rightarrow \{a_n\} \text{ converges to } L

A sequence {aₙ} converges if the limit of its terms as n→∞ exists and is finite.

Sequences

Open formula

Geometric Sequence

an=a1rn1a_n = a_1 \cdot r^{n-1}

Each term is obtained by multiplying the previous term by a constant ratio r. Converges if |r| < 1.

Sequences

Open formula

Arithmetic Sequence

an=a1+(n1)da_n = a_1 + (n-1)d

Each term is obtained by adding a constant difference d to the previous term. Always diverges (unless d = 0).

Sequences

Open formula

Series (Partial Sums)

n=1an=limNn=1Nan=limNSN\sum_{n=1}^{\infty} a_n = \lim_{N \to \infty} \sum_{n=1}^{N} a_n = \lim_{N \to \infty} S_N

An infinite series is the limit of its partial sums. If the limit exists and is finite, the series converges.

Series Types

Open formula

Geometric Series

n=0arn=a1rif r<1\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r} \quad \text{if } |r| < 1

A geometric series converges if and only if |r| < 1, and its sum is a/(1-r).

Series Types

Open formula

p-Series

n=11np converges if p>1, diverges if p1\sum_{n=1}^{\infty} \frac{1}{n^p} \text{ converges if } p > 1 \text{, diverges if } p \leq 1

The p-series is a fundamental test case. The harmonic series (p = 1) diverges. For p > 1, the series converges.

Series Types

Open formula

Divergence Test

limnan0an diverges\lim_{n \to \infty} a_n \neq 0 \Rightarrow \sum a_n \text{ diverges}

If the terms do not approach zero, the series diverges. CAUTION: If the limit IS zero, the test is inconclusive (the series may still diverge).

Convergence Tests

Open formula

Integral Test

f(n)=an,  f positive, continuous, decreasing:an and 1f(x)dx both converge or both divergef(n) = a_n,\; f \text{ positive, continuous, decreasing}: \sum a_n \text{ and } \int_1^{\infty} f(x)\, dx \text{ both converge or both diverge}

If f is positive, continuous, and decreasing for x ≥ N, then the series and the improper integral either both converge or both diverge.

Convergence Tests

Open formula

Comparison Test

0anbn:bn conv.an conv.;an div.bn div.0 \leq a_n \leq b_n: \sum b_n \text{ conv.} \Rightarrow \sum a_n \text{ conv.}; \quad \sum a_n \text{ div.} \Rightarrow \sum b_n \text{ div.}

Compare with a known series. If the larger series converges, so does the smaller. If the smaller diverges, so does the larger.

Convergence Tests

Open formula

Limit Comparison Test

limnanbn=L>0an and bn both converge or both diverge\lim_{n \to \infty} \frac{a_n}{b_n} = L > 0 \Rightarrow \sum a_n \text{ and } \sum b_n \text{ both converge or both diverge}

If the ratio of terms approaches a positive finite limit, the two series have the same convergence behavior.

Convergence Tests

Open formula

Alternating Series Test

(1)nbn converges if bn>0,  bn+1bn,  limbn=0\sum (-1)^n b_n \text{ converges if } b_n > 0,\; b_{n+1} \leq b_n,\; \lim b_n = 0

An alternating series converges if the absolute values of terms are decreasing and approach zero. The error after N terms is at most |b_{N+1}|.

Convergence Tests

Open formula

Ratio Test

L=limnan+1an:L<1conv.,  L>1div.,  L=1inconclusiveL = \lim_{n \to \infty} \left|\frac{a_{n+1}}{a_n}\right|: \quad L < 1 \Rightarrow \text{conv.},\; L > 1 \Rightarrow \text{div.},\; L = 1 \Rightarrow \text{inconclusive}

The ratio test: compute the limit of the absolute ratio of consecutive terms. Particularly useful for series with factorials or exponentials.

Convergence Tests

Open formula

Power Series

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

A power series centered at a. It converges for |x - a| < R (radius of convergence) and diverges for |x - a| > R. Check endpoints separately.

Power & Taylor Series

Open formula

Radius of Convergence

R=limncncn+1orR=1lim supcn1/nR = \lim_{n \to \infty} \left|\frac{c_n}{c_{n+1}}\right| \quad \text{or} \quad R = \frac{1}{\limsup |c_n|^{1/n}}

The radius of convergence R determines where a power series converges absolutely. Often found via the ratio or root test.

Power & Taylor Series

Open formula

Taylor Series

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

The Taylor series represents a function as an infinite sum of terms calculated from the values of its derivatives at a single point a.

Power & Taylor Series

Open formula

Maclaurin Series

f(x)=n=0f(n)(0)n!xn(Taylor series at a=0)f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}x^n \quad \text{(Taylor series at } a = 0\text{)}

A Maclaurin series is a Taylor series centered at a = 0. Common Maclaurin series: eˣ, sin x, cos x, 1/(1-x), ln(1+x).

Power & Taylor Series

Open formula

Taylor Polynomial Error Bound

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

The Lagrange error bound (Taylor remainder): the error in the nth-degree Taylor approximation is bounded by M|x-a|^(n+1)/(n+1)!, where M is the max of |f⁽ⁿ⁺¹⁾| on the interval.

Power & Taylor Series

Open formula

Root Test

L=limnann:L<1conv.,  L>1div.,  L=1inconclusiveL = \lim_{n \to \infty} \sqrt[n]{|a_n|}: \quad L < 1 \Rightarrow \text{conv.},\; L > 1 \Rightarrow \text{div.},\; L = 1 \Rightarrow \text{inconclusive}

The root test: compute the limit of the nth root of |aₙ|. Useful when terms involve nth powers.

Convergence Tests

Open formula