How Do You Properly Round in Error Analysis?

AI Thread Summary
In error analysis, rounding should reflect the precision of the error term. The calculation of resultant error involves taking the square root of the sum of the squares of individual relative errors, leading to a more accurate representation of uncertainty. For example, a speed error of 0.2% and a time error of 0.7% results in a distance error of approximately 10 km when rounded appropriately. While some engineers may accept a broader interpretation of error ranges, scientific conventions typically favor a statistical approach to ensure consistency. Ultimately, the final answer should be presented with the same precision as the error term, resulting in values like 1330 +/- 10 km.
Syed Qaiser
Messages
1
Reaction score
0
Hi, to start with my questions I will show you what I have done so far.

(23.56+/-0.05) km/h x (56.3+/-0.4) h

So I ended up with (1326.428+/-12.234) km
But I know the real answer is (1330+/-10) km
What I don't understand is how I would round to that answer. I do not know what I have to look for to see that I have to round it.
 
Physics news on Phys.org
Syed Qaiser said:
Hi, to start with my questions I will show you what I have done so far.

(23.56+/-0.05) km/h x (56.3+/-0.4) h

So I ended up with (1326.428+/-12.234) km
But I know the real answer is (1330+/-10) km
What I don't understand is how I would round to that answer. I do not know what I have to look for to see that I have to round it.

Basically, all of the extra digits in the error that you have are extraneous. The 0.234 past the decimal is essentially meaningless.

The error will be the square root of the sum of the squares of the individual relative errors.

speed: 0.2% error; time: 0.7% error ==> resultant error = sqrt (0.002^2 + 0.007^2) = 0.0074 --> 0.74%
distance = 1326.4 km (0.74% of this is the error) -- error = 9.8 km ==> which has been rounded to 10 (one sig fig)
So, the answer is 1330 +/- 10 km (you round the answer to have the same precision as the precision in the error)
 
Quantum Defect said:
The error will be the square root of the sum of the squares of the individual relative errors.
Not necessarily. [soap box alert]
To an engineer, the range of error in the answer is all values consistent with the given inputs. This makes Syed's original answer correct, except for some overstatement of precision. 1326.4+/-12.2 would be reasonable.
In scientific circles, it is customary to do as you say and take a more statistical approach. Sadly, there are serious flaws with the way that is usually done.
The basis of it is that the error range is interpreted as some (unstated) number of standard deviations of an approximately normal distribution. The calculation you mention then obtains the same number of standard deviations of the result. But in many, if not most, practical situations the original error is clearly not normally distributed. A classic example is rounding a reading to a number of digits. If my lab scales show a weight of 0.120N, in a digital display, that's a uniform distribution from 0.1195 to 0.1205. The range +/- 0.0005 then represents some calculable number of s.d. But after performing the calculation that combines this weight with other uniformly distributed data, the distribution is no longer uniform. Thus, it may be appropriate to adjust the computed error if the +/- expression of it is to have a consistent interpretation.
Quantum Defect said:
sqrt (0.002^2 + 0.007^2) = 0.0074
0.00728
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top