Ask your own question, for FREE!
Mathematics 20 Online
OpenStudy (anonymous):

Determine whether the following series coverges or diverges

OpenStudy (anonymous):

Ratio test: \[\large\lim_{n\to\infty}\frac{\frac{\ln(n+1)}{(n+1)^2}}{\frac{\ln(n)}{n^2}}\\ \lim_{n\to\infty}\frac{\ln(n+1)}{\ln(n)}\cdot\frac{n^2}{(n+1)^2}\\ \lim_{n\to\infty}\frac{\ln(n+1)}{\ln(n)}\cdot\lim_{n\to\infty}\frac{n^2}{(n+1)^2}\]

OpenStudy (anonymous):

@SithsAndGiggles Why did you go n+1 on the first step? Unless I am misunderstanding the ratio test.

OpenStudy (anonymous):

That's part of the ratio test. \[\sum a_n \text{ converges if }\lim_{n\to\infty}\frac{a_{n+1}}{a_n}<1\]

OpenStudy (anonymous):

Right. Thanks! Can I message you if I have any questions?

OpenStudy (anonymous):

Actually, the limit is 1, so the ratio test doesn't work... I'll see what else can be done here.

OpenStudy (anonymous):

Right. It wont works if the limit goes to 0 right?

OpenStudy (anonymous):

I can't use the integral test because there is no anti derivative of this.

OpenStudy (anonymous):

It will only work***

OpenStudy (anonymous):

What about the comparison test?

OpenStudy (anonymous):

The ratio test doesn't work if the limit is equal to 1. If the limit is greater than 1, the series diverges. If the limit is less than 1, the series converges. I'm not sure about the comparison test just yet only because I haven't come up with a series to compare it to.

OpenStudy (anonymous):

No wait that won't work...

OpenStudy (anonymous):

You can try the limit comparison test, if you know it?

OpenStudy (anonymous):

What about the alternating series test then?

OpenStudy (anonymous):

You don't have an alternating series, so that doesn't work. I'm pretty sure the limit comparison test will though.

OpenStudy (anonymous):

We haven't learnt the root test :/ .

OpenStudy (anonymous):

Really? But the limit is non zero.

OpenStudy (anonymous):

I thought because of that (-1)^n it alternates. My mistake.

OpenStudy (anonymous):

What (-1)^n? You might have left that out.

OpenStudy (anonymous):

Whoops!

OpenStudy (anonymous):

\[\sum_{n=2}^{\infty}\frac{ (-1)^n }{ n \ln n }\]

OpenStudy (anonymous):

Terrible sorry about that.

OpenStudy (anonymous):

In that case, alternating series test it is.

OpenStudy (anonymous):

Wanna help me through? I am not too familiar with alternating series.

OpenStudy (anonymous):

\[\sum a_n\text{ converges if }\{a_n\}\text{ is a strictly decreasing sequence, and if}\\ \lim_{n\to\infty}a_n=0\]

OpenStudy (anonymous):

Right. Thanks a lot!

OpenStudy (anonymous):

So I end up getting it is convergent?

OpenStudy (anonymous):

Because the limit clearly goes to 0 (albeit slowly) . And the function decreases because it's a rational function.

OpenStudy (anonymous):

Well not a rational function but a fraction.

OpenStudy (anonymous):

Minor correction:\[\sum a_n (-1)^n...\] Yes, I think so. Do you have to check for absolute convergence or just for conv/divergence?

OpenStudy (anonymous):

Just for conv/diver.

OpenStudy (anonymous):

Let's see Sami's explanation.

OpenStudy (anonymous):

ok i will rather use integral test \[\Large \int\limits_{1}^{\infty}\frac{\ln}{n^2}dn=\frac{-\ln(n)}{n}|_{1}^{\infty}+\int\limits_{1}^{\infty}\frac{\ln(n)}{n}dn\]

OpenStudy (anonymous):

Wrong sum XD .

OpenStudy (anonymous):

I made a mistake :P .

OpenStudy (anonymous):

You can't evaluate the integral of the sum that I put.

OpenStudy (anonymous):

was the question ln(n)/n^2 ???? did i misread ??

OpenStudy (anonymous):

Look below :) .

OpenStudy (anonymous):

It was corrected later on.

OpenStudy (anonymous):

@SithsAndGiggles : My textbook has a different explantion.

OpenStudy (anonymous):

its alternating series . use alternating series test.

OpenStudy (anonymous):

If \[\sum_{n=1}^{\infty}(-1)^{n-1}bn = b1 - b2 + b3 ... bn>0\] satisfies i) \[ b(n+1)\ge bn\] for all n and \[\lim_{n \rightarrow \infty}bn = 0\] The series converges.

OpenStudy (anonymous):

Which differs from your explanation.

OpenStudy (anonymous):

I don't see the difference between what I said and what your book says. The first condition is another way of saying non-increasing (which is basically the same as strictly decreasing), and second is that the limit of the sequence as n approaches infinity is zero.

OpenStudy (anonymous):

\[b_{n+1}\le b_n\] means the next term in the sequence is less than or equal to the previous term.

OpenStudy (anonymous):

Ohh I see now. I had a stupid moment >.< .

OpenStudy (anonymous):

Thanks both of you :) .

OpenStudy (anonymous):

You're welcome

OpenStudy (anonymous):

Wait. I don't have the form (-1)^(n-1) on my equation though.

OpenStudy (anonymous):

@SithsAndGiggles

OpenStudy (anonymous):

I don't think the exponent on the -1 matters. \[\sum(-1)^n\text{ and }\sum(-1)^{n-1} \text{ are both alternating series.}\] Besides, you can always adjust the index (the starting number under sigma) in order to get the form you want.

OpenStudy (anonymous):

How could I get the form I wanted by simply changing the number under sigma? :P .

OpenStudy (anonymous):

Sorry for being so stubborn.

OpenStudy (anonymous):

As an example (this isn't an alternating series, but still works), \[\color{red}{\sum_{n=0}^\infty ar^n}=ar^0+\sum_{n=1}^\infty ar^n=\color{blue}{\sum_{n=1}^\infty ar^{n-1}}\] Can you see why the red and blue series are the same?

OpenStudy (anonymous):

Woudn't it be n+1 not n-1?

OpenStudy (anonymous):

\[\begin{align*}\sum_{n=0}^\infty ar^n&=ar^0+ar^1+\cdots\\ \sum_{n=1}^\infty ar^{n-1}&=ar^{1-1}+ar^{2-1}+\cdots\\ &=ar^0+ar^1+\cdots\\ &=\sum_{n=0}^\infty ar^n\end{align*}\] The exponent would be n+1 if you started your series at n = -1.

OpenStudy (anonymous):

I see!

OpenStudy (anonymous):

So : \[\sum_{n=2}^{\infty}\frac{ (-1)^n }{ n \ln n }\] Should be the same as \[\sum_{n=3}^{\infty}\frac{ (-1)^{n-1} }{ n \ln n }\]

OpenStudy (anonymous):

I think?

OpenStudy (anonymous):

I forgot the change the demoninator but yeah.

OpenStudy (anonymous):

Not quite. The n's in the denominator should also be changes to n + 1. Sorry for the confusion; I could have used a better example I think.

OpenStudy (anonymous):

The denominator should also have n-1 instead of n.

OpenStudy (anonymous):

N+1 ***

OpenStudy (anonymous):

But no your explanation was fine :) . Thank you so much :) .

OpenStudy (anonymous):

*n-1* Sorry about that, you were right first time.

OpenStudy (anonymous):

n-1 yeah right. >.< .

OpenStudy (anonymous):

You're welcome!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!