jk22 said:
So we don't have the quantum mechanical $$\Delta x $$ divided by $$\sqrt {n} $$ as the number of identical system increases ? The error is simply the quantum mechanical delta x ?
It seems to me it is like if we had two ways of calculating the error either delta x by quantum mechanics or take an average over a sample of size n and calculate the standard deviation delta x divided by square root of n ?
I think you're misunderstanding the relationship between the two numbers. Nothing you're talking about is specific to quantum mechanics. Let's look at something much simpler, coin flips. If we assign "heads" the value +1 and "tails" the value -1, then for a fair coin, we have:
\langle V \rangle = 0 (on the average, you'll get as many heads as tails, so the average value is zero)
\langle V^2 \rangle = 1 (the square of the value is always 1)
\sigma(V) = \sqrt{\langle V^2 \rangle - \langle V \rangle^2} = 1 The standard deviation is 1.
So we have a theoretical random variable with average 0 and standard deviation 1.
Now, if we flip lots of coins, and compute the values for each, then we can come up with an experimental estimate of the average: Add up the values, and divide by the number of coin flips.
This experimental average will not be precisely zero. It will deviate from zero by a certain amount. If the coin is fair, then the deviation will be
\Delta(V)_{exp} = \sigma(V)/\sqrt{n} = 1/\sqrt{n}
where n is the number of coin flips.
\Delta(V)_{exp} and \sigma(V) are related, but they aren't the same. If you wanted to figure out, empirically, what \sigma(V) is, you could use the estimate:
\sigma(V) = \sqrt{n} \Delta(V)_{exp}