1 / 3

Counting Primes (3/19)

Counting Primes (3/19). Given a number n , how many primes are there between 2 and n? No one has discovered an exact formula (and no one will!). So, change the question: Given a number n , about how many primes are there between 2 and n?

zion
Télécharger la présentation

Counting Primes (3/19)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Counting Primes (3/19) • Given a number n, how many primes are there between 2 and n? • No one has discovered an exact formula (and no one will!). • So, change the question: Given a number n, about how many primes are there between 2 and n? • Let’s experiment a bit with Mathematica. We denote the exact number of primes below n by (n). • The Prime Number Theorem (PNT). The number of primes below n is approximated by n / ln(n). More specifically:

  2. Comments on the PNT • It was a huge accomplishment of 19th Century mathematics. • Another (illuminating) way to say what the PNT says is that in the neighborhood of a number n, about 1 out of every ln(n) numbers will be primes. Or, put another way, the density of primes near n is 1 / ln(n). • This leads us to an even better estimator for (n): the “logarithmic integral” Li(n) = • Check this out in Mathematica .

  3. More Comments • It’s absolutely astounding (to me at least) that the number of primes below n is somehow related to the number e 2.71828. • What is this number e anyway? Where does it come from? Where does it arise in nature? • Well, it’s most easily described as the natural limit of compounding, i.e., . • For Friday, please read Chapter 13.

More Related