Finding the mean value from multiple abs+-error data

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
pinsky
Messages
95
Reaction score
0
Hello!

I suppose the title didn't really describe it, but here is the case. I have some data about speed of sound in air which i got by measuring distance and wavelength (the Kundt's tube experiment).

So now i have three different results for speed which are all in the "Mean value" +- error form. How do i get one mean value and error? How do errors influence the outcome of the result?

There are

v1=324.9+-13 [m/s]
v2=347.76+-13 [m/s]
v3=362.9+-7.24 [m/s]

so I'm looking for vmean+- error.


Any advice is appreciated.
 
Physics news on Phys.org
It seems smy knowledge of the subject isn't sufficient to answer your question. :p

I'll tell you what I've done, and perhaps xou can help me determine if the data sets are consistent.

First.

Ive measured frequencies and wavelength's three times for three different frequencies.
As a resule i got three pairs ov data.

[tex]f_1\pm \frac{\sigma_{f1}}{\sqrt{3}} \;\;\;\; \lambda_1/2 \pm \frac{\sigma_{\lambda_1/2 }}{\sqrt{3}}[/tex]

Lambda is halved because that was the way it was measured. The number under the root is 3 because there were three measurements, to say it differently, there number of data from which I'm calculating the mean and error was three.

Second.

[tex]\lambda = 2 \cdot \lambda_1/2 \pm 2 \cdot \frac{\sigma_{\lambda_1/2 }}{\sqrt{3}}[/tex]

Third.

[tex]v = \lambda \cdot f[/tex]

[tex]\overline{v} = \overline{\lambda} \cdot \overline{f}[/tex]

[tex]\left | \frac{\Delta v }{v} \right |= \sqrt{\left | \frac{\Delta \lambda }{\lambda} \right |^2+\left | \frac{\Delta f }{f} \right |^2}[/tex]

So now, I have three values for the speed and am looking for their average value. Are the data sets consistent?
 
I've just had a very simple idea for a solution.

I have three values

v1=v1_mean+- v1_error
v2=v2_mean+- v2_error
v3=v3_mean+- v3_error

I need the average value of those three. How big of a mistake is it to just calculate the average values just as if they were mean values.

The values are just being summed, and scaled, there is no multiplication between them involved.
So what I'm basically doing is observing the average value of v as a function of v1,v2 and v3
 
You don't want to do that. You want an error-weighted mean. Have you googled that phrase? Your third measurement is much more precise than the other two. It should somehow get more weight in computing the average.

One standard approach is to compute

[tex]\bar x = \frac{\sum_i x_i/\sigma_i^2}{\sum_i 1/\sigma_i^2}[/tex]

with those σi values being the uncertainty associated with the ith measurement. This is motivated by assuming that the measurements are independent but not identical distributions, and that the underlying distributions are close to normal.