Standard deviation of series of trials

Gauss M.D.
Messages
151
Reaction score
1
Say we want to saw ten planks and we have two methods available - one is sawing them all at once, ensuring they're all exactly uniform length. The other method is sawing them individually. Either method has EV of 1m and a standard deviation of 0.005m. I want to find the standard deviation of both methods.

In other words, given a random variable X, I guess what we're trying to figure out is SD(10X) and SD(X1 + X2 + ... + X10).

I'm not sure how to calculate the second one. Anyone want to give me a push? :S
 
Physics news on Phys.org
\operatorname{SD}(A + B + \cdots + Z) = \sqrt{\operatorname{SD}(A)^2 + \operatorname{SD}(B)^2 + \cdots + \operatorname{SD}(Z)^2}

What this basically says is that the variance Var(X) = SD(X)² is linear:
\operatorname{Var}(A + B + \cdots + Z) = \operatorname{Var}(A) + \operatorname{Var}(B) + \cdots + \operatorname{Var}(Z)

Also note that by setting A = B = ... = X you can actually derive the result for SD(10X).
 
Thanks a ton!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top