Neon32
- 68
- 1
To use the Comparison Test, you have to have some idea about whether your series converges or diverges. If you believe your series diverges, you have to show that its terms are larger than the corresponding terms of the series you're comparing to. If you believe your series converges, you have to show that its terms are smaller than those of the series you're comparing to.Neon32 said:View attachment 115148
My question is can I use the comparison test? Since Cos is a bounded function?
Mark44 said:To use the Comparison Test, you have to have some idea about whether your series converges or diverges. If you believe your series diverges, you have to show that its terms are larger than the corresponding terms of the series you're comparing to. If you believe your series converges, you have to show that its terms are smaller than those of the series you're comparing to.
MAGNIBORO said:According to wikipedia the comparison test is for "infinite series with non-negative (real-valued) terms"
https://en.wikipedia.org/wiki/Direct_comparison_test
If you are trying to check if the sum converges Keep in mind that this sum is not absolutely convergent, because
$$\sum_{n=1}^{\infty}\left |\frac{(-1)^n}{n} \right | = \sum_{n=1}^{\infty}\frac{1}{n}$$
and the harmonic series diverges
Just to see if I understand it correctly. If an is the original series and bn is another series of my choice. If an<bn and bn is convergent then an is convergent as wellmfb said:You can find convergent series that are larger / smaller for all elements, but that is complicated, and proving the convergence of those is more effort than proving the convergence of your original series.
That is not sufficient.Neon32 said:If an<bn and bn is convergent then an is convergent as well
The series you're working on-- the one in post #1.Neon32 said:Which one do you mean with "Your series"?
You said comparison test, not limit comparison test, in post #1. My response was based on what you said.Neon32 said:My question was about using the limit comparison test.