MHB Help explaining unrounding concepts

  • Thread starter Thread starter mathnewb99
  • Start date Start date
  • Tags Tags
    Concepts
mathnewb99
Messages
2
Reaction score
0
We have some people trying to report four places to the right of the decimal with inputs that rounded to 2 and 3 decimal places. Can you please articulate why it is impossible to guarantee four decimal precision? I have been unsuccessful in my attempts and am looking for help from someone with a formal math background. Many thanks in advance.
 
Mathematics news on Phys.org
mathnewb99 said:
We have some people trying to report four places to the right of the decimal with inputs that rounded to 2 and 3 decimal places. Can you please articulate why it is impossible to guarantee four decimal precision? I have been unsuccessful in my attempts and am looking for help from someone with a formal math background. Many thanks in advance.

Hi mathnewb99, welcome to MHB!

There are different schools of thought on how many decimals to report.

Mathematically it is correct to report as many decimals as we want since we would assume that the inputs are exact.

In practice we have to take into account that the inputs are not exact but have a measurement and/or rounding error.
It is then common to report as many decimals as is representative for the precision of the final result.
However, we only do that for the final result. Any intermediate result must be reported with a couple more digits to ensure we do not introduce undesired rounding errors in the final result.

So mathematically we can say that 12.3 + 0.456 = 12.756.
In practice it is conventional to assume that the input 12.3 has an error up to 0.05.
In this example the result will also have an error up to 0.05, so it is common to report the result as 12.8, which is rounded to the same number of decimals as the 'worst' input.
That is, unless it is an intermediate result, in which case we would report it as 12.756.
 
Thanks for the reply. That makes a lot of sense.

In the example I have the team is dividing a dollar value with 2 decimal places by a decimal that has 3 decimal places. In this case applying "round to the worst precision" would mean the final result should be reported with 2 decimal places to ensure any rounding errors are properly consumed by that final rounding operation. Does my interpretation sound correct to you?
 
mathnewb99 said:
Thanks for the reply. That makes a lot of sense.

In the example I have the team is dividing a dollar value with 2 decimal places by a decimal that has 3 decimal places. In this case applying "round to the worst precision" would mean the final result should be reported with 2 decimal places to ensure any rounding errors are properly consumed by that final rounding operation. Does my interpretation sound correct to you?

For multiplication and division it works slightly different than for addition/subtraction.
We have to look at the number of significant digits instead of the number of decimal digits.
Consider 56 / 2.34 = 23.9316.
The input 56 has 2 significant digits and 2.34 has 3 significant digits.
The worst input has 2 significant digits so the final result should also have 2 significant digits.
So if this is the final result, we would report 24, which shows that we have a precision of about +/- 0.5.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top