I read an article about series acceleration on Wikipedia. I found in the non-linear acceleration section that Padé approximants can be used for series acceleration. But I am not able to understand what it is, and how it accelerates series. For understanding purposes, can someone explain to me with an example of the Leibniz series for $\pi$?
2026-03-07 16:53:48.1772902428
What are Padé approximants and how are they used for series acceleration?
313 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PI
- Two minor questions about a transcendental number over $\Bbb Q$
- identity for finding value of $\pi$
- Extension of field, $\Bbb{R}(i \pi) = \Bbb{C} $
- ls $\sqrt{2}+\sqrt{3}$ the only sum of two irrational which close to $\pi$?
- Is it possible to express $\pi$ as $a^b$ for $a$ and $b$ non-transcendental numbers?
- Is there an essential difference between Cartwright's and Niven's proofs of the irrationality of $\pi$?
- How and where can I calculate $\left(1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\cdots\right)\left(1+\frac{1}{2}-\frac{1}{3}-\frac{1}{4}+\cdots\right)?$
- Is $\frac{5\pi}{6}$ a transcendental or an algebraic number?
- Calculating the value of $\pi$
- Solve for $x, \ \frac{\pi}{5\sqrt{x + 2}} = \frac 12\sum_{i=0}^\infty\frac{(i!)^2}{x^{2i + 1}(2i + 1)!}$
Related Questions in PADE-APPROXIMATION
- Implementation help for Extended Euclidean Algorithm
- How does the convergence sector of a continued fraction depend on the order where it is truncated?
- How to prove the following application of the Stiltjes series expansion
- Pade approximation of $\frac{1-e^{-x}I_0(x)}{x}$
- Finding the coefficients $p_0,p_1,p_2,q_1,q_2,q_3$ of Padé approximation
- Cramer's rule and the Padé approximant
- why are there two different Pade approximation of delay
- Derivation of Padé approximant to exponential function: unclear step in Gautschi
- Approximating function $f(x)=\sqrt{\sqrt{e^{x}}}$
- Wrong stability results when using Padé approximation
Related Questions in CONVERGENCE-ACCELERATION
- How to compute this constant with high precision $\sum_{n=1}^\infty \left(\frac{1}{a_n}-\frac{1}{(n+1) \ln (n+1)} \right)$
- Convergence acceleration of successions with logarithms
- sum up the series $f(x) = \sum_{n\geq 1 } \cos n x /\sqrt{n}$ numerically
- Evaluating a particular sum of products of exponential functions
- Generalized limits
- What are the limits of series acceleration?
- $35.2850899... $ has a closed form ??
- Wynn-epsilon convergence
- Series acceleration with Fourier-Bessel series coefficients
- Numerical compuation of fast converging series
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I'll assume you know the basics of Taylor/MacLaurin series expansion.
The Leibniz formula for $\pi$ (or rather, $\pi/4$) is obtained from substiuting $x=1$ into $$ f(x):=\arctan x=x-\frac13x^3+\frac15x^5-\frac17x^7+\dots $$ So we will try to find a way of accelerating the convergence of this series by replacing the partial sum $$ S_n=f_n(1),\quad f_n(x)=\sum_{j=0}^n \frac{(-1)^j}{2j+1}x^{2j+1} $$ by something which looks like $f_n$ for small enough $x$, namely the Padé approximants $[m/n]_f$ and taking appropriate subsequences of the doubly-indexed $([m/n]_f(1))_{m,n}$. Now there are various ways to do this, some better than others. However, it is probably a good idea to try to do it via some diagonal-ish way, so let's try $[n+1/n]_f$, the numerator having one higher degree than the denominator since $\arctan x\approx x$ is a reasonably good first approximation.
Padé approximants are quite efficiently computed by the Wynn's $\varepsilon$-algorithm: initialize $$ \varepsilon^{(n)}_{-1}=0, \varepsilon^{(n)}_0=f_n,\quad n=0,1,2,\dots $$ and compute $$ \varepsilon^{(n)}_{k+1}=\varepsilon^{(n-1)}_{k-1}+\big[\varepsilon^{(n+1)}_k-\varepsilon^{(n)}_k\big]^{-1} $$ Then $\varepsilon^{(n)}_{2k}=[n+k/k]_f$.
So we obtain, for example, \begin{align*} [1/0]_f&=x\\ [3/2]_f&=\frac{105x+40x^3-4x^5}{105+75x^2}\\ [5/4]_f&=\frac{945 x + 735 x^3 + 64 x^5}{945 + 1050 x^2 + 225 x^4}\\ [7/6]_f&=\frac{15015 x + 19250 x^3 + 5943 x^5 + 256 x^7}{15015 + 24255 x^2 + 11025 x^4 + 1225 x^6} \end{align*} which gives us approximations of $\pi$: $$ \begin{array}{c|c|c} [m/n] & 4[m/n]_f(1) & \text{rel. error}\\\hline [1/0] & 4 & 27.3\%\\ [3/2] & \frac{19}{6} = 3.166666666\dots&0.798\%\\ [5/4] & \frac{1744}{555} = 3.142342342\dots&0.024\%\\ [7/6] & \frac{2529}{805} = 3.141614906\dots&0.001\% \end{array} $$
Similarly, if you want to start at a higher degree numerator, we have \begin{align*} [3/0]_f&=x-\frac13x^3\\ [5/2]_f&=\frac{105x+40x^3-4x^5}{105+75x^2}\\ [7/4]_f&=\frac{10395x + 9765x^3 + 1344x^5 - 64x^7}{10395 + 13230x^2 + 3675x^4}\\ [9/6]_f&=\frac{225225x + 330330x^3 + 128205x^5 - 256x^7 + 9216x^9}{225225 + 405405x^2 + 218295x^4 - 33075x^6} \end{align*} and $$ \begin{array}{c|c} [m/n] & 4[m/n]_f(1)\\\hline [3/0] & \frac{8}{3}=2.666666666\dots\\ [5/2] & \frac{47}{15} = 3.133333333\dots\\ [7/4] & \frac{4288}{1365} = 3.141391941\dots\\ [9/6] & \frac{4948}{1575} = 3.141587301\dots \end{array} $$