jumi
- 26
- 0
Homework Statement
Using 5 different ammeters, you get the following data (all measured in Amps):
I_{A} = 128 ± 2
I_{B} = 121 ± 1
I_{C} = 114 ± 8
I_{D} = 120 ± 3
I_{E} = 122 ± 4
Calculate the mean current and the standard deviation of the mean.
Homework Equations
Standard Deviation of the mean: σ_{mean} = \frac{σ_{s}}{\sqrt{N}}
where σ_{s} is the standard deviation.
Quadrature sum for error propagation: Total Error = \sqrt{σ_{1}^{2} + σ_{2}^{2} + σ_{3}^{2} + ...}
Error propagation formula: σ_{p} = \sqrt{(\frac{\partial f}{\partial a})^2σ_{a}^2 + (\frac{\partial f}{\partial b})^2σ_{b}^2 + (\frac{\partial f}{\partial c})^2σ_{c}^2 + ...}, where p = f(a,b,c,...)
The Attempt at a Solution
To get the mean, I added all the data (using the quadrature formula, too) so I could divide by 5.
I got: \overline{I} = \frac{605 ± 9.6954}{5}
To divide that by 5, I used the error propagation formula and got: \overline{I} = 121 ± 2
To get the standard deviation, I would normally get the variance, σ_{s}^2 = \frac{1}{N - 1} \sum (y_{i} - \overline{y} )^2, and take the square root.
But subtracting and squaring each data point with the error propagation would require a lot of arithmetic, and that doesn't seem like the right path...
Is there something I'm doing wrong or an easier method to do this? Or do I just have to grit my teeth and do all the arithmetic...?
Thanks in advance.