Calculating Uncertainty for Radioactive Isotope Measurements

  • Thread starter Thread starter dimensionless
  • Start date Start date
  • Tags Tags
    Rate Uncertainty
AI Thread Summary
To achieve an uncertainty of 1% in radioactive isotope measurements, a total of 5,000 one-second measurements is required. The uncertainty can be calculated using the formula 1 divided by the square root of the number of observations. For 5,000 measurements, this results in an uncertainty of approximately 1.4%. The discussion highlights the importance of sample size in reducing measurement uncertainty. Understanding the relationship between the number of observations and uncertainty is crucial for accurate radioactive measurements.
dimensionless
Messages
460
Reaction score
1
Let's say that I have a long lived radio active isotope and I make 10 one second measurements of the disintegration. My measurements are as follows:
Code:
3, 0, 2, 1, 2, 4, 0, 1, 2, 5

How many one second measurements would I have to make to get an uncertainty of 1%?

The answer is 5,000, but I have no idea how to get it.
 
Physics news on Phys.org
I'm not sure what you mean but the margin_of_error which sometimes is called the uncertainty can be calculated knowing only the number of observations. 1 divided by the square root of the number of observations.

for 5000 it is about 1.4% which is 1 / sqrt( 5000 )
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top