Use the ratio test to check if a series converges absolutely
Use the root test to check if a series converges absolutely
Series Converging to [latex]\pi[/latex] and [latex]\frac{1}{\pi}[/latex]
Throughout history, mathematicians have been fascinated by the challenge of computing [latex]\pi[/latex] with ever-increasing precision. This quest has led to the discovery of numerous infinite series that converge to [latex]\pi[/latex], each with its own remarkable properties and convergence characteristics.
Dozens of series exist that converge to [latex]\pi[/latex] or an algebraic expression containing [latex]\pi[/latex]. Here we look at several examples and compare their rates of convergence. By rate of convergence, we mean the number of terms necessary for a partial sum to be within a certain amount of the actual value. The series representations of [latex]\pi[/latex] in the first two examples can be explained using Maclaurin series, which are discussed in the next chapter. The third example relies on material beyond the scope of this text.
In this exploration, we’ll examine three historically significant series for π, each discovered in different eras and demonstrating increasingly sophisticated mathematical techniques. From the elegant simplicity of the Gregory-Leibniz series to the breathtaking efficiency of Ramanujan’s formula, these series showcase the evolution of mathematical understanding and computational power.
The following series was discovered by Gregory and Leibniz in the late 1600s:
This result follows from the Maclaurin series for [latex]f\left(x\right)={\tan}^{-1}x[/latex].
Prove that this series converges.
Evaluate the partial sums [latex]{S}_{n}[/latex] for [latex]n=10,20,50,100[/latex].
Use the remainder estimate for alternating series to get a bound on the error [latex]{R}_{n}[/latex].
What is the smallest value of [latex]N[/latex] that guarantees [latex]|{R}_{N}|<0.01\text{?}[/latex] Evaluate [latex]{S}_{N}[/latex].
The series can be written as [latex]\displaystyle\sum_{n=1}^{\infty} \frac{4(-1)^{n+1}}{2n-1}[/latex].
This is an alternating series with [latex]a_n = \frac{4}{2n-1}[/latex].
To apply the alternating series test, we need to verify:
[latex]a_n > 0[/latex] for all [latex]n \geq 1[/latex]
[latex]a_{n+1} \leq a_n[/latex] for all [latex]n \geq 1[/latex] (decreasing)
[latex]\lim_{n \to \infty} a_n = 0[/latex]
Verification:
[latex]a_n = \frac{4}{2n-1} > 0[/latex] since [latex]2n-1 > 0[/latex] for all [latex]n \geq 1[/latex]
We need [latex]a_{n+1} \leq a_n[/latex], which means: [latex]\frac{4}{2(n+1)-1} \leq \frac{4}{2n-1}[/latex] [latex]\frac{4}{2n+1} \leq \frac{4}{2n-1}[/latex] Since [latex]2n+1 > 2n-1[/latex] for [latex]n \geq 1[/latex], we have [latex]\frac{1}{2n+1} < \frac{1}{2n-1}[/latex], so the sequence is decreasing.
[latex]S_5 \approx 3.14159[/latex]: Correct to 5 decimal places
[latex]S_{10} \approx 3.141592653[/latex]: Correct to 9 decimal places
[latex]S_{20} \approx 3.141592653589793[/latex]: Correct to 15 decimal places
Newton’s series converges much faster than the Gregory-Leibniz series, gaining approximately 6 additional correct decimal places with each 10 additional terms.
The following series was discovered by Ramanujan in the early 1900s :
William Gosper, Jr., used this series to calculate [latex]\pi[/latex] to an accuracy of more than [latex]17[/latex] million digits in the mid 1980s. At the time, that was a world record. Since that time, this series and others by Ramanujan have led mathematicians to find many other series representations for [latex]\pi[/latex] and [latex]\frac{1}{\pi}[/latex].
Prove that this series converges.
Evaluate the first term in this series. Compare this number with the value of [latex]\pi[/latex] from a calculating utility. To how many decimal places do these two numbers agree? What if we add the first two terms in the series?
Let [latex]a_n = \frac{(4n)!(1103+26390n)}{(n!)^4 \cdot 396^{4n}}[/latex].