How do you test for convergence for #sum(4 + abs(cosk))/(k^3)# for k=1 to infinity?
1 Answer
Aug 3, 2015
The series converges absolutely.
Explanation:
First note that:
and
Therefore if
This is a p series with
Therefore the series converges absolutely:
See http://math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/SandS/SeriesTests/p-series.html for more info.