Finding Sum of Harmonic Series with No 0's

  • Context: Graduate 
  • Thread starter Thread starter jahz
  • Start date Start date
  • Tags Tags
    Harmonic Series Sum
Click For Summary

Discussion Overview

The discussion revolves around finding the sum of a modified harmonic series where the terms are restricted to those that do not contain the digit 0. Participants explore methods for determining convergence and potential sums, as well as the challenges associated with these calculations.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks to find the sum of the harmonic series excluding terms with the digit 0, expressing uncertainty about how to approach this problem.
  • Another participant asserts that the sum does not converge, suggesting that the terms decrease too quickly.
  • Clarification is provided regarding the range of summation, confirming it starts from n=1.
  • Participants discuss the need for a method to slow down the divergence of the harmonic series to achieve convergence.
  • One participant proposes grouping terms in a specific way to help prove convergence or establish bounds.
  • Questions arise about resources for understanding convergence of non-Taylor series and how to express grouped terms mathematically.
  • There is a suggestion that the series may not have a neat closed form, and that computational methods might be necessary for approximations.
  • Some participants discuss the implications of rearranging terms in the context of convergence, highlighting the importance of absolute convergence.
  • Concerns are raised about the validity of certain manipulations of the series and the need for careful justification in mathematical reasoning.

Areas of Agreement / Disagreement

Participants express differing views on the convergence of the series, with some asserting it does not converge while others suggest it might under certain conditions. The discussion remains unresolved regarding the exact nature of the sum and the validity of proposed methods.

Contextual Notes

Participants note the complexity of determining convergence for the modified series and the challenges in expressing the series in a mathematically rigorous way. There are also references to the potential need for computational tools to assist in finding sums.

jahz
Messages
7
Reaction score
0
I want to find the sum of the harmonic series where the n (as in SIGMA 1/n -- sorry for not using latex, the preview post button keeps displaying the wrong math symbols) cannot be a number that uses the digit 0.

I've thought about doing a direct comparison test, comparing the sum to something like SIGMA (1/n - 1/(10^n)). I plan to subtract only the powers of ten or other numbers involving zero (e.g., 10*n) from the harmonic series, and see if that sum converges. But I'm faced with two problems:

1. I can't seem to find the appropriate sum to subtract from the harmonic series
2. I don't know how to find the sum to which a series (other than a Taylor series) converges.

Can someone help? Thanks.

P.S. SIGMA really means sigma from n = 0 to infinity
 
Physics news on Phys.org
The sum clearly does not converge if that helps, 1/10^n gets far too small too quickly, think about that then try and apply something mathematical :shy:. But also you should note that it is the sum from n=1 to infinity, as you have 1/n.
 
Oops. Right, from n = 1 to infinity. Thanks for the help, though.

So I need something that's big enough to slow 1/n down to something that converges... can someone help me find it?
 
To clarify, you're looking at the harmonic series where all terms with the digit 0 are removed:

1/1+1/2+1/3+1/4+1/5+1/6+1/7+1/9+1/11+1/12+...+1/19+1/21+...

correct?

Are you just looking to prove convergence or divergence or do you actually want to find the sum (if it does converge)?
 
Correct. I am actually seeking to prove that the sum converges to a number less than 90.
 
Ok, actually finding what it converges to is a bit more work! A hint then on how to group the terms for proving your bound:

(1/1+...+1/9)+(1/11+...+1/99)+(1/111+...1/999)+...
 
Thanks. But that brings up two more questions:

1. Where can I find (online) resources that tell me how to find what non-Taylor series converge to? (Unless, of course, the series is glaringly obvious)

2. When grouping (1/1 + ... 1/9) + (1/11 + ... 1/99) + (1/111 + ... 1/999), how should I express it mathematically? (SIGMA 1/n - 1/(10^n) comes to mind, but as Zurtex said, 1/(10^n) is converges too quickly.) Should I use some sort of nested sums? (I.e., a SIGMA within a SIGMA)
 
In general it can be difficult to know what a series converges to. I've never seen the one you're working with here expressed in a neat form (like you can with geometric series or say [itex]\sum_{n=1}^{\infty}1/n^2[/itex]), only a computation of the first x number of digits. For a pretty classical problem like this one, entering the right things in google will turn up results.

"SIGMA 1/n - 1/(10^n)" this seems worthless here. For a start, *most* numbers with a zero digit are not of the form 10^n.

You can use a nested sum if you can manage a clean enough notation, but writing out the first few groupings and explaining in words what you're doing might be sufficient. Depends on who's reading it in the end.
 
It's simpler than that, first of all, all terms are positive! This is quite important because if it converges, it absolutely converges, which allows us to rearrange the terms:

[1/2] + [(1/3 + 1/4) - 1/10] + [(1/5 + 1/6 + 1/7 + 1/8) - 1/100] + ...

Notice all the terms in the square brackets are greater or equal to 1/2. To prove that it does not converge to something less than 90, calculate the following:

[tex]\sum_{n=0}^{2^{1000}} \left( \frac{1}{n} - \frac{1}{10^n} \right) \approx 760.825[/tex]

This is not a proof, you will need to work on it to prove that everything I've said above is true.

As for non-taylor series, or even taylor series, you might want to look at a program called Mathematica, it can perform many mathematical operations such as that symbolically or at least approximate them.
 
  • #10
[itex]\sum\left(\frac{1}{n}-\frac{1}{10^n}\right)[/itex] is not the sum he's really interested in, it was just one he wanted to compare his series with (though that won't work).

Zurtex said:
It's simpler than that, first of all, all terms are positive! This is quite important because if it converges, it absolutely converges, which allows us to rearrange the terms:

[1/2] + [(1/3 + 1/4) - 1/10] + [(1/5 + 1/6 + 1/7 + 1/8) - 1/100] + ...

Even under the assumption that [itex]\sum\left(\frac{1}{n}-\frac{1}{10^n}\right)[/itex] is convergent (false of course), what you've done is not justified. You didn't just rearrange the terms, you've broken them apart.
 
  • #11
shmoe said:
[itex]\sum\left(\frac{1}{n}-\frac{1}{10^n}\right)[/itex] is not the sum he's really interested in, it was just one he wanted to compare his series with (though that won't work).



Even under the assumption that [itex]\sum\left(\frac{1}{n}-\frac{1}{10^n}\right)[/itex] is convergent (false of course), what you've done is not justified. You didn't just rearrange the terms, you've broken them apart.

Are you sure? Oh well, shows how much I know about series. I thought it was valid as if it was convergent it would not be a conditionally convergent series and so I could do what I did as it didn't fall under the problem of the Riemann Series Theorem and I never lost any of the terms in the whole sum.
 
  • #12
You are right that if it's convergent then it's absolutely convergent (terms all positive) so rearragning the terms would be fine.

You didn't rearrange the terms though. The series is [itex]\sum a_n[/itex] where [itex]a_n=\frac{1}{n}-\frac{1}{10^n}[/itex]. A rearrangement needs a bijection f from the naturals to the naturals to get a sum like [itex]\sum a_{f(n)}[/itex]. Try finding an f that gives your new series.

You thought of it as a sum like [itex]\sum (b_n-c_n)[/itex] and rearranged the b's and c's as you saw fit, which is not always valid. Consider the convergent sum [itex]\sum\left(\frac{1}{n}-\frac{1}{n+1}\right)[/itex]. You should be able to arrange the terms 1/1, 1/2, 1/3 ... and -1/2, -1/3, -1/4, ... into any sum you like (divergent or otherwise).
 
Last edited:

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K