Why 8 Decimal Places? The Surprising Reason Behind Finite Numbers in Roots

  • Thread starter trini
  • Start date
In summary: So in summary, the finite numbers that you get when you play around with roots on a calculator is because the calculator stores the result at a higher precision, but only displays an 8 digit mantissa. Reason 1 is that the precision that the calculator uses is 8 digits and Reason 2 is that that is the precision that the calculator uses.
  • #1
trini
217
0
Ok so I'm playing around with my claculator the other day and i realize that sometimes when you play around with roots(for example root 2 +root 3) you get finite numbers, and these numbers are always 8 dp long. Is there some reason for this? here are a few examples:

root 2 + root 3 = 3.14626437
root 6 x root 8 = 6.92820323
root 3 + root 6 = 4.18154055
root 2 + root 5 = 3.65028154

just to name a few. considering that individually all these roots are infinite, how do they always condense to 8 dp finite numbers?
 
Physics news on Phys.org
  • #3
ok so they're not actually finite, just a result of internal approximations?
 
  • #4
trini said:
Ok so I'm playing around with my claculator the other day and i realize that sometimes when you play around with roots(for example root 2 +root 3) you get finite numbers, and these numbers are always 8 dp long. Is there some reason for this? here are a few examples:

root 2 + root 3 = 3.14626437
root 6 x root 8 = 6.92820323
root 3 + root 6 = 4.18154055
root 2 + root 5 = 3.65028154

just to name a few. considering that individually all these roots are infinite, how do they always condense to 8 dp finite numbers?


There could be a couple of reasons for that.

Reason 1: The calculator stores results at higher precision but only displays an 8 digit mantissa.

Reason 2: That is the precision that the calculator uses.

To understand precision, you have to understand that integers have a certain range. For instance, an unsigned 8 bit integer has a range of 0 to 2^8. An eight bit signed float has a greater range, but it must sacrifice precision in the mantissa to store values in the exponent.

For instance, if you have a 16 bit number, the range of 0- 10^99 in the floating point digit takes a maximum of seven bits, one bit needs to be used for the sign bit, and the other eight bits can be used to store for the precision of the value, which would limit you to 2^8=256, or effectively, two digit precision. So then your answer to the square root of two might be 1.4.
 
  • #5
trini said:
ok so they're not actually finite, just a result of internal approximations?

Bullseye.
 
  • #6
It would take the calculator an infinite amount of time to calculate an infinite amount of digits - and what practical purpose would that serve?

Calculators aren't designed for deep theoretical stuff. They are for real world operations - carpenters measuring wood to cut, architects, navigators calculating an airplane's course, and so on. Those tasks are unlikely to have measurements or observations that are accurate to eight digits, so such accuracy isn't necessary.

And it is assumed that any good craftsman understands the limits of his tools.
 

1. Why is 8 decimal places commonly used in scientific calculations?

Eight decimal places are commonly used in scientific calculations because it allows for a high level of precision and accuracy. It is generally accepted that measurements with 8 decimal places are accurate to within 0.00000001 units, making it suitable for most scientific experiments and calculations.

2. How does 8 decimal places compare to other levels of precision?

In terms of precision, 8 decimal places is considered to be a high level of accuracy. It is often used in scientific calculations that require a high degree of precision, such as in chemistry or physics.

3. Can more or less than 8 decimal places be used in scientific calculations?

Yes, it is possible to use more or less than 8 decimal places in scientific calculations. However, the number of decimal places used will depend on the level of precision required for the specific calculation. In some cases, using more or less decimal places may result in a loss of accuracy.

4. Are there situations where 8 decimal places may not be enough?

Yes, there are situations where 8 decimal places may not be enough. Some calculations, such as those involving extremely small or large numbers, may require a higher level of precision and therefore more decimal places. Additionally, in some fields of science, such as nuclear physics, calculations may require even more decimal places for accuracy.

5. What happens if there is a rounding error with 8 decimal places?

Rounding errors can occur in any calculation, regardless of the number of decimal places used. However, the use of 8 decimal places can minimize the impact of rounding errors and reduce their likelihood. In cases where a higher level of precision is required, more decimal places may be used to reduce the potential for rounding errors.

Similar threads

Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
  • Computing and Technology
Replies
4
Views
769
  • Precalculus Mathematics Homework Help
Replies
1
Views
780
Replies
14
Views
918
  • Engineering and Comp Sci Homework Help
Replies
32
Views
3K
Replies
18
Views
3K
  • General Math
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
3
Views
2K
  • Linear and Abstract Algebra
Replies
11
Views
3K
Back
Top