Lernzettel: Infinite Sequences and Series

Course Outline

  1. Sequence Limits and Behavior
  2. Infinite Series and Geometric Sums
  3. Integral Test and P-Series
  4. Direct and Limit Comparison
  5. Alternating and Absolute Convergence
  6. Choosing a Convergence Test
  7. Power Series Representations
  8. Taylor and Maclaurin Series
  9. Standard Maclaurin Series
  10. Taylor Approximation and Error

1. Sequence Limits and Behavior

Key Concepts & Definitions

  • Infinite sequence : An ordered list of numbers, commonly written as {an}\{a_n\}, where ana_n denotes the nth term and the domain consists of specified positive integers.
  • Sequence limit : The statement anLa_n\to L as nn\to\infty means that the terms become arbitrarily close to LL for sufficiently large nn; a finite limit implies convergence.

Essential Points

  • The sequence {rn}\{r^n\} converges precisely when 1<r1-1<r\leq1, with limit 00 for 1<r<1-1<r<1 and limit 11 for r=1r=1.

  • The Monotonic Sequence Theorem states that every bounded monotonic sequence converges, specifically an increasing sequence bounded above or a decreasing sequence bounded below.

2. Infinite Series and Geometric Sums

Key Concepts & Definitions

  • Infinite series : n=1an\sum_{n=1}^{\infty}a_n is defined through its partial sums sn=i=1nais_n=\sum_{i=1}^{n}a_i, and it converges when sns_n approaches a finite real number.

★ Must-know

📐 Formula — A geometric series satisfies n=1arn1=a1r\sum_{n=1}^{\infty}ar^{n-1}=\frac{a}{1-r} when r<1.|r|<1.

📌 If limnan\lim_{n\to\infty}a_n does not exist or is not zero, then an\sum a_n diverges by the Test for Divergence.

Further detail

  • The harmonic series n=11n\sum_{n=1}^{\infty}\frac{1}{n} diverges even though its terms approach zero.

Memory Hook

Terms → partial sums → total.

3. Integral Test and P-Series

★ Must-know

📌 The Integral Test applies when an=f(n)a_n=f(n) and ff is continuous, positive, and decreasing on the relevant tail; then an\sum a_n and 1f(x)dx\int_1^{\infty}f(x)\,dx either both converge or both diverge.

📐 Formula — The p-series n=11np\sum_{n=1}^{\infty}\frac{1}{n^p} converges when p>1p>1 and diverges when p1.p\leq1.

📐 Formula — For a convergent positive decreasing series with an=f(n)a_n=f(n), the remainder satisfies n+1f(x)dxRnnf(x)dx.\int_{n+1}^{\infty}f(x)\,dx\leq R_n\leq\int_n^{\infty}f(x)\,dx.

Further detail

  • For 1/n3\sum 1/n^3, the bound Rn1/(2n2)R_n\leq1/(2n^2) requires at least 32 terms to guarantee an error below 0.00050.0005.

4. Direct and Limit Comparison

★ Must-know

📌 For positive terms, Direct Comparison proves convergence when 0anbn0\leq a_n\leq b_n and bn\sum b_n converges, and proves divergence when anbn0a_n\geq b_n\geq0 and bn\sum b_n diverges.

📌 Limit Comparison applies to positive-term series when limnanbn=c\lim_{n\to\infty}\frac{a_n}{b_n}=c with 0<c<0<c<\infty; the two series then have the same convergence behavior.

Further detail

  • For rational or algebraic terms, compare dominant powers of nn with a known p-series, using Direct or Limit Comparison.

📌 If 0akbk0\leq a_k\leq b_k for all sufficiently large kk, then the remainder of the aka_k series is no larger than the corresponding remainder of the bkb_k series.

5. Alternating and Absolute Convergence

★ Must-know

📌 The Alternating Series Test proves convergence of (1)nbn\sum(-1)^nb_n when bnb_n decreases and bn0b_n\to0.

📐 Formula — For an alternating series satisfying the test conditions, the remainder obeys Rnbn+1,|R_n|\leq b_{n+1}, so the error is at most the first omitted magnitude.

  • A series is absolutely convergent when an\sum|a_n| converges, and conditionally convergent when an\sum a_n converges but an\sum|a_n| diverges.

Further detail

  • Absolute convergence implies ordinary convergence, and every rearrangement of an absolutely convergent series has the same sum.

Memory Hook

Decrease → zero → alternating convergence.

6. Choosing a Convergence Test

★ Must-know

  • 🔄 Process :
    1. To select a convergence test, first inspect the term limit
    2. check for a p-series or geometric form
    3. inspect signs and algebraic structure

Further detail

  • The supplied material suggests the Ratio Test for factorials, products, or constant-to-the-n terms, and the Root Test for terms of the form (bn)n(b_n)^n.

  • The supplied lecture warns that the Ratio Test is not useful for many rational or p-series terms because an+1/ana_{n+1}/a_n tends to 11.

Memory Hook

Term limit → exact form → signs → algebra.

7. Power Series Representations

★ Must-know

