Series comparison test question

cue928
Messages
129
Reaction score
0
Problem:
Summation from n=1 to infinity: 1/(n^3 + n^2)

I understand, for example, another problem wherein it is 3/(4^n + 5) what you would compare that one to but how do you go about breaking this one up with two "n" terms? Are you supposed to, in general, pick the largest value of n? So perhaps compare it to 1/n^3 ?

Also, why does 1/n^2 from n=1 to inf. converge? Does it converge to zero?
 
Physics news on Phys.org
1/n^2 does not converge to 0. It's a sum and all of the terms are positive. It can't possibly sum to zero. To prove it converges use an integral test. 1/n^3 is greater than 1/(n^3+n^2). That makes it a bad candidate for a comparison if you want to prove 1/(n^3+n^2) converges. Find something less than 1/(n^3+n^2) that you know converges.
 
But how do you find something a candidate for the test? That's what I don't see.
 
cue928 said:
But how do you find something a candidate for the test? That's what I don't see.

Take everything in the denominator and replace it with something less than or equal to the term you are replacing but that still converges. That will give you a fraction that's greater, right? Sorry, I got the less and greater backwards the first time I posted this.
 
Last edited:
Ok, big hint. Which is larger 1/(n^3+n^2) or 1/(n^2+n^2)? Can you show the latter converges?
 
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...

Similar threads

Back
Top