1-1/2+1/3-1/4-1/5 I solve and get 0. amazing. Where is it wrong?

  • Context: Undergrad 
  • Thread starter Thread starter vkash
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the evaluation of the series 1 - 1/2 + 1/3 - 1/4 - 1/5 and its implications. Participants explore the nature of divergent and convergent series, the validity of manipulating infinite series, and the methods for calculating sums of such series. The conversation includes theoretical aspects, mathematical reasoning, and personal inquiries about understanding series in the context of physics.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that S1 and S2 are not numbers since they represent divergent series, which sum to infinity.
  • Others mention that rearranging terms in an infinite series can yield different results, particularly in conditionally convergent series.
  • A participant questions how to calculate the sum of the series, expressing confusion over the concepts of harmonic series and geometric progressions.
  • Some participants suggest that the series converges in a specific sense, despite being divergent, and propose using auxiliary series for evaluation.
  • There are references to the sum being related to the natural logarithm of 2, with hints towards Taylor series and power series expansions.
  • One participant expresses a desire for guidance on approaching the problem, indicating a background in calculus but lacking familiarity with certain series concepts.
  • Another participant emphasizes the importance of maintaining the order of terms when summing the series to avoid misleading results.
  • Some participants clarify the distinction between divergent and convergent series, seeking to explain these concepts to others.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the validity of the initial manipulations of the series. There are multiple competing views regarding the nature of the series, the methods for evaluating them, and the implications of rearranging terms.

Contextual Notes

Limitations include the participants' varying levels of understanding of convergence and divergence, the potential misunderstanding of series manipulation, and the lack of clarity on the mathematical definitions and properties of the series involved.

Who May Find This Useful

This discussion may be useful for students and enthusiasts of mathematics and physics who are interested in series convergence, divergent series, and their applications in theoretical contexts.

vkash
Messages
316
Reaction score
1
1-1/2+1/3-1/4-1/5... I solve and get 0. amazing. Where is it wrong?

1-1/2+1/3-1/4+1/5-1/6+1/7... ∞
let take two series S1 and S2
S1=1+1/3+1/5+1/7...
and S2 =1/2+1/4+1/6+1/8...
we are intended to find out S1 -S2.
2S2=1+1/2+1/3+1/4...
S1+S2=1+1/2+1/3+1/4+1/5+1/6+1/7...
So 2S2=S1+S2
=> S1=S2... \/\/\/\/\/\/\/
=>S1-S2=0? /\/\/\/\/\/\/\
Amazing .
After-all it's incorrect since every odd place number is greater then even place number so it should positive..
 
Mathematics news on Phys.org


The first strict mathematical flaw is that S1 and S2 are not numbers (the series sum to infinity).

On a more subtle level, it is in fact possible to re-arrange the infinite alternating series S to get any number you desire - this is true of any series which is convergent, but not absolutely convergent.

Are you familiar with the concepts of convergent/divergent series?
 


Office_Shredder said:
The first strict mathematical flaw is that S1 and S2 are not numbers (the series sum to infinity).

On a more subtle level, it is in fact possible to re-arrange the infinite alternating series S to get any number you desire - this is true of any series which is convergent, but not absolutely convergent.

Are you familiar with the concepts of convergent/divergent series?
But if i want to calculate the sum of series then what should i do.
S1and S2 are decreasing HP(?). Does they tends to infinity?? I have learned about infinite GP. That sum to a constant number.
Finally can u tell me how to calculate the sum of the required series.
 


vkash said:
1-1/2+1/3-1/4+1/5-1/6+1/7... ∞
let take two series S1 and S2
S1=1+1/3+1/5+1/7...
and S2 =1/2+1/4+1/6+1/8...
we are intended to find out S1 -S2.
You can't do that. Those are divergent series.

2S2=1+1/2+1/3+1/4...
You can't do this with a divergent series.

So how to evaluate the original series?
What that series is not absolutely convergent, it is convergent in the sense that the partial sums converge to a definite finite value.

As for how to evaluate the original series, suppose you write the auxiliary series
S'(x) = 1*x-1/2*x^2+1/3*x^3-1/4*x^4+\cdots = \sum_{n=1}^{\infty}\frac{(-1)^{n+1}x^n}{n}
What is this series S'(x)? (i.e., what function does it represent?) What happens at x=1?
 


The fact that you are asking this question when you have ''learned about infinite geometric progressions'' is good, because it shows you are interested in math and thinking about what you are doing, and not just learning how to pass the next test.

There are lots of areas of math where "simple" questions turn out to be hard to answer. The sum is actually ##\log_e 2## = approximately 0.6931, but you need to learn calculus to understand why that is the answer.

If you want to try to find the sum by hand (or with a computer), then as post #2 said, you have to add the numbers up in the same order as the original series. If you rearrange them, you can get more or less any answer you like.

You can get two estimates that are too big and too small by taking the terms in pairs.
1 - 1/2 = 1/(1.2)
1/3 - 1/4 = 1/(3.4)
1/5 - 1/6 = 1/(5.6)
etc
So the sum = 1/2 + 1/12 + 1/30 + ...

Or, take the first term on its own and the rest in pairs.
-1/2 + 1/3 = -1/(2.3)
-1/4 + 1/5 = -1/(4.5)
-1/6 + 1/7 = -1/(6.7)
etc
So the sum = 1 - 1/6 - 1/20 - 1/42 ...

That will give you two estimates that bracket the answer, but this series is very slow to converge, so you will have to take hundreds of terms to find the answer to a few decimal places.
 
  • Like
Likes   Reactions: Suraj M
AlephZero said:
The fact that you are asking this question when you have ''learned about infinite geometric progressions'' is good, because it shows you are interested in math and thinking about what you are doing, and not just learning how to pass the next test.

