Do I need exact value of $\pi $ upto say $100$ digits if my multiplier is order $10^{10}$.
2026-03-25 22:04:10.1774476250
how to get the integer part of very large integer multiples of irrational numbers such as $\pi$?
126 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COMPUTATIONAL-MATHEMATICS
- The equivalent of 'quantum numbers' for a mathematical problem
- Skewes' number, and the smallest $x$ such that $\pi(x) > \operatorname{li}(x) - \tfrac1n \operatorname{li}(x^{1/2})$?
- Approximating a derivative through Newton interpolation
- What is the value of $2x+3y$?
- Good free calculator for manipulating symbolic matrices of 6x6 and larger?
- How to convert an approximation of CCDF for a standard normal to an approximation with a different mean and variance?
- Simple recursive algorithms to manually compute elementary functions with pocket calculators
- Asymptotic notation proof
- Graph layout that reflects graph symmetries
- What is the most efficient computation of the permanent?
Related Questions in BIG-NUMBERS
- What is $\underbrace{2018^{2018^{2018^{\mathstrut^{.^{.^{.^{2018}}}}}}}}_{p\,\text{times}}\pmod p$ where $p$ is an odd prime?
- Super-fast growing function exceeding Graham's number
- Is it true that $\underbrace{x^{x^{x^{.^{.^{.^x}}}}}}_{k\,\text{times}}\pmod9$ has period $18$ and can never take the values $3$ and $6$?
- Graham's Number on the Next Layer And TREE(3)
- Is there any function that like this function?
- Where does this array-based fast-growing function fall in the fast-growing hierarchy, and how does it compare to TREE(n)?
- There is a way to write TREE(3) via $F^a(n)$?
- (a / b) mod p for large a and b
- Sum of digits of sum of digits of sum of digits of $7^{7^{7^7}}$
- When does the busy beaver function surpass TREE(n)?
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?
The answer is: it depends. Say you have a multiplier of $N \approx 10^{10}$ (it sounds like it's not exactly $10^{10}$ because that would be fairly easy). You're asking whether $\lfloor N\pi \rfloor$ can be different from $\lfloor N\pi^*\rfloor$ when $|\pi-\pi^*|$ is as small as $10^{-100}$. For simplicity let's assume $\pi^*$ is a truncated (not rounded) approximation to $\pi$ so that $\pi^*<\pi$.
Well, the contents of those two floors differ by only $10^{-100}N \approx 10^{-90}$. That may seem like an insignificant difference, but it still matters when $N\pi$ is very close to an integer. Most of the time you can compute $N\pi^*$ and you can see that it is at least $10^{-90}$ away from being an integer, and safely conclude that $N\pi$ has the same integer part. But what if $N\pi^*$ is just, just below an integer and $N\pi$ is just, just above that same integer (resulting in different floors)? What we'd really like to know is,
This is the subject of an active body of research and is related to the notion of irrationality measure. It is known from continued fraction theory that for any irrational constant $\alpha$ there are values of $N$ where $\|N\alpha\|$ is smaller than $1/N$, but in the case of $\pi$ it occasionally gets much smaller (well-known example: $113\pi \approx 354.99997$).
In practice this is something we can control. We already know enough digits of $\pi$ that we can compute (efficiently by using continued fractions) that for $N$ of order $10^{10}$ the above is essentially the worst case, and that $N\pi$ will never be less than $1/(300N)$ away from any integer. That means you never need more than about 13 decimal places of $\pi$ to get the integer part for such smallish $N$, even if you are very unlucky and choose an $N$ where $N\pi$ is close than integer.
If we extend your question to much larger values of $N$ then this is where irrationality measure comes in. We believe the irrationality measure for $\pi$ is $2$, as is known to be true for "most" irrational numbers. A low irrationality measure for $\pi$ means that $\|N\pi\|$ doesn't ever get really, really small, so lower is better for our purposes. But we only how to prove that it is at most $7.6063$, and that is a recent result of Salikhov (2008).
Salikhov's bound means that $\|N\pi\|$ cannot be smaller than about $N^{-6.61}$, at least for very large $N$. Then for $N$ of order $10^m$ you shouldn't need more than about $7m$ digits of $\pi$ (as long as $m$ is large enough – I honestly don't know for sure how large it needs to be but in practice it hardly matters).
Of course, if you carefully choose the "wrong" irrational number $\alpha$ then you can easily rig it so that you may need a very large number of decimal places to correctly get the integer part of $N\alpha$: some numbers do have infinite irrationality measure (Liouville numbers).