Solving series with alternating sign

In summary: Since these two sets of partial sums still converge, we can say that the series as a whole converges.
  • #1
Dell
590
0
is there any other way of solving conditional convergence/divergence for a series with alternating sign, whose absolute values' series diverges?

i have a question where i need to solve the following series,


[tex]\sum[/tex](-1)n-1[tex]\frac{1}{n - sin(n)}[/tex] from 1 to infinity

i take the absolute value of An, and get An=[tex]\frac{1}{n-sin(n)}[/tex] now i take Bn=1/n which i know diverges with the limits 1, infinity.

lim(n->inf) [tex]\frac{Bn}{An}[/tex]=[tex]\frac{n-sin(n)}{n}[/tex]=1 therefore An behaves like Bn ==> diverges

if i take the abs values of the whole series i get i series which diverges leaving me with only 2 options, divergence or conditional convergance.

from here the only way i know of i leibniz laws,
-lim An =0
-An>A(n+1)

for the limAn =0 exists, but as for An>A(n+1) i cannot prove this since An is dependant on sin(n) which can be anywhere between -1 and 1 and is not necessarily larger or smaller for n+1 than for n. because of this i would think that the series diverges, but this is not the case. how do i prove that the series converges??
 
Physics news on Phys.org
  • #2
That is a sticky one.

Try this:

Rewrite your series by combining consecutive terms.

Notice that (-1)^(n-1)*1/(n - sin n) + (-1)^(n)*1/(n + 1 - sin(n+1)) can be written as a single fraction and the new denominator has a degree 2 poly in n whereas the numerator simplifies to a bounded value. Test for absolute convergence of this new series.
 
  • #3
how can i just rewrite my series like that? surely this will NOT give me the same series??
 
  • #4
is it true to say that for n->infinity, An=(-1)^(n-1)*1/n which i know converges, therefore An converges.?
 
  • #5
have you tried Russell Berty's idea? i think it will work

you are not really rewriting the series, just summing adjacent terms without changing the order...

if i remember right conditional convergance for the alternating series
[tex]\sum (-1)^n a_n[/tex]
relies on showing an is monotone decreasing and tends to zero, then the alternating series converges

so
[tex]a_n = \frac{1}{n-sin(n)}[/tex]
clearly tends to zero as n gets large

however its not so clear an is monotone decreasing, that would require
[tex]a_n - a_{n+1}>0 [/tex] for all n
but
[tex]a_n - a_{n+1}= \frac{1}{n-sin(n)} - \frac{1}{n+1-sin(n+1)} = n+1-sin(n+1) -n+sin(n) = 1-sin(n+1) +sin(n) [/tex]

this must be >0 can you show that?
 
Last edited:
  • #6
i suppose that that would ork, but in another, very similar series -1^(n-1) * 1/(n+100sin(n)) it doesn't work anymore, how would you solve that then??/

also can leibniz be used if the series is not monotone decreasing for any an, (like in the case of -1^(n-1) * 1/(n+100sin(n)) ? if not how do i solve a series which is like that?
 
  • #7
in the last post i meant you would have to show it is monotone decreasing

i think the original suggestion might be the way to go for what you want...
 
  • #8
in the original question it is ... +100sin(n) and not ...-sin(n) in which case i don't hink i can solve it in that way, but i don't think that the series is monotone decreasing so what should i do??


An= -1^(n-1) * 1/(n+100sin(n))
 
  • #9
You can use the trick i gave you for any series of the form

a(n) = (-1)^(n-1)/[n+b*sin(n)] where b is a constant (100, or 1, or whatever.)

Notice two facts:
1) The sum of two consecutive terms --->

a(2k-1) + a(2k) = 1/[2k-1+b*sin(2k-1)] + (-1)/[2k+b*sin(2k)]

