vande060
- 180
- 0
Homework Statement
test for convergence by alternating series test
1. (∞, n=1) ∑ ((-1)n+1 n2)/(n3 + 4)
2. (∞, n=1) ∑ (-1)n sin(pi/n)
Homework Equations
alternating series test
bn = |an|
alternating series is convergent if satisfies
1. bn+1 ≤ bn for all n
2. lim n--> ∞ bn =0
The Attempt at a Solution
1. (∞, n=1) ∑ ((-1)n+1 n2)/(n3 + 4)
bn = (n2/(n3 + 4)
f(x) = x2)/(x3 + 4)
f'(x) = x(8-x3)/(x3 + 4)2
f'(x) is decreasing x<0 or x>2, which is not for all n, yet my book still says it converges by this test
2. (∞, n=1) ∑ (-1)n sin(pi/n)
bn = sin(pi/n)
f(x) = sin(pi/x), which is clearly decreasing for all n≥2, which again is not all n, but my book says it converges by the alternating series test
what do you think? where am I going wrong?