% error over many, many measurments

  • Thread starter Thread starter fisselt
  • Start date Start date
  • Tags Tags
    Error
AI Thread Summary
The discussion revolves around calculating the overall error from multiple measurements taken with calipers that have a precision of ±0.025mm. The user initially considered simply summing the maximum error across all measurements, leading to an excessive error estimate. However, it was clarified that to accurately calculate the overall error, one should square each individual measurement's error, sum these squares, and then take the square root of the total. This method accounts for the possibility of positive and negative errors offsetting each other, providing a more realistic error estimate. The final calculation using this approach yielded a much lower error value, aligning better with expected results.
fisselt
Messages
38
Reaction score
0
Wasn't exactly sure where I should put this question. It is from my phys class but is just about figuring error. This is for a lab that used a spark timer, tape and toy car to measure velocity/accel/distance.

Homework Statement


I have a set of calipers with +-0.025mm error. I used these calipers to measure about 180 positions on the spark tape ranging from 0.05mm to 18mm and a total of 1883.8mm. The question is how should I do the overall error? I realize that from one point to the next its the 0.025 but what about overall length?

Homework Equations





The Attempt at a Solution


Simply adding the max error I find a +-5mm but this seems excessive, especially if I use a ruler to check the overall length.

Thanks for help/information
 
Physics news on Phys.org
Can you be a bit more specific about what quantities you measured and what quantity you're trying to calculate an error for? Equations would be good.
 
sure, so the car takes off with the tape stuck to the top of it and as the tape is pulled a spark timer marks the tape at 60hz or 0.0167seconds. it looks like this:

.. . . . . . . . . . . . . . . . . . . . . . . .. ..

I need to measure the distance of each point from one another so I can find the velocity, acceleration and distance traveled.

The issue is I measured from point to point with calipers that have an error of ±0.025mm. Given this my only prior experience tells me that I should measure each point and sum each to get my overall distance. Then add 0.025mm to each point and sum again. The difference between the (measured distance) and the (measured distance + error) would be my total ±error. That ends up being several millimeters off my measured value.

P1+P2+Pn=Ptotal
(P1+0.025)+(P2+0.025)+(Pn+0.025)=Ptotal+error
Ptotal+error-Ptotal=±error

Would this be the correct way?

Thanks
 
Nope. For each measurement, sometimes the error is positive, and sometimes it is negative. The error for one measurement may partially offset the error for another. Your assumption that you overestimated on every single measurement is a highly unlikely outcome, so if you use that to calculate your error estimate, you'll be overestimating your error bounds.

To calculate the error of a sum, what you want to do is square each error, sum them, and then take the square root of the total.
 
Not 100% on what you're meaning.

Are you saying that I should sum my 0.025mm then take the square root of it? Or are you saying squaring the (P1+0.025)+(P2+0.025)+(Pn+0.025)=Ptotal+error and taking the square root of that?

The first way I get 0.34mm and the other is way high, 156mm. The first seems closer to reality but maybe low?
 
Here's an example with two variables:

Suppose you have two measurements x1 = 3.0 ± 0.3 and x2 = 2.3 ± 0.4. Let y = x1+x2. You would calculate the error as follows:
$$\Delta y = \sqrt{(0.3)^2 + (0.4)^2} = 0.5$$ so y = 5.3 ± 0.5.
 
Okay, so the lower number is correct. My calculation went like:

\sqrt{(0.025mm)(186)} (186 is the number of measurements, 0.025 being the error from the calipers).
 
No, the units don't work out the way you did it.
 
sorry, meant to square the 0.025 in there.

so \sqrt{(0.025)^{2}(186)}

In excel I just summed the square of the error and took the square root. here its just simpler to show a multiplication.
 
Back
Top