Does it Converge, Diverge, or Converge Absolutely?

Anonymous217
Messages
355
Reaction score
2

Homework Statement


Determine whether the following series converges absolutely, converges conditionally, or diverges.
\sum_{n=1}^{\infty} \frac{(-1)^n}{n^3 - ln(n)}


Homework Equations


The assortment of different tests.

The Attempt at a Solution


Okay, first of all, I tried using Alternating Series Test. This worked and the series satisfied all 3 conditions (decreasing, alternating, and limit as n approaches infinity = 0). This means the series must converge either conditionally or absolutely since I haven't eliminated the possibility of it converging absolutely yet.

So I take the absolute value of the series and if it converges, it's absolutely convergent.
If it diverges, then it's not absolutely convergent. Therefore, that means it's conditionally convergent because I already proved that it must converge in some manner.
So this is
\sum_{n=1}^{\infty} |\frac{(-1)^n}{n^3 - ln(n)}|
=\sum_{n=1}^{\infty} |\frac{1}{n^3 - ln(n)}|

Now how do I find that this series converges or diverges? I tried every test I'm aware of and each was inconclusive. I tried WolframAlpha and it said that the tests were inconclusive, but it gave a number.
Does this mean it absolutely converges? If so, how would I show my work?

I tried using the Direct Comparison test and compared the series with the absolute values to 1000/n^3. However, I'm not entirely sure if 1000/n^3 is greater than the absolute value series for all n terms.
 
Last edited:
Physics news on Phys.org
It should be fairly easy to show that n^3 - ln(n) > n^2 for all n >= some N, using induction or some other means.

Once you get that, then 1/(n^3 - ln(n)) < 1/(n^2), and it's known that sum(1/(n^2)) is a convergent p-series.
 
Okay, cool. Thanks for the example. Do you think that 1000/n^3 works? I tried checking to see if it it's greater for all n using the calculator, and it sure seemed like it, but I can't truly be sure.

In other words, how can I prove that n^3/1000 < or = n^3 - ln(n) for all n or that it isn't? Solving the inequality, I get
n^3 \ge \frac{1000}{999}ln(n)
And here I'm stuck. I'm going to be mad if I have to use the Lambert W function or whatever. :\

Could I argue that they never intersect and because n^3 is greater than the other function at one point, it must therefore be greater at all n terms? Then again, can I even fool around with the equation by solving for the inequality if I'm not even sure if it's true in the first place?
 
Last edited:
Yeah, I think that will work. You can show that n^3 >= (1000/999)ln(n) by showing that n^3 - (1000/999)ln(n) >= 0 for all n larger than some fixed N. One way to do that is to call define f(x) = x^3 - (1000/999)ln(x), find some x0 for which f(x) > 0, and then show that f'(x) > 0 for all x > x0.
 
Thanks! I absolutely love you guys.

And sorry for bumping this thread up.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top