$\frac{9}{5}+\sqrt{\frac{9}{5}}=3.1416...$ is a closed-form approximation of $\pi$ with a precision of 3 digits. After reading the wiki page on approximations of pi, I read about many clever methods for finding closed-form approximations of $\pi$. I was curious how much "information" you can pack in a closed-form expression to approximate some transcendental number. I wouldn't know how to measure the "efficiency" of a closed-form expression. For instance, the number of integers in the expression divided by the the number of digits of precision. That way, you get information divided by precision. Is there a limit to how much you can pack in an expression?
2026-03-26 07:58:31.1774511911
What is the most "efficient" closed-form expression for approximating a transcendental number?
216 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in ANALYSIS
- Analytical solution of a nonlinear ordinary differential equation
- Finding radius of convergence $\sum _{n=0}^{}(2+(-1)^n)^nz^n$
- Show that $d:\mathbb{C}\times\mathbb{C}\rightarrow[0,\infty[$ is a metric on $\mathbb{C}$.
- conformal mapping and rational function
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Proving whether function-series $f_n(x) = \frac{(-1)^nx}n$
- Elementary question on continuity and locally square integrability of a function
- Proving smoothness for a sequence of functions.
- How to prove that $E_P(\frac{dQ}{dP}|\mathcal{G})$ is not equal to $0$
- Integral of ratio of polynomial
Related Questions in TRANSCENDENTAL-NUMBERS
- Two minor questions about a transcendental number over $\Bbb Q$
- Is it possible to express $\pi$ as $a^b$ for $a$ and $b$ non-transcendental numbers?
- Is it true that evaluating a polynomial with integer coefficients at $e$, uniquely defines it?
- Is $\frac{5\pi}{6}$ a transcendental or an algebraic number?
- Is there any intermediate fields between these two fields?
- Is there any pair of positive integers $ (x,n)$ for which :$e^{{e}^{{e}^{\cdots x}}}=2^{n}$?
- Why is :$\displaystyle {e}^\sqrt{2}$ is known to be transcedental number but ${\sqrt{2}}^ {e}$ is not known?
- Irrationality of $\int_{-a}^ax^nn^xd x$
- Proving that $ 7<\frac{5\phi e}{\pi}< 7.0000689$ where $\phi$ is the Golden Ratio
- Transcendence of algebraic numbers with Transcendental power
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?
As pointed out in the comments here, the expression:
$$ \pi = 20 \arctan \frac{1}{7} + 8 \arctan \frac{3}{79} $$
has a "precision of over $12$ digits" only in the sense that it is an exact equation. The transcendental number $\pi$ is expressed as a sum of two more transcendental numbers.
That is an expression due to Euler among a class of exact representations commonly called Machin-like formulas after John Machin, who gave (1706):
$$ \pi = 16 \arctan \frac{1}{5} - 4 \arctan \frac{1}{239} $$
and used it to compute $\pi$ to a thousand decimal places. The "simplest" of these exact expressions was also found by Euler:
$$ \pi = 4 \arctan \frac{1}{2} + 4 \arctan \frac{1}{3} $$
but it is less practical for computation because of the relatively slow convergence at these arguments of the Taylor series of $\arctan x$.
But since these are not "approximations" of a transcendental number by algebraic numbers, the remainder of this post will point out references pertinent to that general subject (and not solely to approximating $\pi$).
Most authors begin their treatment of this subject by revisiting the approximation of real numbers by rational numbers, This classic "Diophantine" topic is fully developed by Knuth in AOCP Vol. II, Semi-numerical Algorithms, and has been previously been discussed here and here at Math.SE in terms of continued fraction convergents and semi-convergents.
The basic result, going back to Dirichlet, is that for any irrational real number $r$, there exist an infinite number of rational approximations $p/q$ such that:
$$ \left| r - \frac{p}{q} \right| \lt \frac{1}{q^2} $$
where $p,q$ are coprime and $q\gt 0$, and one way to obtain such approximations is from the convergents of the simple continued fraction of $r$. By allowing the denominator $q$ to grow large, we obtain rational approximations as close to $r$ as we wish. But if $q$ is bounded, then there are only finitely many such approximations, and the best precision is therefore limited.
To generalize this to approximation of transcendental real numbers by algebraic numbers, it was conjectured by Eduard Wirsing (1960) that for any real $\xi$ not algebraic of degree $d$ or less over the integers, there are an infinite number of algebraic numbers $\alpha$ of degree $d$ or less over the integers such that:
$$ \left| \xi - \alpha \right| < c H(\alpha)^{-(d+1)} $$
where $c$ is a positive constant (depending on $\xi$) and "height" $H(\alpha)$ is the maximum absolute value of coefficients in the minimal integer polynomial of $\alpha$.
This conjecture remains an open problem, but was proven for almost all real numbers by V. Sprindžuk (1965). For $d=2$ it was proven without exceptions by Harold Davenport and Wolfgang M. Schmidt (1967).
There is a book-length treatment by Yann Bugeaud (Cambridge Univ. Press, 2004) titled Approximation by Algebraic Numbers. See also the survey by Vladislav Frank (2007), "Approximation to real numbers by algebraic numbers of bounded degree" at the level of a Master's Thesis.