Lecture 10: Infinite Series - From Infinite Sums to a Language of Functions
Lecture 10: Infinite Series - From Infinite Sums to a Language of Functions
Section titled “Lecture 10: Infinite Series - From Infinite Sums to a Language of Functions”Lecture Line
Section titled “Lecture Line”In the previous lecture, Newton’s calculus was already tied to infinite series: if a function can be written as an infinite polynomial, it can often be differentiated, integrated, and inverted term by term. Chapter 10 asks what infinite series themselves are. When are they reliable? How did they become a language for functions, sequences, and primes?
The route follows Stillwell Chapter 10: geometric series, harmonic series, Madhava’s trigonometric series, power series, interpolation and Taylor series, summation problems, fractional power series, generating functions, and Euler’s product for the zeta function.
Students should learn to make four judgments:
- whether an infinite sum converges;
- whether a function can be written as a power series;
- whether a given series can be summed;
- whether a series is being used to encode a sequence or a set of numbers.
Entry Problem: Terms Go to Zero, But the Sum May Still Diverge
Section titled “Entry Problem: Terms Go to Zero, But the Sum May Still Diverge”A natural first guess is: if the terms of a series get smaller and approach , then the sum should settle down.
The harmonic series breaks this intuition:
Each term tends to , but the total still diverges. The lesson is that an infinite series is not simply “adding smaller and smaller things.” One must examine speed, structure, and range of validity.
1. Early Results: Geometric Series and Potential Infinity
Section titled “1. Early Results: Geometric Series and Potential Infinity”Greek mathematics already dealt with infinite processes, but often through finite arguments. Zeno’s dichotomy can be read as
Archimedes’ quadrature of the parabola also involves a geometric series:
In general, if ,
Start with the finite partial sum
Multiplying by and subtracting gives
Hence
When , , so the infinite sum is obtained as a limit of partial sums.
2. Oresme and the Divergence of the Harmonic Series
Section titled “2. Oresme and the Divergence of the Harmonic Series”Oresme’s grouping proof is classroom-ready:
Each grouped block is at least :
Continuing this grouping gives endlessly many new contributions of at least . Therefore the sum can exceed any bound.
So
is necessary for convergence of , but it is not sufficient.
Oresme also connected the harmonic series with the area under . The partial sums
grow roughly like , which later leads toward Euler’s constant .
3. Madhava and Trigonometric Series
Section titled “3. Madhava and Trigonometric Series”The Kerala school, especially Madhava, discovered series for inverse tangent, sine, and cosine. The most useful example here is
Putting gives
This has two meanings:
- it gives an explicit rule for computing ;
- it shows that trigonometric quantities can be handled by infinite series.
It also shows the difference between theoretical validity and computational efficiency. At , the convergence is slow. Students should compute the first few partial sums and observe the speed.
4. Power Series: Functions as Infinite Polynomials
Section titled “4. Power Series: Functions as Infinite Polynomials”After the invention of calculus, power series became central:
They are powerful because they let functions be treated like polynomials.
From the geometric series,
Integrating term by term gives
Similarly,
gives
The condition matters. A power-series identity usually has a range of convergence; outside that range, the formula may fail.
5. Interpolation and Taylor Series
Section titled “5. Interpolation and Taylor Series”Stillwell emphasizes the historical role of interpolation. Today it is often treated as a numerical method, but for Newton, Gregory, and Leibniz it was connected to calculus and infinite expansions.
Interpolation asks: from known values of a function at a sequence of points, can we recover other values?
Finite data lead to polynomial interpolation. Infinite data lead toward Gregory-Newton interpolation. Taylor series can be viewed as a limiting case when the spacing between known points tends to zero:
In class, however, Taylor series should not be reduced to writing an infinite expansion. For computation, we first take a finite polynomial:
and then ask how large the remainder
is.
For example, for , taking terms through degree three gives
The next term has size only about , so the approximation is already very tight. Taylor series is both an expansion of a function and a controlled approximation scheme.
Taylor series is not just a calculus formula. It is also the limit of an older problem: reconstructing a function from local information. The remainder answers the next question: how far can we trust the reconstruction?
6. Summation: Finding the Value of a Given Series
Section titled “6. Summation: Finding the Value of a Given Series”Expanding a known function into a series is one problem. Summing a given series is another.
Mengoli could sum telescoping series such as
Since
the first terms equal
so the infinite sum is .
The Basel problem was much harder:
Euler found
His early reasoning treated as an infinite polynomial and related its zeros to its factors. Later mathematicians supplied the necessary rigor, but the idea was decisive: use the zero structure of a function to sum a numerical series.
7. Fractional Power Series
Section titled “7. Fractional Power Series”Not every function can be expressed as an ordinary power series.
For example, cannot be written near as
If
then squaring the right-hand side gives a lowest possible power of at least , not .
Newton discovered that algebraic functions can often be described by fractional power series, for example
Later complex variables and Puiseux expansions made this behavior clearer. The point for this course is that the failure of ordinary power series forced a richer local language for algebraic functions.
8. Generating Functions: Encoding Sequences
Section titled “8. Generating Functions: Encoding Sequences”Series can represent not just values of a function, but a whole sequence.
Let the Fibonacci sequence be
Define the generating function
Then
So
because every coefficient from onward is
Thus
A recursive sequence has been compressed into a rational function.
There is also a useful distinction here. Taylor series usually make analytic claims about function values, so convergence and remainder matter. Generating functions in combinatorics are often first used as formal power series: is a marker for the index, and equality means coefficient-by-coefficient equality. In that setting, convergence is not the first issue; coefficient relations are.
9. Euler Product and the Zeta Function
Section titled “9. Euler Product and the Zeta Function”Euler generalized the harmonic series to
For it converges. Euler found
where the product runs over all primes.
Each factor expands as
Multiplying all prime factors produces every term exactly once, because every positive integer has a unique prime factorization.
Euler’s product connects a sum over all positive integers with a product over primes. This is the entrance to analytic number theory.
Classroom Activities
Section titled “Classroom Activities”Activity A: Why the Harmonic Series Diverges Slowly
Section titled “Activity A: Why the Harmonic Series Diverges Slowly”First estimate
Then use Oresme’s grouping:
Each group is at least .
Students should:
- Write a lower bound for the first four groups.
- Explain why the harmonic series diverges.
- Compare its divergence with the convergence of a geometric series.
- Explain why terms tending to is only a necessary condition.
Extension: use an area picture to explain why grows roughly like , not like .
Activity B: Taylor Approximation Is Not Just Formal Expansion
Section titled “Activity B: Taylor Approximation Is Not Just Formal Expansion”Estimate using
Students should:
- Estimate using the first three terms.
- Estimate again using the first four terms.
- Compare the errors with a calculator.
- Explain why adding one more term improves the result.
Then compare with
The point is that a series is useful when finite truncations give controlled approximation.
Activity C: From Recurrence to Generating Function
Section titled “Activity C: From Recurrence to Generating Function”The Fibonacci sequence satisfies
Define
Students should:
- Write and .
- Compute .
- Identify why all coefficients from onward vanish.
- Derive
Extension: explain why a recursively defined integer sequence can be encoded by a rational function.
Activity D: A Finite Euler Product and Unique Factorization
Section titled “Activity D: A Finite Euler Product and Unique Factorization”Use only the primes and expand
Students should:
- List the first ten terms of the form that appear.
- Check that each has only prime factors .
- Explain why each such appears exactly once.
- Explain why including all primes gives
Final question: which theorem about integers is being used here?
Discussion Questions
Section titled “Discussion Questions”- Why is only a necessary condition for convergence of ? Use geometric and harmonic series in your answer.
- The geometric series converges and can be summed directly, while the harmonic series diverges. What structural difference matters?
- When is a Taylor series a computational tool, and when is it only a formal expression? What roles do convergence range and remainder play?
- Formal power series can be used without convergence, while analytic power series require convergence. Which use is closer to the generating-function activity?
- The Fibonacci generating function turns a recurrence into a rational function. Why does that make a recursive problem algebraic?
- Euler’s product turns a sum over integers into a product over primes. Where would the argument fail without unique factorization?
- Euler’s early Basel problem argument treated like an infinite polynomial. Why did the analogy give the right answer, and why did later mathematicians still need a proof?
Further Directions
Section titled “Further Directions”- Oresme’s proof of harmonic divergence and logarithmic growth.
- Madhava/Gregory-Leibniz series for and convergence speed.
- Gregory-Newton interpolation and Taylor series.
- Basel problem and Euler’s infinite product for .
- Puiseux series for algebraic functions.
- Generating functions in combinatorics.
- Riemann zeta function and the historical entrance to the Riemann hypothesis.