1/18
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Taylor Series (centered at c)
f(x)=n=0∑∞n!f(n)(c)(x−c)n
Maclaurin Series
f(x)=n=0∑∞n!f(n)(0)xn
Maclaurin Series for ex
ex=n=0∑∞n!xn=1+x+2!x2+3!x3+⋯
Maclaurin Series for sinx
sinx=n=0∑∞(2n+1)!(−1)nx2n+1=x−3!x3+5!x5−⋯
Maclaurin Series for cosx
cosx=n=0∑∞(2n)!(−1)nx2n=1−2!x2+4!x4−⋯
Maclaurin Series for 1−x1
1−x1=∑n=0∞xn=1+x+x2+⋯, |x| < 1
Sum of infinite geometric series
S=1−ra, valid when |r| < 1
nth Term Test (Divergence Test)
If limn→∞an=0, the series diverges. If =0, inconclusive.
Geometric Series Test
∑arn converges to 1−ra when |r|<1; diverges when ∣r∣≥1
p-Series Test
∑np1 converges if p > 1; diverges if p≤1
Integral Test
If f is positive, continuous, and decreasing, then ∑an and ∫f(x)dx both converge or both diverge
Direct Comparison Test
If 0≤an≤bn: ∑bn converges ⇒ ∑an converges; ∑an diverges ⇒ ∑bn diverges
Limit Comparison Test
If \lim \frac{a_n}{b_n} = L > 0 (finite), then ∑an and ∑bn both converge or both diverge
Alternating Series Test
∑(−1)nbn converges if (1) bn is decreasing and (2) limn→∞bn=0
Alternating Series Estimation Theorem
∣Error∣≤bn+1
Ratio Test
limanan+1<1⇒ converges; >1⇒ diverges; =1⇒ inconclusive
Radius of Convergence
R=lim∣an+1/an∣1; series converges for |x-c| < R
Absolute vs. Conditional Convergence
Absolutely convergent: ∑∣an∣ converges. Conditionally convergent: ∑an converges but ∑∣an∣ diverges.
Lagrange Error Bound
∣f(x)−Pn(x)∣≤(n+1)!M∣x−c∣n+1, where M≥∣f(n+1)(t)∣ for all t between x and c