📐 Formula — For x<1|x|<1, the geometric identity is 11x=n=0xn.\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n.

  • Inside the radius of convergence, a power series may be differentiated or integrated term by term, and the resulting series has the same radius.

Further detail

  • Substituting x2-x^2 into the geometric series gives 11+x2=n=0(1)nx2n\frac{1}{1+x^2}=\sum_{n=0}^{\infty}(-1)^nx^{2n} for x<1|x|<1.

  • The supplied Bessel-function example has a power series converging for every real xx, so its domain is all real numbers and it can be differentiated term by term.

Memory Hook

Geometric template → substitution or calculus → new function series.

8. Taylor and Maclaurin Series

Key Concepts & Definitions

  • Maclaurin series : A Taylor series centered at a=0a=0, written as n=0f(n)(0)n!xn.\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^n.

Essential Points

📐 Formula — For a Taylor series centered at aa, the coefficient is cn=f(n)(a)n!,c_n=\frac{f^{(n)}(a)}{n!}, and the series is n=0f(n)(a)n!(xa)n.\sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n.

  • The nth-degree Taylor polynomial Tn(x)=i=0nf(i)(a)i!(xa)iT_n(x)=\sum_{i=0}^{n}\frac{f^{(i)}(a)}{i!}(x-a)^i is a finite partial sum and need not equal the function.

📌 A function equals its Taylor series on an interval only when the remainder Rn(x)=f(x)Tn(x)R_n(x)=f(x)-T_n(x) approaches zero there.

Memory Hook

Derivatives → coefficients → series → remainder.

9. Standard Maclaurin Series

★ Must-know

📐 Formula — The Maclaurin series for the exponential function is ex=n=0xnn!e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!} with radius R=R=\infty.

📐 Formula — The binomial series is (1+x)k=n=0(kn)xn(1+x)^k=\sum_{n=0}^{\infty}\binom{k}{n}x^n for x<1|x|<1, with (kn)=k(k1)(kn+1)n!.\binom{k}{n}=\frac{k(k-1)\cdots(k-n+1)}{n!}.

Further detail

  • The standard series table gives radius \infty for sinx\sin x and cosx\cos x, and radius 11 for tan1x\tan^{-1}x and ln(1+x)\ln(1+x).

  • Known series can generate new ones by substitution, multiplication, term-by-term differentiation or integration, formal multiplication, and power-series long division.

10. Taylor Approximation and Error

★ Must-know

📐 Formula — The linear Taylor approximation is T1(x)=f(a)+f(a)(xa).T_1(x)=f(a)+f'(a)(x-a).

📐 Formula — Taylor’s Inequality states that if f(n+1)(x)M|f^{(n+1)}(x)|\leq M on the relevant interval, then Rn(x)Mxan+1(n+1)!.|R_n(x)|\leq\frac{M|x-a|^{n+1}}{(n+1)!}.

Further detail

  • For f(x)=x1/3f(x)=x^{1/3} centered at a=8a=8, the second-degree Taylor polynomial is T2(x)=2+112(x8)1288(x8)2.T_2(x)=2+\frac{1}{12}(x-8)-\frac{1}{288}(x-8)^2.

  • On 7x97\leq x\leq9, using M=0.0021M=0.0021 for f(x)|f'''(x)| gives the bound R2(x)<0.0004|R_2(x)|<0.0004 for the cube-root approximation.

  • In the relativity application, expanding the relativistic kinetic-energy expression for vcv\ll c gives the classical approximation K12m0v2.K\approx\frac12m_0v^2.

Memory Hook

Center → derivatives → polynomial → error bound.

Synthesis Tables

Convergence Test Selection

Series formSuggested testKey condition
p-seriesp-Series Testp greater than 1 converges; p less than or equal to 1 diverges
GeometricGeometric Series TestAbsolute value of r less than 1
Alternating signsAlternating Series TestMagnitudes decrease to zero
Positive rational or algebraic termsComparison TestCompare with a known benchmark
Factorials or productsRatio TestSuggested by the supplied lecture
Whole nth powersRoot TestSuggested when terms look like (b_n)^n

Teste dein Wissen

Teste dein Wissen zu Infinite Sequences and Series mit 27 Multiple-Choice-Fragen mit detaillierten Korrekturen.

1. What distinguishes a sequence from a series?

2. What does the statement $a_n\to L$ as $n\to\infty$ mean?

Quiz machen →

Mit Karteikarten lernen

Merke dir die Schlüsselkonzepte von Infinite Sequences and Series mit 68 interaktiven Karteikarten.

What is an infinite sequence in mathematics?

An ordered list of numbers indexed by specified positive integers.

What does the notation \(a_n \to L\) as \(n \to \infty\) signify?

The terms get arbitrarily close to \(L\) for large \(n\).

What does a finite limit imply about a sequence?

That the sequence converges.

Karteikarten ansehen →

Similar courses

Erstelle deine eigenen Lernzettel

Importiere deinen Kurs und die KI erstellt in 30 Sekunden Lernzettel, Quizze und Karteikarten.

Lernzettel-Generator