2

Can I confirm that $$\sum \frac{(-5)^{n}}{n^{3}}$$ converges by the alternating series test?

guest
  • 387

2 Answers2

1

HINT: $$5^n\gt n^3,\,\,\,\forall n\in\mathbb{N}$$

Bumblebee
  • 18,220
  • 5
  • 47
  • 87
0

This series doesn't converge because its n-th member
doesn't go to $0$ as $n$ goes to infinity. And it doesn't
go to $0$ because:

$|\frac{(-5)^n}{n^3}| >= 1 $ for all n

So you cannot confirm (by any test) that it converges as that's not true.

peter.petrov
  • 12,568
  • My main problem with the question on hand is having to determine whether this series converges absolutely and if it does not, what. – guest Mar 27 '15 at 09:17
  • What I had tried to do was to use the alternating series test and letting b_n = 1/n^(3). Then by applying the limit as n tends to infinity, the term of the series b_n tends to 0. – guest Mar 27 '15 at 09:19
  • @guest It is even easier than what you try to prove: the given series does not converge at all : not absolutely, not conditionally...nothing. This, and also the other, answer explains why. – Timbuc Mar 27 '15 at 09:29
  • I see it! Thank you! Easy peasy – guest Mar 27 '15 at 09:45