Calc III Test 2 Flashcards
What does the Ratio Test state?
series ∑aₙ, if ρ = lim |aₙ₊₁ / aₙ|
if p<1
absolutely convergent
p>1
divergent
p=1
inconclusive
What does it mean for a series to be absolutely convergent
A series ∑aₙ is absolutely convergent if ∑|aₙ| converges.
What is the alternating series estimation theorem
For an alternating series that converges, the error in approximating with the first N terms is ≤ the (N+1)th term.
When does an alternating series converge?
If the terms decrease in absolute value and approach 0.
How do you find the interval of convergence for a power series?
Use the Ratio Test to find where ρ < 1, then test endpoints separately.
What type of series is ∑(2x−3)ⁿ/n² and how to test its convergence?
It’s a power series; use the Ratio Test and check endpoints with known convergence tests like p-series or alternating series.
What is the general form of a Taylor series for f(x) centered at a?
∑(f⁽ⁿ⁾(a)/n!) · (x − a)ⁿ
What’s the Taylor series for cos(x)?
∑(−1)ⁿ x²ⁿ / (2n)!
How do you find the Taylor series for cos(√x)?
Substitute u = √x into the series for cos(u).
How to find an upper bound for error in alternating series?
Use the first omitted term: |Error| ≤ |aₙ₊₁|
What’s the max error for approximating ln(1 + x) with x − x²/2 + x³/3 − x⁴/4 in (−½, ½)?
≤ x⁵ / 5, and for x in (−½, ½), that’s at most 1/160.
What’s the 2nd degree Taylor polynomial for √x at a = 4?
Use f(x) = x¹ᐟ² and its first 2 derivatives at x = 4 to get:
P₂(x) = 2 + ¼(x − 4) − 1/64(x − 4)²