Table of Contents
- 18.1 INTRODUCTION
- 18.2 SEMINAR
- 18.2.1 Calculus Hacks: Beyond Calculations
- 18.2.2 Newton’s Method for Roots: A Powerful Tool
- 18.2.3 Newton’s Method Takes a Complex Turn
- 18.2.4 Geometric Series Demystified
- 18.2.5 Convergence in Infinite Series
- 18.2.6 Unlocking Taylor Series with Infinite Series
- 18.2.7 Deriving Logarithms with Series
- 18.2.8 Exploring the Series at -1
- 18.2.9 Number Theory Meets Calculus
- 18.2.10 Zeta Function and the Riemann Hypothesis
- 18.2.11 The Euler Golden Key Identity
- 18.2.12 Exploring a Calculus-Based Equivalence to Goldbach
- EXERCISES
18.1 INTRODUCTION
18.1.1 Goldbach’s Challenge
One of the most famous open problems in mathematics is the Goldbach conjecture:
Every even integer larger than
Let

18.1.2 Goldbach Conjecture: Visualizing with Mathematica
Here is Mathematica code which allows to plot the comet, the graph of the function
18.1.3 Cracking Goldbach with Calculus?
Why is this remarkable? It shows that computing the numbers
18.2 SEMINAR
18.2.1 Calculus Hacks: Beyond Calculations
In this seminar, we see how calculus can help to compute things effectively and also hope to get insight into topics which are of more number theoretical nature. To find the cube root of
Problem A: Find


18.2.2 Newton’s Method for Roots: A Powerful Tool
We could not mention the Newton method to find roots in class. It is a simple but effective iterative method. We can also do that to find roots. In order to find the cube root of
18.2.3 Newton’s Method Takes a Complex Turn
There is an interesting story here when applying the Newton method in the complex plane. The function

18.2.4 Geometric Series Demystified
In the exam you have proven
Problem B: Verify the geometric series formula by multiplying with
18.2.5 Convergence in Infinite Series
These were all finite sums but seeing the pattern allows us to take a limit and compute the infinite series:
Problem C: For which
18.2.6 Unlocking Taylor Series with Infinite Series
The Taylor series of a nice function is
Problem D: What is the Taylor series of
18.2.7 Deriving Logarithms with Series
How can you get from the last exercise the following identity?
Problem E:
18.2.8 Exploring the Series at -1
Now lets see what happens at
Problem F: Use E to see what happens for
18.2.9 Number Theory Meets Calculus
How come that great number theorists like Leonard Euler or Godfrey Hardy were also masters in calculus? The reason is that many results of number theoretic nature have intimate relations with calculus. Lets look at the following problem:
Problem G: What is the value of the Leibniz series
Hint: compute first the Taylor series of
18.2.10 Zeta Function and the Riemann Hypothesis
Problem H: What does the Riemann hypothesis say?
The Euler golden key relates
Theorem 1.
18.2.11 The Euler Golden Key Identity
Problem I: Verify the Euler golden key identity.
First verify (maybe look at Problem C) that for a single prime
18.2.12 Exploring a Calculus-Based Equivalence to Goldbach
Lets come back to the topic of the introduction. Remember that the Goldbach conjecture tells that every even number larger than
Problem J: Goldbach is equivalent to
EXERCISES
Exercise 1. The weak Goldbach conjecture claims that every integer larger or equal than 6 is a sum of three primes. Check this for
Exercise 2. The function

Exercise 3. The series
Exercise 4. By looking it up, give an explanation why it makes sense that Zeta[-1]. How is such a finite value possible? In your explanation, we just want to know which field of mathematics is involved and what the idea is to define
Exercise 5. You can practice computing square roots of numbers between
- T is define a second time because we do not want to differentiate f symbolically in each evaluation of T and N[] forces floating point arithmetic.↩︎