There are lots of areas of math where "simple" questions turn out to be hard to answer. The sum is actually ##\log_e 2## = approximately 0.6931, but you need to learn calculus to understand why that is the answer.

If you want to try to find the sum by hand (or with a computer), then as post #2 said, you have to add the numbers up in the same order as the original series. If you rearrange them, you can get more or less any answer you like.
You can get two estimates that are too big and too small by taking the terms in pairs.
1 - 1/2 = 1/(1.2)
1/3 - 1/4 = 1/(3.4)
1/5 - 1/6 = 1/(5.6)
etc
So the sum = 1/2 + 1/12 + 1/30 + ...

Or, take the first term on its own and the rest in pairs.
-1/2 + 1/3 = -1/(2.3)
-1/4 + 1/5 = -1/(4.5)
-1/6 + 1/7 = -1/(6.7)
etc
So the sum = 1 - 1/6 - 1/20 - 1/42 ...

That will give you two estimates that bracket the answer, but this series is very slow to converge, so you will have to take hundreds of terms to find the answer to a few decimal places.

How you got the answer ln2. that's exactly the answer of this question.
adding them like simple sum is dummy style.
getting sum of this series is part of question in physics. So i must have been read that in mathematics but not getting that.
this is part of an electrostatics question where i am required to find potential at origin when negative charges are placed at odd positions (on x axis) and positive charges are placed at even position.
You say i need to know calculus for it. i think i know. Please see my http://jee.iitd.ac.in/mathematics.php(calculus is at lower portion) and give me a proper hint to approach this question.
 
Last edited:
  • Like
Likes   Reactions: Suraj M


vkash said:
How you got the answer ln2. that's exactly the answer of this question.

Hint: it's a Taylor series question.

adding them like simple sum is dummy style.

You can call it "dummy style" but in the modern world that is how it's done: do a high precision calculation and use the PSLQ algorithm to try to identify it.
 
vkash said:
I have learned about infinite GP. That sum to a constant number.
Finally can u tell me how to calculate the sum of the required series.

I interpreted that as meaning you had learned about infinite geometric progressions and you were trying to use the same ideas to sum this series, but from your question you hadn't done any courses that explained why your idea didn't work for this series. Apologies for that misunderstanding.

vkash said:
You say i need to know calculus for it. i think i know. Please see my http://jee.iitd.ac.in/mathematics.php(calculus is at lower portion) and give me a proper hint to approach this question.

Hmm... I would have said "Taylor series", but that isn't mentioned in your syllabus. That might just be something that wasn't mentioned, but it also says "derivatives up to order two" which suggests your syllabus doesn't cover this topic.

If you know how to write functions like ##e^x##, ##\sin x##, or ##\log(1+x)## as power series, then it should be obvious why the answer is ##\log 2## (see D.H's post) but you haven't covered that, I don't know any other way to find the limit.
 


AlephZero said:
I interpreted that as meaning you had learned about infinite geometric progressions and you were trying to use the same ideas to sum this series, but from your question you hadn't done any courses that explained why your idea didn't work for this series. Apologies for that misunderstanding.



Hmm... I would have said "Taylor series", but that isn't mentioned in your syllabus. That might just be something that wasn't mentioned, but it also says "derivatives up to order two" which suggests your syllabus doesn't cover this topic.

If you know how to write functions like ##e^x##, ##\sin x##, or ##\log(1+x)## as power series, then it should be obvious why the answer is ##\log 2## (see D.H's post) but you haven't covered that, I don't know any other way to find the limit.
I know only about ##e^x## it was in limits. ##e^x##= ##limx->0 (1+x)^(1/x)## and on expanding it with binomial you can get a series that is 1+x/1+x^2/2!.... and so on till ∞. that's all i know about e.
is it know possible to solve it.
thanks for your replies.
 
  • #10


what is this divergent and convergent series?
 
  • #11


A series is convergent if the sequence of its partial sums converges to a finite value. If the sequence of partial sums does not converge to a finite value the series is divergent. For example, the series 1-1+1-1+1-1+... (Grandi's series) is divergent because the sequence of partial sums alternates between 1 and 0. The series 1+1/2+1/3+1/4+... (the harmonic series) is divergent because the sequence of partial sums grows without bound.

Note that your series, 1-1/2+1/3-1/4+... differs from the harmonic series only in the signs of the terms. Your series is called the alternating harmonic series. There's a fairly simple test for convergence for alternating series (series whose elements alternate between positive and negative). Such a series is convergent if the sequence comprising the absolute values of the terms the series is monotonically decreasing and converges to zero as n approaches infinity. Your series passes this test and hence will converge to some finite value.

Compare your series to 1-1/2+1/4-1/8+... While the tricks that you tried to use on your series won't work on that series, they will work on this one. The reason is that the corresponding series 1+1/2+1/4+1/8+... is also convergent. Series such as 1-1/2+1/4-1/8+... are called absolutely convergent series. Rearrange the terms of an absolutely convergent series and you always get the same sum. Different arrangements of the terms of a conditionally convergent series (one that is not absolutely convergent) can yield different sums. In fact, you can rearrange the terms of a conditionally convergent series to give any sum you want.
 
  • #12


vkash said:
I know only about ##e^x## it was in limits. > > ##e^x##= < < ##limx->0 (1+x)^(1/x)## and on expanding it
with binomial you can get a series that is 1+x/1+x^2/2!.... and so on till ∞.
thats all i know about e.


No, e = \displaystyle\lim_{x\to 0}{(1 + x)}^{\frac{1}{x}}

e^x = 1 + \dfrac{x}{1!} + \dfrac{x^2}{2!} + \dfrac{x^3}{3!} + \ ...
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 55 ·
2
Replies
55
Views
7K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K