Calculating Average Wave Speed and Standard Error

AI Thread Summary
The average wave speed calculated from the provided values is 51.3. To find the standard error, the standard deviation must first be determined using the formula that involves the mean and the squared differences from each data point. Two methods for calculating standard deviation are discussed: one using the differences from the mean and the other using the squares of the scores. The standard error is then derived by dividing the standard deviation by the square root of the number of data points. The final result for the standard error is expressed as 51.3 ± 0.2.
neoking77
Messages
30
Reaction score
0
[SOLVED] Standard error

Homework Statement


A student determined the following values for the wave speed; calculate the average value of the wave speed and its standard error

50.8, 50.6, 51.8, 52.0, 50.9, 51.6, 51.3, 51.5

Homework Equations


avg wave speed = 51.3


The Attempt at a Solution



how do i get the standard error? the answer is (51.3+/-0.2)
i am aware that Se = standard deviation / sqrt(number of data)
but I'm not sure how to get standard deviation.

any help would be greatly appreciated, thank you.
 
Physics news on Phys.org
Standard deviation is given by:

<br /> \sigma = \sqrt {\frac{1}{n}\sum\limits_{i = 0}^n {(x_i - \overline x )^2 } } <br />

So what you can do is find the difference between each of the scores and the mean (which you calculated as 51.3) and then square those differences, and then add them all. Finally, divide it by the number of scores you have, and find the square root of it all.
 
Last edited:
Another form of the standard deviation equation is:
<br /> \sigma = \sqrt {\frac{1}{n}\sum\limits_{i = 0}^n {x_i ^2 - \overline x ^2 } } <br />

So another way is to add the squares of each score, then divide it by the total number of scores, then subtract the square of the mean, and then square root it all.
 
thank you very much!
 
Back
Top