Infinite Sequences and Series

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:04 AM on 5/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Taylor Series (centered at cc)

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

2
New cards

Maclaurin Series

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

3
New cards

Maclaurin Series for exe^x

ex=n=0xnn!=1+x+x22!+x33!+e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

4
New cards

Maclaurin Series for sinx\sin x

sinx=n=0(1)nx2n+1(2n+1)!=xx33!+x55!\sin x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!} = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \cdots

5
New cards

Maclaurin Series for cosx\cos x

cosx=n=0(1)nx2n(2n)!=1x22!+x44!\cos x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!} = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots

6
New cards

Maclaurin Series for 11x\frac{1}{1-x}

11x=n=0xn=1+x+x2+\frac{1}{1-x} = \sum_{n=0}^{\infty} x^n = 1 + x + x^2 + \cdots, |x| < 1

7
New cards

Sum of infinite geometric series

S=a1rS = \frac{a}{1-r}, valid when |r| < 1

8
New cards

nth Term Test (Divergence Test)

If limnan0\lim_{n\to\infty} a_n \neq 0, the series diverges. If =0= 0, inconclusive.

9
New cards

Geometric Series Test

arn\sum ar^n converges to a1r\frac{a}{1-r} when |r|<1; diverges when r1|r|\geq 1

10
New cards

p-Series Test

1np\sum \frac{1}{n^p} converges if p > 1; diverges if p1p \leq 1

11
New cards

Integral Test

If ff is positive, continuous, and decreasing, then an\sum a_n and f(x)dx\int f(x)\,dx both converge or both diverge

12
New cards

Direct Comparison Test

If 0anbn0 \leq a_n \leq b_n: bn\sum b_n converges \Rightarrow an\sum a_n converges; an\sum a_n diverges \Rightarrow bn\sum b_n diverges

13
New cards

Limit Comparison Test

If \lim \frac{a_n}{b_n} = L > 0 (finite), then an\sum a_n and bn\sum b_n both converge or both diverge

14
New cards

Alternating Series Test

(1)nbn\sum(-1)^n b_n converges if (1) bnb_n is decreasing and (2) limnbn=0\lim_{n\to\infty} b_n = 0

15
New cards

Alternating Series Estimation Theorem

Errorbn+1|\text{Error}| \leq b_{n+1}

16
New cards

Ratio Test

liman+1an<1\lim\left|\frac{a_{n+1}}{a_n}\right| < 1 \Rightarrow converges; >1> 1 \Rightarrow diverges; =1= 1 \Rightarrow inconclusive

17
New cards

Radius of Convergence

R=1liman+1/anR = \frac{1}{\lim|a_{n+1}/a_n|}; series converges for |x-c| < R

18
New cards

Absolute vs. Conditional Convergence

Absolutely convergent: an\sum|a_n| converges. Conditionally convergent: an\sum a_n converges but an\sum|a_n| diverges.

19
New cards

Lagrange Error Bound

f(x)Pn(x)Mxcn+1(n+1)!|f(x)-P_n(x)| \leq \frac{M|x-c|^{n+1}}{(n+1)!}, where Mf(n+1)(t)M \geq |f^{(n+1)}(t)| for all tt between xx and cc