posted
Ok. The sum from 1 to infinity= (3^(n-1)+1)/3^n Determine whether it converges or diverges.
I've attempted to do the ratio test: lim n->infinty An+1/An And gotten to (3^n+1)/(3^(n-1)+1)*(1/3). I feel confident that up till then it makes sense/i have it right, but I don't know how to get an answer other than infinty/infinty which is not helpful.
Anyone got an idea for it?
Posts: 655 | Registered: May 2005
| IP: Logged |
posted
If you multiply through by the 1/3 you get lim n-> infinity of (3^n+1)/(3^n+3) which is 1 so the test is inconclusive.
Posts: 1327 | Registered: Aug 2007
| IP: Logged |
quote:Originally posted by Starsnuffer: Ok. The sum from 1 to infinity= (3^(n-1)+1)/3^n Determine whether it converges or diverges.
I've attempted to do the ratio test: lim n->infinty An+1/An And gotten to (3^n+1)/(3^(n-1)+1)*(1/3). I feel confident that up till then it makes sense/i have it right, but I don't know how to get an answer other than infinty/infinty which is not helpful.
Anyone got an idea for it?
I think the sum is infinity. As N gets bigger, the value of the whole thing approaches 1/3. So adding 1/3 over and over again should yield infinity.
Now, if your whole value were approaching 0 as N got big, then you might have a finite sum. But unless you wrote it wrong, or I'm really reading it wrong, that's not happening here. If I had to guess, I'd guess that the sum is never going to be finite as n approaches infinity while once side has something^n, and the other side has something^n-1.
Posts: 575 | Registered: Feb 2007
| IP: Logged |
posted
You can actually just use a comparison test. We know that the sum from 0 to infinity of 1/3 diverges and we know that (3^(n-1)+1)/3^n is greater than 1/3 for all n so the sum of (3^(n-1)+1)/3^n from 1 to infinity diverges.
EDIT: Basically what swbarnes said
Posts: 1327 | Registered: Aug 2007
| IP: Logged |
posted
That's not actually an accurate test. The sum of 1/n from 1 to infinity does not converge and the denominator is always greater than the numerator.
Posts: 1327 | Registered: Aug 2007
| IP: Logged |
posted
Have you discussed L'Hopital's rule in your class yet? This is the first thing I always try when I encounter a series that goes to infinity/infinity.
posted
I was thinking about series convergence and not the sums. And now I think it's time for me to take a break from studying before I make any more dumb mistakes.
Posts: 175 | Registered: Jan 2005
| IP: Logged |
posted
Ok thanks guys, moral of the story is : I get that 1 times 1/3=1/3 and adding that gets infinity, so the series is divergent.
but.. the powers aren't quite the same, but is the difference just so small that it doesn't matter. Because otherwise you have ~1/n *1/3 which is 0*1/3 which is 0 and means you have to try something else.
Why isn't 3^(n-1)/3^n=0 as n-> infinty?
Posts: 655 | Registered: May 2005
| IP: Logged |