Understanding the Zeta Function and Riemann Hypothesis: A Beginner's Guide

  • Context: Graduate 
  • Thread starter Thread starter hawaiifiver
  • Start date Start date
  • Tags Tags
    Function Zeta function
Click For Summary

Discussion Overview

The discussion revolves around understanding the Zeta function and the Riemann Hypothesis, focusing on the mathematical definitions, convergence, and methods for calculating values of the Zeta function. Participants explore theoretical aspects, computational methods, and resources for further study.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Homework-related

Main Points Raised

  • One participant questions whether the variables a and b in the complex number s = a + bi can take any value in the context of the Zeta function.
  • Another participant clarifies that the Zeta function only converges for certain values of s, specifically when Re(s) > 1, and suggests looking into convergence in analysis and topology.
  • It is noted that the definition of the Zeta function as an infinite series does not apply to all values of s, particularly those with Re(s) ≤ 1, and that analytic continuation is necessary for those cases.
  • Several participants recommend introductory books on the Zeta function and complex analysis, including titles by John Derbyshire and Freitag & Busam.
  • One participant provides a link to WolframAlpha for calculating specific values of the Zeta function, while another offers assistance in writing a computer function to compute zeros of the Zeta function.
  • A participant shares a formula from Konrad Knopp that suggests a globally convergent series for the Zeta function and questions its convergence for specific values of s.

Areas of Agreement / Disagreement

Participants generally agree on the need for conditions on s for the Zeta function to be defined and convergent. However, there are multiple approaches and resources suggested, indicating a lack of consensus on the best methods for calculation and understanding.

Contextual Notes

Some discussions involve assumptions about convergence and the definitions of the Zeta function that may not be universally accepted. The exploration of different methods and resources reflects varying levels of familiarity with complex analysis and mathematical rigor.

Who May Find This Useful

This discussion may be useful for students and enthusiasts of mathematics, particularly those interested in the Zeta function, complex analysis, and the Riemann Hypothesis.

hawaiifiver
Messages
55
Reaction score
1
Hello to all.

This could be quite long. Apologies. I am a physics student trying to understand the Zeta function and the Riemann hypothesis. Its not on my coursework, but I am interested in pure mathematics. I have a few questions. Perhaps you can help me out. Thank you.

My questions are concerned with the Wikipedia page on the Riemann Hypothesis.

(Q1) In the formula for the Zeta function i.e. \zeta(s) = \sum_{n=1}^{\infty} \frac{1}{n^s} is the s a complex number like s = a + bi Can a and b take any value?

(Q2)

On the Wikipedia page for the Riemann Hypothesis, there is a diagram in the top right hand corner. They state that the diagram is a plot of s = \frac{1}{2} + i \ x . Does that mean that I would have to compute the sum of the Zeta function for each value of x, in order to plot that diagram?


(Q3) So how do I calculate the sum of an infinite series if that is the case? For instance, how would I calculate \zeta(\frac{1}{2} + i \ 14.135). I ask this because I want to see how they arrive at the zero of the Zeta function in that Wikipedia diagram.

(Q4) Does the value of a and b determine whether I can calculate the sum of the infinite series of the zeta function?

(Q5) Could you recommend a good introductory book on the Zeta function. As you can see I am pretty much flying solo on figuring this out.

Thanks for your help.
 
  • Like
Likes   Reactions: Adam Hrankowski
Physics news on Phys.org
Hey hawaiifiver.

In terms of functions, functions only make sense when the output is something that is finite, and in this same spirit, the Zeta function only makes sense for values that converge.

Wikipedia has some specific details about the convergence of the Zeta function:

http://en.wikipedia.org/wiki/Riemann_zeta_function

If you want to study things like convergence, you should probably look at some areas of math like analysis and topology. Calculus I and II have preliminary ideas about how to test whether certain sequences converge or not, if you need some background information before going to the higher level material.

So to answer your question, if s is a complex number, then if s = a + bi and Zeta(s) converges or can be shown to converge, then s is a valid part of the domain of the Zeta function.
 
Hi hawaiifiver! :smile:

You seem to be missing something. That is, the definition

\zeta(s)=\sum_{n=0}^{+\infty}{\frac{1}{n^s}}

does not hold for each s. That definition is only for the s with Re(s)>1. That is, for the s=a+bi with a>1.

For all other s, the Riemann zeta function is defined as the analytic continuation of the above sum. To know the values of the Riemann zeta function is points like \frac{1}{2}+ix, we can not use the above sum. We will have to use another form.

For more information about the Riemann zeta function, I suggest you read a good book on complex analysis first. I like the book by Freitag & Busam. It includes some information on the zeta and gamma functions.
 
Best bid for an introduction to the Rieman Zeta (and very nice to read!) is:

John Derbyshire: Prime Obsession, Bernhard Riemann and the Greatest Unsolved
Problem in Mathematics
 
  • Like
Likes   Reactions: Adam Hrankowski
If you just want to know the value of \zeta(\frac{1}{2} + i \ 14.135)

got to WolframAlpha and enter

http://www.wolframalpha.com/input/?i=RiemannZeta[1%2F2%2B14.135+i

If you want to write your own computer function which calculates zeroes
of the Riemann zeta, I could assist you with my experience in writing a
(PowerBasic) function for that purpose.
 
micromass said:
Hi hawaiifiver! :smile:

You seem to be missing something. That is, the definition

\zeta(s)=\sum_{n=0}^{+\infty}{\frac{1}{n^s}}

does not hold for each s. That definition is only for the s with Re(s)>1. That is, for the s=a+bi with a>1.

For all other s, the Riemann zeta function is defined as the analytic continuation of the above sum. To know the values of the Riemann zeta function is points like \frac{1}{2}+ix, we can not use the above sum. We will have to use another form.

For more information about the Riemann zeta function, I suggest you read a good book on complex analysis first. I like the book by Freitag & Busam. It includes some information on the zeta and gamma functions.

I'll check out that book. Thank you.
I found this formula from Konrad Knopp on wikipedia which is a globally convergent series.

<br /> <br /> \zeta(s)=\frac{1}{1-2^{1-s}}<br /> \sum_{n=0}^\infty \frac {1}{2^{n+1}}<br /> \sum_{k=0}^n (-1)^k {n \choose k} (k+1)^{-s}

Does this converge then, when substituting in s = 1/2 + 14.1347 i
 
Last edited:
All good advice. Also find a course or book on Complex analysis if you have not already had such.
 
I am preparing a post:

'Programming details on the computation of the Riemann zeta function using Aribas'

There you can find all details to compute ζ(\frac{1}{2} + 14.1347 i)
 
Thanks.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
5K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K