= [2k + b*sin(2k) - (2k - 1 +b*sin(2k-1)]/ ( [2k-1+b*sin(2k-1)]*[2k+b*sin(2k)] )

= [1 + b*(sin(2k) - sin(2k-1))]/[ (2k -1)2k + (2k-1)b*sin(2k) + 2k*b*sin(2k-1) +b*b*sin(2k)*sin(2k+1) ]

= [1 + bounded value]/[4k^2 + bounded value*k + bounded value]

Use a limit comparison with 1/k^2 to see the series [a(2k-1)+a(2k)] converges.

Let L be the limit of this series.


Fact 2) a(n) -> 0 as n -> 0 (as you stated.)

From these two facts, we see that for any epsilon > 0, we can find an N such that
| the sum from 1 to m of [a(2k-1)+a(2k)] - L | < epsilon/2
for all m>N (by fact 1)
AND we can find an M such that |a(n)|<epsilon/2 for all n>M (by fact 2.)

Now let W = the maximum of N and M. Then for any n > W, The sum from 1 to n of
[a(2k-1)+a(2k)] is less than epsilon/2 AND |a(n)|<epsilon/2.

So for your alternating series we know: for any n > W

|a(1) + a(2) + a(3) + a(4) + ... + a(2n-1) + a(2n) - L| < epsilon/2

And also (using the triangular inequality)

|a(1) + a(2) + a(3) + a(4) + ... + a(2n-1) + a(2n) + a(2n+1) - L| <

|a(1) + a(2) + a(3) + a(4) + ... + a(2n-1) + a(2n) - L| + |a(2n+1)| < epsilon/2 + epsilon/2

= epsilon.

The idea is this: We know that the partial sums of your series converge if we look at only the sums of the first 2k terms (my series). For your series, we still need to consider the partial sums of the first 2k + 1 terms, which we notice is only different by a single term to the partial sum of the first 2k terms. This is where we use the fact that the extra term, the 2k+1 st term, gets arbitrarily small.
 
  • #10
for the same doing, could i not just say that my series behaves like (-1)^(n-1)*1/n for very large n's, which is where i fear diverence, and since i know that (-1)^(n-1)*1/n converges, so will my series??
 
  • #11
That is the intuition behind the argument. The problem is describing in what way it "behaves like" (-1)^(n-1)/n. This series is conditionally convergent and those kinds of series are very touchy. Slight modifications (with a similar "behavior") can cause divergence.

As you pointed out, this series does differ from (-1)^(n-1)/n because the An's are not decreasing. And this causes a big difference in "behavior" when looking at a series that is not absolutely convergent.

The bottom line is: Saying it "behaves" like (-1)^(n-1)/n is not a sufficient explanation in a proof.
 

Related to Solving series with alternating sign

1. What is the definition of a series with alternating sign?

A series with alternating sign is a mathematical sequence in which the terms alternate between positive and negative values. This type of series can be represented as: a1 - a2 + a3 - a4 + ..., where an is the n-th term in the sequence.

2. How do I determine the sum of a series with alternating sign?

To determine the sum of a series with alternating sign, you can use the alternating series test. This test states that if the terms of a series alternate in sign and decrease in absolute value, then the series will converge. To find the sum, you can use the formula: S = a1/(1-r), where a1 is the first term and r is the common ratio.

3. Can a series with alternating sign diverge?

Yes, a series with alternating sign can diverge if the terms do not decrease in absolute value. In this case, the series will not converge and therefore will not have a finite sum.

4. What is the difference between a series with alternating sign and a geometric series?

A geometric series is a mathematical sequence in which each term is obtained by multiplying the previous term by a constant ratio. A series with alternating sign, on the other hand, does not have a constant ratio between its terms. Instead, the terms alternate between positive and negative values.

5. Are there any real-life applications of solving series with alternating sign?

Yes, series with alternating sign have applications in physics, engineering, and economics. For example, they can be used to model alternating currents in electrical circuits, oscillations in mechanical systems, and changes in stock prices in the stock market.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
217
  • Calculus and Beyond Homework Help
Replies
2
Views
722
  • Calculus and Beyond Homework Help
Replies
1
Views
290
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
432
  • Calculus and Beyond Homework Help
Replies
29
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
789
  • Calculus and Beyond Homework Help
Replies
7
Views
973
Back
Top